nav {
    background-color: white;
    font-size: 1rem !important;
    border-right: 1px solid #DFEAFF;
}

ul.header-nav {
    float: right;
    width: auto;
    position: relative;
    display: block;
    background: white;
    color: white;
}

ul.header-nav>li {
    float: left;
    padding: 0;
    position: relative;
    z-index: 2;
    color: black;
    height: 40px;
    border-radius: 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}

ul.header-nav>li:hover a {
    color: white !important;
}

ul.header-nav>li a {
    color: white !important;
    text-decoration: none !important;
}

ul.header-nav>li ul {
    width: 100%;
}

#userProfile {
    background: #47178A;
    float: right;
    margin: 20px 20px 0 0;
}

#userProfile:hover ul ul a,
#userProfile ul ul a.show {
    color: #47178A !important;
}

ul.header-nav ul li ul li a.show {
    color: #47178A !important;
}

#userProfile ul li a:hover,
#userProfile ul li a.show {
    background: #F2EEF7 !important;
}

ul.nav li a {
    background: white;
    color: #1C1B1F !important;
    font-weight: 500;
    border-radius: 15px !important;
}

#userProfile ul.user-nav li a {
    color: #595959 !important;
    border: 1px solid #DFEAFF !important;
    font-size: 0.9em;
    font-weight: normal !important;
    margin: 0 !important;
}

#userProfile ul.user-nav li a:hover {
    color: #47178A !important;
}

#nav_parent a {
    position: relative;
    float: left;
    display: block;
    width: calc(100% - 30px) !important;
}

#nav_parent {
    height: calc(100vh - 130px);
    width: auto;
    /*border-right: 1px solid #DFEAFF;*/
}

ul.nav li div ul {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    border-left: 1px solid #DFEAFF !important;
}

ul.nav li div ul li {
    height: auto !important;
    position: relative;
    display: block;
    margin-left: 0;
    float: left;
}

ul.nav li div ul li ul {
    z-index: 99;
    left: 10px !important;
    top: 0 !important;
    position: relative !important;
    display: inline-table;
    border: none !important;
}

ul.nav li div ul li a ul li a {
    border-bottom: none;
    border-top: 1px solid #DFEAFF !important;
    border-left: 1px solid #DFEAFF !important;
}

ul.nav,
ul.header-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 5;
}

ul.nav {
    position: relative;
    height: auto;
}

ul.nav li ul {
    padding: 0 !important;
}

ul.nav li {
    position: relative;
    padding: 0;
    margin-left: 0;
    width: 100%;
    display: block;
}

ul.user-nav li a,
ul.nav li a {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 12px !important;
    margin: 5px 15px 0;
    text-decoration: none;
    display: block;
    height: auto;
    line-height: 20px !important;
}

ul.nav ul li a.btn-toggle {
    margin-bottom: 5px;
}

ul.user-nav li a {
    padding: 20px !important;
}

ul.nav li ul li a {
    border-bottom: none !important;
    border-radius: 5px 0 0 5px !important;
    padding-left: 32px !important;
}

ul.nav li ul li ul li a {
    padding: 10px 15px 10px 32px !important;
    width: 120px !important;
    font-size: 0.9em;
    line-height: 1.2em !important;
}

ul.nav li ul li ul li {
    margin-left: 0 !important;
    width: 100% !important;
}

ul.nav li a i {
    position: relative;
    color: #595959 !important;
    font-size: 21px;
}

ul.nav li a.show i {
    color: white !important;
}

#nav_parent div a,
show {
    overflow-y: auto;
}

#nav_parent .left-menu-icon {
    float: left;
    position: relative;
    display: block;
    height: 21px;
    width: 21px;
}

#nav_parent .left-menu-text {
    float: left;
    position: relative;
    display: block;
    line-height: 21px;
    padding-left: 5px;
}

#nav_parent a .svg-default,
#nav_parent a .svg-active {
    width: 20px !important;
    height: 20px !important;
}

#nav_parent a .svg-active {
    display: none !important;
}

#nav_parent a .svg-default {
    display: block !important;
}

#nav_parent ul li a.show .svg-active {
    display: block !important;
}

#nav_parent ul li a.show .svg-default {
    display: none !important;
}

#nav_parent>ul>li>div {
    width: 100%;
}

#nav_parent ul li div {
    position: relative;
    float: left;
    display: block;
}

#nav_parent ul li ul li div {
    position: relative;
    width: 100%;
}

#nav_parent ul li a {
    border-radius: 15px !important;
}

#nav_parent ul li div.collapse {
    display: none;
}

#nav_parent ul li div.collapse.show {
    display: block;
}

#nav_parent ul li a.show,
#nav_parent ul li a.show i,
#nav_parent ul li ul li a.show {
    color: #47178A !important;
    background-color: #F2EEF7 !important;
}

#nav_parent ul li a:hover,
#nav_parent ul li a:hover i,
#nav_parent ul li ul li a:hover {
    color: #1C1B1F !important;
    background-color: #F5F6F8 !important;
}

#nav_parent ul li a:active,
#nav_parent ul li a:active i,
#nav_parent ul li ul li a:active,
#nav_parent ul li a:focus,
#nav_parent ul li a:focus i,
#nav_parent ul li ul li a:focus {
    color: #1C1B1F !important;
    background-color: #E0E3EA !important;
}

