/* input(4857,1): run-time error CSS1019: Unexpected token, found '@import'
input(4857,9): run-time error CSS1019: Unexpected token, found '"../../../react/features/ai/styles/ai-chat.css"' */
/* Styles created before the transition to Less */








/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

p {
    margin: 0 0 1em;
}

a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    color: #004baa;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #001e44;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.form-control,
.kluster-menu-dropdown {
    font-size: 13px;
    line-height: 38px;
    width: 100%;
    height: 38px;
    font-weight: normal;
    -webkit-appearance: none;
    border: 1px solid #e4e7ef;
    background: #fff;
    border-radius: 4px;
    outline: none;
    padding: 0px 15px;
    color: #000;
    box-shadow: none;
}

.category-filter {
    width: 150px;
    background-color: unset;
    margin: 0;
}

.category-fitler .kluster-form-dropdown {
    padding: 0;
}

md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
    border: none;
}

md-select:not([disabled]).ng-invalid.ng-touched.ng-invalid-required {
    border-radius: 4px;
    border: 0.8px solid #ec9b9b;
    box-shadow: 0 0 8px rgba(236, 155, 155, .6);
}

textarea {
    height: auto;
}

.form-control:disabled {
    opacity: 0.5;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    opacity: 1;
}

.form-control:focus {
    color: #000;
    border-color: rgba(0, 75, 170, .5);
    box-shadow: 0 0 5px rgb(0 75 170 / 30%)
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*angularjs fix for hide being slow */
.ng-hide.ng-hide-animate {
    display: none !important;
}

.btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 13px 25px;
    height: 46px;
    -webkit-transition: none;
    transition: none;
}

    .btn:hover {
        background: transparent;
        color: #004baa;
    }

    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

.btn-primary {
    background: #004baa;
    border: 1px solid #004baa;
    color: #fff;
}

    .btn-primary:disabled, .btn-primary.disabled {
        background: #004baa;
        border: 1px solid #004baa;
        opacity: 0.7;
    }

    .btn-primary:hover {
        background: transparent;
        color: #004baa;
    }

.cancel-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 13px 25px;
    border: 1px solid #eceef4;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04);
    border-radius: 4px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .cancel-btn:hover {
        background: #004baa;
        border-color: #004baa;
        color: #fff;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-menu a {
    cursor: pointer;
}

.dropdown-menu .csv-option {
    color: inherit;
}

.kluster-text-blue {
    color: #004baa !important;
}

.text-green {
    color: #5ac891 !important;
}

.text-red {
    color: #de2e55 !important;
}

.text-yellow {
    color: #ffb74d !important;
}

.bg-dark {
    background-color: #171717 !important;
    color: #fff !important;
}

.bg-green {
    background-color: #5ac891 !important;
    color: #fff !important;
}

.bg-red {
    background-color: #de2e55 !important;
    color: #fff !important;
}

.bg-yellow {
    background-color: #ffb74d !important;
}

.kluster-blue {
    background-color: #004baa !important;
    color: #fff !important;
}

.kluster-loader {
    display: flex;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    opacity: 0.9;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.progress-detail-area .kluster-loader {
    z-index: 4;
}

.kluster-loader img {
    margin: 0 auto;
    display: flex;
}

button.scrollToTop {
    border: 2px solid #dae1e7;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    width: 34px;
    height: 34px;
    border-radius: 4px;
    color: #000;
    position: fixed;
    bottom: 10%;
    right: 30px;
    display: none;
    z-index: 100;
}

.no-data, .no-data-bigger {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: calc(100% - 46px);
}

.no-data {
    font-size: 13px;
}

    .no-data p {
        margin: 0;
    }

.no-data-bigger {
    font-size: 16px;
}

    .login-section img {
        display: block;
        width: 100%;
        height: auto;
    }

.login-form {
    position: relative;
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

    .login-form .wrap {
        position: relative;
        max-width: 275px;
        margin: 0 auto;
        min-width: 250px;
    }

    .login-form .logo {
        display: block;
        width: 160px;
        margin: 0 auto 35px;
    }

        .login-form .logo a {
            display: block;
        }

    .login-form .login-heading-area {
        position: relative;
        text-align: center;
        margin: 0 0 35px;
    }

    .login-form .title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        display: block;
        color: #3e3f42;
        margin: 0 0 4px;
    }

    .login-form .text {
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: block;
        color: #6a7d8e;
    }

    .login-form .fields-area {
        position: relative;
        padding: 0 0 10px;
        margin: 0 0 22px;
        border-bottom: 1px solid #e4e7ef;
    }

    .login-form .btn {
        border-radius: 4px;
        display: block;
        width: 100%;
    }

    .login-form .note-text {
        font-size: 12px;
        line-height: 16px;
        color: #6a7d8e;
        position: relative;
        display: block;
        text-align: center;
        font-weight: 500;
        padding: 16px 0 0;
    }

        .login-form .note-text a,
        .login-form .note-text a:hover {
            font-weight: 700;
            color: #6a7d8e;
        }

.password-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6a7d8e;
    font-size: 12px;
    z-index: 2;
    cursor: pointer;
}

.settings-password-icon {
    margin-top: -19px;
    float: right;
    transform: translate(-50%, -50%);
    color: #6a7d8e;
    font-size: 12px;
    z-index: 2;
    cursor: pointer;
}

::-ms-reveal {
    display: none;
}

.form-group {
    position: relative;
    margin: 0 0 10px;
}

    .form-group.error .form-control, .report-filters .form-control:invalid, .report-filters md-datepicker.form-control[aria-invalid="true"] {
        border-color: #ec9b9b;
        box-shadow: 0 0 8px rgba(236, 155, 155, .6);
    }

    .form-group .select-holder {
        width: 100%;
    }

[name="salesProcessesAndStages"] .form-group .select-holder {
    width: 25%;
    min-width: 200px;
}

[name="salesProcessesAndStages"] .form-group {
    min-width: 660px;
}

[name="forecastingGlobal"] .form-group {
    padding-bottom: 10px;
    min-width: 660px;
}

    [name="forecastingGlobal"] .form-group .select-holder {
        width: 60%;
        min-width: 400px;
    }


.form-group .select-holder select, .form-group .select-holder md-select {
    border: 1px solid #dae1e7;
    text-align: left;
    color: #000;
    font-weight: 500;
    height: 38px;
    line-height: 30px;
    align-content: center;
}

.form-group .select-holder:before, .kluster-menu-dropdown:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    pointer-events: none;
    z-index: 5;
    font-weight: 900;
    color: #6a7d8e;
}

.kluster-menu-dropdown:before {
    top: unset;
}

.report-filters .form-group .select-holder:before {
    right: 15px;
}

.form-group filter-input {
    display: flex;
    align-content: center;
    align-items: center;
}

.form-group .error-messages {
    margin-top: 5px;
}

.report-filters filter-input .form-control {
    padding-right: 12px;
}

.filter-input-wrap filter-input select.form-control {
    width: 100%;
    margin: 0;
}

.filter-input-wrap md-datepicker .md-datepicker-input-container, .active-select-container .md-datepicker-input-container {
    width: 90%;
    border-bottom: none;
    margin-left: 0;
}

.form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.error-text {
    color: #de2e55;
    font-size: 12px;
    font-weight: 500;
}

.submission-error-id {
    color: #008bdc;
    font-size: 12px;
    font-weight: 500;
}

.padding-top {
    padding-top: 5px;
}

.message-text {
    font-size: 12px;
    font-weight: 500;
}

.message-container {
    text-align: start;
    padding-left: 15px;
    margin-bottom: 1em;
}

.login-screen {
    position: relative;
    background: #004baa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 0;
    width: 50%;
}

.login-screen .screen-image {
    position: relative;
    width: 596px;
    opacity: 0.1;
}

.header ul.search-area li {
    height: 100%;
}

.header .search-area input[type="search"] {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 13px;
}

.header .search-area input[type="search"]:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.header .search-area input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.header .search-area input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.header .search-area input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

#top-search {
    padding: 0 0 0 32px;
    width: calc(100% - 32px);
    z-index: 2;
    position: relative;
}

.header .search-area .search-icon, .dropdown-caret {
    position: absolute;
    font-size: 14px;
    top: 6px;
    color: rgba(255, 255, 255, .5);
}

.header .search-area .search-icon {
    left: 12px;
}

.header .search-area .dropdown-caret {
    right: 13px;
}

.default-icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border: solid 1px rgba(255, 255, 255, .25);
}

.header .user-opener {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 11px 0 0;
}

.header .user-opener .default-icon {
    height: 30px;
    width: 30px;
    margin-right: 0;
}

.header .user-opener a,
.header .user-opener a:hover {
    color: #fff;
}

.header .user-opener .icon-down {
    position: relative;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
}

.header .user-opener .name {
    display: block;
    padding: 0 3px 0 6px;
}

.header .user-opener > .dropdown > .dropdown-menu.show {
    display: flex;
    background-color: #171717;
    color: #fff;
    font-size: 13px;
    flex-direction: column;
    right: -10px;
    font-weight: 400;
    padding: 0.5em;
    margin-top: 8px !important;
}

.header .user-opener > .dropdown > .dropdown-menu.show li {
    display: flex;
    align-content: center;
    align-items: center;
    height: auto;
    padding: 0.15em 0;
}

.header .user-opener > .dropdown > .dropdown-menu.user-profile-menu.show li {
    padding: 0.25em 0.5em;
}

.header .user-opener > .dropdown > .dropdown-menu.show li .icon-wrap {
    margin-right: 5px;
}

.header .user-img {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px rgba(255, 255, 255, .15);
}

.header .user-img img {
    display: block;
    width: 100%;
    height: auto;
}

.settings-nav .title-holder-organization {
    border-top: 1px solid #e9ecef;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.settings-nav .title-holder-profile {
    padding-bottom: 5px;
    position: relative;
}

.settings-nav .title {
    color: #6a7d8e;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    text-align: left;
}

.settings-nav .dropdown-list > li > a, .opp-details-nav .dropdown-list > li > a {
    font-size: 13px;
}

.side-user-info {
    position: relative;
    padding: 18px 0 0;
}

.side-user-info:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #004baa;
    width: 26px;
    height: 1px;
    margin: 0 0 0 -13px;
}

.side-user-info .user-opener {
    position: relative;
    text-align: center;
    display: block;
}

.side-user-info .user-img {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 6px;
}

.side-user-info .user-img img {
    display: block;
    width: 100%;
    height: auto;
}

.side-user-info .name {
    display: block;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #171717;
}

.breadcrumb-container .title-container {
    cursor: default;
}

.breadcrumb-container .title-container.editable {
    cursor: default;
}

.breadcrumb-container .title-container.editable {
    cursor: pointer;
}
.option-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.option-list li {
    position: relative;
}

.option-list a, .option-list button.option-list-button {
    border: 2px solid #dae1e7;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 4px;
    color: #000;
}

.option-list button.option-list-button:hover, .option-list button.option-list-button.active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.option-list a.board-pack-menu-item {
    font-size: 12px;
}

.option-list a.board-pack-menu-item i {
    text-align: left;
    padding-left: 10px;
    display: inline-flex;
}

.option-list button.create-lens-toggle {
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    border: 2px solid #dae1e7;
    border-radius: 4px;
    color: #000;
    height: 34px;
    width: 34px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 0 8px;
}

.option-list button.create-lens-toggle.active {
    border: 1px solid #ffb74d;
    box-shadow: 0 0 5px 0 rgb(255, 183, 77);
}

.option-list a:hover {
    opacity: .8;
}

.option-list .edit a {
    border: 1px solid #1b6ace;
    background: #1b6ace;
    color: #fff;
}

.option-list .cancel {
    display: none;
}

.option-list .cancel a {
    border: 1px solid #f95363;
    background: #f95363;
    color: #fff;
}

.option-list .cancel a i {
    font-weight: 700;
}

.range-flex-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 540px;
}

.range-flex-container .ranges .date-picker-headings-container {
    display: flex;
    flex-direction: row;
}

.date-picker-headings-container[name="top"] {
    padding-bottom: 5px;
}

.date-picker-headings-container[name="bottom"] {
    padding-top: 5px;
}

.date-picker-headings-container:first-child {
    border-bottom: 1px solid #e9ecef;
}

.range-flex-container .ranges .date-picker-headings, .range-flex-container .ranges .upper-picker-headings {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: flex-start;
}

.range-flex-container .ranges .date-picker-headings .btn-range-pick {
    font-size: 13px;
    line-height: 32px;
    padding: 0 8px;
    text-align: left;
    width: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #171717;
    font-weight: 500;
}

.range-flex-container .toggle-range {
    margin: 0px 8px 8px 8px;
    border-top: 1px solid #e4e7ef;
}

.range-flex-container .ranges .date-picker-headings .btn-range-pick {
    background-color: transparent;
    border: none;
    border-radius: inherit;
    height: 100%;
    margin: 0;
}

.range-flex-container .ranges .date-picker-headings .btn-range-pick {
    font-family: 'Inter', 'Helvetica Neue', 'sans-serif';
    font-weight: normal;
}

.range-flex-container .ranges .date-picker-headings .btn-range-pick:hover,
.range-flex-container .ranges .date-picker-headings .btn-range-pick.activated {
    color: #000;
    background: #f0f2f4;
    border-radius: 0;
}

.range-flex-container .ranges .date-picker-headings .btn-range-pick:active {
    color: #000;
}

.quarter-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
}

.quarter-block-row {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px 0 0;
    margin: -20px -15px 0;
}

.quarter-block-row.style01 {
    margin-top: 0;
    padding: 0;
}

.quarter-block-row.style01 .quarter-block-col {
    margin: 0 0 30px;
}

.quarter-block-col {
    position: relative;
    padding: 0 5px;
    width: 100%;
    margin: 0;
}

.quarter-block-col.snapshot-library-block {
    margin-bottom: 10px;
    min-height: 120px;
}

.snapshot-library-table-block {
    min-height: 120px;
}

.snapshot-library-table-wrap {
    margin-top: 10px;
}

.quarter-block-col .title-name {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    background: #e6edf7;
    color: #004baa;
    min-width: 54px;
    padding: 0 5px;
    height: 20px;
}

.quarter-block-col .price {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    display: block;
    color: #171717;
}

/*.quarter-block-col .text {*/
/*    font-size: 13px;*/
/*    line-height: 14px;*/
/*    font-weight: 500;*/
/*    display: block;*/
/*    padding: 5px 0 0;*/
/*    color: #6a7d8e;*/
/*}*/

.quarter-block-col .rangebar-slider {
    margin: 10px 0 0;
}

.quarter-block-col .price-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px 0 0;
}

.quarter-block-col .price-info li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 6px;
    color: #6a7d8e;
    padding: 0 0 0 12px;
}

.quarter-block-col .price-info li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border-style: solid;
}

.quarter-block-col .price-info li.decrease:before {
    border-width: 7px 4px 0;
    border-color: #de2843 transparent transparent;
}

.quarter-block-col .price-info li.increase:before {
    border-width: 0 4px 7px;
    border-color: transparent transparent #5cc993;
}

.widget-library-container {
    margin-top: 24px;
}

.widget-minimized {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.widget-breaker .breaker-options {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: space-between;
    flex-shrink: 0;
    flex-shrink: 0;
}

    .widget-breaker .breaker-options .breaker-option-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .widget-breaker .breaker-options .breaker-option-list a {
            display: block;
            border-radius: 3px;
            width: 22px;
            height: 22px;
            text-align: center;
            background: #eff1f3;
        }

            .widget-breaker .breaker-options .breaker-option-list a i {
                font-size: 14px;
                display: block;
                line-height: 22px;
            }

            .widget-breaker .breaker-options .breaker-option-list a:hover {
                opacity: .8;
            }

.review-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    margin: 5px 0 0;
    background: #ff6c40;
    border-radius: 4px;
    text-align: center;
    height: 24px;
    width: 125px;
    border: 1px solid #ec5122;
    background: #ff6c40;
    padding: 3px 5px;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    cursor: pointer;
}

    .review-btn:hover {
        color: #fff;
        opacity: .8;
    }

.rangebar-slider {
    position: relative;
    width: 40%;
    height: 8px;
    background: #e4e4e4;
    border-radius: 8px;
    margin: 0 auto;
}

    .rangebar-slider .active-slide {
        position: absolute;
        left: 0;
        top: 0;
        height: 8px;
        border-radius: 8px;
        z-index: 5;
        max-width: 100%;
    }

    .rangebar-slider .handler {
        position: absolute;
        top: 50%;
        width: 3px;
        height: 14px;
        z-index: 8;
        margin: -7px 0 0;
        border-radius: 4px;
    }

    .rangebar-slider.red .active-slide {
        background: #de2e55;
    }

    .rangebar-slider.red .selected-slide {
        background: #f8d5dd;
    }

    .rangebar-slider.red .handler {
        background: #de2e55;
    }

    .rangebar-slider.green .active-slide {
        background: #5ac891;
    }

    .rangebar-slider.green .handler {
        background: #5ac891;
    }

    .rangebar-slider.yellow .active-slide {
        background: #ffb74d;
    }

    .rangebar-slider.yellow .handler {
        background: #ffb74d;
    }

    .rangebar-slider.purple .active-slide {
        background: #554deb;
    }

    .rangebar-slider.purple .selected-slide {
        background: #dddbfb;
    }

    .rangebar-slider.purple .handler {
        background: #554deb;
    }

.quarter-status-block {
    position: relative;
    width: 355px;
    border-radius: 3px;
    border: 1px solid #f0f3f6;
    background: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
    padding: 10px 15px 15px;
}

.widget-breaker .editable-input {
    border-color: #dae1e7;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    padding: 3px 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 13%);
    font-size: 14px;
    line-height: 14px;
    height: 26px;
    font-weight: normal;
    width: 100%;
}

.editable-error {
    color: #de2e55;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}

.quarter-area .editable-error {
    position: relative;
}

.widget-breaker .editable-click i {
    font-size: 14px;
}

.widget-breaker .editable-click i {
    font-size: 14px;
}

.block-heading .title .editable-buttons .btn {
    font-size: 14px;
}

.widget-breaker .editable-buttons .btn {
    font-size: 16px;
}

.block-heading .title.tooltip-active .tooltip-box {
    opacity: 1;
    visibility: visible;
}

.block-heading .quarter-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

md-checkbox .checkbox-text { /* fix icon alignment */
    line-height: 20px;
}

.block-heading .quarter-link {
    font-size: 10px;
    line-height: 22px;
    font-weight: 500;
    background: #f0f2f4;
    display: block;
    width: 74px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    color: #6a7d8e;
}

    .block-heading .quarter-link:hover {
        opacity: .8;
    }

.option-list .dropdown-menu {
    padding: 0.2em;
    right: -6px;
    background: #fff;
    margin-top: 3px !important;
    min-width: 6em;
    border: solid 2px #dae1e7;
}

.option-list .dropdown-menu a {
    width: 100%;
    display: flex;
    font-size: 12px;
    align-content: center;
    align-items: center;
    padding: 0.2em;
    background: #fff;
    white-space:nowrap
}

.widget-breaker .breaker-options i {
    font-size: 12px;
    line-height: 10px;
    color: #004baa;
}

    .widget-breaker .breaker-options i.delete {
        color: #f95363;
    }

.option-list .dropdown-menu a {
    font-size: 13px;
    border: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.option-list .dropdown-menu i {
    margin-right: 5px;
    width: 15px;
}

.option-list .dropdown-menu a:hover, .widget-breaker .breaker-options .breaker-option-list .dropdown-menu a:hover,
.option-list .dropdown-menu a:focus, .widget-breaker .breaker-options .breaker-option-list .dropdown-menu a:focus {
    font-weight: 500;
}

.block-heading .refresh {
    display: flex;
    border: 2px solid #dae1e7;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    color: #171717;
    text-align: center;
    margin: 0 3px;
    justify-content: center;
}

.block-heading .refresh i {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.debug-tooltip span.bold {
    font-weight: 500;
}

.quarter-status-list {
    position: relative;
}

    .quarter-status-list li {
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        color: #011f3c;
        position: relative;
        padding: 12px 0 12px 30px;
        border-bottom: 1px solid #e9edf0;
    }

    .quarter-status-list .icon {
        position: absolute;
        left: 0;
        top: 50%;
        border: 1px solid #e9ecf1;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin: -10px 0 0;
    }

.section-heading {
    position: relative;
    margin: 0 0 34px;
}

    .section-heading:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        background: #e1e7ec;
        height: 2px;
    }

    .section-heading .title {
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        vertical-align: top;
        background: #f8f8f8;
        color: #171717;
        padding: 0 35px 5px 0;
        text-transform: uppercase;
        z-index: 2;
    }

    .section-heading .sub-title {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        position: relative;
        display: block;
        background: #f8f8f8;
        color: #6a7d8e;
        z-index: 2;
    }

.section-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.section-col {
    position: relative;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

    .section-col .section-block {
        height: 100%;
        margin: 0;
    }

.section-block {
    position: relative;
    border-radius: 8px;
    border: 1px solid #f0f3f6;
    background: #fff;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 10px 0 20px;
    height: 100%;
}

.section-block .title-name {
    margin-left: 12px;
    margin-bottom: 10px;
}

.section-block .block-heading.extra-padding-bottom {
    padding-bottom: 10px;
}

.section-block.snapshot-library-table-block {
    margin: 0;
}

.info-table-area {
    position: relative;
    height: 100%;
    width: 100%;
}

.table-search-container {
    padding: 10px 15px 10px 15px;
    width: 25%;
}

.info-table-area .table-search-container {
    padding: 0;
}

.table-widget-no-rows-messaging {
    font-size: 13px;
    padding: 1em;
}

.insight-rangebar {
    position: relative;
    border-radius: 8px;
    width: 62px;
    height: 8px;
    background: #e95761;
    overflow: hidden;
}

.insight-rangebar .handle {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    width: 75%;
    background: #5ac891;
}

.section-block.table-block {
    padding: 0 0 10px
}

.section-block.table-block.report-table .block-heading .table-search-container{
    padding: 0;
}

.section-block.error-table-block span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.section-block.table-block.fixed-height {
    height: 800px;
}

.section-block.table-block .block-heading {
    padding: 20px;
    align-items: baseline;
}

#scrollbardiv {
    height: 70px;
}

.ap-mesa-no-data-display {
    padding: 10px;
    font-size: 13px;
}

.ap-mesa-pagination, .dataTables_paginate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
}

.ap-mesa-pagination .prev,
.ap-mesa-pagination .next, .dataTables_paginate a.paginate_button {
    position: relative;
    display: block;
    height: 22px;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #011f3c;
    padding: 3px 5px;
    border: 1px solid #dae1e7;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.ap-mesa tr.ap-mesa-filter-row td input {
    border-radius: 4px;
    font-size: 11px;
    border: 1px solid #dae1e7;
    text-indent: inherit;
    height: 28px;
    line-height: 18px;
}

.ap-mesa tr.ap-mesa-filter-row td input.active {
    border: 1px solid #dae1e7;
    background: none;
    color: #000;
}

.dataTables_paginate a.paginate_button {
    margin: 0 2px;
}

.dataTables_paginate a.paginate_button.next {
    margin-right: 2px;
}

.dataTables_paginate a.paginate_button.previous {
    margin-left: 2px;
}

.ap-mesa-pagination .prev:hover,
.ap-mesa-pagination .next:hover, .dataTables_paginate a.paginate_button:hover {
    background: #004aaa;
    border-color: #004aaa;
    color: #fff !important;
}

.pagination, .dataTables_paginate span {
    position: relative;
    padding: 0 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dataTables_paginate span {
    padding: 0;
}

.pagination li {
    position: relative;
    padding: 0 0 0 4px;
}

    .pagination li.active a, .dataTables_paginate span a.current {
        background: #004aaa;
        border-color: #004aaa;
        color: #fff;
    }

.pagination a, .dataTables_paginate span a {
    display: block;
    min-width: 18px;
    height: 22px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #011f3c;
    padding: 2px 5px;
    border: 1px solid #dae1e7;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

    .pagination a:hover,
    .pagination a.active {
        background: #004aaa;
        border-color: #004aaa;
        color: #fff !important;
    }

.dataTables_info {
    display: flex;
    justify-content: center;
    font-size: 13px;
    padding-top: 5px;
    font-weight: 700;
}

.dataTables_length {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    padding: 0 10px 10px;
}

.modal-active {
    overflow: hidden;
}

.modal-area {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    z-index: 999;
    display: none;
}

    .modal-area .overlay-modal {
        display: none;
    }

.modal-content-area {
    position: relative;
    width: 100%;
    padding: 15px;
}

.modal-content {
    position: relative;
    background: #fff;
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
}

    .modal-content .heading-info {
        background: #e8f0fd;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #171717;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        height: 40px;
    }

        .modal-content .heading-info .title {
            position: relative;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #004baa;
            font-weight: 500;
            width: 162px;
            height: 100%;
        }

        .modal-content .heading-info .text {
            position: relative;
            color: #171717;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 30px;
            height: 100%;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

.modal-header {
    position: relative;
    background: #f6f7fa;
    padding: 10px 18px;
    border-bottom: 1px solid #d8e1f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
    flex-direction: row;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .modal-button-wrap, .settings-panel .modal-button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-content: center;
    }

        .modal-header .modal-button-wrap a, .settings-panel .modal-button-wrap a {
            border: 2px solid #dae1e7;
            border-radius: 4px;
            background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
            background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
            color: #000;
            padding: 4px 8px;
            text-align: center;
            margin-left: 5px;
        }

            .modal-header .modal-button-wrap a i, .settings-panel .modal-button-wrap a i {
                font-size: 14px;
                display: block;
                position: relative;
                line-height: 22px;
            }

        .modal-header .modal-button-wrap .back-button {
            margin-left: 0;
            margin-right: 10px;
        }

        .modal-header .modal-button-wrap .no-vertical-padding {
            padding-top: 0;
            padding-bottom: 0;
        }

.modal-body {
    background: #ffffff;
    font-size: 13px;
    padding: 1rem;
}

    .modal-body.modal-no-padding {
        padding: 0;
    }

.modal-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    color: #171717;
}

.modal-body .form-password-group {
    display: unset !important;
}

.modal-body .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px;
    justify-content: flex-start;
}

.form-group .field-label-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
}

.form-group .field-label-container label {
    margin:5px 0 0;
}

.form-group label {
    color: #171717;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: block;
    min-width: 80px;
    margin: 13px 0 0;
}

.form-group .field-holder {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 0 0 60px;
}

.form-group textarea {
    height: 140px;
    resize: none;
}

.modal-body .form-group md-checkbox .md-icon, md-checkbox.manage-users-check .md-icon, md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
    border-radius: 4px;
    border-color: #dae1e7;
}

.modal-body .form-group md-checkbox.md-default-theme[disabled].md-checked .md-icon, .modal-body .form-group md-checkbox[disabled].md-checked .md-icon, .modal-body .form-group md-checkbox[disabled].manage-users-check:not(.md-checked) .md-icon, md-checkbox[disabled].manage-users-check.md-checked .md-icon {
    background-color: #dae1e7;
    border-color: #dae1e7;
}

.lenses-checkbox md-checkbox[disabled].manage-users-check:not(.md-checked) .md-icon, .manage-users-table md-checkbox[disabled].manage-users-check:not(.md-checked) .md-icon {
    border-color: #dae1e7;
}

.modal-body .form-group md-checkbox.md-default-theme.md-checked .md-icon, .modal-body .form-group md-checkbox.md-checked .md-icon, md-checkbox.manage-users-check.md-checked .md-icon {
    background-color: #004baa;
    border-color: #004baa;
}

.md-select-menu-container, .md-open-menu-container {
    z-index: 102;
}

.modal-body .form-group md-checkbox.copy-dashboard {
    margin: 10px 0 0 0;
}

md-checkbox .md-container {
    background: #ffffff;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: #004baa;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: #004baa;
}

.md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon, md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #004baa;
}

.modal-body .form-group md-checkbox .md-label {
    color: #171717
}

.modal-body .form-group md-checkbox.md-default-theme[disabled] .md-label, md-checkbox[disabled] .md-label {
    color: #7e8e9d;
}

.member-table-area {
    position: relative;
    margin: 55px -28px 0;
}

.member-table {
    position: relative;
    width: 100%;
}

    .member-table th {
        text-align: left;
        background: #f6f7fa;
        border-bottom: 1px solid #eceff4;
        padding: 13px 5px;
        color: #8d959d;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
    }

        .member-table th:first-child {
            padding-left: 28px;
        }

        .member-table th:last-child {
            padding-right: 28px;
        }

    .member-table td {
        text-align: left;
        border-bottom: 1px solid #eceff4;
        padding: 13px 5px;
        color: #6a7d8e;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
    }

        .member-table td:first-child {
            padding-left: 28px;
        }

        .member-table td:last-child {
            padding-right: 28px;
        }

    .member-table .name-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .member-table .name {
        display: block;
        color: #171717;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        padding: 0 0 0 10px;
    }

    .member-table .email {
        display: block;
    }

.checkbox-wrap {
    position: relative;
}

    .checkbox-wrap label {
        display: block;
    }

    .checkbox-wrap .fake-checkbox {
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        border: 1px solid #eceff4;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background: #fff;
    }

        .checkbox-wrap .fake-checkbox:before {
            font-family: "icomoon" !important;
            position: absolute;
            left: 1.5px;
            top: 1.5px;
            font-size: 10px;
            line-height: 10px;
            font-weight: 400;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            opacity: 0;
            visibility: hidden;
            content: "\e90a";
        }

    .checkbox-wrap input[type="checkbox"] {
        position: fixed;
        opacity: 0;
        visibility: hidden;
    }

        .checkbox-wrap input[type="checkbox"]:checked + .fake-checkbox {
            background: #004baa;
            border-color: #004baa;
            color: #fff;
        }

            .checkbox-wrap input[type="checkbox"]:checked + .fake-checkbox:before {
                opacity: 1;
                visibility: visible;
            }