ul.user-nav li {
    color: #DDDDDD !important;
    border: none;
}

ul.user-nav li a,
ul.header-nav li:hover ul.user-nav li a {
    border-bottom: none !important;
    border-top: 1px solid #DFEAFF;
    border-radius: 0;
}

ul.user-nav {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: -2px !important;
}

ul.user-nav {
    box-sizing: content-box;
    background: white !important;
    /*box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);*/
    width: 180px !important;
}

#headerNav {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
}

ul.user-nav li a:hover,
ul.user-nav li a:hover i,
ul.nav li button:hover,
ul.nav li button:hover i,
ul.nav li a:hover,
ul.nav li a:hover i,
ul.nav li a.show,
ul.nav li a.show i {
    color: #47178A !important;
    background-color: #f3eef8 !important;
}

ul.nav li ul li a:hover,
ul.nav li ul li ul li a:hover,
ul.nav li ul li a.show,
ul.nav li ul li a li a.show {
    background-color: #e8d6f5 !important;
}

.submenu-arrow {
    background-image: url(../assets/icons/arrow_down.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right !important;
    width: 20px;
    height: 20px;
}

.collapsed .submenu-arrow {
    background-image: url(../assets/icons/arrow_right.svg);
    background-size: 100%;
}

.active .submenu-arrow {
    background-image: url(../assets/icons/arrow_down.svg);
}

a {
    color: #47178A !important;
}

.btn-outline-danger,
.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-secondary,
.btn-primary,
.btn-secondary,
.btn-primary,
.btn-danger {
    font-size: 0.9rem !important;
    border-radius: 3px !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 5px 15px !important;
}

.btn-primary {
    background-color: #47178A !important;
    border-color: #47178A !important;
}

.btn-outline-primary {
    color: #47178A !important;
    border: 1px solid #47178A !important;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #5823A0 !important;
    border-color: #5823A0 !important;
    color: white !important;
}

.btn-outline-danger {
    color: #BD2C00 !important;
    border-color: #BD2C00 !important;
    background-color: #fbf4f2 !important;
}

.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger:hover {
    color: #ed5a2d !important;
    border: 1px solid #ed5a2d !important;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-check:focus+.btn-primary,
.btn-outline-primary:hover {
    background-color: #5823A0 !important;
    border-color: #5823A0 !important;
    color: white !important;
}

.btn-outline-primary:active i,
.btn-outline-primary:focus i,
.btn-outline-primary:hover i {
    color: white !important;
}

i.bi {
    color: #47178A;
}

a:focus i.bi,
a:hover i.bi,
a:active i.bi,
a:hover i.bi,
i.bi:hover {
    color: #945CFF;
}

a:focus,
a:hover,
a:active {
    color: #945CFF !important;
}

.icon-purple,
.icon-purple:before {
    color: #47178A;
}

.text-url {
    color: #47178A !important;
    text-decoration: none;
}

.text-url:hover,
.icon-purple:hover {
    color: #945CFF !important;
}

.line-purple {
    background-color: #47178A;
    border: none;
    height: 1px !important;
    margin: 4px 0 15px;
    opacity: 0.4;
}

.line-blue {
    background-color: #DFEAFF !important;
    border: none;
    height: 1px !important;
    margin: 5px 0 !important;
    opacity: 0.4;
}

.form-check-input {
    padding: 7px !important;
}

.form-check-input:checked {
    background-color: #47178A !important;
    border-color: #47178A !important;
}

.form-check-input:checked {
    background-color: #47178A !important;
    border-color: #47178A !important;
}

main .form-control::placeholder {
    color: #000000 !important;
}

main .form-select,
main .select {
    background-size: 8px 9px !important;
}

main .input-group input[type="text"] {
    border-radius: 7px 0 0 7px;
}

main .input-group-text {
    border-radius: 0 7px 7px 0;
}

main .form-select,
main .select {
    background-size: 8px 9px !important;
}

main .form-select.is-invalid,
main .select.is-invalid {
    background-size: 15px !important;
}

main .form-control.is-invalid,
main .form-select.is-invalid,
main .input-group-text.is-invalid,
main .vue-multiselect.is-invalid,
main .select.is-invalid {
    border-color: #BD2C00 !important;
}

.modal-body .vue-multiselect {
    padding: 0 !important;
}

.form-control::placeholder {
    color: #8d8d8d !important;
    font-size: 0.75rem;
}

input:disabled,
select:disabled {
    color: #6c757d !important;
    background-color: transparent !important;
}

btn:disabled {
    color: #6c757d;
    background-color: transparent !important;
}

.fade-slowly {
    transition: opacity 1.5s linear !important;
}

.growing {
    height: 50px;
    transition: height 0.5s linear !important;
}

.growing:focus {
    height: 200px;
}

.alert {
    margin: 25px !important;
    padding: 15px 35px 15px 25px !important;
    line-height: 20px !important;
    display: flex;
}

.alert-info {
    background-color: #EDF2FF !important;
    border-color: #EDF2FF !important;
    color: #000000 !important;
}

.alert-dismissible .btn-close {
    padding: 18px 25px !important;
}

main>div>.alert,
main>div>div>.alert {
    margin-bottom: 0 !important;
}

.white_border_box>.alert {
    margin: 0 !important;
}

.modal .modal-body>div:first-of-type .alert,
.modal .modal-body>div.messages .alert {
    margin: 0 0 10px !important;
    width: 100% !important;
}

.modal .modal-body>div:last-of-type .alert {
    margin: 10px 0 0;
    width: 100% !important;
}

.section-box,
.section-box-full {
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    margin: 25px 25px 0 25px;
    padding: 15px 20px 0 20px !important;
    border: 1px solid #DFEAFF;
    font-size: 1rem;
    line-height: 2.5rem;
}

.section-container:nth-of-type(2n) .section-box {
    margin: 25px 25px 0 0 !important;
}

.section-box-full {
    margin: 25px;
}

.section-box h5,
.section-box-full h5 {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 0 !important;
}

.section-box i,
.section-box-full i {
    font-size: 1.1rem;
}

.section-box .text-small,
.section-box-full .text-small {
    font-size: 0.75rem;
    line-height: 1rem;
}

.section-box .icon-reload,
.section-box-full .icon-reload {
    margin: 3px 4px 0 0;
}

.section-box .icon-reload i,
.section-box-full .icon-reload i {
    font-size: 1.3em;
    line-height: 1.3em;
}

.section-container:nth-child(1) .section-box,
.section-container:nth-child(2) .section-box {
    min-height: 630px;
}

.section-container:nth-child(3) .section-box,
.section-container:nth-child(4) .section-box {
    min-height: 440px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-rotate {
    animation: rotation 2s infinite linear;
    float: left;
    position: relative;
    display: block;
}

.text-bold {
    font-weight: bold;
}

.ajax-loader {
    height: 50%;
    width: 100%;
    min-height: 50px;
    position: relative;
    display: block;
    background-image: url(../assets/images/ajax_loader.gif);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 10px !important;
}

.page-number {
    border: 1px solid #47178A;
    border-radius: 3px;
    line-height: 2.5rem;
    padding: 4px 8px;
    margin: 0;
    cursor: pointer;
    font-size: 1em;
    color: #47178A;
    margin-left: 5px;
}

.page-number:hover,
.page-number.active {
    background-color: #47178A;
    color: white;
}

.page-number-separator {
    padding: 5px 10px;
    margin: 0 3px;
}

.page-size-select {
    width: auto !important;
    float: left !important;
    line-height: 24px !important;
    margin-top: 5px;
    min-width: 63px !important;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.text-blink {
    animation: blinker 1.5s linear infinite;
    color: #47178A !important;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.text-highlight {
    color: white;
    background-color: #F4CA5D;
    padding: 2px;
}

.table-box {
    border: 1px solid #D2D2D2;
}

.table-box>div.row {
    border-bottom: 1px solid #D2D2D2;
}

.table-box>div.row:last-of-type {
    border-bottom: none;
}

.table-box>div.row>div {
    border-right: 1px solid #D2D2D2;
}

.table-box>div.row>div:last-of-type {
    border-right: none;
}

.modal code {
    color: rgb(54, 162, 235);
}

pre.code {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    margin: 8px 0 0;
    padding: 7px;
    font-size: 0.75em;
    max-height: 300px;
}

.copy-code {
    font-size: .875rem;
    word-wrap: break-word;
    font-family: var(--bs-font-monospace);
    color: rgb(54, 162, 235);
    width: 100%;
    resize: none;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-box {
    padding: 20px 30px;
}

.form-box a {
    text-decoration: none;
}

.vue-multiselect .multiselect__spinner:before,
.vue-multiselect .multiselect__spinner:after {
    border-color: #ced4da transparent transparent;
}

.vue-multiselect .multiselect__tag {
    background: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    border-color: #ced4da;
    color: #212529;
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 3px 30px 2px 5px;
}

.vue-multiselect .multiselect__tag i {
    line-height: 1rem;
    width: 28px;
}

.vue-multiselect .multiselect__option--highlight {
    background: #EDE8F4;
    border-color: transparent;
    color: #000000;
}

.vue-multiselect .multiselect__option--highlight:after {
    background: #EDE8F4;
    border-color: transparent;
    color: #000000;
}

.vue-multiselect.multiselect {
    color: #000000 !important;
    font-size: inherit;
    line-height: 30px !important;
    min-height: 30px !important;
}

.vue-multiselect .multiselect__spinner:before,
.vue-multiselect .multiselect__spinner:after {
    border-color: #ced4da transparent transparent;
}

.vue-multiselect .multiselect__tag {
    background: #EDE8F4;
    border-color: transparent;
    color: #000000;
}

.vue-multiselect .multiselect__option--highlight {
    background: #EDE8F4;
    border-color: transparent;
    color: #000000;
}

.vue-multiselect .multiselect__option--highlight:after {
    background: #EDE8F4;
    border-color: transparent;
    color: #000000;
}

.vue-multiselect .multiselect {
    color: #000000;
    font-size: inherit;
}

.vue-multiselect .multiselect__tag-icon:after {
    font-family: bootstrap-icons !important;
    content: "\f62a" !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    background: transparent;
    color: #000000;
    font-size: 1.1rem;
    vertical-align: baseline;
    line-height: 22px !important;
}

.multiselect__content-wrapper {
    border-color: #DFEAFF !important;
    width: calc(100% + 2px) !important;
    margin-top: -3px !important;
    left: -1px !important;
}

.multiselect__content li span {
    padding: 5px 0 0 5px !important;
}

.vue-multiselect .multiselect__tag-icon:focus,
.vue-multiselect .multiselect__tag-icon:hover {
    background: #555555;
}

.vue-multiselect .multiselect__input,
.multiselect__single,
.vue-multiselect .multiselect__placeholder {
    color: #000000 !important;
    font-size: 1em !important;
    line-height: 28px !important;
    padding: 0 !important;
    border: none !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.vue-multiselect .multiselect__option--selected {
    background: #EDE8F4;
    color: #000000;
}

.vue-multiselect .multiselect__tags {
    font-size: inherit;
    border-color: transparent !important;
    line-height: 0.9rem;
    padding: 4px 30px 0px 5px !important;
    min-height: 30px;
}

.vue-multiselect .multiselect__select:before {
    border-style: unset;
}

.vue-multiselect .multiselect__select,
.vue-multiselect.multiselect--active .multiselect__select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    color: black;
    padding: 0px !important;
    width: 24px !important;
    background-size: 8px 12px;
    height: 28px !important;
}

.multiselect__single {
    margin-bottom: 0 !important;
}

.multiselect--above .multiselect__content-wrapper {
    border: 1px solid #DFEAFF !important;
}

.vue-multiselect .multiselect__tag.DEACTIVATED {
    background: #74dbf7;
    border-color: #74dbf7;
    color: #000000;
}

.vue-multiselect .multiselect__tag.UNHEALTHY {
    background: lemonchiffon;
    border-color: lemonchiffon;
    color: #000000;
}

.vue-multiselect .multiselect__tag.ACTIVATED {
    background: #bbf77e;
    border-color: #bbf77e;
    color: #000000;
}

ul.associations-legend {
    list-style: none;
    font-size: .80em;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-bottom: 5px;
}

ul.associations-legend li::before {
    content: "\25A0";
    color: red;
    font-weight: bold;
    font-size: 1.8rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.associations-legend li.DEACTIVATED::before {
    color: #74dbf7;
    border-color: #05bff2;
}

ul.associations-legend li.UNHEALTHY::before {
    color: #faf255;
    border-color: #d9db65;
}

ul.associations-legend li.ACTIVATED::before {
    color: #bbf77e;
    border-color: #85c248;
}

ul li .multiselect__option,
ul li .multiselect__option {
    padding: 1px 0;
}

ul li .dlp-type-core,
ul li .dlp-type-custom {
    width: 100%;
    float: left;
    padding: 10px;
}

ul li .dlp-type-custom,
ul li .dlp-type-custom {
    background-color: #dcdaef;
}

.vue-multiselect .multiselect__tag.dlp-type-custom {
    background-color: #dcdaef;
}

.modal-disabled {
    background-color: #212529;
    color: white;
    padding: 10px;
    border-radius: 5px
}

a.url_small {
    color: #555555;
    font-size: 0.75rem;
    font-weight: normal;
    text-decoration: none;
}

a.url_medium {
    color: #555555;
    font-size: 1rem;
    text-decoration: none;
}

a.url_medium i {
    font-size: 1rem;
    font-weight: bold;
}

.font-20 {
    font-size: 20px;
    line-height: 20px;
}

#page_books .fixed-top,
#download_report_page .fixed-top {
    margin-top: 135px !important;
    margin-right: 25px !important;
}

#download_report_page .white_border_box_top {
    background: #FFFFFF;
    padding: 30px;
    position: relative;
    display: block;
    width: 100%;
}

#download_report_page .white_border_box_top h4,
#download_report_page .white_border_box_top h5,
#download_report_page .white_border_box_top h6 {
    line-height: 3.5rem;
    margin-top: 1.5rem;
}

#download_report_page .white_border_box_top table {
    border: 1px solid;
    width: 100%;
}

#download_report_page .white_border_box_top table th,
#download_report_page .white_border_box_top table td {
    border-width: 1px;
    padding: 15px;
    overflow-wrap: anywhere;
}

#download_report_page .btn-download-pdf {
    float: right;
    position: relative;
    display: block;
}

#download_report_page h2,
#download_report_page h3,
#download_report_page h4 {
    margin-left: 0 !important;
}

#download_report_page h2 {
    font-size: 1.3em;
    background: transparent;
    text-align: left;
}

.round-corner-box {
    border: 1px solid;
    border-radius: 8px;
    padding: 4px 5px;
    margin: 3px 2px;
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    min-width: 60px;
}

.round-corner-box i {
    padding-right: 5px;
    line-height: 20px;
}

.round-pill-box {
    border-radius: 15px;
    padding: 5px 7px;
    width: auto;
    min-width: 65px;
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1rem;
}

.round-pill-box i {
    padding-right: 1px;
}

.color-fill-green i,
.color-fill-green {
    color: #738381 !important;
    background-color: #b5baba;
}

.color-fill-yellow i,
.color-fill-yellow {
    color: olive !important;
    background-color: lemonchiffon;
}

.color-fill-orange i,
.color-fill-orange {
    color: orangered !important;
    background-color: bisque;
}

.color-fill-red i,
.color-fill-red {
    color: red !important;
    background-color: lightpink;
}

.color-fill-blue i,
.color-fill-blue {
    color: steelblue !important;
    background-color: #CDF8FE;
}

.color-none {
    color: #828282 !important;
    border-color: #828282;
}