.select-holder {
    position: relative;
    height: 34px;
    width: 194px;
}

    .select-holder select, .select-holder .date-range-input, .select-holder .date-picker, .select-holder md-select, .odm-date-label {
        display: block;
        border: 2px solid #dae1e7;
        background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
        background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 4px 15px;
        outline: none;
        border-radius: 4px;
        -webkit-appearance: none;
        appearance: none;
        color: #171717;
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    .select-holder .date-range-input {
        padding: 4px 25px;
    }

.form-group .select-holder .date-range-input {
    border: 1px solid #dae1e7;
}

.select-holder select {
    color: #000;
    background: #fff;
}

.select-holder .single-date-configured {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    color: none;
}

.select-holder .md-dialog-unset {
    opacity: unset;
    box-shadow: unset;
    min-width: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset;
    display: block;
    flex-direction: unset;
}

.report-filters .select-holder md-select {
    padding: 0 15px;
}

.select-holder.left-align .date-range-input {
    text-align: left;
}

.select-holder md-select .md-select-value .md-select-icon:after {
    display: none;
}

.secondary-date-range .select-holder, .secondary-date-range .select-holder-custom {
    height: 22px;
    margin: 0;
}

.secondary-date-range .select-holder-custom, .secondary-date-range .select-holder {
    width: auto;
}

    .secondary-date-range .select-holder .date-range-input, .secondary-date-range .select-holder-custom .date-range-input {
        border: none;
        border-bottom: 2px solid #dae1e7;
        border-radius: 0;
        padding: 0 10px;
        line-height: 22px;
        font-weight: 700;
    }

.select-holder-custom .white-background {
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
}

.secondary-date-range .select-holder .date-picker, .secondary-date-range .select-holder-custom .date-picker {
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 22px;
    font-weight: 700;
}

.select-holder select::-ms-expand {
    display: none;
}

.close-btn, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    border: 1px solid #dfe5ea;
    border-radius: 4px;
    background: #f2f4f6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    width: 66px;
    height: 24px;
    display: block;
    text-align: center;
    color: #042346;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}

    .close-btn:hover {
        opacity: .8;
    }

.save-btn, .swal2-styled.swal2-confirm {
    background-color: #fa7642;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    border-radius: 4px;
    min-width: 66px;
    height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    border: 1px solid #ec5122;
    padding: 0 8px;
}

    .save-btn:hover {
        opacity: .8;
    }

.blue-btn {
    border: 1px solid #D1DDF0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    background: #e1e9f5;
    color: #004baa;
    padding: 5px 10px;
    height: 24px;
    font-size: 12px;
    line-height: 1.1em;
    text-align: center;
    font-weight: 700;
    display: block;
    border-radius: 4px;
}

.target-table-area {
    position: relative;
    width: 100%;
}

.add-target-row a.add-btn {
    border: 2px solid #dae1e7;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 4px;
    color: #000;
}

    .add-target-row a.add-btn i {
        position: relative;
        display: block;
        font-size: 13px;
        line-height: 32px;
        text-align: center;
    }

.target-table-area .add-btn-wrap {
    border-top: 1px solid #eceff4;
    padding-top: 10px;
}

.target-table-area .add-btn-wrap .btn-container {
    width: 32px;
    height: 32px;
}

    .target-table-area .add-btn i {
        position: relative;
    }

    .target-table li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 42px 0 0;
        margin: 0 -7px 15px;
    }

        .target-table li.head {
            margin-bottom: 10px;
        }

    .target-table .table-row {
        position: relative;
        padding: 0 7px;
    }

        .target-table .table-row:nth-child(1) .field-wrap {
            width: 140px;
        }

        .target-table .table-row:nth-child(2) .time-select-wrap {
            width: 140px;
        }

        .target-table .table-row:nth-child(3) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
        }

            .target-table .table-row:nth-child(3) .date-select-wrap {
                width: 100%;
            }

    .target-table .field-wrap {
        position: relative;
    }

    .target-table input[type="text"] {
        background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
        background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
        border: 2px solid #dae1e7;
    }

    .target-table .select-holder {
        width: 100%;
        height: 38px;
    }

    .target-table .delete-row {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background: #f0f2f4;
        text-align: center;
        padding: 5px 0 0;
        margin: -11px 0 0;
    }

        .target-table .delete-row i {
            position: relative;
            display: block;
            font-size: 12px;
            color: #f86876;
        }

.panel-active {
    overflow: hidden;
}

.community-panel-area .text-wrap {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6a7d8e;
    margin: 0;
}

.community-panel-area .text-wrap .heading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 27px;
    color: #011f3c;
    display: block;
    margin: 0 0 7px;
}

.community-panel-area .text-wrap .heading .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.community-panel-area .text-wrap p {
    margin: 0 0 16px;
}

.date-range-picker-container {
    position: absolute;
    top: 0;
    left: 0;
}

.daterangepicker .range_inputs {
    display: none;
}