.color-low i,
.color-low {
    color: #FFCC00 !important;
    border-color: #FFCC00;
}

.color-medium i,
.color-medium {
    color: #FF9500 !important;
    border-color: #FF9500;
}

.color-high i,
.color-high {
    color: #FF3B30 !important;
    border-color: #FF3B30;
}

.color-critical i,
.color-critical {
    color: #BD2C00 !important;
    border-color: #BD2C00;
}

.color-none-borderless i,
.color-none-borderless {
    color: #828282 !important;
}

.color-low-borderless i,
.color-low-borderless {
    color: #24A1E7 !important;
}

.color-medium-borderless i,
.color-medium-borderless {
    color: #5CCF9E !important;
}

.color-high-borderless i,
.color-high-borderless {
    color: #F99A5E !important;
}

.color-critical-borderless i,
.color-critical-borderless {
    color: #FF031A !important;
}

.color-none-fill,
.color-none-fill i,
.color-low-fill,
.color-low-fill i,
.color-medium-fill,
.color-medium-fill i,
.color-high-fill,
.color-high-fill i,
.color-critical-fill,
.color-critical-fill i {
    color: white !important;
}

.color-none-fill {
    background-color: #828282;
}

.color-low-fill {
    background-color: #24A1E7;
}

.color-medium-fill {
    background-color: #5CCF9E;
}

.color-high-fill {
    background-color: #F99A5E;
}

.color-critical-fill {
    background-color: #FF031A;
}

table.fixed-layout {
    table-layout: fixed;
}

.li-none {
    list-style: none;
}

.round-pillbox-dlp-custom,
.round-pillbox-dlp {
    display: inline-block;
    width: auto;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 55px;
    float: none;
    color: #000000;
    background-color: #EDE8F4;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
}

.round-pillbox-dlp-custom {
    background-color: #dcdaef;
}

.round-pillbox-dlp i.bi {
    color: #595959 !important;
}

.data-inventory-pillbox-container {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    border: 1px solid #e4e4e6;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 1rem;
    box-sizing: border-box;
    width: fit-content;
    max-width: 95%;
}

.round-pillbox-data-inventory-label {
    display: inline-flex;
    align-items: center;
    background-color: #dcdaef;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 55px;
    flex-shrink: 0;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
}

.round-pillbox-data-inventory-label i {
    margin-right: 4px;
}

.round-pillbox-data-inventory {
    display: inline-flex;
    align-items: center;
    background-color: #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 55px;
    flex-shrink: 0;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 0.9em;
    line-height: 1em;
    color: #595959;
}

.round-pillbox-data-inventory i.bi {
    color: #595959 !important;
}

.round-pillbox-roles-readonly,
.round-pillbox-roles-writeonly,
.round-pillbox-roles {
    color: #232629;
    background-color: #EDE8F4;
    display: inline-block;
    width: auto;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 5px;
}

.round-pillbox-roles-readonly {
    background-color: white !important;
    border: 1px solid #EDE8F4 !important;
}

.round-pillbox-roles-writeonly {
    background-color: #fbf4f2 !important;
}

.user-roles-container {
    border: 1px solid #DFEAFF;
    border-radius: 0.25rem;
    padding: 7px;
}

.template-roles {
    width: 100%;
    overflow: hidden;
}

#page_user_profile .round-pill-box,
.template-roles .round-pill-box {
    display: inline-block;
    width: auto;
    margin: 3px;
    padding: 4px 10px;
    font-size: inherit;
}

.input-disabled {
    background-color: #e9ecef !important;
}

#page_analyze_cls table.fixed-layout th {
    /*#page_analyze_os_libs table.fixed-layout th {*/
    padding-right: 0;
}

.break-n-wrap {
    word-wrap: break-word;
}

#idleTimer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: auto;
    color: #47178A;
    font-size: inherit;
    border-radius: 5px;
    background-color: #F2EEF7 !important;
}