.daterangepicker:after, .daterangepicker:before {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.daterangepicker .ranges ul {
    overflow: hidden;
    min-height: 85px;
    overflow-y: scroll;
    max-height: 145px;
}

.daterangepicker .ranges li {
    font-size: 13px;
}

    .daterangepicker .ranges li.active {
        background: #f0f2f4;
        color: #000;
    }

.daterangepicker .ranges li, .ranges li, .kluster-dropdown md-select-menu md-option, .kluster-form-dropdown md-select-menu md-option {
    padding: 0.5em;
    color: #000;
    background: #fff;
    border: none;
    margin-bottom: 3px;
    height: auto;
}

.daterangepicker .ranges {
    margin: 4px;
}

    .daterangepicker .ranges.toggle-range {
        margin: 0;
    }

.ranges.toggle-range .date-picker-headings {
    float: right;
    display: block;
    width: auto;
    margin-top: 4px;
}

.ranges li {
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.kluster-form-dropdown md-select-menu md-option .description {
    color: #6a7d8e;
}

.report-filters md-select md-select-value .description {
    color: #6a7d8e;
}

.kluster-form-dropdown md-select-menu md-option .bold-text {
    font-weight: bold;
}

.report-filters md-select md-select-value.md-select-placeholder {
    z-index: 0;
}

.ranges li:hover, .kluster-dropdown md-select-menu md-option:hover, .kluster-form-dropdown md-select-menu md-option:hover {
    background: #f0f2f4;
    color: #000;
    border: none;
}

.ranges li.active {
    background: #f0f2f4;
    border: none;
    color: #000;
}

.kluster-dropdown md-select-menu {
    background: #fff;
    color: #000;
    border: solid 2px #dae1e7;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: none;
}

    .kluster-dropdown md-select-menu md-content {
        padding: 4px;
        min-width: 134px;
    }

.kluster-form-dropdown .kluster-selected-header {
    display: block;
    width: 100%;
}

    .kluster-form-dropdown .kluster-selected-header input {
        width: 100%;
        padding: 0;
    }

.kluster-form-dropdown md-select-menu {
    background: #fff;
    color: #000;
    border: solid 1px #dae1e7;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: none;
    max-width: 300px;
}

.kluster-form-dropdown.full-width-dropdown md-select-menu {
    max-width: unset;
    width: Calc(100% - 13px);
}

.kluster-form-dropdown md-select-menu md-content {
    padding: 4px;
    min-width: 134px;
}

.kluster-form-dropdown .dropdown-sub-text {
    font-size: 11px;
    display: block;
    margin-top: 2px;
    white-space: normal;
}

.kluster-menu-searchbox {
    min-height: 38px;
    padding: 0 5px 5px 5px;
}

.kluster-menu-items {
    max-height: 200px;
    overflow-y: auto;
}

.kluster-dropdown-button {
    border: unset;
    background: unset;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.add-to-dash-datepicker-text {
    line-height: 30px;
    font-weight: normal;
}

.add-to-dash .select-holder {
    height: 38px;
}

    .add-to-dash .select-holder:before {
        top: 12px;
    }

.md-select-value .dropdown-sub-text {
    display: none;
}

.secondary-date-range {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 8px;
}

md-autocomplete {
    border-radius: 4px;
    border: 1px solid #e4e7ef;
    display: block;
    flex: none;
    width: 100%;
    height: 38px;
}

    md-autocomplete input:not(.md-input) {
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }

    md-autocomplete.flex-gt-xs {
        flex: none;
    }

    md-autocomplete md-autocomplete-wrap {
        border-radius: 4px;
        box-shadow: none;
        height: 35px;
    }

        md-autocomplete md-autocomplete-wrap.md-whiteframe-z1 {
            box-shadow: none;
        }

    md-autocomplete .md-show-clear-button button md-icon {
        height: 18px;
        width: 18px;
        min-height: 18px;
        min-width: 18px;
    }

.daterangepicker .input-mini {
    border: 1px solid #e4e7ef;
    color: #000;
}

    .daterangepicker .input-mini.active {
        border: 1px solid #e4e7ef;
        color: #000;
    }

.calendar-table {
    font-size: 13px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f0f2f4;
    color: #000;
}

.daterangepicker td.in-range {
    background-color: #f0f2f4;
    color: #000;
}

.owner-checkbox-title {
    margin-bottom: 10px;
}

.form-control.forecast-input {
    margin-bottom: 5px;
}

md-tabs-canvas {
    height: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.modal-body md-tabs-wrapper {
    background: #e8f0fd;
    color: #171717;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
}

.modal-body .md-tab {
    font-size: 13px;
    font-weight: 500;
    text-transform: initial;
    color: #171717;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.modal-body .md-pagination-wrapper {
    height: 100%;
}

.modal-body md-tabs .md-tab.md-active {
    background: #004baa;
    color: #fff;
}

.modal-body md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #004baa;
    background-color: #004baa;
}

.modal-body md-content {
    background-color: #fff;
}

.permission-error-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

md-datepicker.form-control {
    background-color: #fff;
    padding: 0px 15px 0px 5px;
    width: 100%;
    margin-right: 0;
    width: 100%;
    margin-right: 0;
}

md-datepicker.form-control.disabled {
    background-color: #f4f5f7;
    pointer-events: none;
}

    md-datepicker.form-control .md-icon-button + .md-datepicker-input-container {
        width: 100%;
    }

    md-datepicker.form-control .md-datepicker-triangle-button {
        visibility: hidden;
    }

.edit-record-wrap .md-button.md-icon-button {
    margin: -5px 0 0 0;
    padding: 0;
    line-height: 14px;
    height: 14px;
}

.field-select-container .md-button.md-icon-button {
    margin: 0 10px;
}

.active-select-container .md-button.md-icon-button {
    margin: 0 12px;
}

.edit-record-wrap .md-datepicker-input-container {
    border-bottom: none;
    margin-left: 0;
    width: 90%;
}

.md-datepicker-input[disabled] {
    background: inherit;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #004baa;
}

.md-calendar-day-header {
    background: #f6f7fa;
}

.forecast-submission-panel .modal-footer {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #eceff4;
    min-height: 50px;
    position: fixed;
    bottom: 5px;
    width: 97%;
}

.forecast-submission-panel {
    margin-top: 24px;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-select:focus {
    outline: none !important;
}

.hover-and-drag:hover {
    cursor: grab;
}

.hover-and-drag:active {
    cursor: grabbing;
}

.panel-heading-filters .kluster-switch {
    padding: 0;
}

.record-edit-error {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.record-edit-error .title {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
    
.node rect {
    cursor: default;
    fill-opacity: 1;
    shape-rendering: optimizeSpeed;
    border: none;
    stroke-width: 0;
    stroke: none;
}

    .node rect.default {
        fill: #a9b6c3 !important;
        stroke: none !important;
    }

.node text {
    pointer-events: none;
    text-shadow: none;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #000;
}

.nv-sankeyChart .link {
    fill: none;
    stroke-opacity: 0.8;
}

    .nv-sankeyChart .link.default-path {
        stroke: #f4f7f9 !important;
    }

svg g.nv-sankeyChart text.linkText {
    fill: #fff;
}

svg g.nv-sankeyChart .node text {
    fill: #000;
}

svg g.nv-sankeyChart circle {
    fill: #a9b6c3;
    stroke: rgb(201, 201, 201);
    stroke-width: 3;
    fill-opacity: 0.9;
}

.nvtooltip.sankey-tooltip {
    background-color: #f4f7f9;
    color: #171717;
    border: 1px solid #a9b6c3;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    padding: 0 5px;
    width: 240px;
}

    .nvtooltip.sankey-tooltip:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: 0px;
        width: 0;
        height: 0;
        border-top: solid 5px #a9b6c3;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }

    .nvtooltip.sankey-tooltip i {
        margin: 0 10px;
    }

    .nvtooltip.sankey-tooltip .node-wrap {
        text-align: center;
        border: none;
        display: inline-block;
        padding: 0 5px;
    }

    .nvtooltip.sankey-tooltip h3 {
        background: none;
        color: #171717;
        border: none;
        font-size: 13px;
        padding: 0;
        line-height: 40px;
        text-align: center;
    }

    .nvtooltip.sankey-tooltip span {
        display: inline-block;
        margin: 0;
    }

    .nvtooltip.sankey-tooltip p {
        padding: 0;
        line-height: 40px;
    }

.sankey-totals rect {
    height: 50px;
    width: 150px;
    fill: #f4f7f9;
}

.sankey-totals text {
    fill: #000;
}

.flowchart-arrow-down {
    font-size: 18px;
    vertical-align: text-top;
    line-height: 13px;
}

.flowchart-arrow-up {
    font-size: 18px;
    vertical-align: text-bottom;
    line-height: 13px;
}

.flowchart-text {
    line-height: 18px;
}

.pipelineflow-totals-wrap {
    margin: 0 0 10px 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.pipelineflow-totals {
    background-color: #004baa;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
    justify-content: center;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    border-radius: 3px;
}

.pipelineflow-totals-wrap hr {
    border-top: solid 2px #004baa;
    margin-top: 23px;
    margin-bottom: 0;
    opacity: 1;
    color: #004baa;
    background-color: #004baa;
}

.reset-password-resend {
    font-size: 13px;
    text-align: center;
}

.table-insights {
    width: 100%;
    display: flex;
    height: 8px;
    justify-content: flex-end;
}

    .table-insights div:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .table-insights div:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .table-insights div.insight-item {
        flex: 1 1 auto;
    }

.forecast-tag-add-icon {
    font-size: 13px;
}

.display-message-icon {
    font-size: 2em;
}

.update-browser-alert-wrapper {
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    z-index: 5000;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .update-browser-alert-wrapper .update-browser-alert-content {
        border: 1px solid #ec5122;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #ff6c40;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        padding: 5px 10px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

        .update-browser-alert-wrapper .update-browser-alert-content p {
            margin: 0;
        }

.update-browser-alert-icon {
    margin-right: 5px;
}

.update-browser-alert-button {
    margin-left: 5px;
}

.browser-update-wrapper {
    padding-top: 100px;
}

.browser-update-title {
    text-align: center;
}

.browser-update-content {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin: 0 auto;
}

.browser-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 2px solid #dae1e7;
    border-radius: 3px;
    min-height: 100px;
    min-width: 140px;
}

.browser-link {
    margin-top: 20px;
}

.browser-logo {
    font-size: 32px;
}

.sentence-icon {
    font-size: 20px;
    margin: 0 5px;
}

.active-filters-wrap, .active-report-filters.edit-wrap {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    background: #f0f2f4;
    padding: 10px;
    border: 1px solid #dae1e7;
    border-radius: 4px;
    margin-top: 10px;
}

.active-report-filters.edit-wrap {
    flex-direction: column;
}

.add-filter-btn-container {
    display: flex;
    justify-content: space-between;
}

.add-filter-btn-container {
    align-items: center;
    align-content: center;
}

    .add-filter-btn-container .filter-buttons {
        display: flex;
    }

        .add-filter-btn-container .filter-buttons .save-btn {
            margin-right: 5px;
        }

.hidden-tooltip-container, .hidden-tooltip-container:hover {
    opacity: 0;
    cursor: default;
}

.query-grid-container {
    display: grid;
}

    .query-grid-container > div {
        grid-area: 1/1;
    }

.active-filters-labels {
    flex-direction: column;
    display: flex;
}

.report-filters p {
    display: flex;
    font-size: 13px;
    margin: 0;
    line-height: 1.4em;
}

.report-loader {
    color: #a9b6c3;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border: none;
    padding: 4px 15px 4px 15px;
}

.report-filters .md-select-value, .report-filters md-select.md-default-theme .md-select-value, .report-filters md-select .md-select-value, .category-filter md-select-value {
    padding: 0;
    color: #000;
}

.category-filter md-select-value.md-select-placeholder {
    color: #6c757d;
    opacity: 1;
}

.md-select-value .md-select-icon {
    display: none;
}

md-select-menu.md-default-theme md-content md-option:not([disabled]).md-focused,
md-select-menu md-content md-option:not([disabled]).md-focused,
md-select-menu.md-default-theme md-content md-option:not([disabled]):focus,
md-select-menu md-content md-option:not([disabled]):focus {
    background: none;
}

md-select-menu.md-default-theme md-content md-option[selected].md-focused,
md-select-menu md-content md-option[selected].md-focused,
md-select-menu.md-default-theme md-content md-option[selected]:focus,
md-select-menu md-content md-option[selected]:focus,
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover,
md-select-menu md-content md-option:not([disabled]):hover {
    color: #000;
    background-color: #f0f2f4;
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom: none;
}

.md-datepicker-button.md-button.md-icon-button {
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 30px;
}

.md-default-theme .md-datepicker-input-container.md-datepicker-invalid,
.md-datepicker-input-container.md-datepicker-invalid,
.md-warn .md-default-theme .md-datepicker-input-container.md-datepicker-focused,
.md-warn .md-datepicker-input-container.md-datepicker-focused {
    border-bottom-color: #de2e55;
}

.md-calendar-date.md-focus .md-default-theme .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date-selection-indicator:hover,
.md-calendar-date-selection-indicator:hover {
    background: none;
}

md-select.md-default-theme[disabled] .md-select-value, md-select[disabled] .md-select-value {
    border: none;
    background-image: none;
    color: rgba(0, 0, 0, 0.38);
}

md-icon.md-default-theme, md-icon {
    color: #000;
    min-height: 22px;
    min-width: 22px;
    height: 20px;
    width: 20px;
}

.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon,
.md-datepicker-open .md-datepicker-calendar-icon {
    color: #000;
}

.menu-select-dashboard {
    width: 100%;
}

.dashboard-menu-container {
    width: 38.5%;
}

.dashboard-menu-container-chart {
    width: 22%;
}

.dashboard-menu {
    width: 100%;
}

.dashboard-menu-container md-menu-item, .dashboard-menu-container-chart md-menu-item {
    height: 38px;
    min-height: 38px;
    font-size: 13px;
    padding: 5px 5px 5px 2px;
    cursor: pointer;
}

.kluster-menu-items .span-highlighter {
    padding: 6px 10px;
    margin-left: 5px;
    width: fit-content;
    width: -moz-fit-content;
}

.kluster-dropdown-button .span-highlighter {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: min-content;
    transform: translateY(-1px);
}

.kluster-menu-items md-menu-item:hover span, .menu-select-dashboard md-menu-item.selected span, .kluster-dropdown-button .span-highlighter {
    border-radius: 5px;
    background-color: #f0f2f4;
}

.select-holder select.md-visually-hidden {
    display: none;
}

.cursor-move:hover {
    cursor: move;
}

.odm-date-label {
    cursor: default;
}

#toast-container > div {
    opacity: 1;
}

.toast-success {
    background-color: #5ac891;
}

.toast-error {
    background-color: #de2e55;
}

.toast-info {
    background-color: #001F72;
}

.toast-warning {
    background-color: #fa7642;
}

field-edit {
    width: 95%;
}

.add-snapshot-to-dash-modal .snapshot-library-block.true {
    width: 100%;
}

.add-snapshot-to-dash-modal .dash-select .dash-autocomplete {
    width: 100%;
}

.select-holder.snapshot-dash #widgetdate {
    height: 38px;
    text-align: center;
    padding-top: 7px;
    border: 1px solid #dae1e7;
}

.snapshot-dash-widget-name {
    padding-right: 5px;
}

.snapshot-dash-time-period {
    padding-left: 5px;
}

.modal-body.add-snapshot-to-dash-modal .form-group {
    margin: 0;
}

.swal2-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.swal2-html-container {
    font-size: 13px;
    color: #000;
}

.swal2-icon {
    border: none;
    height: 2em;
}

.swal2-styled {
    padding: 0;
}

.swal2-icon .swal2-icon-content {
    font-size: 2em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%);
}

.analytics-chart-container {
    padding: 0 15px 20px 15px;
}

.popeye-modal-container .popeye-modal {
    padding: 0;
    width: 75%;
}

.popeye-modal-container.ng-enter .popeye-modal {
    animation: ease-in 0.5s;
}

.popeye-modal-container.ng-leave .popeye-modal {
    animation: ease-out 0.5s;
}

md-backdrop.md-select-backdrop, md-backdrop.md-menu-backdrop {
    z-index: 101;
}

.popeye-modal-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2.5vh 0;
    z-index: 100;
}

.popeye-modal-container .forecasting-modal {
    width: 70%;
    overflow: hidden; /*Disables angular scrollbar when it opens*/
}

.popeye-modal-container .opp-details-modal {
    width: 75%;
}

.popeye-modal-container .small-modal {
    width: 40%;
}

.popeye-modal-container .medium-modal {
    width: 60%;
}

.popeye-modal-container .manual-width-modal {
    width: inherit;
}

.widget-error {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.widget-error-info {
    padding: 5px 10px;
    line-height: 1.5em;
}

    .widget-error-info .btn {
        border: 1px solid #D1DDF0;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
        background: #e1e9f5;
        color: #004baa;
        padding: 5px 10px;
        height: 22px;
        width: 100px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 10px;
    }

        .widget-error-info .btn.spaced {
            margin: 40px 10px 0 10px;
            width: 15%;
            height: 30px;
            font-size: 12px;
            padding: 0;
            line-height: 30px;
        }

    .widget-error-info h5 {
        font-size: 14px;
        font-weight: 500;
        color: #6a7d8e;
        margin: 0;
    }

        .widget-error-info p.spaced {
            padding: 10px;
            width: 90%;
            margin: auto;
            padding-bottom: 35px;
            font-size: 15px;
            color: unset;
        }

.dashboard-error {
    width: 34%;
    margin: 45px auto 0 auto;
    padding: 10px 20px;
    background-color: white;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 12px;
}

    .dashboard-error.no-widget {
        width: 70%;
        padding: 40px 40px;
    }

        .dashboard-error.no-widget img {
            border-radius: 5px;
            margin: auto;
            display: block;
            box-shadow: 0 1px 7px 0 rgb(0 0 0 / 25%);
        }

    .dashboard-error .error-header {
        text-align: center;
        font-size: 20px;
    }

    .dashboard-error .header-message {
        font-size: 24px;
    }

.reload-dash .fad {
    font-size: 30px;
}

.widgets-redirect-dash {
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #dae1e7;
    border-radius: 4px;
    margin: auto;
    cursor: pointer;
}

.error-header .bug-icon {
    color: lightgrey;
    text-align: right;
}

#toast-container > div {
    opacity: 1;
}

.toast-success {
    background-color: #5ac891;
}

.toast-error {
    background-color: #de2e55;
}

.toast-info {
    background-color: #001F72;
}

.toast-warning {
    background-color: #fa7642;
}

field-edit {
    width: 95%;
}

li.forecast-modal-save-error-details {
    font-weight: 700;
}

.settings-panel, .opp-details {
    display: flex;
}

.settings-panel {
    min-height: 100%;
}

.settings-panel-modal .settings-content.modal-body {
    overflow-y: scroll;
    max-height: calc(100vh - 150px);
}

.settings-panel .settings-content.table-content {
    padding: 10px 60px;
}

.settings-panel .settings-content .help-section .close-btn {
    width: 25%;
    height: auto;
}

.settings-panel .settings-nav, .opp-details .opp-details-nav {
    padding: 1em;
    border-right: 1px solid #e9ecef;
}

    .settings-panel .settings-nav .dropdown-list > li {
        padding: 4px 8px;
        margin-left: -8px;
    }

    .settings-panel .settings-nav .logout {
        position: absolute;
        bottom: 10px;
        font-size: 12px;
    }

        .settings-panel .settings-nav .logout .icon-wrap {
            margin-right: 5px;
        }

.settings-panel .user-profile-image {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

    .settings-panel .user-profile-image .default-icon {
        width: 80px;
        height: 80px;
        color: #fff;
        font-size: 3em;
        margin-right: 0;
    }

.settings-panel-form {
    padding: 15px 0;
}

.settings-panel .manage-users-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    min-height: 70px;
}

.settings-panel .manage-users-top h5 {
    margin: 0;
}

.settings-panel .manage-users-top a,
.settings-panel .manage-users-top .button-container,
.settings-panel .manage-users-top .button-container a {
    display: flex;
    width: 34px;
    height: 34px;
}

.settings-panel .manage-users-top .button-container {
    margin-left: 5px;
}

.settings-panel .manage-users-top .button-container a {
    margin: 0;
}

.settings-panel .users-search {
    width: 25%;
    margin: 0;
}

.settings-panel.settings-panel-full .settings-nav {
    padding: 1em 0;
}

.settings-panel-buttons {
    display: flex;
    justify-content: flex-start;
}

.settings-panel-buttons .overlapping-container {
    height: 24px;
    margin-top: -24px;
    position: relative;
}

.settings-panel-buttons > .query-grid-container ~ .close-btn {
    margin-left: 5px;
}

.settings-panel-buttons.reduce-padding {
    padding: 0 30px;
}

.settings-panel-buttons.vertical-padding {
    padding: 10px 0;
}

.settings-user-manage-users-add :not(span) > input[type="checkbox"], .settings-panel-buttons.vertical-padding :not(span) > input[type="radio"] {
    margin-left: 18px;
}

.settings-section .sub-header {
    font-size: 12px;
}

.settings-section .bottom-line {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 28px;
}

.settings-section .top-line {
    border-top: 1px solid #e9ecef;
}

.settings-section .selection-menu-dropdown {
    color: #6a7d8e;
    height: 25px;
    margin-bottom: 0;
    padding-top: 5px;
    display: flex;
    font-size: 12px;
}

.settings-section .dropdown-caret-icon {
    width: 10px;
    font-size: 15px;
    padding-right: 12px;
    margin-left: -15px;
}

.settings-section .lenses-table-container {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.settings-section .normal-flex {
    display: flex;
    justify-content: space-between;
}

.settings-section .left-flex {
    display: flex;
    justify-content: left;
}

.settings-section .stretch-flex {
    display: flex;
    justify-content: stretch;
}

.settings-section .bottom-padding {
    padding-bottom: 15px;
}

.settings-section .bottom-top-padding {
    padding: 15px 0;
}

    .settings-section .bottom-top-padding .user-role-dropdown {
        width: 45%;
        float: left;
    }

.settings-section .config-checkboxes {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45%;
}

    .settings-section .config-checkboxes .checkbox-element {
        margin-top: auto;
        margin-bottom: auto;
    }

.settings-user-manage-settings .settings-section a, .settings-user-manage-settings .settings-configuration-block .description a {
    text-decoration-line: underline;
}

.settings-user-manage-settings .settings-configuration-block {
    margin-bottom: 30px;
}

    .settings-user-manage-settings .settings-configuration-block .description, .settings-user-manage-settings .forecasting-tab-content .description {
        margin-top: 10px;
        margin-bottom: 0;
        color: #6a7d8e;
    }

    .settings-user-manage-settings .settings-configuration-block .bold-text, .settings-user-manage-settings .settings-configuration-block .hyphen-text {
        opacity: 0;
        color: transparent;
    }

    .settings-user-manage-settings .settings-configuration-block .currency-management {
        display: flex;
    }

    .settings-user-manage-settings .settings-configuration-block .form-group {
        margin: 0 0 20px;
    }

.settings-user-manage-users .section-block, .settings-user-manage-users-add .section-block {
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 500px;
}

.settings-user-manage-users .user-table-wrap.section-block {
    height: 750px;
}

.settings-user-manage-users-add .section-block {
    height: 635px;
    margin-top: 15px;
}

.settings-user-manage-users-add .user-add-table-wrap.section-block {
    height: auto;
    min-height: 100px;
    margin-top: 0;
}

.settings-panel .settings-user-manage-users-add .manage-users-add-configuration {
    border-top: 1px solid #eceff4;
    padding-top: 1.5em;
}

    .settings-panel .settings-user-manage-users-add .manage-users-add-configuration p {
        margin: 0;
    }

    .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form {
        display: flex;
        justify-content: space-between;
    }

        .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form .checkbox-wrap {
            margin: 0;
            padding-top: 1.4em;
        }

            .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form .checkbox-wrap .form-group {
                height: 38px;
                margin: 0;
                justify-content: center;
                justify-items: center;
            }

            .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form .checkbox-wrap p {
                font-size: 11px;
                color: #6a7d8e;
                margin: 0;
            }

            .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form .checkbox-wrap md-checkbox {
                margin-bottom: 0;
                min-height: auto;
            }

        .settings-panel .settings-user-manage-users-add .manage-users-add-configuration .manage-users-add-configuration-form .dropdown-wrap {
            margin-right: 20px;
        }

/*[name="salesProcessesAndStages"] .dropdown-wrap {
    display: flex;
}*/

.settings-panel .modal-button-wrap.single-button {
    justify-content: flex-end;
    width: 100%;
}

.settings-panel .manage-users-add-manually-success {
    border: 1px solid #dae1e7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

    .settings-panel .manage-users-add-manually-success p {
        margin: 0;
    }

    .settings-panel .manage-users-add-manually-success .manage-users-add-manually-success-buttons {
        display: flex;
        justify-content: space-evenly;
        width: 75%;
        margin: 10px auto 0 auto;
    }

.settings-help .help-section {
    margin-bottom: 30px;
}

.settings-panel-modal .settings-button-wrap, .settings-button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 205px;
}

.user-profile-form .form-group label {
    margin: 5px 0 0;
}

ul.lens-logic-list {
    margin-left: 10px;
    max-width: 600px;
    white-space: normal;
}

ul.lens-logic-list li {
    list-style: none;
}

ul.lens-logic-list li:before {
    content: "\00B7";
    font-size: 40px;
    vertical-align: middle;
    height: 20px;
    line-height: 16px;
    display: inline-flex;
}

.table-select {
    font-size: 13px;
    line-height: 28px;
    width: 100%;
    height: 38px;
    font-weight: normal;
    -webkit-appearance: none;
    border: 1px solid #e4e7ef;
    background: #fff;
    border-radius: 4px;
    outline: none;
    padding: 5px 15px;
    color: #000;
    box-shadow: none;
    margin: 0;
}

table-select:hover {
    background-color: #f0f2f4;
}

.table-select .md-select-value {
    min-height: 16px;
    padding: 4px 0;
}

    .table-select .md-select-value i {
        margin-right: 4px;
    }

    .table-select .md-select-value .md-select-icon {
        align-items: flex-end;
        display: block;
        font-size: 1.2rem;
        text-align: right;
        transform: translateY(-2px);
        width: 24px;
    }

span.no-permission-to-owner-error-msg {
    color: #6a7d8e;
}

i.no-permission-to-owner-error-icon {
    color: #6a7d8e;
}

.toolbar,
.ta-toolbar {
    padding: 5px;
    margin-left: 0;
    border-top: 1px solid #e4e7ef;
    border-right: 1px solid #e4e7ef;
    border-left: 1px solid #e4e7ef;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

    .ta-toolbar .btn-group .btn {
        height: 28px;
        padding: 0 8px;
        line-height: 1;
        background-color: #fff;
        border: 1px solid #e4e7ef;
    }

        .ta-toolbar .btn-group .btn.active {
            background-color: #e4e7ef;
        }

.ta-editor, .white-box {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #e4e7ef;
    border-radius: 0 0 4px 4px;
}

    .ta-editor ul {
        list-style-type: disc;
        padding-left: 1.5em;
    }

field-edit .ta-scroll-window > .ta-bind {
    min-height: 100px;
    outline: none;
}

field-edit .ta-scroll-window > .ta-readonly {
    background-color: #e9ecef;
}

textarea.ta-bind {
    width: 100%;
}

.dashboard-filters {
    padding-top: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.filters-header {
    padding: 5px;
    background-color: #ffb74d;
    font-size: 13px;
    color: #020202;
    border: 1px solid #dae1e7;
    height: 27px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    width: max-content;
}

.filters-list {
    font-size: 14px;
    margin-left: 3px;
    display: flex;
    flex-direction: row;
}

.filters-item {
    background-color: white;
    padding: 7px;
    width: fit-content;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    border: 1px solid #dae1e7;
    margin-right: 5px;
    border-radius: 3px;
    line-height: 1em;
}

.edit-filter {
    color: #0a53be;
    text-decoration: underline;
    cursor: pointer;
}

.opp-details .opp-details-content {
    padding: 1.5em 5em;
    height: 650px;
    overflow: hidden;
    overflow-y: scroll;
}

.opp-details .opp-details-content #tabChart {
    height: 600px;
}

.opp-details .opp-details-content #edit {
    padding: 0 10em;
}

.insights-table {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

    .insights-table td {
        padding: 12px 10px;
    }

        .insights-table td p {
            display: flex;
            align-items: center;
            color: #000;
        }

            .insights-table td p i:first-child {
                margin-right: 1em;
            }

        .insights-table td:first-child {
            padding-left: 10px;
        }

        .insights-table td:last-child {
            padding-right: 10px;
        }

    .insights-table tbody.ap-mesa-rendered-rows tr {
        height: 60px;
    }

.mesa-rows-table-wrapper .mesa-rows-table i.expand-icon {
    float: left;
    margin-right: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-left: -10px
}

.snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table td {
    padding: 0.5em;
    height: 100%;
}

.snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table th {
        text-align: left;
        padding: 8px 5px;
        color: #171717;
        background: #f4f7f9;
        border: none;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table th:first-child {
            padding-left: 18px;
        }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table th:last-child {
            padding-right: 18px;
        }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table td {
        border-bottom: 1px solid #eef1f4;
        padding: 8px 5px;
        color: #171717;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table td:first-child {
            padding-left: 18px;
            color: #004baa;
        }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table td:last-child {
            padding-right: 18px;
        }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table tr {
        height: 100%;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table tr:hover {
            background-color: #eef1f4;
            cursor: pointer;
        }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .ap-mesa-rendered-rows tr td {
        height: 48px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table tbody tr:last-child td {
        border-bottom: none;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .text {
        display: block;
        font-weight: 500;
        color: #171717;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .name {
        position: relative;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #004baa;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .name .img {
            position: relative;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            display: block;
            overflow: hidden;
            margin: 0 15px 0 0;
        }

            .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .name .img img {
                display: block;
                width: 100%;
                height: auto;
            }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .amount-text {
        color: #171717;
        display: block;
        font-weight: 500;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .update-option {
        position: relative;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .edit-btn:hover {
            opacity: .8;
        }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .icon-medium {
        font-size: 22px;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .target-select-checkbox {
        text-align: center;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .target-select-checkbox input[type="checkbox"] {
            vertical-align: middle;
        }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table th.target-select-checkbox input[type="checkbox"] {
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table.no-header thead {
        display: none;
    }

    .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .forecast-input-button {
        margin: 0 auto;
        padding: 3px 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        display: block;
        background: #ff6c40;
        border: 1px solid #ec5122;
        border-radius: 4px;
        height: 24px;
        width: 125px;
        background: #ff6c40;
        color: #fff;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%);
        cursor: pointer;
    }

        .snapshot-table-wrap .mesa-rows-table-wrapper .mesa-rows-table .forecast-input-button a {
            color: #fff;
        }

/* fix to stop dashboard loading with swipe left animation */
.gridster-loaded .gridster-item {
    -webkit-transition: opacity .3s, left .3s, top .3s, height .3s;
    -moz-transition: opacity .3s, left .3s, top .3s, height .3s;
    -o-transition: opacity .3s, left .3s, top .3s, height .3s;
    transition: opacity .3s, left .3s, top .3s, height .3s;
}

.gridster-loaded .gridster-preview-holder {
    background-color: #f0f3f6;
}

.ellipsify, .ellipsify p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.limit-overflow p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.user-managed-lenses {
    display: flex;
}

    .user-managed-lenses .access-list {
        flex: 1;
    }

        .user-managed-lenses .access-list .list-block {
            height: 100px;
            overflow-y: auto;
        }

        .user-managed-lenses .access-list ul li {
            padding: 2px;
        }

.managed-reps-group-name {
    float: right;
    margin-right: 10px;
}

/* Query Builder */
.kluster-form-dropdown .extend-dropdown-text {
    color: #7e8e9d;
    padding: 5px 10px;
    text-align: center;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #fff;
    height: 38px;
    font-size: 13px;
    margin: 0 2px;
    min-width: 100px;
    max-width: 200px;
}

.form-inline .form-control.input {
    height: 32px;
}

.form-inline .form-control.field {
    max-width: 200px;
    width: 200px;
}

.form-inline .form-control.operator {
    width: 70px;
    min-width: 50px;
}

.form-inline .form-control.comparator {
    max-width: 110px;
}

.form-inline .form-control.object {
    max-width: 180px;
    width: 180px;
}

.form-inline .form-control md-select {
    margin: 0;
}

query-builder .panel-body.read-only, .query-builder-wrap.read-only {
    background: #f6f7fa;
}

query-builder .create-lens-button {
    margin: 15px 0;
}

query-builder .secondary-object-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.query-builder-wrap {
    padding: 15px;
    border: 1px solid #d8e1f3;
}

.community-panel-area query-builder:not(:first-child) .panel-heading.title {
    margin-top: 10px;
}

.community-panel-area query-builder .panel-heading.secondary-filter-button-wrap {
    padding: 16px 0;
    background: none;
}

    .community-panel-area query-builder .panel-heading.secondary-filter-button-wrap .save-btn {
        margin: 0;
    }

.community-panel-area query-builder .panel-body .info-icon-small {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.group-filter-buttons {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}


.form-control.field .filter-field-name {
    color: #7e8e9d;
}

.filter-value-checkbox, md-checkbox.filter-value-checkbox:last-of-type {
    margin-left: 5px;
}

    .filter-value-checkbox .md-icon, md-checkbox.filter-value-checkbox.md-default-theme:not(.md-checked), md-checkbox.filter-value-checkbox:not(.md-checked) .md-icon {
        border: 1px solid #e4e7ef;
    }

.info-icon-small {
    color: #6a7d8e;
    display: flex;
    align-content: center;
    font-size: 13px;
    margin-left: 5px;
}

.select-holder .date-range-input.true {
    background: #1717172e;
    color: #17171799;
}

button.select-holder {
    border: none;
    color: unset;
    background-color: unset;
}

.deep-filters-icon {
    border: 2px solid #dae1e7;
    background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
    background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 4px;
    color: #000;
    margin-left: 10px;
}


    .deep-filters-icon i {
        position: relative;
        display: block;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }

.deep-filters-icon-stack {
    opacity: 0.4;
}

/*.dash-filter-buttons .reset-btn {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    border-radius: 4px;
    min-width: 66px;
    height: 24px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    border: 1px solid #d6d6d6;
    padding: 0 8px;
}

.dash-filter-buttons {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
}
*/
.md-sidenav-right.community-panel-area.filters.dashboard-filters.fade {
    transition: all 0.5s linear;
    opacity: 1;
    z-index: 80;
    display: block;
}

.fade.ng-hide {
    opacity: 0;
}

.ng-hide {
    opacity: 0;
    transition: none;
}

#backgroundOverlay, #reportBackgroundOverlay, #global-search-background-overlay {
    background-color: rgba(33, 33, 33, 1.0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    opacity: 0;
}

    #global-search-background-overlay.activated {
        opacity: 0.5;
        z-index: 5000;
    }

#backgroundOverlay.to-the-top, #reportBackgroundOverlay.to-the-top {
    transition: all 0.22s linear;
    z-index: 79;
    background-color: #000;
    opacity: 0.5;
    display: block;
}

#backgroundOverlay.to-the-top, #reportBackgroundOverlay.to-the-top, #global-search-background-overlay.to-the-top {
    animation: fadeInToHalf 0.22s ease-in-out;
}

#global-search-background-overlay.to-the-bottom {
    animation: fadeOutFromHalf 0.22s ease-in-out;
}

.prevent-scroll {
    overflow-y: hidden;
}

#global-search-background-overlay.to-the-bottom {
    animation: fadeOutFromHalf 0.22s ease-in-out;
}

.prevent-scroll {
    overflow-y: hidden;
}

.lens-container.lens-filter-active {
    box-shadow: 0 0 5px 0 rgb(255, 183, 77);
    border: 1px solid #ffb74d;
    border-radius: 4px;
}

.user-profile-menu {
    min-width: 8rem;
    padding: 10px 15px;
}

    .user-profile-menu .user-profile-menu-text {
        margin-left: 5px;
    }

    .user-profile-menu .dropdown-menu-item i {
        width: 13px;
        font-size: 12px;
    }

.forecasting-tab-content {
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 0;
}

    .forecasting-tab-content .form-group label {
        margin: 0;
    }

    .forecasting-tab-content .heading-area {
        padding-top: 0;
    }

[name="forecastingLens"].forecasting-tab-content {
    background-color: #d8e1f3;
    border-radius: 4px;
    margin: 5px;
    padding: 15px;
}

    [name="forecastingLens"].forecasting-tab-content p {
        margin: 0;
    }

.business-process-tabs {
    display: flex;
    border-bottom: 1px solid #d8e1f3;
    margin-top: 5px;
}

    .business-process-tabs .business-process-tab {
        padding: 8px 16px;
    }

        .business-process-tabs .business-process-tab.active-tab {
            border-top: 1px solid #d8e1f3;
            border-left: 1px solid #d8e1f3;
            border-right: 1px solid #d8e1f3;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            padding: 8px 16px;
            background-color: #e1e9f5;
            color: #004baa;
            font-weight: 500;
        }

.default-business-process-check md-checkbox {
    margin: 0;
}

.board-pack-template-nav a {
    font-size: 12px;
    float: left;
    line-height: 13px;
    font-weight: 500;
    color: #171717;
}

.create-board-pack-container {
    height: 47px;
    padding-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

    .create-board-pack-container .title {
        line-height: 22px;
    }

    .create-board-pack-container .menu-create-board-pack {
        position: relative;
        z-index: 0;
    }

.menu-create-board-pack:not(.hidden) ~ .menu-create-board-pack-title:has(.editable-input) {
    display: none;
}

.create-board-pack-container .menu-create-board-pack-inner {
    align-items: center;
    display: flex;
    padding: 5px 0 5px 6px;
    margin-left: -6px;
    height: 25px;
}

.create-board-pack-container .menu-create-board-pack a.menu-create-board-pack-button {
    color: #171717;
    font-size: 12px;
}

    .create-board-pack-container .menu-create-board-pack a.menu-create-board-pack-button .navigation-plus-icon {
        color: #004baa;
        background: #e1e9f5;
        border: 1px solid #D1DDF0;
        border-radius: 4px;
        width: 22px;
        height: 22px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .16);
    }

.create-board-pack-container .transparent {
    color: transparent;
    background-color: transparent;
    border: unset;
}

.create-board-pack-container .hidden {
    visibility: hidden;
}

.create-board-pack-container .menu-create-board-pack-title .title-text {
    width: 100%;
    display: block;
    margin-top: -1px;
    height: 22px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.create-board-pack-container .form-control {
    margin: 0;
}

.widget-breaker .editable-click i {
    font-size: 14px;
}

.block-heading .title .editable-buttons .btn, .create-board-pack-container .title .editable-buttons .btn {
    font-size: 14px;
}

.create-board-pack-container .title .editable-buttons .btn {
    height: 25px;
    line-height: 25px;
    margin-top: 1px;
}

.create-board-pack-container .title .editable-input {
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
}

.create-board-pack-container .title .editable-controls {
    width: 130px;
}

.saving-status-label {
    font-size: 10px;
    font-weight: 500;
    color: #B9B9B9;
}

.status-label-icon {
    margin-right: 3px;
    font-size: 8px;
}



.forecast-kanban-load-more {
    text-align: center;
    padding-top: 5px;
    width: 100%;
    padding-right: 2px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #E8E8E8E8;
    color: #090909;
    font-weight: 500;
}
/* Content/contentTertiary from Figma */
/* Core/Error from Figma */
/* Core/Success from Figma */
/* Core/Warning from Figma */
@import "../../../react/features/ai/styles/ai-chat.css";
.content-secondary {
  color: #747474;
}
.content-tertiary {
  color: #A2A2A2;
}
.dropdown-arrow {
  font-size: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  color: #A2A2A2;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 900;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.48px;
  margin: 0;
}
h4,
.h4 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0;
}
h5,
.h5 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin: 0;
}
h6,
.h6 {
  font-size: 15px;
}
.copy-10 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 16px */
}
.copy-12 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
}
.copy-13 {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.065px;
}
.copy-14 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  flex: 1 0 0;
  letter-spacing: -0.07px;
}
.copy-16 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.08px;
}
.button-12,
.widget-date .date-range-input > span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.button-13 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
.label-10 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
.label-12,
.nav-sub-heading,
.secondary-date-range,
.secondary-date-range .select-holder .date-range-input,
.secondary-date-range .select-holder-custom .date-range-input,
.secondary-date-range .select-holder button.date-picker-btn,
.secondary-date-range .select-holder-custom button.date-picker-btn,
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container div span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.label-13 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
.label-14,
.heading-area .breadcrumb-container .title-container .editable-click,
.heading-area .breadcrumb-container .title-container .editable-wrap .editable-controls .editable-input,
.block-heading .title .editable-text .editable-input {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.label-16,
.forecast-panel-body .category-container .category-content .amount-container input {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.label-20 {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 100% */
  letter-spacing: -0.6px;
}
.label-24 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.96px;
}
.label-28 {
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
  letter-spacing: -1.12px;
}
.heading-10 {
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  /* 100% */
  letter-spacing: 0.8px;
}
.heading-14 {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.14px;
}
.heading-16 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
}
.heading-24 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.288px;
}
.code-label-11 {
  font-family: "DM Mono";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 109.091% */
}
.inline-text {
  white-space: nowrap;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f0f2f4;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #dae1e7;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #dae1e7;
}
.scrolling {
  scrollbar-width: auto !important;
}
.scrolling::-webkit-scrollbar {
  width: 10px !important;
}
/* New styles for icons */
.avatar {
  background-color: #F5F2FF;
  color: #5746AF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 5px;
}
.avatar.avatar-xxsmall {
  font-size: 8px;
  line-height: 8px;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.avatar.avatar-xsmall {
  font-size: 10px;
  line-height: 10px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.avatar.avatar-small {
  font-size: 12px;
  line-height: 12px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.avatar.avatar-medium {
  line-height: 16px;
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.avatar.avatar-large {
  line-height: 14px;
  font-size: 14px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.avatar.avatar-xlarge {
  line-height: 16px;
  font-size: 16px;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
i.small {
  font-size: 22px;
}
i.large {
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
i.error {
  color: #DE1135;
}
.badge {
  background: #DFE6E9;
  border-radius: 4px;
  color: #636E72;
  font-size: 13px;
  padding: 4px 8px;
  font-weight: 500;
}
.badge.active {
  color: #1B7445;
  background: rgba(20, 188, 99, 0.2);
}
.badge.inactive {
  color: #DE1135;
  background: #FDE9ED;
}
button,
a[role="button"] {
  border: none;
  white-space: nowrap;
}
button:disabled,
a[role="button"]:disabled {
  cursor: not-allowed;
}
button:disabled div,
a[role="button"]:disabled div {
  cursor: not-allowed;
}
button:disabled div span,
a[role="button"]:disabled div span,
button:disabled div i,
a[role="button"]:disabled div i {
  cursor: not-allowed;
}
button.regular,
a[role="button"].regular {
  height: 40px;
  padding: 8px 16px;
}
button.small,
a[role="button"].small {
  height: 32px;
  padding: 8px 12px;
}
button.xsmall,
a[role="button"].xsmall {
  height: 24px;
  padding: 8px;
}
button.primary,
a[role="button"].primary,
md-select[role="button"].primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid #171717;
  background: #171717;
  color: #FFF;
}
button.primary:hover,
a[role="button"].primary:hover,
md-select[role="button"].primary:hover {
  background: #454545;
  color: #FFF;
}
button.primary:active,
a[role="button"].primary:active,
md-select[role="button"].primary:active {
  background: #5D5D5D;
  color: #FFF;
}
button.primary:disabled,
a[role="button"].primary:disabled,
md-select[role="button"].primary:disabled {
  background: #F3F3F3;
  color: #A2A2A2;
  border: 1px solid #F3F3F3;
}
md-select[role="button"].disabled {
  background: #F3F3F3;
  color: #A2A2A2;
  border: 1px solid #F3F3F3;
}
md-select[role="button"].disabled:hover {
  background: #F3F3F3;
  color: #A2A2A2;
}
button.secondary,
a[role="button"].secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  color: #171717;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
}
button.secondary:hover,
a[role="button"].secondary:hover {
  background: #E8E8E8;
  border: 1px solid #D1D1D1;
}
button.secondary:active,
a[role="button"].secondary:active {
  background: #D1D1D1;
}
button.secondary:disabled,
a[role="button"].secondary:disabled {
  background: #F3F3F3;
  color: #747474;
  border: 1px solid #F3F3F3;
}
button.tertiary,
a[role="button"].tertiary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  color: #171717;
  background: #FFFFFF;
}
button.tertiary:hover,
a[role="button"].tertiary:hover {
  background: #F3F3F3;
}
button.tertiary:active,
a[role="button"].tertiary:active {
  background: #E8E8E8;
}
button.tertiary:disabled,
a[role="button"].tertiary:disabled {
  color: #A2A2A2;
}
button.tertiary:disabled:hover,
a[role="button"].tertiary:disabled:hover {
  background: #FFFFFF;
}
button.tertiary:disabled div span,
a[role="button"].tertiary:disabled div span,
button.tertiary:disabled div i,
a[role="button"].tertiary:disabled div i {
  color: #A2A2A2;
}
button.accent,
a[role="button"].accent {
  background: #6C5CE7;
  color: #FFF;
}
button.error,
a[role="button"].error {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #DE1135;
  color: #FFF;
}
button.error:hover,
a[role="button"].error:hover {
  background: #F03D5D;
}
button.error:active,
a[role="button"].error:active {
  background: #F793A5;
}
button.error:disabled,
a[role="button"].error:disabled {
  color: #F793A5;
  background: #FDE9ED;
}
button.icon-button,
a[role="button"].icon-button {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 4px;
  border: none;
  background: none;
}
button.icon-buttonbutton.icon-buttonli.option-list,
button.icon-buttona[role="button"].icon-buttonli.option-list,
a[role="button"].icon-buttonbutton.icon-buttonli.option-list,
a[role="button"].icon-buttona[role="button"].icon-buttonli.option-list {
  padding: unset;
}
button.icon-button:hover,
a[role="button"].icon-button:hover {
  background: #F3F3F3;
}
button.icon-button:has( > .board-pack-lock),
a[role="button"].icon-button:has( > .board-pack-lock) {
  background: #F3F3F3;
}
button.icon-button i:not(.board-pack-lock):before,
a[role="button"].icon-button i:not(.board-pack-lock):before {
  font-size: 12px;
  line-height: 24px;
}
button.icon-button.xsmall,
a[role="button"].icon-button.xsmall {
  width: 24px;
  height: 24px;
}
button.icon-button.small,
a[role="button"].icon-button.small {
  width: 32px;
  height: 32px;
}
button.icon-button.medium,
a[role="button"].icon-button.medium {
  width: 40px;
  height: 40px;
}
button.icon-button.large,
a[role="button"].icon-button.large {
  width: 48px;
  height: 48px;
}
button.icon-button.secondary-icon,
a[role="button"].icon-button.secondary-icon {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
}
button.icon-button.auto-width,
a[role="button"].icon-button.auto-width {
  width: auto;
}
button.icon-button:disabled,
a[role="button"].icon-button:disabled {
  color: #A2A2A2;
  cursor: not-allowed;
  background: #FFFFFF;
}
button.icon-button:disabled div span,
a[role="button"].icon-button:disabled div span,
button.icon-button:disabled div i,
a[role="button"].icon-button:disabled div i {
  color: #A2A2A2;
}
.button-with-icon,
.heading-area .heading-info-right .sub-heading-info-right .date-picker-btn {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  font-weight: 500;
}
.button-with-icon.active {
  background: #F3F3F3;
}
.button-with-icon:hover {
  background: #F3F3F3;
}
.button-with-icon.xsmall {
  height: 24px;
}
.button-with-icon.small,
.heading-area .heading-info-right .sub-heading-info-right .date-picker-btn {
  height: 32px;
}
.button-with-icon.last {
  margin-right: 0px;
}
.button-with-icon #widgetdate {
  display: flex;
}
.button-with-icon #widgetdate::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
kluster-checkbox.checkbox-with-label {
  width: 100%;
}
.kluster-checkbox-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-radius: 4px;
}
.kluster-checkbox-container {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kluster-checkbox-container .kluster-checkbox {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #A2A2A2;
  user-select: none;
  /* Prevent text selection */
  -webkit-user-drag: none;
  /* Prevent drag */
}
.kluster-checkbox-container .kluster-checkbox.checked {
  padding: 3px;
  background: #171717;
}
.kluster-checkbox-container .kluster-checkbox i {
  width: 12px;
  height: 12px;
  font-size: 12px;
  vertical-align: middle;
  margin: auto;
  color: #FFFFFF;
}
.kluster-checkbox-container:hover {
  cursor: pointer;
}
.kluster-checkbox-container:hover .kluster-checkbox {
  cursor: pointer;
}
.kluster-checkbox-container:active {
  border: 4px solid #D1D1D1;
  border-radius: 2px;
}
.kluster-checkbox-container:active .kluster-checkbox {
  padding: 3px;
  background: #171717;
}
.kluster-checkbox-container.disabled {
  cursor: default;
  border: none;
}
.kluster-checkbox-container.disabled .kluster-checkbox {
  cursor: default;
  padding: 3px;
  border: none;
  background: #E8E8E8;
}
.kluster-checkbox-container.disabled .kluster-checkbox.checked i {
  color: #747474;
}
.kluster-checkbox-container.disabled .kluster-checkbox i {
  color: #E8E8E8;
}
md-select.main-dropdown {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
  justify-content: center;
  margin: 0;
  width: fit-content;
  color: #171717;
}
md-select.main-dropdown.primary {
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
}
md-select.main-dropdown.primary md-select-value > span {
  color: #171717;
}
md-select.main-dropdown.primary:not(.disabled):hover {
  background: #F3F3F3;
}
md-select.main-dropdown.primary:not(.disabled):active {
  background: #E8E8E8;
}
md-select.main-dropdown.primary.disabled {
  /* TBD, immitate buttons for now */
  background: #F3F3F3;
  color: #747474;
  border: none;
  cursor: default;
}
md-select.main-dropdown.primary.disabled md-select-value > span {
  color: #747474;
}
md-select.main-dropdown.secondary {
  border: none;
  background: none;
}
md-select.main-dropdown.secondary:not(.disabled):hover {
  background: #F3F3F3;
}
md-select.main-dropdown.secondary:not(.disabled):active {
  background: #E8E8E8;
}
md-select.main-dropdown.secondary.disabled {
  /* TBD, immitate buttons for now */
  background: #F3F3F3;
  color: #747474;
  border: none;
  cursor: default;
}
md-select.main-dropdown.secondary.disabled:active {
  background: #F3F3F3;
}
md-select.main-dropdown.secondary.disabled md-select-value > span {
  color: #171717;
}
md-select.main-dropdown.header-dropdown {
  height: 44px;
  padding: 6px 12px;
}
md-select.main-dropdown.header-dropdown span .md-text {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.288px;
}
md-select.main-dropdown.header-dropdown md-select-value {
  height: 28px;
}
md-select.main-dropdown.regular {
  height: 40px;
  padding: 8px 16px;
}
md-select.main-dropdown.regular span .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
md-select.main-dropdown.regular md-select-value {
  height: 24px;
}
md-select.main-dropdown.small {
  height: 32px;
  padding: 8px 12px;
}
md-select.main-dropdown.small span .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
md-select.main-dropdown.small md-select-value {
  height: 20px;
}
md-select.main-dropdown.xsmall {
  height: 24px;
  padding: 8px;
}
md-select.main-dropdown.xsmall span .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
md-select.main-dropdown.xsmall md-select-value {
  height: 16px;
}
md-select.main-dropdown.xxsmall {
  height: 24px;
  padding: 8px;
}
md-select.main-dropdown.xxsmall span .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
md-select.main-dropdown.xxsmall md-select-value {
  height: 14px;
}
md-select.main-dropdown.full-width {
  width: 100%;
}
md-select.main-dropdown md-select-value {
  background-color: inherit;
  min-width: unset;
  min-height: unset;
  padding: unset;
  width: 90%;
}
md-select.main-dropdown md-select-value > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
md-select.main-dropdown md-select-value .md-text {
  display: inline-flex !important;
  justify-content: space-between;
  width: 100%;
  color: #171717;
  gap: 4px;
}
md-select.main-dropdown md-select-value .md-text > span {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
md-select.main-dropdown md-select-value .md-text::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  pointer-events: none;
  font-weight: 900;
  float: right;
}
md-select.main-dropdown.header-dropdown md-select-value .md-text {
  gap: 8px;
}
md-select.main-dropdown.header-dropdown md-select-value .md-text::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #A2A2A2;
}
md-input-container.multi-select-dropdown {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: fit-content;
}
md-input-container.multi-select-dropdown.full-width {
  width: 100%;
}
md-input-container.multi-select-dropdown.header-dropdown span {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.288px;
}
md-input-container.multi-select-dropdown.regular span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
md-input-container.multi-select-dropdown.small span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
md-input-container.multi-select-dropdown.xsmall span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
md-input-container.multi-select-dropdown.xxsmall span {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
md-input-container.multi-select-dropdown md-select md-select-value span::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  color: #171717 !important;
  pointer-events: none;
  font-weight: 900;
  padding-left: 4px;
  float: right;
}
md-input-container.multi-select-dropdown md-select md-select-value.md-select-placeholder {
  color: #171717;
  padding-left: 0;
}
.md-select-menu-container md-select-menu {
  display: flex;
  min-width: 180px;
  padding: 8px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--Border-Core, #E8E8E8);
  background: #FFF;
  box-shadow: 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 8px 18.942px 0px rgba(17, 7, 53, 0.03);
}
.md-select-menu-container md-select-menu md-content {
  padding: 0;
}
.md-select-menu-container md-select-menu md-content md-option {
  display: flex;
  min-height: 32px;
  height: fit-content;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.md-select-menu-container md-select-menu md-content md-option:hover {
  background: #F3F3F3;
}
.md-select-menu-container md-select-menu md-content md-option.delete {
  color: #DE1135;
}
.md-select-menu-container md-select-menu md-content md-option i {
  padding-right: 8px;
}
.dropdown-item {
  display: flex;
  min-height: 32px;
  height: fit-content;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.dropdown-item:hover {
  background: #F3F3F3;
}
.dropdown-item.delete {
  color: #DE1135;
}
.dropdown-item i {
  padding-right: 8px;
}
.select-holder md-select {
  padding: 0;
}
.select-holder md-select md-select-value {
  padding: 2px 15px 2px 15px;
}
.kluster-form-dropdown.download-targets-modal.multiple-select {
  opacity: 0;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu {
  max-width: unset;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-content md-select-header {
  padding: 8px;
  align-items: center;
  align-self: stretch;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-content md-select-header input.md-text {
  background: #F3F3F3;
  color: #A2A2A2;
  height: 32px;
  margin-left: 0;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-content md-option[selected].md-focused {
  background: #FFFFFF;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-content::-webkit-scrollbar {
  width: 8px;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
  margin-left: -5px;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled,
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected] {
  height: 32px;
  padding: 8px 4px 8px 40px;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled .md-container,
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected] .md-container {
  width: 16px;
  height: 16px;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled .md-icon,
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected] .md-icon {
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #A2A2A2;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected] .md-icon,
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected][selected] .md-icon {
  background-color: #171717;
}
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected] .md-icon::after,
.kluster-form-dropdown.download-targets-modal.multiple-select md-select-menu md-option.md-checkbox-enabled[selected][selected] .md-icon::after {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 12px;
  color: #FFFFFF;
  top: 1px;
  left: 2px;
  transform: unset;
  border-width: unset;
  border-style: unset;
  box-sizing: unset;
}
.kluster-form-dropdown.download-targets-modal.target-type,
.kluster-form-dropdown.download-targets-modal.granularity,
.kluster-form-dropdown.download-targets-modal.date-range {
  opacity: 0;
}
.kluster-form-dropdown.download-targets-modal.target-type md-select-menu,
.kluster-form-dropdown.download-targets-modal.granularity md-select-menu,
.kluster-form-dropdown.download-targets-modal.date-range md-select-menu {
  max-width: unset;
}
.kluster-form-dropdown.download-targets-modal.target-type md-select-menu .md-text,
.kluster-form-dropdown.download-targets-modal.granularity md-select-menu .md-text,
.kluster-form-dropdown.download-targets-modal.date-range md-select-menu .md-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.kluster-form-dropdown.overflow-with-gutter md-content {
  overflow-x: hidden;
  width: 100%;
  scrollbar-gutter: stable;
}
.kluster-form-dropdown.overflow-with-gutter md-content::-webkit-scrollbar {
  width: 5px;
}
.kluster-form-dropdown.overflow-with-gutter md-option {
  border-radius: 4px;
}
.kluster-form-dropdown.overflow-with-gutter md-option.md-checkbox-enabled {
  padding-left: 32px;
  padding-right: 0;
}
.kluster-form-dropdown.overflow-with-gutter md-option.md-checkbox-enabled .md-container {
  margin-left: 5px;
}
.kluster-dropdown {
  transform: translateY(32px);
}
md-select-header.kanban-filter {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-bottom: 5px;
  background: #FFFFFF;
}
md-select-header input[type="search"] {
  font-size: 13px;
  width: unset;
  height: 38px;
  padding: 0 15px;
}
.dropdown-list {
  margin-bottom: 30px;
  padding: 0;
}
.dropdown-list > li {
  padding: 4px 8px;
}
.dropdown-list > li > a {
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  color: #747474;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  width: 100%;
}
.dropdown-list > li > a:active {
  color: #171717;
}
.dropdown-list > li:hover > a {
  color: #171717;
}
.dropdown-list > li.active > a {
  color: #171717;
}
.dropdown-list > a:hover {
  color: #171717;
}
.dropdown-menu {
  padding: 8px;
  background: #fff;
  margin-top: 3px;
  width: fit-content;
  border: solid 1px #E8E8E8;
  border-radius: 8px;
}
.dropdown-menu.no-border-padding {
  padding: unset !important;
}
.dropdown-menu ul li {
  display: flex;
  height: 32px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dropdown-menu a {
  width: 100%;
  align-content: center;
  align-items: center;
  background: #fff;
  white-space: nowrap;
  color: #171717;
  height: 32px;
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
}
.dropdown-menu a.delete {
  color: #DE1135;
}
.dropdown-menu a:hover {
  background: #F3F3F3;
  border-right: 4px;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  font-weight: 500;
}
.dropdown-menu i {
  display: flex;
  width: 16px;
  height: 16px;
  font-size: 16px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.dropdown-menu.widget-filters {
  padding: 0;
  margin: 0;
}
.dropdown-menu .filter-dropdown {
  display: flex;
  width: 260px;
  min-width: 180px;
  padding: 8px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.dropdown-menu .filter-dropdown button {
  width: 100%;
  border: none;
  justify-content: start;
}
.dropdown-menu .filter-dropdown > span {
  color: #747474;
}
.dropdown-menu .filter-dropdown .filter-item {
  display: flex;
  padding: 0px 4px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  cursor: default;
  border-radius: 4px;
}
.dropdown-menu .filter-dropdown .filter-item:hover .kluster-checkbox-wrapper {
  background: #F3F3F3;
}
.dropdown-menu .filter-dropdown .filter-item kluster-checkbox.checkbox-with-label {
  width: 204px;
}
.dropdown-menu .filter-dropdown .filter-item kluster-checkbox kluster-overflow-label > span {
  color: #171717;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon {
  display: flex;
  height: 24px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  opacity: 0;
  width: 24px;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon > i {
  display: flex;
  color: #A2A2A2;
  align-items: center;
  justify-content: center;
  margin-right: unset;
  width: 18px;
  height: 18px;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon:hover {
  background: #F3F3F3;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon:hover i {
  color: #171717;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon:active {
  background: #E8E8E8;
  transition: background 0.1s ease-in-out;
}
.dropdown-menu .filter-dropdown .filter-item .filter-icon:active i {
  color: #171717;
}
.dropdown-menu .filter-dropdown .filter-item:hover .filter-icon {
  opacity: 1;
  width: 24px;
}
.dropdown-menu .filter-dropdown .filter-options {
  display: flex;
  height: 32px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dropdown-menu .filter-dropdown .filter-options:hover {
  border-radius: 4px;
  background: #F3F3F3;
  cursor: pointer;
}
.dropdown-menu .filter-dropdown .filter-options.active {
  background: #E8E8E8;
}
.dropdown-menu .filter-dropdown .filter-options > i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: unset;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.dropdown-menu .filter-dropdown .filter-options > span,
.dropdown-menu .filter-dropdown .filter-options > i {
  color: #171717;
}
.dropdown-menu .filter-dropdown .spacer {
  width: 208px;
  height: 1px;
  background: #E8E8E8;
}
.dropdown-menu .settings-menu-container {
  display: flex;
  padding: 8px;
  min-width: 180px;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown-menu .settings-menu-container li {
  display: flex;
  height: 32px;
  padding: 8px 12px !important;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dropdown-menu .settings-menu-container li.red-item {
  color: #DE1135;
}
.dropdown-menu .settings-menu-container li:hover {
  background: #F3F3F3;
  border-radius: 4px;
}
.dropdown-menu .settings-menu-container li:active {
  background: #E8E8E8;
  border-radius: 4px;
}
li.has-dropdown.active > a {
  color: #171717;
}
kluster-overflow-label {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  width: inherit;
}
kluster-overflow-label .overflow-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.hyperlink {
  display: inline-flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: background-color 0s ease-in-out, opacity 0s ease-in-out;
}
a.hyperlink:hover {
  background: #EEEFFE;
  opacity: 1;
}
a.hyperlink:active {
  background: #DEE0FD;
  opacity: 1;
}
a.hyperlink span {
  color: #6C5CE7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.hyperlink.disabled:hover,
a.hyperlink.disabled:active {
  cursor: not-allowed;
  background: inherit;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: flex;
  height: 44px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  color: #171717;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder {
  color: #A2A2A2;
}
input[disabled] {
  color: #A2A2A2;
  background: #F3F3F3;
}
input.error {
  border-radius: 4px;
  border: 1px solid #DE1135;
  background: #FFFFFF;
}
.input-search-container {
  display: flex;
  height: 44px;
  align-self: center;
}
.input-search-container .search-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  left: 44px;
  color: #A2A2A2;
  font-size: 13px;
  padding: 0 15.5px;
}
.input-search-container input {
  padding-left: 40px;
}
.rzslider {
  margin: 0;
}
.rzslider .rz-bar-wrapper {
  padding-top: 6px;
  margin-top: -8px;
}
.rzslider .rz-bar-wrapper .rz-bar {
  height: 6px;
  background: rgba(108, 92, 231, 0.2);
}
.rzslider .rz-bubble {
  bottom: -25px;
}
.rzslider .rz-pointer {
  top: -8px;
  z-index: 3;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 16px;
  transition: all linear 0.3s;
  border: 2px solid #FFFFFF;
}
.rzslider .rz-pointer:focus-visible {
  outline: none;
}
.rzslider .rz-pointer:after {
  display: none;
}
.rzslider .rz-pointer,
.rzslider .rz-selection.rz-bar {
  background: #6C5CE7;
}
.rzslider .rz-bubble {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  color: #747474;
}
kluster-tooltip {
  display: none;
}
div[data-radix-popper-content-wrapper]:has([data-state="delayed-open"]),
div[data-radix-popper-content-wrapper]:has([data-state="open"]) {
  z-index: 5001 !important;
}
div[data-radix-popper-content-wrapper]:has([data-state="closed"]) {
  z-index: -1 !important;
  transition: z-index 0ms ease 250ms;
}
.default-tooltip-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.default-tooltip-text.inline-block {
  display: inline-block;
}
.default-tooltip-text.report-description {
  max-width: 500px;
  white-space: pre-wrap;
}
.default-tooltip-text.report-description p {
  display: inline-block;
}
.default-tooltip-text p,
.default-tooltip-text ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}
.default-tooltip-text.flex-row {
  flex-direction: row;
}
.default-tooltip-text.flex-row-list p,
.default-tooltip-text.flex-row-list ul {
  flex-direction: row;
}
.kluster-tooltip-content {
  opacity: 0;
  display: none;
  flex-direction: row;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  box-shadow: 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 8px 18.942px 0px rgba(17, 7, 53, 0.03);
}
.kluster-tooltip-content.loaded {
  display: flex;
  animation: fadeIn 250ms ease-in-out;
}
.kluster-tooltip-content.tooltip-max-width-500 {
  max-width: 500px;
}
.kluster-tooltip-content.tooltip-block {
  white-space: pre-wrap;
  overflow-y: auto;
  display: block;
  word-wrap: break-word;
}
.kluster-tooltip-content:has(.tooltip-content-wrapper:empty) {
  display: none !important;
}
.kluster-tooltip-content[data-state="delayed-open"],
.kluster-tooltip-content[data-state="open"] {
  transition: opacity 250ms ease-in-out;
}
.kluster-tooltip-content[data-state="delayed-open"].loaded,
.kluster-tooltip-content[data-state="open"].loaded {
  opacity: 1;
}
.kluster-tooltip-content[data-state="closed"] {
  transition: opacity 250ms ease-in-out;
}
.kluster-tooltip-content[data-state="closed"].loaded {
  opacity: 0;
}
.tooltip-content-wrapper {
  display: flex;
  flex-direction: column;
}
.tooltip-trigger-wrapper {
  display: none;
}
.tooltip-trigger-wrapper .html-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
}
.tooltip-trigger-wrapper .html-wrapper .sub-item.fade-in {
  animation: none !important;
}
.tooltip-trigger-wrapper .html-wrapper.category-sub-value-container > .category-sub-value-container {
  width: 100% !important;
}
.tooltip-trigger-wrapper .html-wrapper.context-widgets {
  display: flex;
  align-self: stretch;
  max-width: calc(100% - 8px) !important;
  overflow: unset !important;
}
.tooltip-trigger-wrapper .html-wrapper.context-widgets .title-and-metric {
  max-width: unset !important;
}
.tooltip-trigger-wrapper .html-wrapper.absolute-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
}
.tooltip-trigger-wrapper .html-wrapper.add-users {
  display: flex;
  width: 34px;
  height: 34px;
  background: linear-gradient(to bottom, white 0%, #fbfcfc 100%) !important;
  border: 2px solid #dae1e7 !important;
  border-radius: 2px;
}
.tooltip-trigger-wrapper .html-wrapper.add-users a {
  margin: 0;
  border: unset;
  background: unset;
}
.tooltip-trigger-wrapper .html-wrapper.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip-trigger-wrapper .html-wrapper.inline-flex {
  display: inline-flex;
}
.tooltip-trigger-wrapper .html-wrapper.lens-menu-item-tooltip {
  width: 100%;
  height: 38px;
  overflow: unset !important;
}
.tooltip-trigger-wrapper .html-wrapper.lens-menu-item-tooltip .lens-menu-item {
  width: 100%;
  height: 100%;
}
.tooltip-trigger-wrapper .html-wrapper.tooltip-checkbox {
  height: 36px;
  display: flex;
  align-items: center;
}
.tooltip-trigger-wrapper .html-wrapper.width-fit-content {
  width: fit-content;
}
.tooltip-trigger-wrapper .html-wrapper.visible-overflow {
  overflow: visible !important;
}
.tooltip-trigger-wrapper .trigger-full-width {
  width: 100%;
}
.tooltip-trigger-wrapper .trigger-full-height {
  height: 100%;
}
.tooltip-trigger-wrapper.loaded {
  display: contents;
}
.kluster-table {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
}
.kluster-table p {
  margin: 0;
  color: #171717;
}
.kluster-table .row-clickable-space {
  height: 48px;
}
.kluster-table.insights .row-clickable-space {
  height: 100%;
  padding: 8px 0px;
}
.kluster-table .row-clickable-space .inner-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.kluster-table th {
  text-align: left;
  padding: 8px 5px;
  color: #171717;
  background: #f4f7f9;
  border: none;
}
.kluster-table th:first-child {
  padding-left: 18px;
}
.kluster-table th:last-child {
  padding-right: 18px;
}
.kluster-table td {
  border-bottom: 1px solid #eef1f4;
  padding: 0px 5px;
  color: #171717;
  height: 48px;
}
.kluster-table td:first-child {
  padding-left: 18px;
  color: #004baa;
}
.kluster-table.insights td {
  height: 100%;
}
.kluster-table tr:hover {
  background-color: #eef1f4;
  cursor: pointer;
}
.kluster-table .text {
  display: block;
  font-weight: 500;
  color: #171717;
}
.kluster-table .name {
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #004baa;
}
.kluster-table .name .img {
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.kluster-table .name .img img {
  display: block;
  width: 100%;
  height: auto;
}
.kluster-table .amount-text {
  color: #171717;
  display: block;
  font-weight: 500;
}
.kluster-table .update-option {
  position: relative;
}
.kluster-table .edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 55px;
  gap: 3px;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
  background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #011f3c;
  padding: 0 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  margin: 0 auto;
}
.kluster-table .edit-btn:hover {
  opacity: 0.8;
}
.kluster-table .edit-btn .icon-edit {
  position: relative;
  display: flex;
  font-size: 11px;
}
.kluster-table .icon-medium {
  font-size: 22px;
}
.kluster-table .hyperlink {
  padding: 0;
}
.kluster-table .target-select-checkbox {
  text-align: center;
}
.kluster-table .target-select-checkbox input[type="checkbox"] {
  vertical-align: middle;
}
.kluster-table th.target-select-checkbox input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 2px;
}
.kluster-table.no-header thead {
  display: none;
}
.kluster-table .forecast-input-button {
  margin: 0 auto;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  display: block;
  border: 1px solid #ec5122;
  border-radius: 4px;
  height: 24px;
  width: 125px;
  background: #ff6c40;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.kluster-table .forecast-input-button a {
  color: #fff;
}
.kluster-table.manage-users-table td a.username {
  font-size: 13px;
}
.kluster-table.manage-users-table tr:hover {
  background-color: #fff;
  cursor: default;
}
.kluster-table.manage-users-table .user-info {
  display: block;
  font-size: 12px;
  color: #6a7d8e;
}
.kluster-table.manage-users-table .user-info.user-info-extra {
  font-size: 11px;
}
.kluster-table.manage-users-table .manage-users-check {
  display: table-cell;
}
.kluster-table.manage-users-table i {
  font-size: 15px;
}
.kluster-table.manage-users-table .lenses-checkbox {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
.kluster-table.manage-users-table .lenses-group-checkbox {
  display: flex;
}
.kluster-table.manage-users-table td,
.kluster-table.manage-users-table-added td {
  padding: 6px 4px;
}
.kluster-table.manage-users-table tr,
.kluster-table.manage-users-table-added tr {
  height: 50px;
}
.kluster-table.manage-users-table thead tr,
.kluster-table.manage-users-table-added thead tr {
  height: 0;
}
.forecasting-tab-content .kluster-table td:first-child {
  padding-left: 18px;
  color: #6a7d8e;
}
.kluster-table [name="forecastingGlobal"],
[name="salesProcessesAndStages"] .kluster-table {
  min-width: 660px;
}
.settings-user-manage-users-add .kluster-table th:first-child {
  padding-left: 22px;
}
.loading-content {
  min-height: 500px;
}
.cell-content {
  display: flex;
  align-items: center;
}
.kluster-toggle {
  display: flex;
  align-items: center;
  height: 32px;
}
.kluster-toggle button {
  display: flex;
  align-items: center;
  height: 32px;
  background: inherit;
}
.kluster-toggle button .fad {
  font-size: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.kluster-toggle button .fad.large-toggle {
  height: 20px;
  font-size: 20px;
}
.kluster-toggle button .fad.fa-toggle-on {
  --fa-primary-color: #FFF;
  --fa-primary-opacity: 1;
  --fa-secondary-color: #6C5CE7;
  --fa-secondary-opacity: 1;
}
.kluster-toggle button .fad.fa-toggle-on.off {
  --fa-primary-color: #FFF;
  --fa-primary-opacity: 1;
  --fa-secondary-color: #A2A2A2;
  --fa-secondary-opacity: 1;
  transform: rotate(180deg);
}
.swal2-popup.swal2-toast.success-toast-popup {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  max-height: 80px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #14BC63;
  color: #fff;
}
.swal2-popup.swal2-toast.success-toast-popup > #swal2-title {
  font-weight: normal;
  color: #FFF;
  margin: 1em 0;
}
.swal2-popup.swal2-toast.error-toast-popup {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  max-height: 80px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #FC6666;
  color: #fff;
}
.swal2-popup.swal2-toast.error-toast-popup > #swal2-title {
  font-weight: normal;
  color: #FFF;
  margin: 1em 0;
}
.heading-area {
  position: sticky;
  top: 0;
  left: -30px;
  right: -30px;
  z-index: 2;
  background: #fff;
  padding: 8px 6px 7px 16px;
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.heading-area.stuck {
  box-shadow: 0 1.411px 1.553px 0 rgba(17, 7, 53, 0.02), 0 3.392px 4.587px 0 rgba(17, 7, 53, 0.02), 0 4px 9.88px 0 rgba(17, 7, 53, 0.02);
}
.heading-area.raised-z-index {
  z-index: 3;
}
.heading-area .sub-logo {
  position: relative;
  display: block;
  width: 20px;
  margin: 0;
}
.heading-area .sub-logo img {
  width: 18px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.heading-area .breadcrumb-container {
  color: #5D5D5D;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 0px;
  gap: 8px;
  line-height: 14px;
}
.heading-area .breadcrumb-container .icon-container {
  width: 12px;
  height: 12px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  color: #A2A2A2;
  flex-shrink: 0;
}
.heading-area .breadcrumb-container .lens-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.heading-area .breadcrumb-container .lens-container:hover .lens-filter-container {
  display: flex;
  opacity: 1;
  width: 32px;
}
.heading-area .breadcrumb-container .lens-container .lens-details-container {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  gap: 4px;
  border-radius: 4px;
  flex-shrink: 0;
}
.heading-area .breadcrumb-container .lens-container .lens-details-container:hover {
  background: #F3F3F3;
}
.heading-area .breadcrumb-container .lens-container .lens-details-container .sub-header {
  color: #5D5D5D;
  font-size: 14px;
}
.heading-area .breadcrumb-container .lens-container .lens-details-container .sub-logo {
  width: 24px;
  margin: -3px;
}
.heading-area .breadcrumb-container .lens-container .lens-filter-container {
  display: flex;
  opacity: 0;
  width: 0px;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
}
.heading-area .breadcrumb-container .title-container {
  flex-shrink: 0;
}
.heading-area .breadcrumb-container .title-container.editable {
  width: 100%;
  flex-shrink: 1;
}
.heading-area .breadcrumb-container .title-container .editable-click {
  color: #5D5D5D;
  border-bottom: none;
  cursor: text;
  padding: 7px 8px;
  width: 100%;
}
.heading-area .breadcrumb-container .title-container .editable-click:hover {
  background-color: #F3F3F3;
}
.heading-area .breadcrumb-container .title-container .editable-wrap {
  width: 130%;
}
.heading-area .breadcrumb-container .title-container .editable-wrap .editable-controls {
  width: 100%;
}
.heading-area .breadcrumb-container .title-container .editable-wrap .editable-controls .editable-input {
  color: #5D5D5D;
  height: 16px;
  width: 100%;
  padding: 7px 8px;
  border: none;
  box-shadow: none;
  margin: 0;
  letter-spacing: unset;
  max-width: unset;
  min-width: unset;
}
.heading-area .heading-info-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.heading-area .heading-info-right .select-holder {
  width: unset;
  margin: 0;
  padding: 0;
}
.heading-area .heading-info-right .sub-heading-info-right {
  display: flex;
  justify-content: right;
  position: relative;
  gap: 8px;
}
.heading-area .heading-info-right .sub-heading-info-right .granularity-btn {
  font-size: 13px;
  line-height: 13px;
  padding: 0 8px;
  text-align: left;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #171717;
  font-weight: 500;
  background-color: transparent;
  border: none;
  border-radius: inherit;
  height: 100%;
  margin: 0;
}
.heading-area .heading-info-right .sub-heading-info-right .granularity-btn:active {
  color: #000;
  background: #f0f2f4;
  font-weight: 500;
  border-radius: 0;
}
.heading-area .heading-info-right .sub-heading-info-right .granularity-btn:hover {
  color: #000;
  background: #f0f2f4;
  border-radius: 0;
}
.heading-area .heading-info-right .sub-heading-info-right .granularity-side-by-side {
  background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
  border: 2px solid #E9ECEF;
  border-radius: 5px;
  display: block;
  height: 32px;
  margin: 0;
}
.heading-area .heading-info-right .user-wrap {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #dae1e7;
  background: -webkit-linear-gradient(top, white 0%, #fbfcfc 100%);
  background: linear-gradient(to bottom, white 0%, #fbfcfc 100%);
  border-radius: 4px;
  text-align: center;
  color: #000;
  margin: 0;
}
.heading-area .heading-info-right .user-wrap i {
  display: block;
  font-size: 13px;
  line-height: 32px;
}
.heading-area .options-area {
  position: relative;
}
.heading-area .options-area.active .cancel {
  display: block;
}
.heading-area .options-area.active .icon-edit:before {
  content: "\e90c";
}
.heading-area .sub-header {
  font-size: 13px;
  color: #171717;
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 500;
}
.heading-area date {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #171717;
  margin: 0 0 0 12px;
}
.heading-area h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #171717;
  margin: 0;
}
.side-nav-toggle-container {
  flex-shrink: 0;
}
.side-nav-toggle-container .toggle-menu {
  display: flex;
  width: 48px;
  height: 48px;
  position: relative;
  text-align: center;
  color: #171717;
  background: none;
  font-size: 16px;
}
.side-nav-toggle-container .toggle-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #004baa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-nav-toggle-container .toggle-menu:hover {
  background: #F3F3F3;
}
.side-nav-toggle-container .toggle-menu i {
  display: flex;
  margin: auto;
  align-items: center;
}
.options-area .option-list li {
  padding: unset;
}
.options-area .option-list li button.filter-set-button > span {
  color: #A2A2A2;
}
.options-area .option-list li .select-holder {
  height: 32px;
}
.options-area .option-list li .select-holder md-select {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #FFFFFF;
  color: #171717;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  height: 32px;
}
.options-area .option-list li .select-holder md-select:hover {
  background: #F3F3F3;
}
.options-area .option-list li .select-holder md-select md-select-value {
  margin: -8px -12px;
}
.options-area .option-list li .select-holder md-select md-select-value::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
.options-area .option-list li .save-draft:hover {
  padding: 7px 11px;
}
.forecast-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.forecast-panel-header .header-main {
  color: #171717;
}
.forecast-panel-header .header-secondary {
  display: flex;
  gap: 4px;
}
.forecast-panel-header .header-secondary .week-number {
  color: #A2A2A2;
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
}
.forecast-panel-header .header-secondary .forecast-history-icon-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.forecast-panel-header .header-secondary .forecast-history-icon-wrapper .forecast-history-icon {
  background: #F3F3F3;
  color: #747474;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
}
.forecast-panel-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
  height: 100%;
}
.forecast-panel-body .category-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.forecast-panel-body .category-container .category-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.forecast-panel-body .category-container .category-title-wrapper .category-title {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.forecast-panel-body .category-container .category-title-wrapper .category-title i {
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.forecast-panel-body .category-container .category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.forecast-panel-body .category-container .category-content .amount-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-header span,
.forecast-panel-body .category-container .category-content .amount-container .amount-header i {
  color: #747474;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-header i {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.forecast-panel-body .category-container .category-content .amount-container > span {
  font-weight: 600;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-wrapper .amount-editable {
  display: flex;
  width: 176px;
  padding: 8px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #F3F3F3;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-wrapper .amount-editable .amount-value {
  font-weight: 600;
}
.forecast-panel-body .category-container .category-content .amount-container .amount-wrapper .amount-percentage {
  font-size: 12px;
}
.forecast-panel-body .category-container .category-content .amount-container input {
  height: 32px;
  padding: 8px;
  width: 176px;
}
.forecast-panel-body .category-container .category-content i {
  color: #A2A2A2;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.forecast-panel-body .category-container .category-content > i {
  font-weight: 500;
  margin-left: 2px;
}
.forecast-panel-body .category-container .line-separator {
  width: 296px;
  height: 1px;
  background: #E8E8E8;
}
.forecast-panel-body .notes-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  padding-bottom: 8px;
}
.forecast-panel-body .notes-container .notes-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  color: #747474;
}
.forecast-panel-body .notes-container .notes-header .forecast-notes-saving {
  float: right;
  position: relative;
  padding-right: 8px;
  bottom: 0;
}
.forecast-panel-body .notes-container .notes-body {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  font-size: 14px;
}
.forecast-panel-body .notes-container .notes-body textarea {
  resize: none;
  overflow: auto;
  height: 250px;
  line-height: unset;
  padding: 0;
  border: none;
  background: #FFFFFF;
}
.forecast-panel-body .buttons-container {
  display: flex;
  align-self: self-end;
  gap: 8px;
  position: sticky;
  background: #FFFFFF;
  bottom: -24px;
  width: 100%;
  justify-content: flex-start;
  padding-top: 24px;
  margin-top: -24px;
  margin-bottom: -24px;
  padding-bottom: 24px;
}
.forecast-panel-body .buttons-container.stuck {
  box-shadow: 0 -1.411px 1.553px 0 rgba(17, 7, 53, 0.02), 0 -3.392px 4.587px 0 rgba(17, 7, 53, 0.02), 0 -4px 9.88px 0 rgba(17, 7, 53, 0.02);
}
#forecast-submission-panel:hover .forecast-history-icon-wrapper {
  opacity: 1;
}
.global-search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 744px;
  height: 436px;
  position: fixed;
  right: 0;
  left: 0;
  top: 15vh;
  z-index: 5000;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.global-search-wrapper :has(.search-result-error) {
  height: 25vh;
  width: 40%;
}
.global-search-wrapper .global-search-results {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.global-search-wrapper .global-search-results::-webkit-scrollbar {
  width: 6px;
}
.global-search-wrapper .global-search-results::-webkit-scrollbar-track {
  background: transparent;
}
.global-search-wrapper .global-search-results::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}
.global-search-wrapper .global-search-results::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}
.global-search-wrapper .search-input-content {
  display: flex;
  gap: 16px;
  height: 40px;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 4px;
}
.global-search-wrapper .search-icon-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}
.global-search-wrapper .search-icon {
  width: 16px;
  height: 16px;
  color: #A2A2A2;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-search-wrapper input[type="text"] {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.16px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 50px;
}
.global-search-wrapper input[type="text"]::placeholder {
  color: #A2A2A2;
}
.global-search-wrapper .reports-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global-search-wrapper .section-title {
  color: #747474;
}
.global-search-wrapper .report-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 8px;
}
.global-search-wrapper .report-item:hover {
  background-color: #f0f2f4;
}
.global-search-wrapper .report-icon {
  background-color: #ff7675;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-search-wrapper .report-icon i {
  color: #FFF;
  font-size: 18px;
}
.global-search-wrapper .report-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.global-search-wrapper .report-category {
  color: #747474;
}
.global-search-wrapper .report-title {
  color: #171717;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.16px;
}
.global-search-wrapper .global-search-results-type-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.global-search-wrapper .global-search-results-type-wrap:first-child {
  margin-top: 0;
}
.popeye-modal-container .popeye-modal.lens-change-panel {
  display: flex;
  width: 528px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.popeye-modal-container .popeye-modal.lens-change-panel .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--Spacer-4, 4px);
  align-self: stretch;
  margin: 0;
}
.popeye-modal-container .popeye-modal.lens-change-panel .header-container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lens-change-panel .header-container > div > button {
  color: #171717;
}
.popeye-modal-container .popeye-modal.lens-change-panel .header-container > span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.lens-change-panel .search-wrapper {
  display: flex;
  height: 40px;
  width: 100%;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal.lens-change-panel .search-wrapper > input {
  width: 100%;
  height: 24px;
  background: #F3F3F3;
  padding: 0;
  border: none;
}
.popeye-modal-container .popeye-modal.lens-change-panel .search-wrapper > i {
  color: #A2A2A2;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu {
  display: flex;
  height: 360px;
  width: 100%;
  padding-left: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items::-webkit-scrollbar {
  width: 8px;
  height: 46px;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 4px;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items::-webkit-scrollbar-thumb {
  background: #A2A2A2;
  border-radius: 4px;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items::-webkit-scrollbar-thumb:hover {
  background: #A2A2A2;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item {
  display: flex;
  height: 38px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item:hover,
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item.active {
  background-color: #F3F3F3;
  opacity: 1;
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item > img,
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin: 0;
  border: solid 1px rgba(255, 255, 255, 0.25);
}
.popeye-modal-container .popeye-modal.lens-change-panel .lens-menu .search-items-wrapper .search-items .lens-menu-item .lens-name {
  color: #171717;
  flex: 1 0 0;
}
.popeye-modal-container.widget-ownership-change {
  background: none;
}
.popeye-modal-container.widget-ownership-change .popeye-modal.lens-change-panel {
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  transition: opacity 0.33s ease-in;
}
.side-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 90;
}
.side-nav .item-menu .toggle-menu {
  display: flex;
  width: 48px;
  height: 48px;
  position: relative;
  text-align: center;
  color: #171717;
  background: none;
  font-size: 16px;
}
.side-nav .item-menu .toggle-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #004baa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-nav .item-menu .toggle-menu:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .toggle-menu i {
  display: flex;
  margin: auto;
  align-items: center;
}
.side-nav .item-menu .side-mega-dropdown {
  display: flex;
  flex-flow: column;
  cursor: default;
  position: fixed;
  background: #FCFCFC;
  border-right: 1px solid #E8E8E8;
  width: 248px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 50;
  padding: 16px 8px 12px 8px;
  gap: 16px;
}
.side-nav .item-menu .side-mega-dropdown:hover .top-container .logo-container #close-nav i {
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .scrollable-menu-container {
  display: flex;
  flex-flow: column;
  gap: 24px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.side-nav .item-menu .side-mega-dropdown .scrollable-menu-container::-webkit-scrollbar {
  width: 5px;
}
.side-nav .item-menu .side-mega-dropdown .scrollable-menu-container.overflowing {
  margin-right: -5px;
  padding-right: 0px;
}
.side-nav .item-menu .side-mega-dropdown .link-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.side-nav .item-menu .side-mega-dropdown .link-content:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .link-content:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .link-content.added {
  border: 2px solid #FFFFFF;
  margin-top: -2px;
  margin-left: -2px;
  animation: navLinkAdded 3s;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: column;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .lens-name {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 16px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .lens-name span {
  color: #A2A2A2;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  flex-direction: column;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container {
  border-radius: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.has-dropdown.activated {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.has-dropdown.activated:hover .parent-link-container {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.has-dropdown.activated:active .parent-link-container {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.has-dropdown.activated.expanded:hover .parent-link-container {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.has-dropdown.activated.expanded:active .parent-link-container {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector:active:has(.parent-link-container > button:active) {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector:active .parent-link-container > a i,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector:active .parent-link-container > a span {
  color: #747474;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.expanded {
  padding-bottom: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.expanded:hover {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.expanded .parent-link-container > a i,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.expanded .parent-link-container > a span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.selected,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.activated {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.selected .parent-link-container > a i,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.activated .parent-link-container > a i,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.selected .parent-link-container > a span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector.activated .parent-link-container > a span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container {
  display: flex;
  flex-direction: row;
  height: 28px;
  padding: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  width: 100%;
  font-size: 14px;
  flex-shrink: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > a i {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: auto;
  font-size: 14px;
  width: 16px;
  height: 14px;
  color: #747474;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #747474;
  text-overflow: ellipsis;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > button {
  opacity: 0;
  transition: all 0.4s ease;
  color: #747474;
  margin-right: 8px;
  margin-top: -2px;
  flex-shrink: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10px;
  flex-shrink: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > div i {
  color: #A2A2A2;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 900;
  transition: transform 0.4s ease-in-out;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container > i {
  color: #A2A2A2;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 900;
  transition: transform 0.4s ease-in-out;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container:hover button {
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container:hover button:hover {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .parent-link-container:hover button:active {
  background: #D1D1D1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection {
  background: #FCFCFC;
  padding-top: 4px;
  padding-left: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection > span {
  color: #A2A2A2;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child.fade-in-animation {
  animation: fadeIn 250ms ease-in-out;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child .line-spacer-container {
  transition: width 250ms ease-in-out, opacity 250ms ease-in-out;
  overflow: hidden;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child:hover .line-spacer-container {
  width: 0 !important;
  opacity: 0 !important;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child:hover .drag-button-container {
  width: 16px;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child .drag-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0px;
  opacity: 0;
  transition: width 250ms ease-in-out, opacity 250ms ease-in-out;
  overflow: hidden;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child .drag-button-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-size: 16px;
  color: #747474;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child .drag-button-container:hover {
  cursor: grab;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list .dragula-child .drag-button-container:active {
  cursor: grabbing;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li {
  display: flex;
  padding: 0 0 0 4px;
  align-self: stretch;
  margin: 0;
  flex-direction: column;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.activated {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated:hover .link-content {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated:active .link-content {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated.expanded:hover .link-content {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated.expanded:active .link-content {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown.activated.expanded .dropdown-child .line-spacer-container .line-spacer {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.has-dropdown .dropdown-child-link:after {
  font-size: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  color: #A2A2A2;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 900;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li:hover .dropdown-child-link {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li:hover .dropdown-child .menu-dropdown-container .nav-options-menu {
  visibility: visible;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li:active .dropdown-child {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li:active .dropdown-child a span {
  color: #747474;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li:active .dropdown-child .drag-button-container {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.expanded:hover .dropdown-child-link {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.expanded .dropdown-child a span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.expanded .dropdown-child .dropdown-child-link:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  flex: 1 0 0;
  padding-right: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  padding-left: 8px;
  padding-right: 4px;
  flex: 1 0 0;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a span {
  overflow: hidden;
  color: #747474;
  text-overflow: ellipsis;
  line-height: 16px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a.activated span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a.activated span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a.favourite-icon,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a.favourite-icon {
  padding-right: 4px;
  flex: 0 1 auto;
  font-size: 10px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a.favourite-icon .fa-regular,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a.favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
  opacity: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a.favourite-icon .fa-solid,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a.favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .link-content a.favourite-icon:hover .fa-regular,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child > a.favourite-icon:hover .fa-regular {
  opacity: 1;
  color: #7e8e9d;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child:hover .favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child:hover .favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .line-spacer-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 16px;
  gap: 16px;
  align-self: stretch;
  margin-left: -4px;
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .dropdown-child .line-spacer-container .line-spacer {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.selected .dropdown-child .link-content a span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.activated .dropdown-child .link-content a span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.selected .dropdown-child > a span,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.activated .dropdown-child > a span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.selected .dropdown-child .line-spacer-container .line-spacer,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.activated .dropdown-child .line-spacer-container .line-spacer {
  background: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.selected .dropdown-child .drag-button-container,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li.activated .dropdown-child .drag-button-container {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: #FCFCFC;
  margin-right: -4px;
  padding-left: 10px;
  padding-right: 6px;
  height: 100%;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container .nav-options-menu {
  margin: auto;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #A2A2A2;
  align-self: center;
  visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container:focus .nav-options-menu,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container:hover .nav-options-menu {
  font-weight: 500;
  color: #171717;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container .nav-option {
  color: unset;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .menu-dropdown-container.remove-report {
  width: 16px;
  padding: 0;
  margin: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li {
  display: flex;
  height: 26px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  margin: 0;
  padding-right: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li:hover .line-spacer-container {
  background: #FFFFFF;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li:hover .favourite-icon .fa-regular {
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li.selected .link-content {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li.selected .link-content .favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li.selected .link-content .favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li.selected .link-content .sub-link span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li.selected .line-spacer-container .line-spacer {
  background: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .link-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .line-spacer-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 16px;
  gap: 16px;
  align-self: stretch;
  margin-left: -3px;
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .line-spacer-container .line-spacer {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .sub-link {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  padding-left: 18px;
  flex: 1 0 0;
  overflow: hidden;
  white-space: nowrap;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .sub-link span {
  overflow: hidden;
  font-feature-settings: 'clig' off, 'liga' off;
  text-overflow: ellipsis;
  color: #747474;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .favourite-icon {
  padding: 0 4px 0 0;
  margin: auto;
  font-size: 10px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
  opacity: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li .favourite-icon:hover .fa-regular {
  color: #7e8e9d;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .menu-selector .child-menu-selection .dropdown-list > li .sub-dropdown-area .sub-dropdown li:hover .menu-dropdown-container .nav-options-menu {
  visibility: visible;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container {
  margin-bottom: 16px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container:active .parent-link-container a i,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container.expanded .parent-link-container a i {
  color: #F4B00B;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container.fade-in {
  animation: fadeIn 0.2s ease-in-out, moveDownFromTop 0.2s ease-in-out;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container.fade-out {
  animation: fadeOut 0.2s ease-in-out, moveUp 0.4s ease-in-out;
  opacity: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li:active,
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li:hover {
  background: #FCFCFC;
  border-radius: 4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .nav-sub-heading {
  margin-left: -4px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section {
  display: flex;
  flex-direction: column;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li {
  display: flex;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.fade-in {
  animation: fadeIn 0.2s ease-in-out, moveDownFromTop 0.2s ease-in-out;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.fade-out {
  animation: fadeOut 0.2s ease-in-out, moveUp 0.4s ease-in-out;
  opacity: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.selected {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.selected .line-spacer-container {
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.selected .line-spacer-container .line-spacer {
  background: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.selected a span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li.selected a.favourite-icon i {
  color: #F4B00B;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li a {
  color: #747474;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  padding-left: 8px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li a span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li .favourite-icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 2px;
  color: #F4B00B;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li .favourite-icon i {
  font-size: 10px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li .line-spacer-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 16px;
  gap: 16px;
  align-self: stretch;
  margin-left: -4px;
  background: #FCFCFC;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .child-menu-selection .dropdown-list li .favourite-sub-section li .line-spacer-container .line-spacer {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection .link-items .favourite-container .parent-link-container a i {
  color: #F4B00B;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu {
  margin-top: 40px;
  justify-content: flex-start;
  gap: 40px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .settings-header {
  display: flex;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .settings-header span {
  color: #A2A2A2;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items {
  gap: 6px;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li {
  display: flex;
  padding: 4px 4px 4px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  height: 30px;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li a {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li.active {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li.disabled:hover {
  background: inherit;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li.disabled:hover a {
  color: #B9B9B9;
  cursor: default;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li.disabled a {
  color: #B9B9B9;
}
.side-nav .item-menu .side-mega-dropdown .menu-selection#settings-menu .category-container .link-items li:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .dropdown-list {
  overflow-y: visible;
}
.side-nav .item-menu .side-mega-dropdown .favourite-report-list {
  border-bottom: 1px solid #E9ECEF;
  padding-left: 8px;
}
.side-nav .item-menu .side-mega-dropdown .favourite-report-list .report-link li.fade-in {
  animation: fadeIn 0.2s ease-in-out, moveDownFromTop 0.2s ease-in-out;
  opacity: 1;
}
.side-nav .item-menu .side-mega-dropdown .favourite-report-list .report-link li.fade-out {
  animation: fadeOut 0.2s ease-in-out, moveUp 0.4s ease-in-out;
  opacity: 0;
}
.side-nav .item-menu .side-mega-dropdown .title {
  color: #171717;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  height: 30px;
  text-align: left;
  padding-left: 8px;
}
.side-nav .item-menu .side-mega-dropdown .title-holder {
  border-bottom: 1px solid #E9ECEF;
  margin: 0 0 5px;
  padding: 0 0 10px;
  position: relative;
  width: 170px;
}
.side-nav .item-menu .side-mega-dropdown .title-holder.wide-title {
  width: 185px;
}
.side-nav .item-menu .side-mega-dropdown .top-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.side-nav .item-menu .side-mega-dropdown .top-container .logo-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0px 4px;
  width: 100%;
}
.side-nav .item-menu .side-mega-dropdown .top-container .logo-container a img {
  width: 24px;
}
.side-nav .item-menu .side-mega-dropdown .top-container .logo-container #close-nav i {
  opacity: 0;
  color: #A2A2A2;
  font-feature-settings: 'clig' on, 'liga' on;
  transition: all 0.4s ease;
}
.side-nav .item-menu .side-mega-dropdown .top-container .logo-container #close-nav i:before {
  font-size: 14px;
  line-height: 24px;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 4px;
  color: #747474;
  border-radius: 4px;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container:hover {
  background: #F3F3F3;
  cursor: pointer;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container .search-text {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container .search-icons {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.side-nav .item-menu .side-mega-dropdown .top-container .top-menu-container .search-container .search-icons .search-icons-item {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 4px 6px;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .settings-links {
  color: #747474;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.side-nav .item-menu .side-mega-dropdown .settings-links > a {
  display: flex;
  align-items: center;
  padding: 6px 4px;
  border-radius: 4px;
}
.side-nav .item-menu .side-mega-dropdown .settings-links > a:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .settings-links > a:active {
  background: #E8E8E8;
}
.side-nav .item-menu .side-mega-dropdown .settings-links i {
  color: #747474;
  display: flex;
  justify-content: center;
  width: 16px;
  font-size: 14px;
}
.side-nav .item-menu .side-mega-dropdown .settings-links a span {
  color: #747474;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side-nav .item-menu .side-mega-dropdown .settings-links a.selected i,
.side-nav .item-menu .side-mega-dropdown .settings-links a.selected span {
  color: #171717;
}
.side-nav .item-menu .side-mega-dropdown .settings-links .basic-link {
  gap: 6px;
}
.side-nav .item-menu .side-mega-dropdown .settings-links .link-with-navigate-button {
  justify-content: space-between;
}
.side-nav .item-menu .side-mega-dropdown .settings-links .settings-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom {
  flex: 0 1 auto;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom > .settings-links {
  margin-bottom: 24px;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 8px;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 4px 8px 8px;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info .avatar {
  margin: 0;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info:hover {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info .name-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info .name-container .display-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-nav .item-menu .side-mega-dropdown .menu-bottom .user-info .name-container .username {
  font-size: 10px;
  line-height: 12px;
  color: #A2A2A2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-nav .item-menu .side-mega-dropdown li.activated > .dropdown-child .link-content {
  background: #F3F3F3;
}
.side-nav .item-menu .side-mega-dropdown li.activated > .dropdown-child .link-content a span {
  color: #171717;
}
.dragula-child.gu-mirror {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 4px;
  align-self: stretch;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  background: #F3F3F3;
  box-shadow: 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 8px 18.942px 0px rgba(17, 7, 53, 0.03);
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  cursor: grabbing;
}
.dragula-child.gu-mirror .dropdown-child {
  display: flex;
  width: 100%;
  height: 26px;
}
.dragula-child.gu-mirror .dropdown-child .link-content {
  display: flex;
  flex-shrink: 1;
  overflow: hidden;
}
.dragula-child.gu-mirror .dropdown-child .link-content a {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 26px;
  padding-left: 8px;
  padding-right: 4px;
  flex: 1 0 0;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.dragula-child.gu-mirror .dropdown-child .link-content a span {
  overflow: hidden;
  color: #747474;
  text-overflow: ellipsis;
  line-height: 16px;
}
.dragula-child.gu-mirror .dropdown-child .link-content a.activated span {
  color: #171717;
}
.dragula-child.gu-mirror .dropdown-child .link-content a.favourite-icon {
  padding-right: 4px;
  flex: 0 1 auto;
  font-size: 10px;
}
.dragula-child.gu-mirror .dropdown-child .link-content a.favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
  opacity: 0;
}
.dragula-child.gu-mirror .dropdown-child .link-content a.favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.dragula-child.gu-mirror .dropdown-child .link-content a.favourite-icon:hover .fa-regular {
  opacity: 1;
  color: #7e8e9d;
}
.dragula-child.gu-mirror .dropdown-child:hover .favourite-icon .fa-regular {
  color: rgba(0, 75, 170, 0.2);
  transition: all 0.4s ease;
  opacity: 1;
}
.dragula-child.gu-mirror .dropdown-child:hover .favourite-icon .fa-solid {
  color: #ffb74d;
  transition: all 0.4s ease;
}
.dragula-child.gu-mirror .dropdown-child .line-spacer-container {
  width: 0;
  opacity: 0;
}
.dragula-child.gu-mirror .dropdown-child .drag-button-container {
  display: flex;
  width: 16px;
  align-items: center;
  justify-content: center;
}
.dragula-child.gu-mirror .dropdown-child .drag-button-container i {
  color: #171717;
}
.dragula-child.gu-mirror.selected .dropdown-child .link-content a span,
.dragula-child.gu-mirror.activated .dropdown-child .link-content a span,
.dragula-child.gu-mirror.selected .dropdown-child > a span,
.dragula-child.gu-mirror.activated .dropdown-child > a span {
  color: #171717;
}
.dragula-child.gu-mirror.selected .dropdown-child .line-spacer-container .line-spacer,
.dragula-child.gu-mirror.activated .dropdown-child .line-spacer-container .line-spacer {
  background: #171717;
}
.dragula-child.gu-mirror .menu-dropdown-container {
  margin-right: -4px;
  padding-left: 10px;
  padding-right: 6px;
  height: 100%;
  opacity: 0;
  flex-shrink: 0;
}
.nav-sub-heading {
  color: #A2A2A2;
  padding-bottom: 4px;
}
.sidebar-active .main-area {
  padding: 0 0 0 248px;
}
.back-to-kluster {
  font-size: 13px;
  font-weight: 500;
  color: #171717;
  padding: 8px 12px;
  border-radius: 4px;
  height: 32px;
}
.back-to-kluster i {
  font-weight: 500;
}
.owner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.owner-container .lens-details {
  display: flex;
  padding: 2px;
  align-items: center;
}
.owner-container .lens-details > div {
  width: 20px;
  height: 20px;
}
.owner-container .lens-details span {
  color: #747474;
}
.owner-container .close-date {
  display: flex;
  padding: 2px;
  align-items: center;
  gap: 4px;
  color: #747474;
}
.owner-container .close-date i {
  font-size: 12px;
}
.side-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 90;
}
.side-panel .side-panel-content {
  display: none;
  width: 328px;
  height: 100%;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  border-left: 1px solid #E8E8E8;
  background: #FFFFFF;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}
.side-panel .side-panel-content.open {
  display: flex;
}
.side-panel-active .main-area {
  padding: 0 328px 0 0;
}
.switch-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 8px;
  margin-bottom: 6px;
  padding: 2px;
  cursor: pointer;
  position: relative;
}
.switch-wrapper .switch-items {
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  color: #8B8B8B;
  text-align: center;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  height: 29px;
}
.switch-wrapper .switch-items.active {
  color: #171717;
  transition: color 0.33s ease-in-out;
}
.switch-wrapper #switch-glider {
  background-color: #FFF;
  border-radius: 6px;
  padding: 1px;
  height: 29px;
  z-index: 1;
  transition: transform 0.33s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 4px)/var(--items-count));
  margin: 2px;
}
.widget-date {
  display: flex;
  justify-content: space-between;
  min-width: 72px;
}
.widget-date .date-range-input {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F3F3;
  width: auto;
  height: 24px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 8px;
}
.widget-date .date-range-input > span {
  color: #747474;
}
.widget-date .date-range-input:hover {
  background: #E8E8E8;
}
.widget-date .granularity-drop {
  margin-left: 5px;
}
.secondary-date-range .label-container {
  color: #747474;
  font-weight: 500;
}
.secondary-date-range .select-holder .date-range-input,
.secondary-date-range .select-holder-custom .date-range-input,
.secondary-date-range .select-holder button.date-picker-btn,
.secondary-date-range .select-holder-custom button.date-picker-btn {
  background: #F3F3F3;
  color: #171717;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  padding: 4px;
  display: flex;
  align-items: center;
}
.secondary-date-range .select-holder .date-range-input:hover,
.secondary-date-range .select-holder-custom .date-range-input:hover,
.secondary-date-range .select-holder button.date-picker-btn:hover,
.secondary-date-range .select-holder-custom button.date-picker-btn:hover {
  background: #E8E8E8;
}
.secondary-date-range .select-holder .date-range-input i.fa-caret-down,
.secondary-date-range .select-holder-custom .date-range-input i.fa-caret-down,
.secondary-date-range .select-holder button.date-picker-btn i.fa-caret-down,
.secondary-date-range .select-holder-custom button.date-picker-btn i.fa-caret-down {
  display: none;
}
.container-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container-tabs .group-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  z-index: 1;
}
.container-tabs .group-filter-header .filter-tabs {
  display: flex;
  gap: 0;
}
.container-tabs .group-filter-header .filter-tabs .filter-tab {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
}
.container-tabs .group-filter-header .filter-tabs .filter-tab.active {
  border-bottom: 1px solid #171717;
}
.container-tabs .group-filter-header .filter-tabs .filter-tab.active span {
  color: #171717;
}
.container-tabs .group-filter-header .filter-tabs .filter-tab span {
  color: #A2A2A2;
}
.container-tabs .spacer {
  height: 1px;
  width: 100%;
  background: #E8E8E8;
  margin-top: -25px;
  z-index: 0;
}
.container-tabs .query-builder-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 15px;
  border: 1px solid #d8e1f3;
}
.container-tabs .query-builder-wrap.dash-filter {
  padding: 0;
  border: 0;
}
.container-tabs .query-builder-wrap query-builder .panel-default {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.container-tabs .query-builder-wrap query-builder .group-conditions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.container-tabs .query-builder-wrap query-builder .panel-heading {
  border: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #171717;
}
.container-tabs .query-builder-wrap query-builder .panel-heading.title {
  background: none;
  font-size: 14px;
  padding: 0;
}
.container-tabs .query-builder-wrap query-builder .panel-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  height: auto;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow-y: hidden;
  background: #F3F3F3;
}
.container-tabs .query-builder-wrap query-builder .panel-body.valid-filter {
  border: 2px solid #5ac891;
}
.container-tabs .query-builder-wrap query-builder .panel-body.invalid-filter {
  border: 2px solid #de2e55;
}
.container-tabs .query-builder-wrap query-builder .panel-body .condition.valid-filter {
  border: 2px solid #5ac891;
}
.container-tabs .query-builder-wrap query-builder .panel-body .condition.invalid-filter {
  border: 2px solid #de2e55;
}
.container-tabs .query-builder-wrap query-builder .panel-body .form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.container-tabs .query-builder-wrap query-builder .panel-body .form-inline .add-button {
  color: #171717;
}
.container-tabs .query-builder-wrap query-builder .panel-body .form-inline .remove-button {
  color: #747474;
}
.container-tabs .query-builder-wrap query-builder .logic-readable {
  display: flex;
  justify-content: space-between;
  color: #747474;
}
.container-tabs .query-builder-wrap query-builder .logic-readable .read-only-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash-filter-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
}
.filter-undo-button {
  color: #747474;
}
.tabs-container {
  display: flex;
  width: 100%;
  align-items: flex-end;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
.tabs-container .tab-selector {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #A2A2A2;
}
.tabs-container .tab-selector.active {
  color: #171717;
  border-bottom: 1px solid #171717;
}
.tabs-container .tab-selector.disabled {
  cursor: default;
}
.tabs-container .tab-selector i {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
/* Widget Skeleton Loading Styles */
.widget-skeleton {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #f8f9fa !important;
  border-radius: 8px;
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 999 !important;
}
.widget-skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: skeleton-shimmer 2s infinite linear;
  z-index: 1;
}
@keyframes skeleton-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.widget-skeleton .skeleton-header {
  height: 40px !important;
  background: #e9ecef !important;
  margin: 16px !important;
  border-radius: 4px !important;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate !important;
  position: relative !important;
  z-index: 2 !important;
}
.widget-skeleton .skeleton-chart {
  height: 150px !important;
  background: #e9ecef !important;
  margin: 16px !important;
  border-radius: 4px !important;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate !important;
  animation-delay: 0.2s !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
}
/* Add wave effect to chart skeletons */
.widget-skeleton .skeleton-chart::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: skeleton-wave 2.5s infinite ease-in-out;
  animation-delay: 0.5s;
}
.widget-skeleton .skeleton-table-row {
  height: 24px !important;
  background: #e9ecef !important;
  margin: 8px 16px !important;
  border-radius: 4px !important;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate !important;
  position: relative !important;
  z-index: 2 !important;
}
.widget-skeleton .skeleton-table-row:nth-child(1) {
  animation-delay: 0.1s !important;
}
.widget-skeleton .skeleton-table-row:nth-child(2) {
  animation-delay: 0.2s !important;
}
.widget-skeleton .skeleton-table-row:nth-child(3) {
  animation-delay: 0.3s !important;
}
.widget-skeleton .skeleton-table-row:nth-child(4) {
  animation-delay: 0.4s !important;
}
.widget-skeleton .skeleton-snapshot {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 16px !important;
  position: relative !important;
  z-index: 2 !important;
}
.widget-skeleton .skeleton-snapshot-value {
  height: 48px !important;
  background: #e9ecef !important;
  border-radius: 4px !important;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
}
/* Add subtle wave effect to snapshot values */
.widget-skeleton .skeleton-snapshot-value::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: skeleton-wave 3s infinite ease-in-out;
  animation-delay: 1s;
}
.widget-skeleton .skeleton-snapshot-label {
  height: 20px !important;
  background: #e9ecef !important;
  border-radius: 4px;
  width: 70%;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate;
  animation-delay: 0.2s;
  position: relative;
  z-index: 2;
}
@keyframes skeleton-pulse {
  0% {
    opacity: 1;
    background-color: #e9ecef;
  }
  50% {
    opacity: 0.6;
    background-color: #dee2e6;
  }
  100% {
    opacity: 0.4;
    background-color: #ced4da;
  }
}
/* Additional wave animation for more visual interest */
@keyframes skeleton-wave {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .widget-skeleton {
    min-height: 150px;
  }
  .skeleton-header {
    height: 32px;
    margin: 12px;
  }
  .skeleton-chart {
    height: 100px;
    margin: 12px;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .widget-skeleton {
    background: #ffffff;
    border: 1px solid #666666;
  }
  .skeleton-header,
  .skeleton-chart,
  .skeleton-table-row,
  .skeleton-snapshot-value,
  .skeleton-snapshot-label {
    background: #cccccc;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .widget-skeleton::before,
  .skeleton-header,
  .skeleton-chart,
  .skeleton-table-row,
  .skeleton-snapshot-value,
  .skeleton-snapshot-label {
    animation: none;
  }
  .skeleton-header,
  .skeleton-chart,
  .skeleton-table-row,
  .skeleton-snapshot-value,
  .skeleton-snapshot-label {
    opacity: 0.7;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInToHalf {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutFromHalf {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes moveUpFromBottom {
  from {
    transform: translateY(50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moveDownFromCurrent {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50%);
  }
}
@keyframes moveDownFromTop {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
/* Define the keyframe animation */
@keyframes moveFromRight {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes moveToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
@keyframes widgetDateMoveRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(22px);
  }
}
@keyframes widgetDateMoveLeft {
  from {
    transform: translateX(22px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes navLinkAdded {
  0%,
  5%,
  30% {
    background: #F3F3F3;
    border-color: #6C5CE7;
  }
  15% {
    border-color: #FFFFFF;
  }
  100% {
    background: #FFFFFF;
    border-color: #FFFFFF;
  }
}
@keyframes slideUpAndFade {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRightAndFade {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAndFade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeftAndFade {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.report-library {
  max-width: 1216px;
  margin: 0 auto;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.report-library a {
  color: #171717;
}
.report-library i {
  font-size: 20px;
  padding: 6px;
  color: #FFFFFF;
  border-radius: 4px;
}
.report-library .section .sub-header {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
  width: 100%;
}
.report-library .header-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  align-self: stretch;
}
.report-library .header-container .right-container {
  display: flex;
  gap: 24px;
  align-items: center;
}
.report-library .header-container .report-count {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  flex: 1 0 0;
  letter-spacing: -0.07px;
  color: #A2A2A2;
}
.report-library .header-container .report-count .count {
  color: #171717;
}
.report-library .header-container .search-box {
  flex-direction: row;
  display: flex;
  height: 40px;
  padding: 0 0 0 12px;
  border-radius: 8px;
  align-items: center;
  background: #F3F3F3;
  border: none;
}
.report-library .header-container .search-box .search-icon {
  font-size: 12px;
  padding: 0;
  display: flex;
  height: 24px;
  align-items: center;
  color: #747474;
}
.report-library .header-container .search-box input {
  height: 40px;
  border: unset;
  padding: 8px 12px 8px 8px;
  background: #F3F3F3;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #747474;
}
.report-library .header-container .search-box input::placeholder {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #747474;
}
.report-library .header-container .search-box input:focus {
  border: unset;
  box-shadow: unset;
}
.report-library .categories-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 24px;
  align-self: stretch;
}
.report-library .categories-container .category {
  display: flex;
  width: 220px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  color: #171717;
  border-radius: 8px;
  background: #F3F3F3;
  border: 2px solid transparent;
}
.report-library .categories-container .category.selected {
  border-color: #6C5CE7;
}
.report-library .categories-container .category .content {
  display: flex;
  flex-direction: column;
}
.report-library .categories-container .category .content .name {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.14px;
}
.report-library .categories-container .category .content .count {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #747474;
}
.report-library .all-reports-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.report-library .all-reports-container .reports-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.report-library .all-reports-container .reports-header md-select.sort-select {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  line-height: 13px;
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  font-weight: 500;
  margin: unset;
  border: none;
  height: 32px;
}
.report-library .all-reports-container .reports-header md-select.sort-select.active {
  background: #F3F3F3;
}
.report-library .all-reports-container .reports-header md-select.sort-select:hover {
  background: #F3F3F3;
}
.report-library .all-reports-container .reports-header md-select.sort-select.xsmall {
  height: 24px;
}
.report-library .all-reports-container .reports-header md-select.sort-select.small {
  height: 32px;
}
.report-library .all-reports-container .reports-header md-select.sort-select.last {
  margin-right: 0px;
}
.report-library .all-reports-container .reports-header md-select.sort-select #widgetdate {
  display: flex;
}
.report-library .all-reports-container .reports-header md-select.sort-select #widgetdate::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
.report-library .all-reports-container .reports-header md-select.sort-select > md-select-value {
  padding: 0;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  min-height: unset;
  min-width: unset;
}
.report-library .all-reports-container .reports-header md-select.sort-select::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
.report-library .all-reports-container .report {
  display: flex;
  width: 292px;
  height: 150px;
  padding: 20px;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-library .all-reports-container .report .heading {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #A2A2A2;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.report-library .all-reports-container .report .heading .parent {
  display: flex;
  gap: 8px;
  align-items: center;
}
.report-library .all-reports-container .report .heading .added-tag {
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  background-color: rgba(20, 188, 99, 0.2);
  color: #1B7445;
}
.report-library .all-reports-container .report .heading .added-tag i {
  padding: 0;
  color: #1B7445;
}
.report-library .all-reports-container .report .content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-library .all-reports-container .report .content .name {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
}
.report-library .all-reports-container .report .content .summary {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #747474;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-library .all-reports-container .report i {
  font-size: 12px;
}
/* Sign In Pages */
.sign-in-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #FFFFFF;
  /* Fallback if browser doesn't support gradient */
  background: linear-gradient(67deg, #F7F7FE 0%, #FEF7FC 99.58%);
  overflow: hidden;
}
.sign-in-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 40px;
}
.sign-in {
  display: flex;
  flex-direction: column;
  width: 1920px;
  padding: 200px 0 295px 0;
  align-items: center;
  gap: 56px;
}
.sign-in-box {
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 1px 0 0 rgba(41, 56, 78, 0.05) inset, 0 1.411px 1.553px 0 rgba(17, 7, 53, 0.02), 0 3.392px 4.587px 0 rgba(17, 7, 53, 0.02), 0 6.386px 9.88px 0 rgba(17, 7, 53, 0.02), 0 11.392px 18.942px 0 rgba(17, 7, 53, 0.03), 0 21.307px 35.494px 0 rgba(17, 7, 53, 0.04), 0 51px 78px 0 rgba(17, 7, 53, 0.05);
}
.sign-in-box .sign-in-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sign-in-box .sign-in-title h3 {
  color: #171717;
}
.sign-in-box .sign-in-title span {
  color: #747474;
}
.sign-in-box .sign-in-form {
  display: flex;
  width: 336px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.sign-in-box .sign-in-form button,
.sign-in-box .sign-in-form a[role="button"] {
  align-self: stretch;
}
.sign-in-box #google-signin-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sign-in-box .identity-provider-signin-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 40px;
  background-color: #FFFFFF;
  color: #171717;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.form-input {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 336px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.form-input label {
  color: #747474;
}
.form-input .error-message {
  color: #DE1135;
}
.form-input .error-message:before {
  content: '\f06a';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-right: 5px;
}
.form-input .forgot-password {
  display: flex;
  width: 147px;
  height: 12px;
  flex-direction: column;
  justify-content: center;
  color: #0047F0;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
}
.form-input .password-icon {
  color: #A2A2A2;
  position: absolute;
  right: 5px;
  top: 50px;
  transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 2;
  cursor: pointer;
}
.settings .content-area {
  background-color: #FFFFFF;
}
.settings .content-area .settings-panel {
  justify-content: center;
}
.settings .content-area .settings-panel .settings-content {
  font-size: 13px;
  padding: 80px 60px 10px 60px;
  max-width: 85%;
}
.settings .content-area .settings-panel .settings-content.table-content {
  max-width: 100%;
}
.settings .content-area .settings-panel .settings-content > div:not(.settings-user-manage-users) {
  max-width: 960px;
  margin: 0 auto;
}
.settings .content-area .settings-panel .settings-content > div.kluster-loader {
  max-width: unset;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .info-and-control {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .info-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .info-header .info-description {
  color: #747474;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .info-header .info-title {
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container .change-button-container {
  display: flex;
  height: 54px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container .change-button-container .label-10 {
  color: #747474;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container .change-button-container input {
  display: none;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container .lens-logo .avatar-large {
  width: 48px;
  height: 48px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .icon-selection .icon-change-container .lens-logo img {
  width: 48px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .name-selection input {
  width: 40%;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container.fade-in {
  animation: fadeIn 0.2s ease-in-out, moveDown 0.2s ease-in-out;
  opacity: 1;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container.fade-out.ng-hide {
  animation: fadeOut 0.4s ease-in-out, moveUp 0.4s ease-in-out;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container.fade-out.ng-hide.ng-hide-animate {
  display: flex !important;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container.border-separator {
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container .kluster-switch {
  padding: 0;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .lens-overview .object-container .kluster-switch button i.active {
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .settings-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .settings-header .lens-container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .settings-header .lens-container .lens-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .settings-header .lens-container .lens-title .lens-logo .avatar {
  margin-right: 0;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lens .settings-header .lens-container .lens-title .lens-logo img {
  width: 32px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-header-row,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-header-row,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-header-row {
  height: 40px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-header-row:hover,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-header-row:hover,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-header-row:hover {
  background: inherit;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-header-row th,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-header-row th,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-header-row th {
  border-bottom: 1px solid #E8E8E8;
  background: inherit;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-header-row th:first-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-header-row th:first-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-header-row th:first-child {
  padding-left: 0px !important;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-header-row th .ap-mesa-th-title,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-header-row th .ap-mesa-th-title,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-header-row th .ap-mesa-th-title {
  color: #A2A2A2;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.12px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr {
  border-bottom: 1px solid #E8E8E8;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr td,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr td,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr td {
  border-bottom: 1px solid #E8E8E8;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr td:first-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr td:first-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr td:first-child {
  padding-left: 0px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr td:last-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr td:last-child,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr td:last-child {
  padding-right: 0px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr td.ap-mesa-cell,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr td.ap-mesa-cell,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  height: 56px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .kluster-table .ap-mesa-rendered-rows tr td.col-navigate,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .kluster-table .ap-mesa-rendered-rows tr td.col-navigate,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .kluster-table .ap-mesa-rendered-rows tr td.col-navigate {
  padding-left: 24px;
  padding-right: 0;
  width: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination {
  justify-content: end;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  background: none;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:first-child a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:first-child a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:first-child a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:last-child a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:last-child a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:last-child a {
  font-size: 0px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:first-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:first-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:first-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:last-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:last-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:last-child a::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:first-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:first-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:first-child a::after {
  content: "\f060";
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:last-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:last-child a::after,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:last-child a::after {
  content: "\f061";
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li.active a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li.active a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li.active a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li:hover a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li:hover a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li:hover a {
  color: #747474 !important;
  background: #F3F3F3;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination ul li a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination ul li a,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination ul li a {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  padding: 6px 12px;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #747474;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.12px;
  box-shadow: none;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .ap-mesa-pagination .pagination,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .ap-mesa-pagination .pagination,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .ap-mesa-pagination .pagination {
  padding: 0;
  margin-right: -3px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .mesa-rows-table-wrapper,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .mesa-rows-table-wrapper,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .mesa-rows-table-wrapper {
  margin-bottom: -2px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .header-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container .settings-header,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .header-container .settings-header,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container .settings-header {
  padding-bottom: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container .settings-header span,
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .header-container .settings-header span,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container .settings-header span {
  color: #747474;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .ap-mesa-rendered-rows tr td.col-navigate,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .ap-mesa-rendered-rows tr td.col-navigate {
  padding-left: 24px;
  width: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .field-info,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .field-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .field-info .field-label,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .field-info .field-label {
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .field-info .field-name,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .field-info .field-name {
  color: #A2A2A2;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .lens-name,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .lens-name {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .lens-name .lens-logo img,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .lens-name .lens-logo img {
  width: 32px;
  margin-right: 4px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .lens-status-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .lens-status-container {
  display: flex;
  width: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .lens-status-container .badge,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .lens-status-container .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .navigate-icon-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .navigate-icon-container {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container {
  display: flex;
  width: 52px;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container i,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container i {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 22px;
  opacity: 0;
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container i:hover,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container i:hover {
  cursor: pointer;
  color: #454545;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container i:active,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container i:active {
  color: #5D5D5D;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container i.disabled,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container i.disabled {
  color: #A2A2A2;
  cursor: default;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .manage-content-table .sort-order-container i.invisible,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .manage-content-table .sort-order-container i.invisible {
  display: none;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container .content-search-container,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container .content-search-container {
  display: flex;
  height: 40px;
  align-self: center;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container .content-search-container .search-icon,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container .content-search-container .search-icon {
  position: relative;
  top: 14px;
  left: 22px;
  color: #A2A2A2;
  font-size: 12px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-lenses .header-container .content-search-container input,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .header-container .content-search-container input {
  height: 40px;
  padding: 8px 12px;
  padding-left: 28px;
  min-width: 200px;
  font-size: 12px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .field-filtering-controls {
  display: flex;
  align-items: flex-start;
  align-self: flex-end;
  gap: 8px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .header-container .header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 32px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .header-container .header-controls .content-search-container {
  height: 32px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .header-container .header-controls .content-search-container input {
  height: 32px;
  font-size: 13px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .header-container .header-controls .content-search-container .search-icon {
  top: 10px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .header-container .settings-header {
  padding-bottom: 0px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .kluster-switch {
  padding: 0;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .kluster-switch button i.active {
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .ap-mesa-pagination {
  border-top: none;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .manage-content-table tr:hover {
  background: inherit;
  cursor: default;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .manage-content-table tr:hover .sort-order-container i {
  transition: opacity 0.3s;
  opacity: 1;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .manage-content-table tr.ui-sortable,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .manage-content-table tr.ui-sortable th,
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .manage-content-table .ui-sortable-handle {
  cursor: default !important;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .mesa-rows-table-wrapper {
  height: fit-content !important;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-deals .deals-management-container .ap-mesa-wrapper .mesa-rows-table-wrapper .mCSB_7_scrollbar {
  display: none !important;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container {
  align-items: center;
  align-self: stretch;
  background: #F3F3F3;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  padding: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container .download-target-template-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container .download-target-template-container .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container .download-target-template-container .text-container .main-text {
  color: #171717;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container .download-target-template-container .text-container .sub-text {
  color: #747474;
  text-align: center;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .empty-targets-container .download-target-template-container button {
  width: fit-content;
  align-self: center;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .target-buttons-container {
  display: flex;
  align-self: center;
  gap: 8px;
  justify-content: end;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .ap-mesa-rendered-rows tr:hover {
  cursor: default;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .ap-mesa-rendered-rows tr td > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .ap-mesa-rendered-rows tr td.col-download {
  padding-left: 24px;
  width: 24px;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .ap-mesa-rendered-rows tr td.col-download .target-download-row:hover {
  cursor: pointer;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .target-basic-row {
  display: flex;
  align-items: center;
  height: 100%;
  color: #171717;
  overflow: hidden;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .target-basic-row span {
  color: #171717;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.settings .content-area .settings-panel .settings-content .settings-user-manage-targets .uploaded-targets-table .target-download-row {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #A2A2A2;
}
.settings-section button.back {
  height: 32px;
  padding: 8px 12px;
  font-weight: 500;
  margin-bottom: 32px;
}
.settings-section button.back i {
  font-weight: 500;
}
.settings-section .field-filtering-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.settings-section .field-filtering-container .field-filtering-controls {
  display: flex;
  align-items: flex-start;
  align-self: flex-end;
  gap: 8px;
}
.create-dashboard-loader {
  margin: 25% auto 0 auto;
  position: relative;
  width: 864px;
  /* width to match template start */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.create-dashboard-loader i {
  font-size: 32px;
}
.dashboard-template-start {
  display: flex;
  position: relative;
  width: 864px;
  padding: 40px;
  margin: 40px auto 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #E7E6E8;
  background: #FFFFFF;
}
.dashboard-template-start .dashboard-template-start-header {
  gap: 4px;
  text-align: center;
}
.dashboard-template-start .dashboard-template-start-selectors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.dashboard-template-start .dashboard-template-start-selectors .dashboard-template-start-selectors-selector {
  display: flex;
  height: 251px;
  padding: 0 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
}
.dashboard-template-start .dashboard-template-start-selectors .dashboard-template-start-selectors-selector .dashboard-template-start-selectors-selector-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dashboard-template-start .dashboard-template-start-selectors .dashboard-template-start-selectors-selector button {
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.dashboard-template-start .dashboard-template-start-selectors .selector-scratch {
  background: #F3F3F3;
}
.dashboard-template-start .dashboard-template-start-selectors .selector-template {
  background: linear-gradient(67deg, #F7F7FE 0%, #FEF7FC 99.58%);
}
.dashboard-template-start .dashboard-template-build-scratch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-template-start .dashboard-template-build-scratch .dashboard-template-build-scratch-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}
.report-table-widget-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.board-pack-widget-date {
  font-size: 12px;
  line-height: 22px;
}
.board-pack-confirm-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
.board-pack-confirm-error {
  margin: 0 0 24px 0;
  min-height: 68px;
}
.board-pack-confirm-error p {
  margin: 0 0 0.5em;
}
.current-board-packs-header,
.previous-board-packs-header {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 16px;
}
.previous-board-packs-header {
  margin-top: 24px;
}
.menu-create-board-pack-title #submit-report {
  padding: 0 12px;
  width: 100%;
  font-style: unset;
}
.menu-create-board-pack-title #submit-report:focus {
  color: #FFF;
  font-style: unset;
}
.menu-create-board-pack-title .title-wrap .title {
  padding-left: 0px;
}
.menu-create-board-pack-title .title-wrap .title input {
  padding: 12px 8px;
}
.create-board-pack-container .title .editable-controls .editable-has-buttons {
  float: left;
  margin: 0 0 0 -4px;
  height: 32px;
}
.option-list.board-pack {
  display: flex;
  gap: 16px;
}
.option-list.board-pack .save-draft,
.option-list.board-pack .submit-report {
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 4px;
}
.option-list.board-pack .board-pack-meeting-date {
  height: 20px;
  background: transparent;
  color: #A2A2A2;
  font-weight: 500;
}
.option-list.board-pack .board-pack-meeting-date .meeting-date {
  font-size: 13px;
}
.board-pack-confirm-summary {
  display: flex;
  padding: 16px;
  margin: 16px 0 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #E6F3FC;
}
.board-pack-confirm-summary .board-pack-confirm-summary-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.board-pack-confirm-summary .board-pack-confirm-summary-title {
  color: #747474;
}
.board-pack-confirm-summary .board-pack-confirm-summary-value {
  color: #171717;
}
.board-pack-confirm-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
.board-pack-confirm-summary {
  display: flex;
  padding: 16px;
  margin: 16px 0 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #E6F3FC;
}
.board-pack-confirm-summary .board-pack-confirm-summary-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.board-pack-confirm-summary .board-pack-confirm-summary-title {
  color: #747474;
}
.board-pack-confirm-summary .board-pack-confirm-summary-value {
  color: #171717;
}
.plan {
  max-width: 1072px;
  margin: 0 auto;
}
.plan .header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.tab-view {
  display: flex;
}
.tab-view > div {
  position: relative;
  width: 100%;
}
.tab-view .vision {
  z-index: 5;
  margin-top: -16px;
}
.tab-view .vision.ng-hide-remove {
  animation: fadeIn 0.5s;
}
.tab-view .targets.ng-hide-remove {
  animation: fadeIn 0.5s;
}
.target-table-wrap {
  position: relative;
  width: 100%;
}
.target-table-wrap .ap-mesa-pagination {
  justify-content: end;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
}
.target-table-wrap .ap-mesa-pagination ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  background: none;
}
.target-table-wrap .ap-mesa-pagination ul li:first-child a,
.target-table-wrap .ap-mesa-pagination ul li:last-child a {
  font-size: 0px;
}
.target-table-wrap .ap-mesa-pagination ul li:first-child a::after,
.target-table-wrap .ap-mesa-pagination ul li:last-child a::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
.target-table-wrap .ap-mesa-pagination ul li:first-child a::after {
  content: "\f060";
}
.target-table-wrap .ap-mesa-pagination ul li:last-child a::after {
  content: "\f061";
}
.target-table-wrap .ap-mesa-pagination ul li.active a,
.target-table-wrap .ap-mesa-pagination ul li:hover a {
  color: #747474 !important;
  background: #F3F3F3;
}
.target-table-wrap .ap-mesa-pagination ul li a {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  padding: 6px 12px;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #747474;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.12px;
  box-shadow: none;
}
.target-table-wrap .ap-mesa-pagination .pagination {
  padding: 0;
  margin-right: -3px;
}
.target-table-wrap .targets-table .ap-mesa-header-row {
  height: 40px;
}
.target-table-wrap .targets-table .ap-mesa-header-row:hover {
  background: inherit;
}
.target-table-wrap .targets-table .ap-mesa-header-row th {
  border-bottom: 1px solid #E8E8E8;
  background: inherit;
}
.target-table-wrap .targets-table .ap-mesa-header-row th:first-child {
  padding-left: 0px !important;
}
.target-table-wrap .targets-table .ap-mesa-header-row th .ap-mesa-th-title {
  color: #A2A2A2;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.12px;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr {
  border-bottom: 1px solid #E8E8E8;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr td {
  border-bottom: 1px solid #E8E8E8;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr td:first-child {
  padding-left: 0px;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr td:last-child {
  padding-right: 0px;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  height: 56px;
}
.target-table-wrap .targets-table .ap-mesa-rendered-rows tr td.col-navigate {
  padding-left: 24px;
  padding-right: 0;
  width: 24px;
}
.target-table-wrap .targets-table .ap-mesa-cell {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #171717;
}
.target-table-wrap .targets-table .ap-mesa-cell.col-delete {
  color: #A2A2A2;
}
.target-table-wrap .targets-table .col-selector,
.target-table-wrap .targets-table .select-column {
  text-align: center;
}
.target-table-wrap .targets-table .col-selector input,
.target-table-wrap .targets-table .select-column input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  padding: 4px;
  border: 1px solid #A2A2A2;
  border-radius: 2px;
}
.target-table-wrap .targets-table .col-selector input:checked,
.target-table-wrap .targets-table .select-column input:checked {
  accent-color: #171717;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  -o-appearance: auto;
}
.vision-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-section .vision-header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  justify-content: flex-end;
}
.vision-section .vision-header .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vision-section .vision-header .wrap label {
  color: #747474;
}
.vision-section .vision-header .select-holder {
  width: unset;
  height: unset;
}
.vision-section .vision-header .select-holder md-select {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
}
.vision-section .vision-header .select-holder md-select.active {
  background: #F3F3F3;
}
.vision-section .vision-header .select-holder md-select:hover {
  background: #F3F3F3;
}
.vision-section .vision-header .select-holder md-select.xsmall {
  height: 24px;
}
.vision-section .vision-header .select-holder md-select.small {
  height: 32px;
}
.vision-section .vision-header .select-holder md-select.last {
  margin-right: 0px;
}
.vision-section .vision-header .select-holder md-select #widgetdate {
  display: flex;
}
.vision-section .vision-header .select-holder md-select #widgetdate::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
.vision-section .vision-header .select-holder md-select > md-select-value {
  padding: 0;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  min-height: unset;
  min-width: unset;
}
.vision-section .vision-header .select-holder md-select::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-light);
  padding-left: 5px;
  pointer-events: none;
  align-content: center;
}
.vision-section .vision-header button {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
.vision-section .vision-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-direction: row;
}
.vision-section .vision-container .progress-list-holder {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  flex: 1;
}
.vision-section .vision-container .progress-list-holder .not-enough-data {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
}
.vision-section .vision-container .progress-list-holder .progress-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-section .vision-container .progress-list-holder .progress-list li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.vision-section .vision-container .progress-list-holder .progress-list li:last-child {
  border-bottom: none;
}
.vision-section .vision-container .progress-list-holder .progress-list li .title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vision-section .vision-container .progress-list-holder .progress-list li .title-wrap .target-type-row {
  display: flex;
  flex: 1 auto;
  justify-content: space-between;
}
.vision-section .vision-container .progress-list-holder .progress-list li .title-wrap .target-type-row button {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.vision-section .vision-container .progress-list-holder .progress-list li .title-wrap .target-type-row .target-type {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  background: #DFE6E9;
  border-radius: 4px;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #636E72;
}
.vision-section .vision-container .progress-list-holder .progress-list li .title-wrap .title {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.vision-section .vision-container .progress-list-holder .progress-list .bar-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
}
.vision-section .vision-container .progress-list-holder .progress-list .bar-holder .progress-bar-holder {
  position: relative;
  flex-grow: 1;
  margin: 0 16px;
}
.vision-section .vision-container .progress-list-holder .progress-list .bar-holder .total-text {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
  background: #F3F3F3;
  padding: 6px 8px;
  color: #171717;
}
.vision-section .vision-container .progress-list-holder .progress-list .bar-holder .vision-total-text-end {
  text-align: right;
}
.vision-section .vision-container .vision-slider-percentage {
  padding-left: 8px;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.vision-section .vision-container .vision-slider-percentage.positive {
  color: #14BC63;
}
.vision-section .vision-container .vision-slider-percentage.negative {
  color: #DE1135;
}
.vision-section .vision-container .vision-slider-percentage i {
  padding-right: 1px;
  font-size: 10px;
}
.vision-section .vision-container .change-container {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  color: #747474;
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  min-width: 230px;
}
.vision-section .vision-container .change-container .price-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-section .vision-container .change-container .price-wrap .price {
  width: 100%;
  background: #F3F3F3;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.96px;
  padding: 8px;
  border-radius: 4px;
  color: #171717;
  display: flex;
  align-items: center;
}
.vision-section .vision-container .change-container .price-wrap .title {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.vision-section .vision-container .change-container .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vision-section .vision-container .change-container .title-row md-select {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  background: #F3F3F3;
  padding: 4px;
}
.progress-detail-area {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 24px 0;
}
.forecast-error-panel {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.forecast-loading-panel {
  position: absolute !important;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
}
.forecast-loading-panel .kluster-loader {
  z-index: 4;
}
.content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.content-header .header-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content-header .header-main i {
  font-size: 22px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
forecast-rollup-grid-table {
  width: 100%;
}
.forecast-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
.forecast-main-panel {
  margin: 0px auto;
  display: flex;
  width: 87%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.forecast-main-panel.loading {
  overflow: hidden;
}
.forecast-main-panel .context-widgets-container {
  width: 100%;
}
.forecast-main-panel .context-widgets-container.pre-load {
  height: 88px;
}
.forecast-main-panel .context-widgets-container .slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  height: 88px;
  width: 100%;
  gap: 16px;
  padding: 1px 0;
}
.forecast-main-panel .context-widgets-container .slider-container.slider-container-no-control {
  padding: 10px 0;
}
.forecast-main-panel .context-widgets-container .slider-container .hover-and-drag:hover {
  cursor: grab;
}
.forecast-main-panel .context-widgets-container .slider-container .hover-and-drag:active {
  cursor: grabbing;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex {
  display: flex;
  gap: 16px;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex:hover,
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex:active {
  cursor: default;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .temp-chart-loader {
  height: 50px;
  width: 100%;
  align-self: center;
  z-index: 2;
  background-color: #fff;
  opacity: 0.9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #a9b6c3;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item {
  display: flex;
  position: relative;
  border-radius: 8px;
  border: 1px solid #E5E4E7;
  background: #FFF;
  height: 88px;
  gap: 16px;
  flex: 1 0 0;
  padding: 12px;
  z-index: 0;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item:hover {
  z-index: 1;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .snapshot-chart {
  min-width: calc(50% - 8px);
  transform-origin: center right !important;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .snapshot-chart:hover {
  cursor: default;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .title-and-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  max-width: calc(50% - 8px);
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .title-and-metric > span {
  display: block;
  color: #171717;
  line-height: 14px;
  width: 100%;
  white-space: nowrap;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .title-and-metric .snapshot-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .title-and-metric.full-width {
  width: 100%;
  max-width: 100%;
}
.forecast-main-panel .context-widgets-container .slider-container .carousel-flex .slider-item .widget-loading {
  width: 100%;
  height: 100%;
  align-self: center;
  z-index: 2;
  background-color: #FFFFFF;
  opacity: 0.9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #a9b6c3;
}
.forecast-main-panel .context-widgets-container .slider-container .slider-control {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 16px;
  border-radius: 128px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  height: 32px;
  width: 32px;
}
.forecast-main-panel .context-widgets-container .slider-container .slider-control:focus {
  outline: none;
}
.forecast-main-panel .context-widgets-container .slider-container .slider-control:hover {
  cursor: pointer;
  background: #F3F3F3;
}
.forecast-main-panel .context-widgets-container .slider-container .slider-control:active {
  background: #E8E8E8;
}
.forecast-main-panel .context-widgets-container .slider-container .slider-control i {
  color: #171717;
  display: flex;
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.forecast-main-panel .context-widgets-container .slider-container .snapshot-error {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.forecast-main-panel .context-widgets-container .slider-container .tns-outer {
  width: calc(100% - 96px);
}
.forecast-main-panel .context-widgets-container .temp-loader {
  height: 88px;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #a9b6c3;
}
.forecast-main-panel .kanban-buckets-wrapper {
  width: 100%;
  display: flex;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-height: 65vh;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container.sticky-container {
  height: 44px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket {
  display: flex;
  flex-shrink: 0;
  padding: 12px 8px 8px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  background: #FAFAFA;
  width: 330px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  height: 24px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-filtered-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-left-context {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 8px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-left-context .title-container {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-left-context .title-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-left-context > span {
  color: #A2A2A2;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-left-context > span .filtered {
  color: #171717;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-right-context {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-right-context > span {
  color: #171717;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-right-context > span .filtered {
  color: #A2A2A2;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-header .bucket-right-context i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #747474;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  gap: 4px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-body .deal-card-container,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-body .deal-placeholder-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  min-height: 104px;
  width: 100%;
  z-index: 1;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-body .no-deal-space {
  position: absolute;
  display: flex;
  height: 104px;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  justify-content: center;
  z-index: 0;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .bucket-body .no-deal-space > span {
  display: flex;
  color: #747474;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket {
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: space-between;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-title,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-sub-title {
  overflow: hidden;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 4px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-title,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-value,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-sub-title,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-sub-value {
  height: inherit;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-sub-title {
  color: #8B8B8B;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-value-container,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-sub-value-container {
  border-radius: 4px;
  background: #E8E8E8;
  display: flex;
  padding: 6px 8px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  width: calc(50% - 16px);
  justify-content: end;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-input-container {
  display: flex;
  align-items: center;
  justify-content: end;
  width: calc(50% - 16px);
  height: 26px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-input-container input[type="text"] {
  height: 26px;
  border: none;
  padding: 6px 8px;
  text-align: right;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-input-container input[type="text"].label-13 {
  font-size: 13px;
  line-height: 13px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container .mini-bucket .category-input-container input[type="text"].label-14 {
  font-size: 14px;
  line-height: 16px;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container.overrides-enabled .category-value-container:hover,
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container.overrides-enabled .category-sub-value-container:hover {
  background-color: #D1D1D1;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container.detached-from-report .category-sub-value-container {
  background-color: rgba(255, 108, 64, 0.1);
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container.detached-from-report .category-sub-value-container .category-sub-value {
  color: #ff6c40;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-buckets-container .kanban-bucket .calculation-bucket-body .mini-bucket-container.detached-from-report.overrides-enabled .category-sub-value-container:hover .category-sub-value {
  color: #171717;
}
.forecast-main-panel .kanban-buckets-wrapper .kanban-spacer-right {
  display: flex;
  width: 20px;
  flex-shrink: 0;
  height: 100%;
}
.forecast-main-panel .kanban-error-load-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}
.forecast-main-panel .kanban-error-load-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}
.forecast-main-panel .header-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
.forecast-main-panel .header-controls .content-header {
  width: 100%;
}
.forecast-main-panel .header-controls .kanban-filter-container {
  display: flex;
  justify-content: end;
  gap: 4px;
}
.forecast-main-panel .header-controls .kanban-filter-container .control-divisor.move-in-right {
  animation: fadeIn 0.3s ease-in-out, moveFromRight 0.3s ease-in-out;
}
.forecast-main-panel .header-controls .kanban-filter-container .control-divisor.move-out-right.ng-hide {
  animation: fadeOut 0.3s ease-in-out, moveToRight 0.3s ease-in-out;
}
.forecast-main-panel .header-controls .kanban-filter-container .control-divisor.move-out-right.ng-hide.ng-hide-animate {
  display: flex !important;
}
.forecast-main-panel .header-controls .kanban-filter-container .forecast-form-control {
  line-height: 32px;
  height: 32px;
}
.forecast-main-panel .header-controls .kanban-filter-container button.active {
  background: #F3F3F3;
}
.forecast-main-panel .rollup-content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  padding-top: 20px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  min-height: 500px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row {
  display: flex;
  height: 56px;
  padding: 16px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #E8E8E8;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .ag-cell {
  display: flex;
  align-items: center;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .ag-cell .ag-cell-wrapper:where(.ag-row-group) {
  align-items: center;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .lens-details {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .lens-details.clickable {
  cursor: pointer;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .lens-details .lens-name {
  color: #171717;
  text-decoration: underline;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .lens-details .forecast-notes-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #747474;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount span {
  color: #A2A2A2;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount .rollup-amount {
  color: #171717;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount .no-submission-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount .no-submission-wrapper .no-submission {
  background: #FDE9ED;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-amount .no-submission-wrapper .no-submission span {
  color: #DE1135;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-target {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-row .rollup-category .rollup-category-target > span {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #A2A2A2;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-mode-no-children {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.forecast-main-panel .rollup-content-wrapper .rollup-content .rollup-mode-no-children span {
  color: #A2A2A2;
}
.forecast-main-panel .view-controls-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.forecast-main-panel .view-controls-container .tabs-container {
  margin-bottom: unset;
  width: unset;
}
.forecast-main-panel .view-controls-container .kanban-filter-container {
  align-self: flex-end;
}
.forecast-trends-container {
  display: flex;
  width: 87%;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin: 0px auto auto auto;
  padding-bottom: 64px;
}
.forecast-trends-container.extra-top-padding {
  padding-top: 20px;
}
.forecast-trends-container .trends-dashboard {
  width: 100%;
}
.forecast-trends-container .trends-dashboard .widget-list-container {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.forecast-trends-container .trends-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.forecast-trends-container .trends-header .header-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.forecast-trends-container .trends-header .header-main i {
  font-size: 22px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.forecast-trends-container .trends-header .header-secondary {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
}
.forecast-trends-container .trends-header .header-secondary span {
  color: #A2A2A2;
}
.forecast-trends-container .trends-reports-repeater {
  display: flex;
  width: 100%;
  height: 588.762px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #E5E4E7;
  background: #FFFFFF;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.forecast-trends-container .trends-reports-repeater .report-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.forecast-trends-container .trends-reports-repeater .report-header .trend-title {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #171717;
}
.forecast-summary-report {
  height: 550px;
  width: 100%;
}
.forecast-sentence-highlight {
  font-weight: bold;
  color: #171717;
}
.forecast-status-wrap {
  gap: 24px;
}
.forecast-status-wrap .forecast-date-picker {
  display: flex;
  align-items: center;
  gap: 8px;
}
.forecast-status-wrap .forecast-date-picker > span {
  font-weight: 500;
  color: #747474;
}
.forecast-status-wrap .kluster-toggle > span {
  font-weight: 500;
  color: #747474;
  line-height: 32px;
}
.forecasting-item {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: #E8E8E8;
  background: #FFFFFF;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  flex: 0;
}
.forecasting-item .forecast-item-header {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: #171717;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.forecasting-item .forecast-item-header span:last-child {
  font-weight: 600;
  text-align: right;
}
.forecasting-item .forecast-item-body {
  display: flex;
  height: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.forecasting-item .forecast-item-body .owner-container {
  width: 100%;
}
.forecasting-item .forecasting-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  min-height: 20px;
}
.forecasting-item .forecasting-item-footer .forecast-item-display-fields {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.forecasting-item .forecasting-item-footer .forecast-item-display-fields .forecast-item-display-field {
  color: #004baa;
  background: #e6edf7;
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-emoji {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-emoji.animate-right {
  animation: widgetDateMoveRight 0.2s ease-in-out;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-emoji.animate-left {
  animation: widgetDateMoveLeft 0.2s ease-in-out;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown {
  margin-left: 2px;
  display: flex;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown a {
  border-radius: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #eff1f3;
  display: block;
  font-size: 12px;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown a i {
  line-height: 18px;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown.fade-in {
  animation: fadeIn 0.2s ease-in-out, moveUpFromBottom 0.2s ease-in-out;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown.fade-out.ng-hide {
  animation: fadeOut 0.2s ease-in-out, moveDownFromCurrent 0.2s ease-in-out;
}
.forecasting-item .forecasting-item-footer .forecast-item-tag-wrapper .forecast-item-tag-dropdown.fade-out.ng-hide.ng-hide-animate {
  display: flex !important;
}
.forecasting-item:hover {
  cursor: pointer;
}
.forecasting-item.bucket-opp-highlight {
  border: 1px solid #6C5CE7;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.forecasting-item.gu-mirror .forecasting-item-footer .forecast-item-tag-wrapper .forecast-emoji {
  animation: none;
}
.forecasting-item.gu-mirror .forecasting-item-footer .forecast-item-tag-dropdown.fade-in {
  animation: none;
}
.forecasting-item.deal-placeholder {
  opacity: 0.8;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.forecasting-item.deal-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: deal-shimmer 2s infinite;
  z-index: 1;
}
.forecasting-item.deal-placeholder .placeholder-text {
  background: #F3F3F3;
  border-radius: 4px;
  color: transparent;
  display: inline-block;
  position: relative;
}
.forecasting-item.deal-placeholder .placeholder-text.placeholder-title {
  width: 60%;
  height: 16px;
}
.forecasting-item.deal-placeholder .placeholder-text.placeholder-amount {
  width: 40%;
  height: 16px;
}
.forecasting-item.deal-placeholder .placeholder-text.placeholder-owner {
  width: 80px;
  height: 12px;
}
.forecasting-item.deal-placeholder .placeholder-text.placeholder-date {
  width: 70px;
  height: 12px;
}
.forecasting-item.deal-placeholder .placeholder-avatar {
  background: #F3F3F3;
  color: transparent;
  position: relative;
}
.forecasting-item.deal-placeholder .placeholder-icon {
  color: #F3F3F3;
  position: relative;
}
.forecasting-item.deal-placeholder .placeholder-field {
  background: #F3F3F3;
  width: 50px;
  height: 20px;
  border-radius: 4px;
  position: relative;
}
.forecasting-item.deal-placeholder .placeholder-emoji {
  background: #F3F3F3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.full-width-content {
  width: 100%;
}
@keyframes deal-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.sticky-forecast-header {
  position: sticky;
  top: 48px;
  left: -30px;
  right: -30px;
  margin: 0 -30px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  z-index: 3;
  padding: 25px 0 0;
}
.sticky-bucket-headers {
  position: sticky;
  top: 280px;
  z-index: 3;
  margin: 0 -30px;
  padding-top: 20px;
  background: #FFFFFF;
}
.sticky-bucket-headers.stuck {
  box-shadow: 0 1.411px 1.553px 0 rgba(17, 7, 53, 0.02), 0 3.392px 4.587px 0 rgba(17, 7, 53, 0.02), 0 4px 9.88px 0 rgba(17, 7, 53, 0.02);
}
.insights-container {
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
.insights-container .insights-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.insights-container .insights-header h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171717;
}
.insights-container .insights-header span {
  color: #747474;
}
.insights-container .insights-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.insights-container .insights-body .hierarchical-layer {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 8px;
  position: relative;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder {
  position: relative;
  width: 208px;
  height: 88px;
  display: none;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block-container {
  width: 100%;
  height: 100%;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.initiated {
  display: block;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder::before {
  content: '';
  position: absolute;
  top: -16px;
  right: 50%;
  height: 16px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-top-right-radius: 16px;
  width: var(--line-width);
  z-index: 2;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.first-child::before {
  top: -33px;
  left: 50%;
  width: 0;
  height: 32px;
  border-left: 1px solid #E8E8E8;
  border-right: unset;
  border-top: unset;
  border-top-right-radius: unset;
  z-index: 2;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.has-multiple-children::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #E8E8E8;
  /* Bottom border for the horizontal line */
  border-left: 1px solid #E8E8E8;
  /* Right border for the vertical line */
  border-bottom-left-radius: 16px;
  z-index: 2;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.selected .lens-block {
  border: 1px solid #6C5CE7;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.selected::before {
  border-top: 1px solid #6C5CE7;
  border-right: 1px solid #6C5CE7;
  z-index: 3;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.selected.first-child::before {
  border-left: 1px solid #6C5CE7;
  border-top: unset;
  border-right: unset;
  z-index: 3;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder.selected.has-multiple-children.non-first-child-selected::after {
  border-bottom: 1px solid #6C5CE7;
  border-left: 1px solid #6C5CE7;
  z-index: 3;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder:hover .lens-block {
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block {
  display: flex;
  width: 208px;
  height: 88px;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  transition: box-shadow 0.3s ease-in-out;
  z-index: 2;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header > span {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .lens-logo {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .lens-logo img {
  width: 20px;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .children-counter {
  display: flex;
  padding: 2px 4px;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background: #F3F3F3;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .children-counter span,
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .children-counter i {
  color: #A2A2A2;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .children-counter i {
  display: flex;
  width: 12px;
  height: 12px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 10px;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-header .children-counter span {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .lens-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .no-forecast-value {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #FDE9ED;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .lens-block .no-forecast-value > span {
  color: #DE1135;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .shadow-box-first {
  width: 198px;
  height: 88px;
  background: #FFFFFF;
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  z-index: 1;
}
.insights-container .insights-body .hierarchical-layer .lens-block-holder .shadow-box-second {
  width: 188px;
  height: 88px;
  background: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 10px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  z-index: 0;
}
.insights-container .insights-body .hierarchical-layer:first-child .lens-block-holder::before {
  border-top: unset;
  border-right: unset;
  background: unset;
  width: unset;
  height: unset;
  z-index: 2;
}
.insights-container .insights-message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-table-container {
  position: relative;
  height: 575px;
  width: 100%;
}
.report-table-container .table-search-container {
  padding: 0;
}
.report-table-container .ap-mesa-pagination {
  justify-content: end;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
}
.report-table-container .ap-mesa-pagination ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  background: none;
}
.report-table-container .ap-mesa-pagination ul li:first-child a,
.report-table-container .ap-mesa-pagination ul li:last-child a {
  font-size: 0px;
}
.report-table-container .ap-mesa-pagination ul li:first-child a::after,
.report-table-container .ap-mesa-pagination ul li:last-child a::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
.report-table-container .ap-mesa-pagination ul li:first-child a::after {
  content: "\f060";
}
.report-table-container .ap-mesa-pagination ul li:last-child a::after {
  content: "\f061";
}
.report-table-container .ap-mesa-pagination ul li.active a,
.report-table-container .ap-mesa-pagination ul li:hover a {
  color: #747474 !important;
  background: #F3F3F3;
}
.report-table-container .ap-mesa-pagination ul li a {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  padding: 6px 12px;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #747474;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.12px;
  box-shadow: none;
}
.report-table-container .ap-mesa-pagination .pagination {
  padding: 0;
  margin-right: -3px;
}
.report-table-container .ap-mesa-pagination {
  padding-top: 20px;
  justify-content: center;
  border-top: none;
}
.section-area-report {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px 0 0;
  margin: 0 auto;
  max-width: 1400px;
}
.section-area-report .report-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.section-area-report .report-header-container h3 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-area-report .report-chart-block,
.section-area-report .table-block {
  margin: 0;
}
.section-area-report > div:last-child {
  margin: 0 0 30px;
}
.rollup-groups-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rollup-groups-section .groups-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
}
.rollup-groups-section .groups-header .groups-title {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #A2A2A2;
}
.rollup-groups-section .groups-grid-container {
  margin-top: 0;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid {
  border: none;
  border-radius: 0;
  overflow: visible;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-header {
  display: none;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-root-wrapper {
  border: none;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-row {
  border-bottom: 1px solid #E8E8E8;
  padding: 0;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-row:hover {
  background-color: transparent;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-row:last-child {
  border-bottom: none;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-cell {
  border-right: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-cell .lens-details {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-cell .lens-details:hover {
  text-decoration: none;
  color: inherit;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-cell .lens-details .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.rollup-groups-section .groups-grid-container .rollup-lenses-grid .ag-cell .lens-details .lens-name {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.rollup-groups-section .add-groups-message {
  background: #FEF8E9;
  border: 1px solid #FADB90;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.rollup-groups-section .add-groups-message .message-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.rollup-groups-section .add-groups-message .message-content .message-icon {
  color: #171717;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rollup-groups-section .add-groups-message .message-content .message-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rollup-groups-section .add-groups-message .message-content .message-text .message-title {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
}
.rollup-groups-section .add-groups-message .message-content .message-text .message-description {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #747474;
}
.rollup-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
.rollup-loading .loading-content {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #A2A2A2;
}
.rollup-loading .loading-content .fa-spinner {
  font-size: 16px;
}
/* AI Chat Styles */
.ai-chat-container {
  height: 100vh;
  overflow: hidden;
  margin-left: -32px;
}
/* Import the React component CSS */
.popeye-modal-container .report-details-modal-container.popeye-modal .popeye-close-modal {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  align-items: end;
  justify-content: center;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .popeye-close-modal:hover {
  background: #E8E8E8;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container {
  display: flex;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left .parent {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #A2A2A2;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left .parent i {
  font-size: 16px;
  padding: 6px;
  color: #FFFFFF;
  border-radius: 4px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left .name {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.288px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left button {
  align-self: flex-start;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select {
  margin: 0;
  padding: 8px 12px;
  width: fit-content;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select span {
  color: #FFF;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select span:after {
  font-size: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f107";
  color: #A2A2A2;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 900;
  color: #FFF;
  margin-left: 6px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select md-select-value {
  padding: 0;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select.disabled span {
  color: #A2A2A2;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left md-select.disabled span:after {
  color: #A2A2A2;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .left .buttons-container {
  display: flex;
  gap: 8px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .right {
  width: 55%;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .right .chart {
  min-height: 225px;
  display: grid;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .right .unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .right .kluster-loader,
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .top-container .right .unavailable {
  position: relative;
  background: linear-gradient(67deg, #F7F7FE 0%, #FEF7FC 99.58%);
  border-radius: 8px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container {
  padding: 0px 24px;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  align-self: stretch;
  justify-content: space-between;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .left .sub-title {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #747474;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .left .description {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  flex: 1 0 0;
  letter-spacing: -0.07px;
  color: #171717;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .custom-reports {
  display: flex;
  width: 302px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: linear-gradient(67deg, #F7F7FE 0%, #FEF7FC 99.58%);
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .custom-reports .sub-title {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
  color: #171717;
}
.popeye-modal-container .report-details-modal-container.popeye-modal .report-details-modal .bottom-container .custom-reports .content {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  flex: 1 0 0;
  letter-spacing: -0.07px;
  color: #747474;
}
.selection-controls {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  max-width: 100%;
  flex-shrink: 0;
}
.selection-controls .form-group {
  margin-bottom: 0;
  max-width: 33%;
  width: 100%;
}
.selection-controls .form-group > input {
  height: 38px;
}
.notification-banner {
  background-color: #171717;
  color: #FFF;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  display: flex;
  position: fixed;
  z-index: 5000;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  line-height: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.notification-banner.auth-token {
  background-color: #DE1135;
}
.notification-banner .banner-icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.notification-banner .banner-link {
  text-decoration: underline;
  cursor: pointer;
}
.notification-banner .close-banner-button {
  color: #A2A2A2;
  float: right;
  font-size: 16px;
}
.popeye-modal-container {
  height: 100%;
  width: 100%;
}
.popeye-modal-container .popeye-modal {
  border-radius: 16px;
}
.popeye-modal-container .popeye-modal .header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 16px;
}
.popeye-modal-container .popeye-modal .header-container button {
  color: #747474;
  align-self: center;
}
.popeye-modal-container .popeye-modal .modal-footer {
  background: #f6f7fa;
  border-top: 1px solid #eceff4;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  padding: 12px 0.75rem;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  min-height: 50px;
}
.popeye-modal-container .popeye-modal .modal-footer > * {
  margin: 0.25rem;
}
.popeye-modal-container .popeye-modal .modal-footer .btns-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -8px;
}
.popeye-modal-container .popeye-modal .modal-footer .btns-list li {
  position: relative;
  padding: 0 8px;
}
.popeye-modal-container .popeye-modal.create-dash-modal,
.popeye-modal-container .popeye-modal.create-name-modal {
  width: 445px;
  padding: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 8px 18.942px 0px rgba(17, 7, 53, 0.03);
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container .modal-body-container,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container .modal-body-container,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container .modal-body-container,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container .modal-body-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container .modal-body-container .heading-small,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container .modal-body-container .heading-small,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container .modal-body-container .heading-small,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container .modal-body-container .heading-small {
  color: #171717;
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container .modal-body-container .modal-body,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container .modal-body-container .modal-body,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container .modal-body-container .modal-body,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container .modal-body-container .modal-body {
  width: 100%;
  background: inherit;
  font-size: inherit;
  padding: unset;
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container .modal-footer,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container .modal-footer,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container .modal-footer,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  padding: 0;
  background: inherit;
  min-height: unset;
  border-top: unset;
  border-bottom: unset;
}
.popeye-modal-container .popeye-modal.create-dash-modal .create-dash-container .modal-footer > *,
.popeye-modal-container .popeye-modal.create-name-modal .create-dash-container .modal-footer > *,
.popeye-modal-container .popeye-modal.create-dash-modal .create-name-inner-container .modal-footer > *,
.popeye-modal-container .popeye-modal.create-name-modal .create-name-inner-container .modal-footer > * {
  margin: 0;
}
.popeye-modal-container .popeye-modal.template-library-modal {
  width: 1008px;
  height: 75%;
  padding: 24px 24px 0 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  overflow-y: scroll;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* Space between items */
  color: #747474;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item {
  display: flex;
  flex: 0 0 calc((100% - 32px) / 3);
  /* 3 items per row & considers gap in parent container */
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  border-radius: 8px;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item:hover {
  background: rgba(23, 23, 23, 0.05);
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item .dashboard-template-library-list-item-image {
  display: flex;
  height: 150px;
  margin-bottom: 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(67deg, #F7F7FE 0%, #FEF7FC 99.58%);
  justify-content: end;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item .dashboard-template-library-list-item-image img {
  height: 100%;
  border-radius: 8px;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item .dashboard-template-library-list-item-image button {
  position: absolute;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item .dashboard-template-library-list-item-title {
  color: #171717;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-list .dashboard-template-library-list-item .dashboard-template-library-list-item-description {
  height: 44px;
}
.popeye-modal-container .popeye-modal.template-library-modal .dashboard-template-library-content .dashboard-template-library-message {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #747474;
  text-align: center;
}
.popeye-modal-container .popeye-modal.targets {
  min-width: min-content;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal {
  width: 344px;
  padding: 0;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-title-wrapper .category-title {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #F5F2FF;
  color: #171717;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-title-wrapper .category-title i {
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #5746AF;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content .amount-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content .amount-container .amount-header {
  display: flex;
  gap: 4px;
  align-items: center;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content .amount-container .amount-header span {
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content .amount-container .amount-header i {
  color: #747474;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-body-container .forecast-panel-body .category-container .category-content .amount-container input {
  width: 100%;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: unset;
}
.popeye-modal-container .popeye-modal.forecast-submission-modal .modal-footer > * {
  margin: 0;
}
.popeye-modal-container .popeye-modal .targets-modal-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.popeye-modal-container .popeye-modal .targets-modal-content > div {
  width: 100%;
  padding: 0;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  flex-direction: column;
  background: none;
  border: none;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-header h4 {
  letter-spacing: -0.2px;
  color: #171717;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-header .sub-header {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  flex: 1 0 0;
  letter-spacing: -0.07px;
  color: #747474;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .form-group {
  margin: 0;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .form-group label {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #747474;
  margin: 0;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-style {
  display: flex;
  height: 32px;
  min-width: 200px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFFFFF;
  color: #171717;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group {
  width: 100%;
  align-items: center;
  display: flex;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group input[type="text"] {
  border: 1px solid #E8E8E8;
  display: flex;
  height: 32px;
  min-width: 200px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFFFFF;
  color: #171717;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group.currency input[type="text"] {
  padding-left: 20px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group.currency .input-group-addon {
  position: absolute;
  left: 12px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group.percentage input[type="text"] {
  padding-left: 20px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .input-form-group.percentage .input-group-addon {
  position: absolute;
  left: 10px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .select-holder {
  height: 32px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .select-holder::before {
  color: #171717;
  font: var(--fa-font-regular);
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .select-holder select {
  display: flex;
  height: 32px;
  min-width: 200px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFFFFF;
  color: #171717;
  border: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .select-holder select:disabled {
  opacity: unset;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .select-holder select option {
  color: #171717;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body.update-mode .select-holder::before {
  display: none;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-header-row {
  height: 40px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-header-row:hover {
  background: inherit;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-header-row th {
  border-bottom: 1px solid #E8E8E8;
  background: inherit;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-header-row th:first-child {
  padding-left: 0px !important;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-header-row th .ap-mesa-th-title {
  color: #A2A2A2;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.12px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr {
  border-bottom: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td {
  border-bottom: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td:first-child {
  padding-left: 0px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td:last-child {
  padding-right: 0px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  height: 56px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td.col-navigate {
  padding-left: 24px;
  padding-right: 0;
  width: 24px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .table-header-timeGranularity {
  width: min-content;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-body .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #171717;
  height: 48px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-footer {
  background: none;
  border: none;
  min-height: unset;
  gap: 8px;
  margin-top: 4px;
}
.popeye-modal-container .popeye-modal .targets-modal-content .modal-footer > * {
  margin: 0;
}
.popeye-modal-container .popeye-modal.board-pack-confirm-modal {
  width: 445px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFFFFF;
}
.popeye-modal-container .popeye-modal.board-pack-confirm-modal .board-pack-confirm-text {
  color: #747474;
}
.popeye-modal-container .popeye-modal.crop-image-panel {
  width: fit-content;
  border-radius: 8px;
}
.popeye-modal-container .popeye-modal.crop-image-panel canvas {
  border-radius: 8px 8px 0 0;
}
.popeye-modal-container .popeye-modal.crop-image-panel .footer-container {
  padding: 0 8px;
  margin-top: -5px;
}
.popeye-modal-container .popeye-modal.crop-image-panel .footer-container .modal-footer {
  border-radius: 8px;
  padding: 0;
}
.popeye-modal-container .popeye-modal.crop-image-panel .footer-container .modal-footer button {
  align-self: unset;
}
.popeye-modal-container .popeye-modal.download-targets,
.popeye-modal-container .popeye-modal.upload-targets {
  padding: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  width: 26.8%;
}
.popeye-modal-container .popeye-modal.download-targets .main-container,
.popeye-modal-container .popeye-modal.upload-targets .main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .body-container,
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .body-container .selector-container,
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container .selector-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .body-container .selector-container > span,
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container .selector-container > span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .footer-container,
.popeye-modal-container .popeye-modal.upload-targets .main-container .footer-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .header-container,
.popeye-modal-container .popeye-modal.upload-targets .main-container .header-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-end;
  color: #171717;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .header-container > div,
.popeye-modal-container .popeye-modal.upload-targets .main-container .header-container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .header-container > div button,
.popeye-modal-container .popeye-modal.upload-targets .main-container .header-container > div button {
  color: #747474;
  align-self: center;
}
.popeye-modal-container .popeye-modal.download-targets .main-container .header-container span,
.popeye-modal-container .popeye-modal.upload-targets .main-container .header-container span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.upload-targets #fileInput {
  display: none;
}
.popeye-modal-container .popeye-modal.upload-targets:has(.main-container-transparent) {
  background-color: transparent;
  box-shadow: none;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container {
  gap: 16px;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container div span.subdata-title {
  color: #747474;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container div span.subdata-value {
  color: #171717;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .body-container div span.subdata-value-error {
  color: #DE1135;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container .footer-container {
  margin-top: 8px;
}
.popeye-modal-container .popeye-modal.upload-targets .main-container-transparent .kluster-loader {
  background-color: transparent;
}
.popeye-modal-container .popeye-modal.deal-summary {
  width: 580px;
  height: 100%;
  padding: 24px;
  gap: 24px;
  flex-shrink: 0;
  overflow: hidden;
  float: right;
  margin-right: 0;
  background: #FFFFFF;
  box-shadow: -4px 0px 30.9px 0px rgba(13, 19, 33, 0.1);
  border-radius: 0;
  pointer-events: auto;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  overflow: hidden;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container::-webkit-scrollbar {
  width: 5px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container.overflowing {
  padding-right: 19px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .header-container {
  display: flex;
  justify-content: end;
  align-items: center;
  align-self: stretch;
  margin: 0;
  gap: 8px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container::-webkit-scrollbar {
  display: none;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tabs-container {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body {
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
  min-height: 200px;
  position: relative;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-header {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 14px;
  border-bottom: 1px #cacaca solid;
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 14px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-header:hover {
  background-color: rgba(0, 0, 0, 0.02);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-header .collapse-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #747474;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-header.collapsed {
  margin-bottom: 0;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-header.collapsed .collapse-icon {
  transform: rotate(-90deg);
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-content {
  overflow-y: auto;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform-origin: top;
  transform: scaleY(1) translateY(0);
  will-change: max-height, opacity, transform;
  padding-top: 8px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .linked-record-content.collapsed {
  max-height: 0;
  opacity: 0;
  transform: scaleY(0.98) translateY(-4px);
  padding-top: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap {
  position: relative;
  width: 100%;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap:not(:last-child) {
  margin-bottom: 10px;
  transition: margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container.linked-item-form {
  margin-bottom: 10px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field {
  width: 100%;
  display: flex;
  height: 32px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field.form-fields-error {
  height: 64px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field.text-area-wrap {
  flex-direction: column;
  align-items: start;
  flex: 1;
  gap: 12px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field.text-area-wrap .field-container {
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field.text-area-wrap .field-container .form-control {
  display: flex;
  height: 120px;
  min-width: 200px;
  padding: 12px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit {
  width: 100%;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-autocomplete {
  height: 32px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit .form-control {
  height: 32px;
  line-height: 32px;
  border: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit .select-holder md-select md-select-value {
  padding: 0 8px;
  border-radius: 4px;
  background: #FFFFFF;
  line-height: 30px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit .select-holder md-datepicker.form-control.disabled {
  border: none;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit input[type="text"] {
  height: 32px;
  display: flex;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  font-size: 13px;
  line-height: 13px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-autocomplete-wrap {
  height: 32px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-autocomplete-wrap input[type="text"] {
  border: none;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-select[disabled],
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit input[disabled] {
  color: #171717;
  background: #F4F5F7;
  border: none;
  opacity: 1;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-select[disabled] .md-select-value,
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit input[disabled] .md-select-value,
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit md-select[disabled],
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .deal-summary-field field-edit input[disabled] {
  color: #171717;
  background: #F4F5F7;
  border: none;
  opacity: 1;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields {
  display: flex;
  flex-direction: row;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group {
  margin: unset;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group .control-label {
  color: #747474;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group .field-label-container {
  display: flex;
  width: 216px;
  height: 32px;
  align-items: center;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group .field-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-self: flex-start;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group.text-area-wrap .field-label-container {
  height: auto;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .record-edit-field-wrap .form-fields-container .form-fields.form-group.text-area-wrap .field-container {
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .no-summary-data {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .no-summary-data div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.details .no-summary-data div span {
  color: #747474;
  text-align: center;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights > div {
  display: flex;
  padding: 4px 0px 4px 8px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights > div span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  color: #171717;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights > div.green-border {
  border-left: 1px solid #14BC63;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights > div.red-border {
  border-left: 1px solid #FC6666;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.insights > div.yellow-border {
  border-left: 1px solid #F4B00B;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline {
  display: flex;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .no-summary-data {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .no-summary-data div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .no-summary-data div span {
  color: #747474;
  text-align: center;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .chart-container {
  color: #747474;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  height: 350px;
  min-height: 350px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .chart-container .timeline-category-label {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #747474;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .chart-container i {
  color: #747474;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .chart-container > div {
  height: 100%;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details > span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details .data-context-container {
  display: flex;
  min-height: calc(100vh - 713px);
  height: fit-content;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details .data-context-container .context-header {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #F3F3F3;
  height: 26px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details .data-context-container .context-header > span {
  flex: 1 1 0;
  color: #A2A2A2;
  letter-spacing: -0.055px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 12px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details .data-context-container .context-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-body.timeline .datapoint-details .data-context-container .context-body > span {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  overflow-x: hidden;
  color: #171717;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 24px 0px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container .tab-header i {
  font-size: 14px;
  color: #A2A2A2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container.expanded {
  padding: 24px 0px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container.expanded .tab-body {
  display: flex;
  position: relative;
  min-height: 50px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container.expanded .tab-header {
  padding: unset;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .main-body-container.expanded .tab-header i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .deal-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  justify-content: space-between;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .deal-container .saving-status-label {
  display: flex;
  align-items: center;
  height: 26px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .value-container,
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .owner-container {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: start;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .value-container .secondary-container,
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .owner-container .secondary-container {
  display: flex;
  width: 136px;
  padding-left: 4px;
  align-items: center;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .value-container .owner-details,
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .owner-container .owner-details {
  display: flex;
  padding: 2px;
  align-items: center;
  gap: 8px;
}
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .value-container .owner-details .avatar,
.popeye-modal-container .popeye-modal.deal-summary .main-container .top-body-container .owner-container .owner-details .avatar {
  margin: 0;
}
.popeye-modal-container .popeye-modal.delete-dashboard,
.popeye-modal-container .popeye-modal.default-dialog,
.popeye-modal-container .popeye-modal.target-info-modal,
.popeye-modal-container .popeye-modal.object-data-panel,
.popeye-modal-container .popeye-modal.profile-modal,
.popeye-modal-container .popeye-modal.wide-dialog,
.popeye-modal-container .popeye-modal.add-owner-chart-modal {
  max-height: 80vh;
  width: 514px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
.popeye-modal-container .popeye-modal.delete-dashboard .header-container,
.popeye-modal-container .popeye-modal.default-dialog .header-container,
.popeye-modal-container .popeye-modal.target-info-modal .header-container,
.popeye-modal-container .popeye-modal.object-data-panel .header-container,
.popeye-modal-container .popeye-modal.profile-modal .header-container,
.popeye-modal-container .popeye-modal.wide-dialog .header-container,
.popeye-modal-container .popeye-modal.add-owner-chart-modal .header-container {
  margin-bottom: 0;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.popeye-modal-container .popeye-modal.delete-dashboard .header-container span,
.popeye-modal-container .popeye-modal.default-dialog .header-container span,
.popeye-modal-container .popeye-modal.target-info-modal .header-container span,
.popeye-modal-container .popeye-modal.object-data-panel .header-container span,
.popeye-modal-container .popeye-modal.profile-modal .header-container span,
.popeye-modal-container .popeye-modal.wide-dialog .header-container span,
.popeye-modal-container .popeye-modal.add-owner-chart-modal .header-container span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.delete-dashboard .footer-container,
.popeye-modal-container .popeye-modal.default-dialog .footer-container,
.popeye-modal-container .popeye-modal.target-info-modal .footer-container,
.popeye-modal-container .popeye-modal.object-data-panel .footer-container,
.popeye-modal-container .popeye-modal.profile-modal .footer-container,
.popeye-modal-container .popeye-modal.wide-dialog .footer-container,
.popeye-modal-container .popeye-modal.add-owner-chart-modal .footer-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  z-index: 1;
}
.popeye-modal-container .popeye-modal.delete-dashboard .modal-body,
.popeye-modal-container .popeye-modal.default-dialog .modal-body,
.popeye-modal-container .popeye-modal.target-info-modal .modal-body,
.popeye-modal-container .popeye-modal.object-data-panel .modal-body,
.popeye-modal-container .popeye-modal.profile-modal .modal-body,
.popeye-modal-container .popeye-modal.wide-dialog .modal-body,
.popeye-modal-container .popeye-modal.add-owner-chart-modal .modal-body {
  width: 100%;
}
.popeye-modal-container .popeye-modal.delete-dashboard form,
.popeye-modal-container .popeye-modal.default-dialog form,
.popeye-modal-container .popeye-modal.target-info-modal form,
.popeye-modal-container .popeye-modal.object-data-panel form,
.popeye-modal-container .popeye-modal.profile-modal form,
.popeye-modal-container .popeye-modal.wide-dialog form,
.popeye-modal-container .popeye-modal.add-owner-chart-modal form {
  width: 100%;
}
.popeye-modal-container .popeye-modal.add-owner-chart-modal {
  width: 75%;
}
.popeye-modal-container .popeye-modal.add-owner-chart-modal .comparison-mode-panel {
  overflow-y: auto;
}
.popeye-modal-container .popeye-modal.add-owner-chart-modal .comparison-mode-panel .owner-checkbox-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.popeye-modal-container .popeye-modal.object-data-panel {
  width: 75%;
  height: 80vh;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container {
  flex-direction: row;
  justify-content: space-between;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container h4 {
  text-wrap: nowrap;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 8px;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap a {
  color: #171717;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap a i {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap .input-search-container {
  height: 34px;
  margin-left: -34px;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap .input-search-container .search-icon {
  width: 34px;
  height: 34px;
  left: 34px;
  padding: 0 10.5px;
}
.popeye-modal-container .popeye-modal.object-data-panel .header-container .modal-button-wrap input {
  height: 34px;
  width: 296px;
  padding-left: 30px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area {
  overflow: auto;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row {
  height: 40px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row:hover {
  background: inherit;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th {
  border-bottom: 1px solid #E8E8E8;
  background: inherit;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th:first-child {
  padding-left: 0px !important;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th .ap-mesa-th-title {
  color: #A2A2A2;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.12px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr {
  border-bottom: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td {
  border-bottom: 1px solid #E8E8E8;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td:first-child {
  padding-left: 0px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td:last-child {
  padding-right: 0px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  height: 56px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td.col-navigate {
  padding-left: 24px;
  padding-right: 0;
  width: 24px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-rendered-rows tr td.ap-mesa-cell {
  height: 48px;
  padding-left: 18px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th {
  padding-left: 18px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th .ap-mesa-th-title {
  color: unset;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .kluster-table .ap-mesa-header-row th:first-child {
  padding-left: 18px !important;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination {
  justify-content: end;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  background: none;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:first-child a,
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:last-child a {
  font-size: 0px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:first-child a::after,
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:last-child a::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:first-child a::after {
  content: "\f060";
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:last-child a::after {
  content: "\f061";
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li.active a,
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li:hover a {
  color: #747474 !important;
  background: #F3F3F3;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination ul li a {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  padding: 6px 12px;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #747474;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.12px;
  box-shadow: none;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination .pagination {
  padding: 0;
  margin-right: -3px;
}
.popeye-modal-container .popeye-modal.object-data-panel .info-table-area .ap-mesa-pagination {
  padding-top: 8px;
  padding-bottom: 0px;
  border-top: unset;
}
.popeye-modal-container .popeye-modal.profile-modal {
  width: 50%;
}
.popeye-modal-container .popeye-modal.profile-modal .footer-container {
  justify-content: space-between;
  width: 100%;
}
.popeye-modal-container .popeye-modal.profile-modal .settings-panel {
  width: 100%;
}
.popeye-modal-container .popeye-modal.profile-modal .settings-panel .settings-nav {
  padding: 0;
}
.popeye-modal-container .popeye-modal.profile-modal .settings-panel .settings-content {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.popeye-modal-container .popeye-modal.profile-modal .settings-panel .settings-content .settings-content-inner {
  max-width: max(300px, calc(100% - 390px));
  margin: 0 auto;
}
.popeye-modal-container .popeye-modal.profile-modal .settings-panel .settings-content:has(.user-managed-lenses) {
  height: 700px;
}
.popeye-modal-container .popeye-modal.target-info-modal {
  width: 40%;
  height: 80vh;
}
.popeye-modal-container .popeye-modal.target-info-modal .modal-body {
  height: calc(80vh - 212px);
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-filter-controls {
  display: flex;
  padding-right: 42px;
  gap: 15px;
  justify-content: end;
  align-items: center;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-filter-controls .edit-targets-filter {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-filter-controls .edit-targets-filter > span {
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: nowrap;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-filter-controls .edit-targets-filter md-select,
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-filter-controls .edit-targets-filter input {
  width: 100%;
  height: 32px;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-table-headers {
  display: flex;
  align-items: center;
  gap: 14px;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-table-headers > span {
  text-transform: uppercase;
  font-weight: 700;
  width: 140px;
  flex-shrink: 0;
  text-wrap: nowrap;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-table-headers > span:last-child {
  width: 100%;
  flex-shrink: 1;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-table {
  /*
                        80vh total height available
                        unavailable heights:
                        212px: 24px*2 padding + 32px header + 32px footer + 40px gap + 45px add button + 15px error message
                        86px: 44px controls + 12px table header + 30px gap

                        total: 80vh - 238px
                    */
  height: calc(80vh - 298px);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.popeye-modal-container .popeye-modal.target-info-modal .target-table-wrap .target-table.overflowing {
  margin-right: -20px;
  padding-right: 10px;
}
.popeye-modal-container .popeye-modal.wide-dialog {
  width: 75%;
}
.popeye-modal-container .popeye-modal.wide-dialog .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow-y: hidden;
  gap: 8px;
}
.popeye-modal-container .popeye-modal.wide-dialog .modal-body .chart-container {
  height: 300px;
  overflow-y: hidden;
  flex-shrink: 1;
}
.popeye-modal-container .popeye-modal.wide-dialog .modal-body .chart-container .modal-report-chart {
  height: 100%;
  overflow-y: auto;
  font-size: 12px;
}
.popeye-modal-container .popeye-modal.lenses-select {
  display: flex;
  max-height: 90vh;
  width: 528px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 4px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 8px 18.942px 0px rgba(17, 7, 53, 0.03);
  overflow-y: hidden;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  margin: unset;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .header-container > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .header-container > div > h4 {
  color: #171717;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .header-container > span {
  color: #747474;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .search-box-container {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .search-box-container > div {
  display: flex;
  width: 100%;
  align-items: center;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .search-box-container > div i {
  color: #747474;
  z-index: 1;
  position: relative;
  left: 6px;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .search-box-container > div input {
  margin-left: -22px;
  height: 40px;
  padding: 8px 12px 8px 34px;
  border-radius: 8px;
  background: #F3F3F3;
  z-index: 0;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .search-box-container > button {
  color: #6C5CE7;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container {
  display: flex;
  height: 360px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow-y: auto;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div {
  display: flex;
  height: 38px;
  padding: 4px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .checkbox-container {
  display: flex;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .lens-container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .lens-container .lens-logo {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .lens-container .lens-logo img {
  width: 20px;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .lens-container .red-text {
  color: #DE1135;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .scrollable-content-container > div .lens-container .disabled-text {
  color: #A2A2A2;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .footer-container > span {
  color: #A2A2A2;
}
.popeye-modal-container .popeye-modal.lenses-select .main-container .footer-container .buttons-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.popeye-modal-container .popeye-modal .popeye-close-modal {
  display: none;
}
.popeye-modal-container.closing-fadeout {
  opacity: 0;
  animation: fadeOut 0.3s ease-in-out;
}
.popeye-modal-container.closing-hidden {
  display: none;
}
.popeye-modal-container.deal-summary-container {
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}
.popeye-modal-container.lenses-select-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popeye-modal-container.delete-dashboard-container,
.popeye-modal-container.default-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* HTML5 display definitions
	 ========================================================================== */
/* Ensure parent containers of skeleton loaders have relative positioning */
[loading-panel] {
  position: relative;
}
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/*** Address `[hidden]` styling not present in IE 8/9/10.* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.*/
[hidden],
template {
  display: none;
}
/* Links ========================================================================== */
/*** Remove the gray background color from active links in IE 10.*/
a {
  background-color: transparent;
  cursor: pointer;
}
/*** Improve readability of focused elements when they are also in an active/hover state.*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics ========================================================================== */
/*** Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
  border-bottom: 1px dotted;
}
/*** Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
  font-weight: 500;
}
/*** Address styling not present in Safari and Chrome.*/
dfn {
  font-style: italic;
}
/*** Address variable `h1` font-size and margin within `section` and `article`* contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/*** Address styling not present in IE 8/9.*/
mark {
  background: #ff0;
  color: #000;
}
/*** Address inconsistent and variable font size in all browsers.*/
small {
  font-size: 80%;
}
/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Embedded content ========================================================================== */
/*** Remove border when inside `a` element in IE 8/9/10.*/
img {
  border: 0;
}
/*** Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content ========================================================================== */
/*** Address margin not present in IE 8/9 and Safari.*/
figure {
  margin: 1em 40px;
}
/*** Address differences between Firefox and other browsers.*/
hr {
  box-sizing: content-box;
  height: 0;
  color: #dae1e7;
}
/*** Contain overflow in all browsers.*/
pre {
  overflow: auto;
}
/*** Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
button:focus-visible {
  outline: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
button[disabled] {
  opacity: 0.8;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
md-sidenav {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  left: 100% !important;
  bottom: 0 !important;
}
body {
  color: #171717;
  background: #FFFFFF;
  font: 16px/1.2 "Inter", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-area {
  position: relative;
  padding: 0 30px;
  min-height: 100vh;
  overflow: auto;
  scrollbar-gutter: stable;
  height: 100%;
}
.content-div-slot {
  display: contents;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper-main {
  height: 100%;
}
.report-chart-block {
  font-size: 13px;
}
.chart-container {
  width: 100%;
  height: 100%;
}
.chart-container.chart-area {
  position: relative;
  height: 600px;
}
.chart-container.chart-area-large {
  position: relative;
  height: 750px;
}
.community-panel-area {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 470px;
}
.community-panel-area:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 100;
}
.community-panel-area.filters .panel-body {
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: none;
}
.community-panel-area.filters .panel-body::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.community-panel-area.filters .panel-body.scrolling {
  padding-right: 10px;
}
.community-panel-area .btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.community-panel-area .panel-body {
  position: relative;
  padding: 24px 20px;
  height: 88vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.community-panel-area .panel-heading {
  position: relative;
  padding: 16px 40px 16px 20px;
  background: #f6f7fa;
  border-bottom: 1px solid #d8e1f3;
}
.community-panel-area .panel-heading .button {
  position: absolute;
  right: 18px;
  top: 20px;
}
.community-panel-area .panel-heading .panel-close {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.community-panel-area .panel-heading .panel-close:hover {
  opacity: 0.8;
}
.community-panel-area .panel-heading .panel-close i {
  display: block;
}
.community-panel-area .panel-heading .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #171717;
}
.community-panel-area .panel-heading.panel-heading-filters {
  display: flex;
  padding: 24px 24px 0px 24px;
  background: #FFFFFF;
  border-bottom: unset;
  justify-content: space-between;
  align-items: flex-start;
}
.community-panel-area .panel-heading.panel-heading-filters .title {
  display: flex;
  align-content: center;
  flex-direction: column;
}
.community-panel-area .panel-heading.panel-heading-filters .title .filters-info-text {
  color: #747474;
}
.community-panel-area .panel-heading.panel-heading-filters .title .title-wrap {
  display: flex;
  align-items: center;
}
.community-panel-area .panel-heading.panel-heading-filters .title .title-wrap .info-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #A2A2A2;
  font-size: 13px;
  margin-left: 5px;
}
.community-panel-area .panel-heading.panel-heading-filters .filter-undo-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.community-panel-area .wrap {
  position: relative;
  background: #fff;
  height: 100%;
  overflow: hidden;
  z-index: 101;
}
body.firefox .community-panel-area .panel-body.scrolling,
body.firefox .community-panel-area.filters.scrolling {
  padding-right: 20px;
}
.daterangepicker,
.daterangepicker.dropdown-menu {
  background: #fff;
  color: #000;
  border: solid 2px #dae1e7;
  margin-top: 5px;
  padding: 4px;
  width: fit-content;
}
.login-section {
  position: relative;
  background: #f7f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
}
.md-sidenav-right.community-panel-area.filters.dashboard-filters {
  background: #FFFFFF;
  overflow-y: auto;
  position: fixed;
  top: 103px;
  padding-top: 0;
  left: 99%;
  border-radius: 8px;
  border: 1px solid #f0f3f6;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.51);
  display: none;
  opacity: 0;
  max-height: 80vh;
}
.md-sidenav-right.community-panel-area.filters.dashboard-filters.modal,
.dash-filters-panel {
  width: 50vw;
}
.quarter-area > .kluster-loader {
  height: calc(100vh - 48px);
  position: sticky;
  top: 48px;
  background-color: #fff;
  z-index: 2;
}
.table-ellipsis-content {
  width: fit-content;
  max-width: 25vw;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100px;
  margin-right: -1vw;
  /*This is to avoid tooltip self-shrinking when on the right side*/
}
md-sidenav.filters {
  max-width: 50vw;
  width: 50vw;
}
.header {
  position: relative;
  background: #171717;
  height: 50px;
  z-index: 100;
}
.header .header-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header .header-left .logo-area {
  position: relative;
  width: 48px;
}
.header .header-left .logo-area .logo {
  position: relative;
  display: block;
  width: 15px;
  margin: 0 auto;
}
.header .header-left .logo-area .logo a {
  display: block;
}
.header .header-left .logo-area .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.header .header-left .settings-back-button {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  color: #171717;
  display: flex;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  line-height: 13px;
  margin-left: 16px;
  padding: 8px 12px;
}
.header .search-area {
  position: relative;
  width: 270px;
  height: 28px;
  padding: 0;
  margin: 0 0 0 16px;
  /* Has to align with breadcrumb */
  border-radius: 4px;
  border: 1px solid #5D5D5D;
}
.header .user-info {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
}
.main-area {
  position: relative;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  height: 100%;
}
.quarter-block-col .filter-inactive {
  visibility: hidden;
  width: 0px;
  padding: 2px;
  font-size: 14px;
  cursor: default;
  color: #A2A2A2;
  transition: width 250ms ease-in-out, visibility 0ms ease-in-out 250ms;
}
.quarter-block-col .filter-inactive.visible {
  visibility: visible;
  width: 24px;
  transition-delay: 0ms,0ms;
}
.quarter-block-col .text {
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  display: block;
  padding: 5px 0 0;
  color: #A2A2A2;
}
.quarter-block-col.ng-hide {
  animation: fadeOut 0.2s ease-in-out;
}
.quarter-block-col.ng-hide.ng-hide-animate {
  display: flex !important;
}
.quarter-block-col.ng-hide .quarter-block,
.quarter-block-col.ng-hide .section-block {
  width: 100%;
}
.quarter-block-col.ng-hide .quarter-block .block-heading,
.quarter-block-col.ng-hide .section-block .block-heading,
.quarter-block-col.ng-hide .quarter-block .detail-info,
.quarter-block-col.ng-hide .section-block .detail-info {
  width: 100%;
}
.quarter-block-col.active-animation .block-heading .widget-date.enable-context,
.quarter-block-col.active-animation .block-heading .quarter-option-list,
.quarter-block-col.active-animation .block-heading .quarter-option-list.filter-options,
.quarter-block-col.active-animation .block-heading .filter-inactive {
  animation: widgetDateMoveRight 0.2s ease-in-out;
}
.quarter-block-col.active-animation .block-heading .quarter-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.quarter-block-col:hover .block-heading .quarter-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: widgetDateMoveLeft 0.2s ease-in-out;
  opacity: 1;
}
.quarter-block-col:hover .block-heading .quarter-option-list.filter-options {
  animation: widgetDateMoveLeft 0.2s ease-in-out;
}
.quarter-block-col:hover .block-heading .quarter-option-list.static {
  animation: unset;
}
.quarter-block-col:hover .block-heading .filter-inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: widgetDateMoveLeft 0.2s ease-in-out;
  opacity: 1;
  visibility: visible !important;
  width: 24px !important;
  transition-delay: 0ms,0ms;
}
.quarter-block-col:hover .block-heading .widget-date.enable-context {
  animation: widgetDateMoveLeft 0.2s ease-in-out;
}
.quarter-block-col:hover .block-heading .widget-date.enable-context.static {
  animation: unset;
}
.quarter-block-col .detail-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100% - 46px);
}
.quarter-block-col .detail-info.widget-library-snapshot-value {
  min-height: calc(100% - 22px);
}
.quarter-block-col .quarter-block {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E5E4E7;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.quarter-block-col .quarter-block .detail-info .price {
  color: #171717;
  font-family: Inter;
  font-feature-settings: 'clig' off, 'liga' off;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.quarter-block-col .quarter-block.snapshot-small-schar .detail-info .price {
  font-size: 48px;
  line-height: 26px;
}
.quarter-block-col .quarter-block.snapshot-small-mchar .detail-info .price {
  font-size: 38px;
  line-height: 26px;
}
.quarter-block-col .quarter-block.snapshot-small-lchar .detail-info .price {
  font-size: 32px;
  line-height: 32px;
}
.quarter-block-col .quarter-block.snapshot-medium-mchar .detail-info .price {
  font-size: 48px;
  line-height: 38px;
}
.quarter-block-col .quarter-block.snapshot-medium-lchar .detail-info .price {
  font-size: 38px;
  line-height: 38px;
}
.quarter-block-col .quarter-block.snapshot-large-lchar .detail-info .price {
  font-size: 48px;
  line-height: 48px;
}
.quarter-block-col .quarter-block.snapshot-large .detail-info .price {
  font-size: 48px;
  line-height: 68px;
}
.quarter-block-col .section-block {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E5E4E7;
  padding: 16px;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.quarter-block-col .section-block .block-heading {
  padding: 0;
  height: 22px;
}
.quarter-block-col .section-block .block-heading.widgets-library-item {
  padding: 0;
}
.quarter-block-col .section-block .report-chart-block {
  height: 100%;
  font-size: 13px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.quarter-block-col .section-block .report-chart-block .chart-wrapper {
  padding-top: 8px;
  width: 100%;
  height: 100%;
}
.quarter-block-col .section-block .snapshot-table-wrap {
  height: calc(100% - 46px);
  padding-top: 8px;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-wrapper {
  height: 100%;
  overflow: hidden;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-wrapper .ap-mesa-status-display-wrapper {
  height: 100%;
  display: flex;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-wrapper .ap-mesa-status-display-wrapper.has-rows {
  height: unset;
  display: unset;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-wrapper .ap-mesa-status-display-wrapper .ap-mesa-no-data-display {
  margin: auto;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination {
  justify-content: end;
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li {
  display: flex;
  align-content: center;
  justify-content: center;
  border: none;
  background: none;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:first-child a,
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:last-child a {
  font-size: 0px;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:first-child a::after,
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:last-child a::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:first-child a::after {
  content: "\f060";
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:last-child a::after {
  content: "\f061";
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li.active a,
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li:hover a {
  color: #747474 !important;
  background: #F3F3F3;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination ul li a {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  padding: 6px 12px;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #747474;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: 0.12px;
  box-shadow: none;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination .pagination {
  padding: 0;
  margin-right: -3px;
}
.quarter-block-col .section-block .snapshot-table-wrap .ap-mesa-pagination {
  padding-top: 5px;
  justify-content: center;
  padding-bottom: 0;
}
.quarter-block-col .widget-breaker {
  padding: 0 8px 8px 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: end;
  height: 100%;
}
.quarter-block-col .widget-breaker:hover {
  background: #F3F3F3;
  border-radius: 4px;
}
.quarter-block-col .widget-breaker:hover .widget-breaker-header .editable-input,
.quarter-block-col .widget-breaker:hover .widget-breaker-description .editable-input {
  background: #F3F3F3;
}
.quarter-block-col .widget-breaker .breaker-description,
.quarter-block-col .widget-breaker .widget-breaker-description .editable-input {
  font-size: 13px;
  font-weight: normal;
  min-width: 20px;
  color: #747474;
  font-weight: 400;
  letter-spacing: -0.07px;
  height: 16px;
}
.quarter-block-col .widget-breaker .breaker-description.editable-empty {
  min-height: 5px;
  margin-top: -5px;
}
.quarter-block-col .widget-breaker .breaker-description i {
  margin-left: 5px;
}
.quarter-block-col .widget-breaker .breaker-title,
.quarter-block-col .widget-breaker .widget-breaker-header .editable-input {
  font-size: 16px;
  margin-bottom: 2px;
  min-width: 20px;
  height: 20px;
  color: #171717;
  font-weight: 600;
  letter-spacing: 0.16px;
}
.quarter-block-col .widget-breaker .breaker-title:hover,
.quarter-block-col .widget-breaker .breaker-description:hover {
  cursor: text;
}
.quarter-block-col .widget-breaker .widget-breaker-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quarter-block-col .widget-breaker .widget-breaker-header .editable-text {
  height: 20px;
  margin-bottom: 3px;
  width: 100%;
}
.quarter-block-col .widget-breaker .widget-breaker-header .editable-text .editable-controls {
  height: 20px;
  width: 100%;
}
.quarter-block-col .widget-breaker .widget-breaker-header .editable-text .editable-controls .editable-input {
  border: none;
  box-shadow: none;
  padding: unset;
  margin: unset;
  vertical-align: unset;
  width: 100%;
  max-width: unset;
}
.quarter-block-col .widget-breaker .widget-breaker-description {
  width: 100%;
  height: 16px;
}
.quarter-block-col .widget-breaker .widget-breaker-description .editable-wrap {
  width: 100%;
}
.quarter-block-col .widget-breaker .widget-breaker-description .editable-wrap .editable-controls {
  width: 100%;
}
.quarter-block-col .widget-breaker .widget-breaker-description .editable-wrap .editable-controls .editable-input {
  border: none;
  box-shadow: none;
  padding: unset;
  margin: unset;
  vertical-align: unset;
  width: 100%;
  max-width: unset;
}
.quarter-block-col .widget-error-info p {
  color: #747474;
}
.quarter-block-col .widget-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.quarter-block-col .widget-footer .owner-container {
  display: flex;
  padding: 4px;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  z-index: 10;
}
.quarter-block-col .widget-footer .owner-container .avatar {
  margin-right: 0;
}
.quarter-block-col .widget-footer .owner-container img {
  width: 16px;
  height: 16px;
}
.quarter-block-col .widget-footer .owner-container span {
  color: #747474;
}
.quarter-block-col .widget-footer .owner-container.active {
  background: #E8E8E8;
  color: #747474;
}
.quarter-block-col .widget-footer .owner-container:hover {
  background: #F3F3F3;
  color: #747474;
}
.quarter-block-col .widget-footer .owner-container.active {
  background: #E8E8E8;
  color: #747474;
}
.quarter-block-col .widget-footer .owner-container:hover {
  background: #F3F3F3;
  color: #747474;
}
.kluster-switch {
  font-size: 13px;
  color: #171717;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.kluster-switch.control-divisor {
  height: 32px;
}
.kluster-switch .settings-switch {
  font-size: 30px;
}
.kluster-switch button[disabled] {
  color: #A2A2A2;
  cursor: not-allowed;
}
.kluster-switch button {
  font-size: 22px;
  display: flex;
  border: none;
  background: none;
}
.kluster-switch button i.active {
  color: #6C5CE7;
}
.option-list a i,
.option-list button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 100%;
  width: 100%;
}
.option-list .control-divisor {
  padding: 0;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  border-radius: 4px;
}
.option-list .control-divisor:not(.kluster-switch) {
  border: 1px solid #e4e7ef;
}
.option-list .control-divisor .search-icon {
  position: relative;
  top: 10px;
  left: 10px;
  color: #6c757d;
}
.option-list .control-divisor input {
  height: 32px;
  border: unset;
}
.option-list .control-divisor input:focus {
  border: unset;
  box-shadow: unset;
}
.option-list .forecast-warning-display {
  font-size: 13px;
}
.block-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.block-heading .quarter-info {
  gap: 4px;
}
.block-heading.widgets-library-item {
  height: 22px;
}
.block-heading.widgets-library-item .quarter-info .add-to-dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-heading.widgets-library-item .quarter-info .add-to-dashboard md-checkbox {
  margin: 0;
  width: 16px;
  height: 16px;
}
.block-heading .quarter-option-list {
  display: none;
  opacity: 0;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-heading .quarter-option-list.filter-options.filter-active i {
  color: #6C5CE7;
}
.block-heading .quarter-option-list.filter-options button {
  background: #F3F3F3;
}
.block-heading .quarter-option-list.filter-options button span {
  color: #747474;
}
.block-heading .quarter-option-list.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.block-heading .quarter-option-list.fade-out {
  animation: fadeOut 0.2s ease-in-out, moveDownFromCurrent 0.2s ease-in-out;
  opacity: 0;
}
.block-heading .quarter-option-list li {
  position: relative;
}
.block-heading .quarter-option-list li a {
  display: block;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #A2A2A2;
}
.block-heading .quarter-option-list li a:hover {
  opacity: 0.8;
  background: #F3F3F3;
}
.block-heading .quarter-option-list li a i {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.block-heading .title-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.block-heading .title-wrap .title-text {
  display: block;
}
.block-heading .title {
  display: flex;
  color: #171717;
  overflow: hidden;
  cursor: text;
}
.block-heading .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-heading .title span i {
  font-feature-settings: 'clig' on, 'liga' on;
}
.block-heading .title .editable-text {
  height: 16px;
  width: 80vw;
  overflow: hidden;
}
.block-heading .title .editable-text .editable-input {
  color: #171717;
  height: 16px;
  width: 100%;
  max-width: unset;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  letter-spacing: unset;
}
.block-heading .title .editable-buttons .btn-primary,
.widget-breaker .editable-buttons .btn-primary,
.create-board-pack-container .title .editable-buttons .btn-primary,
.breadcrumb-container .title-container .editable-buttons .btn-primary {
  background: none;
  border: none;
  color: #004baa;
}
.block-heading .title .editable-buttons .btn-default,
.widget-breaker .editable-buttons .btn-default,
.create-board-pack-container .title .editable-buttons .btn-default,
.breadcrumb-container .title-container .editable-buttons .btn-default {
  color: #f95363;
}
.block-heading .title .editable-click,
.block-heading .title a.editable-click,
.widget-breaker .editable-click,
.widget-breaker a.editable-click {
  color: #171717;
  border-bottom: none;
  width: 100%;
}
.block-heading .title .editable-buttons .btn,
.widget-breaker .editable-buttons .btn,
.create-board-pack-container .title .editable-buttons .btn {
  line-height: 20px;
  font-weight: normal;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 0;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .search-area input[type="search"] {
  color: #FFF;
  font-size: 12px;
}
.table-search-box {
  font-size: 12px;
}
#content-area {
  background-color: #fff;
}
.kluster-loader i.loading-image {
  font-size: 40px;
  color: #171717;
  opacity: 0.4;
}
.gridster-item-moving .quarter-block,
.gridster-item-moving .dashboard-block,
.gridster-item-moving .widget-breaker {
  box-shadow: 0px -4px 9px 0px rgba(17, 7, 53, 0.02), 0px 24px 32px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
}
/* End of Less styles ============================ */
/* Icon CSS - Keep at bottom so not overwritten by other classes */
.blue-yel-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #001F72;
  --fa-secondary-color: #ffb74d;
}
.blue-green-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #001F72;
  --fa-secondary-color: #5ac891;
}
.blue-red-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #001F72;
  --fa-secondary-color: #de2e55;
}
.blue-orange-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #001F72;
  --fa-secondary-color: #fa7642;
}
.yellow-duo-icon {
  --fa-primary-color: #ffb74d;
  --fa-secondary-color: #ffb74d;
}
.green-duo-icon {
  --fa-primary-color: #5ac891;
  --fa-secondary-color: #5ac891;
}
.grey-duo-icon {
  --fa-primary-color: #6a7d8e;
  --fa-secondary-color: #6a7d8e;
}
.red-duo-icon {
  --fa-primary-color: #de2e55;
  --fa-secondary-color: #de2e55;
}
.blue-duo-icon {
  --fa-primary-color: #001F72;
  --fa-secondary-color: #001F72;
}
.orange-duo-icon {
  --fa-primary-color: #fa7642;
  --fa-secondary-color: #fa7642;
}
.accent-icon {
  color: #6C5CE7;
}
.yellow-icon {
  color: #ffb74d;
}
.green-icon {
  color: #5ac891;
}
.red-icon {
  color: #de2e55;
}
.blue-icon {
  color: #001F72;
}
.orange-icon {
  color: #fa7642;
}
body {
  margin: 0;
}
body .prevent-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
    .header-secondary .header-left,
    .header-alt .header-left {
        width: 253px;
    }

    .header-secondary .search-area,
    .header-alt .search-area {
        margin: 0;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .header-secondary .user-info,
    .header-alt .user-info {
        right: 120px;
        z-index: 6;
    }

    .header-secondary .heading-area,
    .header-alt .heading-area {
        position: absolute;
        top: -58px;
        left: 270px;
        right: 30px;
        background: none;
        z-index: 101;
    }

        .header-secondary .heading-area h1,
        .header-alt .heading-area h1 {
            color: #fff;
        }

        .header-secondary .heading-area .sub-logo .blue-logo,
        .header-alt .heading-area .sub-logo .blue-logo {
            opacity: 0;
            visibility: hidden;
        }

        .header-secondary .heading-area .sub-logo .white-logo,
        .header-alt .heading-area .sub-logo .white-logo {
            opacity: 1;
            visibility: visible;
        }

        .header-secondary .heading-area .option-list a,
        .header-alt .heading-area .option-list a {
            border-color: #1b6ace;
            background: none;
            color: #fff;
        }

    .header-alt-white .header-left {
        width: 253px;
    }

    .header-alt-white .search-area {
        margin: 0;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .header-alt-white .user-info {
        right: 120px;
        z-index: 6;
    }

    .header-alt-white .heading-area {
        position: absolute;
        top: -58px;
        left: 270px;
        right: 30px;
        z-index: 101;
    }
}

@media (min-width: 1024px) {
    .progress-heading-area .info-col:nth-child(2) .price-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .progress-heading-area .info-col:nth-child(2) .select-area {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1400px) {
    .header-secondary.sidebar-active .heading-area,
    .header-alt.sidebar-active .heading-area,
    .header-alt-white.sidebar-active .heading-area {
        left: 30px;
    }
}

@media (max-width: 1399px) {

    .login-screen .screen-image {
        width: 520px;
    }

    .sidebar-active .main-area {
        padding: 0 0 0 248px;
    }

    .progress-heading-area .info-col {
        width: 430px;
    }

    md-sidenav.filters {
        max-width: 60vw;
        width: 60vw;
    }
}

@media (max-width: 1199px) {
    .login-screen .screen-image {
        width: 450px;
    }

    .quarter-block-row {
        padding: 0;
    }

    .quarter-status-block {
        width: 100%;
        margin: 30px 0 0;
    }

    .progress-heading-area .info-col {
        width: 340px;
    }
}

@media (max-width: 1023px) {
    .login-screen .screen-image {
        width: 350px;
    }

    .heading-area.style01 {
        display: block;
    }
    
    .heading-info-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-col {
        width: 100%;
    }

    .graph-area {
        padding: 0 25px 30px;
    }

    .progress-heading-area .info-col {
        width: 100%;
    }

        .progress-heading-area .info-col:nth-child(2) {
            margin: 30px 0 0;
        }

    .progress-heading {
        display: block;
    }

    .progress-list li {
        padding: 17px 25px;
    }
}

@media (max-width: 767px) {
    .login-section {
        min-height: inherit;
        display: block;
    }

    .login-form {
        display: block;
        width: 100%;
    }

        .login-form .logo {
            margin-bottom: 20px;
        }

        .login-form .login-heading-area {
            margin-bottom: 20px;
        }

    .login-screen {
        width: 100%;
    }

        .login-screen .screen-image {
            width: 300px;
        }

    .header .logo-area {
        width: 35px;
    }

    .header .search-area {
        width: 200px;
        margin: 0 0 0 10px;
    }

    .header .user-info {
        right: 15px;
    }

    .header .user-opener {
        margin: 10px 0 0;
    }

        .header .user-opener .name {
            display: none;
        }

    .header-secondary .heading-area,
    .header-alt .heading-area {
        background: #004baa;
        margin-left: 0;
        margin-right: -15px;
    }

        .header-secondary .heading-area h1,
        .header-alt .heading-area h1 {
            color: #fff;
        }

        .header-secondary .heading-area .sub-logo .blue-logo,
        .header-alt .heading-area .sub-logo .blue-logo {
            opacity: 0;
            visibility: hidden;
        }

        .header-secondary .heading-area .sub-logo .white-logo,
        .header-alt .heading-area .sub-logo .white-logo {
            opacity: 1;
            visibility: visible;
        }

        .header-secondary .heading-area .option-list a,
        .header-alt .heading-area .option-list a {
            border-color: #1b6ace;
            background: none;
            color: #fff;
        }

    .header-alt-white .heading-area {
        margin-left: 0;
        margin-right: -15px;
    }

    .main-area {
        padding: 0 0 0 35px;
    }

    .side-nav {
        width: 35px;
    }

    .menu > li > a {
        font-size: 16px;
        padding: 15px 5px;
    }

    .content-area {
        padding: 0 15px;
    }

    .heading-area {
        display: block;
        padding: 16px 15px 14px;
        margin: 0 -15px;
    }

        .heading-area .option-list {
            margin: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .heading-info-right .select-holder {
        width: 125px;
    }

    .quarter-area {
        padding: 15px 0 0;
        display: block;
    }

    .quarter-block-row {
        margin: 0;
    }

        .quarter-block-row.style01 .quarter-block-col {
            margin: 0 0 15px;
        }

    .quarter-block-col {
        padding: 0;
        text-align: center;
        width: 100%;
        margin: 0 0 15px;
    }

        .quarter-block-col .title-name {
            margin: 6px 0;
        }

        .quarter-block-col .detail-info {
            display: block;
            min-height: inherit;
        }

    .review-btn {
        margin: 10px auto 0;
    }

    .quarter-status-block {
        margin: 15px 0 0;
    }

    .graph-area {
        padding: 0 15px 20px;
    }

    .modal-header {
        padding: 18px 15px;
    }

    .modal-body {
        padding: 25px 15px 0;
    }

        .modal-body .from-group .field-holder {
            padding: 0 0 0 30px;
        }

    .modal-footer {
        padding: 20px 15px;
    }

    .member-table-area {
        margin: 30px -15px 0;
    }

    .member-table th:first-child {
        padding-left: 15px;
    }

    .member-table th:last-child {
        padding-right: 15px;
    }

    .member-table td:first-child {
        padding-left: 15px;
    }

    .member-table td:last-child {
        padding-right: 15px;
    }

    .select-holder {
        width: 150px;
    }

    .target-table li {
        margin: 0 -5px 15px;
    }

    .target-table .table-row {
        padding: 0 5px;
    }

    .target-table .table-row:nth-child(1) .field-wrap {
        width: 100px;
    }

    .target-table .table-row:nth-child(2) .time-select-wrap {
        width: 120px;
    }

    .popeye-modal.target-info-modal .target-table-wrap .target-table-headers > span {
        width: 120px;
    }

    .popeye-modal.target-info-modal .target-table-wrap .target-table-headers > span:first-child {
        width: 100px;
    }

    .community-panel-area {
        width: 430px;
    }

    .progress-detail-area {
        margin: 15px 0;
    }

    .progress-list li {
        padding: 17px 15px;
    }

    .progress-list .title-wrap {
        width: 130px;
        padding: 8px 10px 8px 0;
    }

    .progress-list .title {
        font-size: 14px;
    }

    .progress-list .bar-holder {
        padding: 0 0 0 10px;
    }

    .progress-bar-holder {
        padding: 0 10px;
    }
}

@media (max-width: 479px) {
    .header {
        padding: 10px 0;
    }

    .heading-area {
        padding: 16px 10px 14px;
        margin: 0 -10px;
    }

        .heading-area.style01 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .rangebar-slider {
        width: 200px;
    }

    .block-heading {
        display: block;
    }

        .block-heading .title-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 0 10px;
        }

        .block-heading .title {
            text-align: center;
            margin: 0 0 5px;
        }

        .block-heading .quarter-info {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .info-table-area {
        overflow: auto;
    }
    
    .kluster-table {
        min-width: 480px;
    }

    .modal-content .heading-info .title {
        width: 120px;
    }

    .modal-content .heading-info .text {
        padding: 0 15px;
    }

    .modal-body .from-group {
        display: block;
    }

        .modal-body .from-group label {
            margin: 0 0 10px;
        }

        .modal-body .from-group .field-holder {
            padding: 0;
        }

    .member-table-area {
        overflow: auto;
    }

    .member-table {
        width: 480px;
    }

    .target-table-wrap {
        overflow: auto;
    }

    .target-table {
        width: 480px;
    }

    .community-panel-area {
        width: 290px;
    }

        .community-panel-area .panel-heading {
            padding: 15px 40px 16px 15px;
        }

        .community-panel-area .panel-body {
            padding: 25px 15px;
        }

    .progress-heading-area {
        padding: 15px;
    }

        .progress-heading-area .img {
            width: 30px;
            height: 30px;
            margin: -15px 0 0 -15px;
        }

        .progress-heading-area .info-col {
            display: block;
            text-align: center;
        }

            .progress-heading-area .info-col:nth-child(2) {
                margin: 50px 0 0;
            }

        .progress-heading-area .select-area {
            margin: 0 0 15px;
        }

        .progress-heading-area .wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .progress-list li {
        display: block;
        padding-bottom: 30px;
    }

    .progress-list .title-wrap {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
}

@media (min-width: 564px) {
    .daterangepicker .ranges ul {
        width: 160px;
    }
}

@media (min-width: 1100px) and (max-width: 1780px) {
    .forecast-widget-container .snapshot-metric {
        font-size: 18px;
    }

    .forecast-widget-container .reduced-font {
        font-size: 11px;
    }

    .forecasting-item a i,
    .bucket-header-wrap,
    .forecasting-calculations .category-title {
        font-size: 12px;
    }

    .forecasting-calculations .category-value {
        text-overflow: unset;
    }

    .kanban-filter-container {
        height: 26px;
    }

        .kanban-filter-container .option-list button.option-list-button {
            font-size: 12px;
            height: 26px;
            width: 26px;
        }

        .kanban-filter-container .forecast-form-control,
        .kanban-filter-container .forecast-form-control md-select,
        .kanban-filter-container .forecast-form-control md-select-value,
        .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            min-height: 26px;
            width: 100px;
        }

    .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) {
    .forecast-widget-container .snapshot-metric {
        font-size: 16px;
    }

    .forecasting-item,
    .forecasting-item a i,
    .bucket-header-wrap,
    .forecast-item-highlight,
    .forecast-item-tag-dropdown a,
    .option-list .dropdown-menu a,
    .forecast-tag-add-icon,
    .forecasting-calculations .category-sub-title,
    .forecasting-calculations .category-sub-value,
    .forecasting-calculations .category-title,
    .forecasting-calculations .category-value,
    .mini-bucket-container .form-inline .category-value-input,
    .mini-bucket-container .form-inline .sub-category-value-input {
        font-size: 11px;
    }

    .kanban-filter-container {
        height: 26px;
    }

        .kanban-filter-container .option-list button.option-list-button {
            font-size: 10px;
            height: 26px;
            width: 26px;
        }

        .kanban-filter-container .forecast-form-control,
        .kanban-filter-container .forecast-form-control md-select,
        .kanban-filter-container .forecast-form-control md-select-value,
        .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
            font-size: 10px;
            height: 26px;
            line-height: 26px;
            min-height: 26px;
            width: 100px;
        }

    .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
        width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 999px) {
    .forecast-widget-container .snapshot-metric {
        font-size: 12px;
    }

    .forecast-widget-container .reduced-font {
        font-size: 10px;
    }

    .forecasting-item,
    .forecasting-item a i,
    .bucket-header-wrap,
    .forecast-item-highlight,
    .forecast-item-tag-dropdown a,
    .option-list .dropdown-menu a,
    .forecast-tag-add-icon,
    .forecasting-calculations .category-sub-title,
    .forecasting-calculations .category-sub-value,
    .forecasting-calculations .category-title,
    .forecasting-calculations .category-value,
    .mini-bucket-container .form-inline .category-value-input,
    .mini-bucket-container .form-inline .sub-category-value-input {
        font-size: 8px;
    }

    .kanban-filter-container {
        height: 16px;
    }

        .kanban-filter-container .option-list button.option-list-button {
            font-size: 8px;
            line-height: 8px;
            height: 16px;
            width: 16px;
            padding: 0;
        }

        .kanban-filter-container .forecast-form-control,
        .kanban-filter-container .forecast-form-control md-select,
        .kanban-filter-container .forecast-form-control md-select-value,
        .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
            font-size: 8px;
            height: 16px;
            line-height: 8px;
            min-height: 16px;
            width: 80px;
        }

    .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
        width: 100%;
    }
}

@media (max-width: 799px) {
    .forecast-widget-container .snapshot-metric {
        font-size: 8px;
    }

    .forecast-widget-container .reduced-font {
        font-size: 8px;
    }

    .forecasting-item,
    .forecasting-item a i,
    .bucket-header-wrap,
    .forecast-item-highlight,
    .forecast-item-tag-dropdown a,
    .option-list .dropdown-menu a,
    .forecast-tag-add-icon,
    .forecasting-calculations .category-sub-title,
    .forecasting-calculations .category-sub-value,
    .forecasting-calculations .category-title,
    .forecasting-calculations .category-value,
    .mini-bucket-container .form-inline .category-value-input,
    .mini-bucket-container .form-inline .sub-category-value-input {
        font-size: 8px;
    }

    .kanban-filter-container {
        height: 16px;
    }

        .kanban-filter-container .option-list button.option-list-button {
            font-size: 8px;
            line-height: 8px;
            height: 16px;
            width: 16px;
            padding: 0;
        }

        .kanban-filter-container .forecast-form-control,
        .kanban-filter-container .forecast-form-control md-select,
        .kanban-filter-container .forecast-form-control md-select-value,
        .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
            height: 16px;
            width: 80px;
            font-size: 8px;
            line-height: 8px;
            min-height: 16px;
        }

    .kluster-form-dropdown .kluster-selected-header.kanban-filter input {
        width: 100%;
    }
}