@media only screen and (min-width: 0px) {
    .plci-row {
        width: 1em;
        min-width: 50px;
        max-width: 100px;
    }

    .cve-id-row {
        width: 15px
    }

    .cve-table {
        width: 12em !important;
        margin-left: -10px;
    }

    .cve-dynamic-id {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-desc {
        padding-top: 10px;
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-score {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-severity {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-resolve {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-name-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-desc-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-score-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-severity-c {
        font-size: 6px;
        width: 9px;
    }

    .analyze-search-bar {
        position: relative;
        width: 9em !important;
    }

    .analyze-dropdown {
        width: 9em !important;
    }

    .white-border-box-dynamic {
        width: 2500% !important;
        padding-right: 2em;
    }

    .header-nav-dynamic {
        float: left !important;
        min-width: 350px;
    }

    .header-dynamic {
        min-width: 500px;
    }

    .header-dynamic-mh-500 {
        max-height: 500px;
    }
}

@media only screen and (min-width: 200px) {
    .cve-id-row {
        width: 15px
    }

    .cve-table {
        width: 12em !important;
    }

    .cve-dynamic-id {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-desc {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-score {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-severity {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-resolve {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-name-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-desc-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-score-c {
        font-size: 6px;
        width: 9px;
    }

    .cve-dynamic-severity-c {
        font-size: 6px;
        width: 9px;
    }

    .white-border-box-dynamic {
        width: 700% !important;
    }
}

@media only screen and (min-width: 275px) {
    .plci-row {
        width: 1em;
        min-width: 100px;
        max-width: 200px;
    }

    .cve-id-row {
        width: 15px
    }

    .cve-table {
        width: 13.5em !important;
    }

    .cve-dynamic-id {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-desc {
        font-size: 8px;
        width: 20px;
    }

    .cve-dynamic-score {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-severity {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-resolve {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-name-c {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-desc-c {
        font-size: 8px;
        width: 20px;
    }

    .cve-dynamic-score-c {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-severity-c {
        font-size: 8px;
        width: 9px;
    }
}

@media only screen and (min-width: 345px) {
    .cve-id-row {
        width: 25px
    }

    .cve-table {
        width: 17em !important;
    }
}

@media only screen and (min-width: 360px) {
    .cve-id-row {
        width: 30px
    }

    .cve-table {
        width: 18em !important;
    }
}

@media only screen and (min-width: 450px) {
    .cve-id-row {
        width: 45px
    }

    .cve-table {
        width: 24em !important;
    }

    .cve-dynamic-id {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-desc {
        font-size: 8px;
        width: 20px;
    }

    .cve-dynamic-score {
        font-size: 8px;
        width: 18px;
    }

    .cve-dynamic-severity {
        font-size: 8px;
        width: 18px;
    }

    .cve-dynamic-resolve {
        font-size: 8px;
        width: 18px;
    }

    .cve-dynamic-name-c {
        font-size: 8px;
        width: 9px;
    }

    .cve-dynamic-desc-c {
        font-size: 8px;
        width: 20px;
    }

    .cve-dynamic-score-c {
        font-size: 8px;
        width: 18px;
    }

    .cve-dynamic-severity-c {
        font-size: 8px;
        width: 18px;
    }

    .white-border-box-dynamic {
        width: 600% !important;
    }
}

@media only screen and (min-width: 480px) {
    .cve-id-row {
        width: 80px
    }

    .cve-table {
        width: 26em !important;
    }

    .cve-dynamic-id {
        font-size: 17px;
        width: 50px;
    }

    .cve-dynamic-desc {
        font-size: 17px;
        width: 70%;
    }

    .cve-dynamic-score {
        font-size: 17px;
        width: 70px;
    }

    .cve-dynamic-severity {
        font-size: 17px;
        width: 80px;
    }

    .cve-dynamic-resolve {
        font-size: 17px;
        width: 60px;
    }

    .cve-dynamic-name-c {
        font-size: 17px;
        width: 50px;
    }

    .cve-dynamic-desc-c {
        font-size: 17px;
        width: 90%;
    }

    .cve-dynamic-score-c {
        font-size: 17px;
        width: 50px;
    }

    .cve-dynamic-severity-c {
        font-size: 17px;
        width: 50px;
    }
}

@media only screen and (min-width: 520px) {
    .plci-row {
        width: 1em;
        min-width: 300px;
        max-width: 400px;
    }

    .cve-id-row {
        width: 120px
    }

    .cve-table {
        width: 28em !important;
    }
}

@media only screen and (min-width: 600px) {
    .white-border-box-dynamic {
        width: 400% !important;
    }
}

@media only screen and (min-width: 991px) {
    .plc-name {
        width: 20em;
    }

    .cve-id-row {
        width: 150px
    }

    .cve-table {
        width: 45em !important;
    }

    .analyze-search-bar {
        position: relative;
        width: 12em !important;
    }

    .analyze-dropdown {
        width: 11em !important;
    }
}

@media only screen and (min-width: 1148px) {
    .white-border-box-dynamic {
        width: 100% !important;
    }

    .header-nav-dynamic {
        float: right !important;
    }
}

.sort-icon-box {
    min-width: 20px;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 3px !important;
}

.col-cvss .sort-icon-box {
    min-width: 65px;
}

.sort-icon-box i {
    cursor: pointer;
    font-style: normal !important;
    color: black;
}

.sort-icon-box i:before {
    color: #47178A !important;
}

.sort-icon-box i:hover {
    color: #47178A !important;
}

.sort-icon-box a {
    color: black !important;
    text-decoration: none;
}

.sort-label {
    float: left;
    padding-left: 0 !important;
}

.action-disabled {
    cursor: not-allowed !important;
    pointer-events: unset !important;
}

/* only for buttons */
.btn.action-disabled {
    opacity: 0.7 !important;
}

.plus-right.action-disabled {
    background-color: gray !important;
    opacity: 0.7 !important;
}

#page_cve_search_eoslibs select,
#page_cve_search_codelibs select,
#page_cve_search_oslibs select {
    /*#page_analyze_os_libs select {*/
    max-width: 100%;
}

.search-container {
    font-size: 1em !important;
    position: relative;
}

.select-large,
.search-container input,
.search-container select {
    /* commented to fix issues with latest design */
    /*font-size: 1.5rem !important;
    padding: 0.25rem 2rem 0.25rem 0.25rem !important;*/
}

.aduser-search-container .icon-clear,
.search-container .icon-clear {
    position: absolute;
    right: 22px;
    top: 55%;
    z-index: 2;
    font-size: 1.8rem;
    cursor: pointer;
}

.aduser-search-container .icon-clear {
    top: 5px;
    font-size: 1.2rem;
}

.aduser-search-container {
    position: relative;
}

#productModalAdd .modal-body label,
#productModalEdit .modal-body label {
    padding-top: 10px;
}

div.is-invalid .vue-multiselect {
    border: 1px solid #dc3545 !important;
    border-radius: 0.25rem;
}

#productModalAdd .icon_text_url,
#productModalEdit .icon_text_url {
    float: right;
    line-height: inherit;
    font-size: inherit;
    text-decoration: none;
}

#productModalAdd .icon_text_url i,
#productModalEdit .icon_text_url i {
    font-size: 1.8rem;
    vertical-align: middle;
}

.pillbox-container,
.pillbox-none {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 3px 0;
    min-height: 35px;
}

.pillbox-container .pillbox-tag {
    position: relative;
    display: block;
    float: left;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: lavender;
    color: #555555;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 4px 0 0 0;
    padding: 5px 5px;
    width: auto;
    word-wrap: break-word;
}

.pillbox-none {
    padding-top: 5px;
    padding-left: 10px;
}

#codeLibModal table.fixed-layout,
#OSLibDetailsModal table.fixed-layout {
    width: 100%;
}

#codeLibModal table.fixed-layout td,
#OSLibDetailsModal table.fixed-layout td {
    overflow-x: auto;
    word-wrap: break-word;
}

.icon-expand,
.icon-contract,
.icon-expand-all,
.icon-contract-all {
    float: right;
    color: #47178A !important;
    font-size: 1.1rem;
    cursor: pointer;
}

.text-expanded {
    height: auto;
    text-overflow: unset;
    overflow: auto;
    white-space: unset;
}

.text-contracted {
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rotate {
    animation: rotation 2s infinite linear;
    float: left;
    position: relative;
    display: block;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.text-blink {
    animation: blinker 1.5s linear infinite;
    color: #47178A !important;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

#revenueRiskDisplay {
    padding: 5px;
    border-radius: 5px;
}

#productModalEditRevenueRisk .bi-bootstrap-reboot {
    padding-left: 3px;
    color: #47178A !important;
    font-size: 1.8rem;
}

#productModalEditRevenueRisk .bi-bootstrap-reboot::before {
    font-weight: bold;
}

#ADUsersList .form-check input,
#cveList .form-check input,
#codeLibs .form-check input,
#OSLibs .form-check input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.4em;
}

#tagging-policy {
    width: 9em !important;
}

.col-license i.bi {
    color: #828282;
    font-size: 1.8rem;
}

.col-license img.icon {
    height: 20px;
    vertical-align: text-bottom;
}

.license-desc {
    font-size: 0.9em;
}

.license-legend label {
    font-weight: bold;
    margin: 15px 0 10px;
}

.license-legend ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.85em;
}

.license-legend ul li i {
    margin-right: 3px;
}

.modal-theme-dark .modal-backdrop {
    background-color: grey;
    opacity: 0.2;
}

.modal-theme-dark .modal-content {
    background-color: #232629;
    color: white;
}

.modal-theme-dark .modal-header {
    border-bottom-color: #6c757d;
}

.modal-theme-dark .modal-footer {
    border-top-color: #6c757d;
}

.modal-theme-dark .modal-content {
    border-radius: 1.3rem;
}

.modal-theme-dark .btn-close {
    background-color: #6c757d;
}

.sort-icon-box .bi-sort-alpha-up-alt,
.sort-icon-box .bi-sort-alpha-down {
    font-size: 1.8rem;
    line-height: 1.8rem;
}

#dashboard-cve-chart,
#dashboard-os-cve-chart {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    float: none;
}

/*#PCLCSummary,*/
/*#SOLCSummary,*/
#vendorUsageAnalysis,
#productDependencyAnalysis,
#secureProtocolAnalysis,
#vendorDependencyAnalysis,
#revenueRiskAnalysis {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    line-height: 2rem;
}

#productDependencyAnalysis .form-select,
#secureProtocolAnalysis .form-select {
    width: 120px !important;
}

.donut-chart-legend-container-pdf {
    overflow-y: auto;
    scroll-behavior: unset;
    box-sizing: content-box;
    /*padding-right: 15%;*/
    width: 100%;
    height: 200px;
}

#PCLCSummary .form-select,
#SOLCSummary .form-select {
    max-width: 30%;
}

#PCLCSummary .round-corner-box,
#SOLCSummary .round-corner-box {
    width: auto;
    display: inline-flex;
}

@media only screen and (max-width: 1280px) {

    #PCLCSummary,
    #SOLCSummary {
        display: inline-block;
        width: 100%;
        max-height: 460px;
        line-height: 2rem;
    }

    #PCLCSummary .round-corner-box,
    #SOLCSummary .round-corner-box {
        width: auto;
        display: inline-block;
    }

    #PCLCSummary .form-select,
    #SOLCSummary .form-select {
        max-width: 100%;
    }

    #PCLCSummary a.url_small,
    #SOLCSummary a.url_small {
        line-height: 1rem;
    }
}

.graph-container {
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

.graph-overlay {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    max-width: 100%;
    padding: 0 5%;
    height: 100%;
    font-weight: bold;
    line-height: 1.75em;
    text-align: left;
    overflow: scroll;
    font-size: 0.9em !important;
}

.graph-overlay div {
    display: table-cell;
    vertical-align: baseline;
    padding-top: 30px;
}

.step-circles {
    border-bottom: 1px solid #DFEAFF;
    padding-bottom: 1rem;
}

.step-circles .btn {
    border-radius: 5px;
    min-width: 2.25rem;
}

.step-circles .btn:hover {
    border-color: #47178A;
    background-color: #47178A;
}

.breadcrumbs a {
    color: black !important;
    text-decoration: none;
}

#manageServerModal label {
    margin-top: 0.25rem;
}

a.user-deactivated,
a.user-deactivated:hover {
    color: grey !important;
    border-color: grey !important;
    background-color: white !important;
}

#mapDataSourcesModal i::before {
    font-weight: bold !important;
}

#mapDataSourcesModal ul {
    padding-left: 15px !important;
}

#mapDataSourcesModal ul li a {
    font-size: 1em !important;
}

#dlp_data_list .round-pillbox-dlp,
#vendor_list .round-pillbox-dlp {
    width: 100% !important;
    margin: 3px 0;
    line-height: 16px;
    text-align: left;
}

.vdp-datepicker .form-control::placeholder {
    color: gray !important;
}

.vdp-datepicker__calendar .cell.selected {
    background-color: #47178A !important;
    color: white;
}

.vdp-datepicker__calendar .cell:hover {
    border-color: #47178A !important;
}

.note-details-row td {
    border-bottom: none !important
}

a.note-name {
    text-decoration: none;
}

a.note-name:hover {
    text-decoration: underline;
}

.table-striped>tbody>tr.highlight_row {
    background: #DFEAFF !important;
}

.table-striped>tbody>tr.expand_row {
    background: #DFEAFF !important;
    opacity: 0.7;
}

.integration {
    width: 224px;
    height: 190px;
    text-align: center;
}

.integration img {
    width: 100px;
    height: 60px;
}

.events_row:not(:last-child) {
    border-bottom: 1px solid #DFEAFF !important;
    margin-bottom: 10px;
}

a.sigma-bookname {
    text-decoration: none;
}

a.sigma-bookname:hover {
    text-decoration: underline;
}

.scan-config-modal {
    width: 350px !important;
}

.scan-config-modal .selected-date {
    color: #47178A;
    font-weight: 500;
    padding: 5px;
}

.language-percent-block {
    background-color: transparent;
    border-radius: 6px;
    display: flex;
    height: 15px;
    outline: 1px solid #0000;
    overflow: hidden;
}

.language-percent-item {
    outline: 2px solid #0000;
    box-sizing: border-box;
    border-collapse: collapse;
    float: left;
    display: block;
    width: auto;
    height: 100%;
    margin-left: 2px;
}

.language-percent-item:first-of-type {
    margin-left: 0 !important;
}

.language-percent {
    color: black;
}

.language-block {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.language-block li {
    list-style-type: none;
    float: left;
    margin-right: 25px;

}

.language-color-disc div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.password-guidelines {
    color: black;
    font-size: 0.85em;
}

.report-text-bold {
    font-weight: bold;
}


.search-container .vue-multiselect.multiselect {
    padding: 0 !important;
    width: calc(100% - 2px) !important;
}

.search-container .vue-multiselect .multiselect__tags {
    padding: 5px 30px 4px 15px !important;
}

/* Toast Notification Styles */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 350px;
}

.toast-notification {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    animation: slideIn 0.3s ease-out;
    border-left: 4px solid;
}

.toast-notification.toast-success {
    border-left-color: #28a745;
    background-color: #d4edda;
}

.toast-notification.toast-error {
    border-left-color: #dc3545;
    background-color: #f8d7da;
}

.toast-notification.toast-update_success {
    border-left-color: #28a745;
    background-color: #d4edda;
}

.toast-notification.toast-info {
    border-left-color: #17a2b8;
    background-color: #d1ecf1;
}

.toast-notification .toast-icon {
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.toast-notification.toast-success .toast-icon {
    color: #28a745;
}

.toast-notification.toast-error .toast-icon {
    color: #dc3545;
}

.toast-notification.toast-update_success .toast-icon {
    color: #28a745;
}

.toast-notification.toast-info .toast-icon {
    color: #17a2b8;
}

.toast-notification .toast-message {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.toast-notification .toast-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    opacity: 0.5;
    flex-shrink: 0;
}

.toast-notification .toast-close:hover {
    opacity: 1;
}

@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}