/* ==========================================================================
   Overrided bootstrap styles
   ========================================================================== */

html {
    position: relative;
    min-height: 100%;
    margin-right: calc(-1 * (100vw - 100%));
}

body {
    margin-bottom: 60px; /* Margin bottom by .site-footer height */
    margin-top: 91px;
    font-size: 16px;
    line-height: 1.3;
}

a {
    color: #1a5287;
}

a:hover,
a:focus {
    color: #134473;
}

.text-primary {
    color: #1a5287;
}

.bg-primary {
    color: #fff;
    background-color: #1a5287;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #134473;
}

.lead {
    line-height: 1.2;
}

.selected-tags > .tag-text {
    border-bottom: 1px solid;
}

.selected-tags > .tag-flag {
    border-bottom: 1px solid;
}

.selected-tags > .scan-type {
    border-bottom: 1px solid;
}

.tags {
    padding-right: 5px;
    padding-left: 15px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subtags {
    padding-right: 5px;
    padding-left: 15px;
    line-height: 25px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.countryTags {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#dateDivScnner {
    float: right;

}

#searchDivScanner {
    width: 81%;
}

.scan-center {
    margin: 0px 70px 0px 0px;
    text-align: center;
    line-height: 35px;
    /*padding-top: calc( 22% - 125px );*/
    color: #2aa023;
    margin-top: calc(50vh - 150px);
}

.scan-center i {
    font-size: 50px;
}


@media (max-width: 767px) {
    .scan-center {
        margin: 0 30px 0 30px;
        margin-top: calc(50vh - 150px);
    }

}

@media (min-width: 768px) {
    .lead {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}

.navbar {
    min-height: 89px;
}

.navbar-brand > img {
    display: block;
    height: 50px;
}

.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand > img {
        height: 50px;
    }

    .navbar-brand {
        height: 90px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.navbar-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 10px;
        line-height: 60px;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse {
    background-color: #1a5287;
    border-color: #134473;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #134473;
}

@media (min-width: 992px) {
    .navbar-form {
        margin-top: 23px;
        margin-bottom: 23px;
    }
}

@media (max-width: 2000px) {
    .navbar-toggle {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-form {
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom: 1px solid transparent;
        padding: 10px 15px;
        margin-right: -15px;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

.form-control {
    font-size: 12px;
}

.form-control,
.input-group-addon {
    padding: 10px 15px;
    height: 44px;
    border-radius: 7px;
    border-width: 2px;
    border-color: #134473;
    background-color: #d8e5f1;
}

.input-group-addon {
    padding: 10px 15px;
}

.input-lg,
.form-group-lg .form-control,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 54px;
    border-radius: 27px;
}

.input-sm,
.form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 36px;
    border-radius: 18px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    color: #b1c1de;
    background-color: #1a5287;
    border-color: #134473;
}

.btn {
    border-width: 2px;
    padding: 10px 20px;
    border-radius: 22px;
    font-size: 14px;
}

.btn-default {
    color: #134473;
    border-color: #134473;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    color: #134473;
    background-color: #a8c9e9;
    border-color: #134473;
    outline: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #134473;
    background-color: #a8c9e9;
    border-color: #134473;
    outline: none;
}

.btn-primary {
    color: #b1c1de;
    background-color: #134473;
    border-color: #134473;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    color: #b1c1de;
    background-color: #1a5287;
    border-color: #134473;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #b1c1de;
    background-color: #1a5287;
    border-color: #134473;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #b1c1de;
    background-color: #1a5287;
    border-color: #134473;
}

.checkbox, .radio {
    padding-left: 3px;
}

.checkbox-inline, .radio-inline {
    padding-left: 28px;
    margin-bottom: 4px;
}


/* ==========================================================================
   Custom styles section
   ========================================================================== */

.licence-expire-ok,
.licence-expire-warning,
.licence-expire-danger {
    cursor: pointer;
}

.licence-expire-ok {
    color: #ffa500;
}

.licence-expire-warning {
    color: #e8dc32;
}

.licence-expire-danger {
    color: #d63936;
}

@media (max-width: 991px) {
    .controls-panel {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 991px) {
    .controls-panel .input-group {
        width: 230px;
    }

    .controls-panel select.form-control {
        width: 180px !important;
    }
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #1a5287;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1025;
}

.site-footer-logo {
    height: inherit;
    padding: 12px 0;
}

/* ==========================================================================
   Select2 custom styles
   ========================================================================== */

.parent-for-select2 {
    position: relative;
}

.input-group.icon-for-select2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 45px;
}

.icon-for-select2 .input-group-addon {
    border: 2px solid #134473;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.select2-container {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 10px 20px 10px 46px;
    height: 44px;
    border-radius: 22px;
    border-width: 2px;
    border-color: #134473;
    background-color: #d8e5f1;
    font-size: 12px;
    z-index: 10;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8em;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #134473 transparent transparent transparent;
}

.select2-dropdown {
    color: #b1c1de;
    background-color: #1a5287;
    border: 2px solid #134473;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 2px;
    background-color: #d8e5f1;
    color: #555;
    padding: 10px 20px;
    border-radius: 22px;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.select2-container--default .select2-results__option {
    text-align: left;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #134473;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a8c9e9;
}

/* ==========================================================================
   Daterangepicker custom styles
   ========================================================================== */

.daterangepicker:before, .daterangepicker:after {
    display: none;
}

.daterangepicker {
    border-radius: 40px;
    padding: 10px;
    width: 540px;
}

.daterangepicker .calendar {
    max-width: 255px;
}

.daterangepicker .calendar-table {
    border-radius: 30px;
    background-color: #f7f7f7;
    padding: 10px 15px;
}

.daterangepicker .daterangepicker_input {
    display: none;
}

.daterangepicker .next,
.daterangepicker .prev,
.daterangepicker .month {
    color: #1a5287;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent;
}

.daterangepicker td.in-range {
    background-color: #c0dbf5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1a5287;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #a5bfd7;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.position-relative {
    position: relative;
}

.vertical-align-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor-pointer {
    cursor: pointer;
}

a.link-dotted {
    border-bottom: 1px dotted #1a5287;
}

a.link-dotted:hover,
a.link-dotted:focus {
    text-decoration: none;
    border-bottom: 1px dotted #134473;
}

.padding-hor-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.google-visualization-tooltip {
    background-color: #134473 !important;
    white-space: nowrap;
    border-radius: 2px;
}

.google-visualization-tooltip span {
    color: #fafafa !important;
}

.search-input {
    width: 360px;
}

div#searchDiv {
    width: 81%;
    padding-right: 4%;
}

div#domainDiv {
    padding-right: 4%;
}

div#dateDiv {
    float: right;
}

.ips-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
}

.ips-container > div {
    display: flex;
    align-items: center;
}

.ips-container .ips-count {
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 2px;
    border: solid 2px #134473;
    width: 2em;
    height: 2em;
    border-radius: 3em;
    flex-direction: column;
    text-align: center;
}

.ips-count .unknown-icon {
    padding: 0 3px;
}

.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-description-container {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 1200px;
    padding-left: 40px;
}

@media (min-width: 992px) {
    .chart-description-container {
        width: 100%;
    }
}

.chart-description {
    display: flex;
    flex: 1;
}

.chart-description:first-child {
    justify-content: center;
}

.chart-description:last-child {
    justify-content: flex-start;
    align-content: flex-start;
}


.chart-pie {
}

.chart-ips-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 37em;
}

.chart-ips-container .ips-count {
    display: flex;
    align-items: center;
    line-height: 32px;
    width: 15em;
}

.small-resolution-warning {
    display: block;
    background-color: #fafafa;
    text-align: center;
    line-height: 2em;
    height: 2em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media (min-width: 1001px) {
    .small-resolution-warning {
        display: none;
    }
}

@media (max-width: 1000px) {
    .navbar.navbar-fixed-top {
        top: 2em;
    }

    .left-sidebar.moved {
        top: calc(2em + 91px);
    }
}

.time-container {
    display: flex;
    line-height: 1em !important;
}

.time-container .glyphicon {
    top: inherit;
    line-height: inherit;
}


.custom-navigator-container {
    margin: 0 45px;
    padding: 0;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .custom-navigator-container {
        padding-right: 0;
    }
}

.custom-navigator-container {
    display: flex;
    min-height: 90px;
    max-height: 90px;
}


.custom-navigator-container .navbar-header {
    display: flex;
    width: 250px;
    flex: 0;
    align-items: center;
}

.custom-navigator-container #navbar-collapse {
    flex: 1;
    display: flex !important; /*important to override bootsrap style. it's important as well ((*/
}

.custom-navigator-container #navbar-collapse .custom-navbar-left {
    flex: 1;
    display: flex;
}

.custom-navigator-container #navbar-collapse .custom-navbar-right {
    flex: 0;
    display: flex;
}

.custom-navigator-container .controls-panel {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 25px;
    vertical-align: middle;
}

.custom-navigator-container .navbar-header .navbar-brand {
    margin: 0;
}


.custom-navigator-container .navbar-brand > img {
    margin: 0;
}

.custom-navigator-container div#searchDiv,
.custom-navigator-container div#domainDiv,
.custom-navigator-container div#dateDiv,
.custom-navigator-container div#searchDivScanner {
    margin: 0 0 0 45px;
    padding: 0;
}

@media (max-width: 991px) {
    .custom-navigator-container, .custom-navigator-container #navbar-collapse {
        flex-direction: column;
    }

    .custom-navigator-container #navbar-collapse[aria-expanded="false"] {
        display: none !important;
    }

    .custom-navigator-container div#searchDiv, .custom-navigator-container div#domainDiv, .custom-navigator-container div#dateDiv {
        margin: 0;
        padding: 0;
    }

    .custom-navigator-container .navbar-header {
        width: 100%;
    }

    .custom-navigator-container .navbar-header .navbar-brand {
        flex: 1;
    }

    .custom-navigator-container .controls-panel {
        flex-direction: column;
    }

    .custom-navigator-container .controls-panel #domainDiv, .controls-panel #dateDiv, .controls-panel div#searchDiv, .controls-panel .form-group {
        width: 100%;
        padding: 0;
    }

    .custom-navigator-container .controls-panel .input-group {
        width: 100%;
    }

    .custom-navigator-container .controls-panel #dateDiv .input-group-addon {
        width: 44px;
    }

    .custom-navigator-container .controls-panel #domainDiv .input-group-addon {
        width: 44px;
        float: left;
    }
}

.unknown-icon {
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-8 {
    padding-right: 8px;
}

.padding-right-70 {
    padding-right: 70px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.display-flex {
    display: flex !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.align-right {
    text-align: right !important;
}

.no-hover-underline:hover {
    text-decoration: none;
    cursor: default;
    color: #134473;
}

select option:hover,
select option:focus,
select option:active,
select option:checked {
    background-color: #418add !important;
    background: linear-gradient(#418add, #418add);
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.col-ip {
    min-width: 20%;
    width: 25%;
}

@media (min-width: 650px) {
    .modal-md {
        width: 600px;
    }
}

.custom-addon {
    width: 42px !important;
    display: flex;
    align-items: center;
    justify-items: center;
}

button.navbar-toggle {
    margin-right: 0;
}

.navbar-collapse {
    padding: 0;
}

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

.padding-0 {
    padding: 0 !important;
}

.width-90 {
    width: 90px;
}

@media (max-width: 1400px) and (min-width: 1281px) {
    .chart-description:first-child {
        justify-content: flex-end;
    }
}

@media (min-width: 1680px) {
    .chart-ips-container {
        max-width: 40em;
    }
}

.table > tbody > tr > td {
    vertical-align: middle;
}

#line_chart_filter {
    margin-bottom: 35px;
}

#scan_line_chart_filter {
    margin-bottom: 35px;
}

#line_chart_filter .checkbox-inline {
    margin-left: 10px;
    color: #0d60a5;
}

#scan_line_chart_filter .checkbox-inline {
    margin-left: 25px;
    margin-right: 25px;
    color: #0d60a5;
}

#scan_line_chart_filter .checkbox-inline:first-child {
    margin-left: 0;
}

#line_chart_filter .checkbox-inline:first-child {
    margin-left: 0;
}

#line_chart_filter .checkbox-inline:nth-child(1) input[type="checkbox"]:checked::before {
    background-color: #f24840;
}

#line_chart_filter .checkbox-inline:nth-child(2) input[type="checkbox"]:checked::before {
    background-color: #00b6f4;
}

#line_chart_filter .checkbox-inline:nth-child(3) input[type="checkbox"]:checked::before {
    background-color: #032790;
}

#line_chart_filter .checkbox-inline:nth-child(4) input[type="checkbox"]:checked::before {
    background-color: #eece00;
}

#line_chart_filter .checkbox-inline:nth-child(5) input[type="checkbox"]:checked::before {
    background-color: #a45d1f;
}

#line_chart_filter .checkbox-inline:nth-child(6) input[type="checkbox"]:checked::before {
    background-color: #8a6ac8;
}

#line_chart_filter .checkbox-inline:nth-child(7) input[type="checkbox"]:checked::before {
    background-color: #32BC43;
}

#line_chart_filter #column_chart_filter:nth-child(odd) input[type="checkbox"]:checked::before {
    background-color: #285283;
}

#line_chart_filter #column_chart_filter:nth-child(even) input[type="checkbox"]:checked::before {
    background-color: #285283;
}

#line_chart_filter input[type="checkbox"] {
    transform: rotate(0);
    margin-bottom: -3px;
}

#line_chart_filter input[type="checkbox"]::before {
    border-radius: 100%;
}

#line_chart_filter input[type="checkbox"]::after {
    border-radius: 5px;
    border-color: #0d60a5;
}

#scan_line_chart_filter input[type="checkbox"] {
    transform: rotate(0);
    margin-bottom: -3px;
}

#scan_line_chart_filter input[type="checkbox"]::before {
    border-radius: 100%;
}

#scan_line_chart_filter input[type="checkbox"]::after {
    border-radius: 5px;
    border-color: #0d60a5;
}

#scan_line_chart_filter .checkbox-inline:nth-child(1) input[type="checkbox"]:checked::before {
    background-color: #f24840;
}

#scan_line_chart_filter .checkbox-inline:nth-child(2) input[type="checkbox"]:checked::before {
    background-color: #00b6f4;
}

#scan_line_chart_filter .checkbox-inline:nth-child(3) input[type="checkbox"]:checked::before {
    background-color: #032790;
}

#scan_line_chart_filter .checkbox-inline:nth-child(4) input[type="checkbox"]:checked::before {
    background-color: #eece00;
}

#scan_line_chart_filter .checkbox-inline:nth-child(5) input[type="checkbox"]:checked::before {
    background-color: #a45d1f;
}

#scan_line_chart_filter .checkbox-inline:nth-child(6) input[type="checkbox"]:checked::before {
    background-color: #8a6ac8;
}

#scan_line_chart_filter .checkbox-inline:nth-child(7) input[type="checkbox"]:checked::before {
    background-color: #32BC43;
}

#scan_line_chart_filter .checkbox-inline:nth-child(8) input[type="checkbox"]:checked::before {
    background-color: #f20093;
}

#scan_line_chart_filter .checkbox-inline:nth-child(9) input[type="checkbox"]:checked::before {
    background-color: #05f400;
}

#scan_line_chart_filter .checkbox-inline:nth-child(10) input[type="checkbox"]:checked::before {
    background-color: #906852;
}

#scan_line_chart_filter .checkbox-inline:nth-child(11) input[type="checkbox"]:checked::before {
    background-color: #af47ee;
}

#scan_line_chart_filter .checkbox-inline:nth-child(12) input[type="checkbox"]:checked::before {
    background-color: #a45d1f;
}

#scan_line_chart_filter .checkbox-inline:nth-child(13) input[type="checkbox"]:checked::before {
    background-color: #c86700;
}

#scan_line_chart_filter .checkbox-inline:nth-child(14) input[type="checkbox"]:checked::before {
    background-color: #00bc6b;
}

#scan_line_chart_filter .checkbox-inline:nth-child(15) input[type="checkbox"]:checked::before {
    background-color: #86bc65;
}

#scan_line_chart_filter .checkbox-inline:nth-child(16) input[type="checkbox"]:checked::before {
    background-color: #7b99bc;
}

#scan_line_chart_filter #column_chart_filter:nth-child(odd) input[type="checkbox"]:checked::before {
    background-color: #285283;
}

#scan_line_chart_filter #column_chart_filter:nth-child(even) input[type="checkbox"]:checked::before {
    background-color: #285283;
}

.white-input {
    background-color: #ffffff;
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 1px;
    text-align: center;
    box-shadow: none;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.white-input[disabled], .white-input[readonly] {
    background-color: #ffffff;
}

.row-list {
    padding-right: 2rem;
    margin-left: 15px;
    display: flex;
    width: 100%;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

.round-button-icons {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 25px;
    font-size: 1.6rem;
}

.method-openapi {
    min-width: 3.5rem;
    padding: 0.3rem;
    border-radius: 0.5rem;
    margin-right: 10px;
    border: none;
    font-size: 1.2rem;
}

.method-openapi.post {
    background: #86bc65;
    color: #fff
}

.method-openapi.get {
    background: #44bc94;
    color: #fff
}

.method-openapi.put {
    background: #eece00;
    color: #fff
}

.method-openapi.delete {
    background: #f27256;
    color: #fff
}

.method-openapi.head {
    background: #8a6ac8;
    color: #fff
}

.method-openapi.connect {
    background: #00bc6b;
    color: #fff
}

.method-openapi.trace {
    background: #af47ee;
    color: #fff
}

.method-openapi.options {
    background: #032790;
    color: #fff
}

.method-openapi.patch {
    background: #c86700;
    color: #fff
}


.method-openapi.post.selected {
    border: 2px solid #70a051;
    color: #fff
}

.method-openapi.get.selected {
    border: 2px solid #43a078;
    color: #fff
}

.method-openapi.put.selected {
    border: 2px solid #d2b200;
    color: #fff
}

.method-openapi.delete.selected {
    border: 2px solid #d66c50;
    color: #fff
}

.method-openapi.head.selected {
    border: 2px solid #6d56ac;
    color: #fff
}

.method-openapi.connect.selected {
    border: 2px solid #00a054;
    color: #fff
}

.method-openapi.trace.selected {
    border: 2px solid #9842d2;
    color: #fff
}

.method-openapi.options.selected {
    border: 2px solid #032073;
    color: #fff
}

.method-openapi.patch.selected {
    border: 2px solid #ac6300;
    color: #fff
}

.block_path {
    border-bottom: 1px solid silver;
}

.white-input::-webkit-file-upload-button {
    display: none;
    border-radius: 25px;
    border: 1px solid silver;
}

.horizontal-tabs-mywaf {
    background-color: #D5E4F3;
    width: fit-content;
    height: fit-content;
}

.horizontal-tabs-mywaf li {
    border-right: 1px solid #C1D4E8;
}

.horizontal-tabs-mywaf li:last-child {
    border-right: none
}

.horizontal-item-mywaf {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 9px 70px 9px 70px;
    height: 34px;
    margin-bottom: 5px !important;
}

.horizontal-item-link-mywaf {
    font-size: 14px;
    color: #91A8BF;
}

.horizontal-tabs-mywaf > li > a:focus, .horizontal-tabs-mywaf > li > a:hover {
    color: #91A8BF;
    background-color: transparent;
}

.active > .nav-tabs-mywaf, .nav-item-mywaf, .nav-link-mywaf {
    border: none;
    color: #285283;
}

.nav.nav-pills-mywaf {
    display: block;
    padding: 10px;
    bottom: 0;
    top: 91px;
    float: left;
    width: 70px;
    background: #fafafa;
    position: absolute;
}

@media (max-width: 1024px) {
    .nav.nav-pills-mywaf {
        top: 121px;
    }
}

.nav-mywaf > li.nav-item-mywaf.active {
    border-radius: 4px;
    background-color: white;
}

.nav-link-mywaf:hover {
    border: none;
}

.nav-mywaf > li > a {
    padding-left: 0;
}

.nav-mywaf > li > a.nav-link-mywaf {
    border: none;
    padding: 0;
}

.box_drop_full div {
    z-index: 20;
}

.box_drop_full input {
    z-index: 21;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}

.box_drop_full button {
    border-radius: 10px;
    background: #1950A3;
    outline: none;
    border: none;
    color: white;
    font-size: 14px;
    margin-inline: 2rem;
}

.box_drop_img {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_drop {
    height: 10rem;
    z-index: 20;
    position: relative;
    bottom: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-inline: 0;
    padding-inline: 1rem;
}

.box_drop_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.h_settings {
    width: max-content;
    margin: auto;
    margin-top: 25px;
    font-size: 25px;
}

.path_name {
    cursor: pointer;
}

.btn-st {
    color: #6c757d;
    border-color: #6c757d;

}

.btn-st:hover {
    color: #fff;
}

.btn-secondary-hover-white:hover {
    color: #fff;

}

.hide-show-btn {
    background: #175489;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 4px;
    margin: auto;
}

.tooltip-unlock-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 5px;
    max-width: 450px;
}

.tooltip-unlock-info > p {
    overflow-wrap: break-word;
    text-align: initial;
    padding-left: 5px;
    text-indent: -5px;
}

.unlock-label .tooltip-inner {
    max-width: 450px;
}

.unlock-disabled-btn {
    cursor: not-allowed;
    filter: alpha(opacity=45);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .45;
    background: repeating-linear-gradient(45deg, #fff, rgba(23, 84, 137, 0.69) 5px);
}

.unlock-disabled-btn:hover, .unlock-disabled-btn:focus {
    background-color: #fff;
}

.form-control.st-table-filter:focus {
    background-color: #d8e5f1;
}

.ec_li_buttons {
    margin-left: 10px;
}

.multiselect-selected-text {
    display: inline-block;
    width: 100px;
}

#block_header {
    margin-top: 30px;
}

.search_ec > input {
    width: 210px;
    height: 45px;
    border-radius: 2px;
    border: 2px solid #D5E4F3;
    float: left;

}

.search_ec > button {
    float: left;
    font-size: 12px;
    position: relative;
    left: 0;
    border-radius: 10px;
    margin-left: 20px;
}

.search_ec {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.left_column {
    float: left;
    width: 33%;
}

.right_column {
    float: left;
    margin-left: 100px;
    width: 66%;
}

#content_es {
    display: flex;
    flex-direction: column;
    width: 1700px;
}

.int_box {
    float: right;
}

.label_int {
    width: 40px;
    float: left;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

th {
    line-height: 22px;
    height: 35px;
}

table, th, td {
    text-align: center;
}

.key_table_header {
    background: #D5E4F3;
    height: 53px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.key_table_row > td {
    border-top: 1px solid #D5E4F3;
    border-left: 1px solid #D5E4F3;
    border-right: 1px solid #D5E4F3;
    border-bottom: 1px solid #D5E4F3;
    line-height: 17px;
}

.key_table_row:hover {
    background: #D5E4F3;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.row_ec {
    font-size: 15px;
}

.checkbox:hover {
    width: 100%;
    background: #D5E4F3;

}

.checkbox_ec:hover {
    background: #D5E4F3;
    border-radius: 10px;
}

.checkbox_level:hover {
    width: 100%;
    background: #D5E4F3;

}

.modal_ec {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}

.modal-content_ec_del {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 20%;
    height: 110px;
    border-radius: 10px;
    border: 3px solid #134473;
}

.modal-content_ec {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 40%;
    height: 350px;
    border-radius: 10px;
    border: 3px solid #134473;
}

.close_ec {
    color: #134473;
    float: right;
    font-size: 20px;
    font-weight: bold;

}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.csv_ec:hover {
    cursor: pointer;
}

.count-ips_ec:hover {
    cursor: pointer;
}

.li_box_level:hover {
    cursor: pointer;
}

#svg_copy_ec:hover {
    cursor: pointer;
}

.close_ec:hover {
    cursor: pointer;
}

.sort_EC:hover {
    cursor: pointer;
}

#close_mt_modal:hover {
    cursor: pointer;
}

.table_ec {
    overflow-y: auto;
    overflow-x: hidden;
    height: 700px;
    border-bottom: 1px solid #d4d4d4;;
}

#summary_table span[data-title] {
    position: relative;
    cursor: pointer;
}

#summary_table span[data-title]:hover:before {
    content: attr(data-title);
    position: absolute;
    width: 200px;
    background: #134473;
    padding: 5px;
    bottom: 30px;
    z-index: 999999;
    color: white;
    right: -50px;
    border-radius: 5px;
}
input[type=file] {
    display: inline-block;
}

.delete-attack-btn,
.delete-group-btn {
    border: none;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0) !important;
}

#filterModal {
    background: none;
    overflow: visible;
}

#filterModal.modal {
    position: fixed;
    top: 100px;
    left: 55px;
    right: 0;
    bottom: 20px;
    padding: 0 !important;
    overflow: hidden;
}

#filterModal .modal-backdrop,
.modal-backdrop.show {
    display: none !important;
    opacity: 0 !important;
}

.filter-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.filter-modal-overlay.active {
    display: block;
}

#filterModal {
    z-index: 1050;
}

#attack_table_search_input {
    border-radius: 7px !important;
    background-color: #d8e5f1 !important;
}

#attack_table_search_input::placeholder,
#myInput::placeholder{
    color: #848484 !important;
}

#attack_table_search_input.blocked {
    pointer-events: none;
    opacity: 0.5;
    background: #f5f5f5;
    border-radius: 7px !important;
}

#dateDiv .input-group .input-group-addon {
    border-radius: 7px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-filter {
    position: relative;
}

.filter-active-indicator {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #dc3545;
}

#openFilterModal.has-active-filters .filter-active-indicator {
    display: block;
}

.filter-modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.filter-modal-content {
    padding: 15px;
    border-radius: 13px;
    border: none;
    box-shadow: none;
    background: #fff;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
}

.filter-modal-header {
    border-bottom: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.filter-modal-header .close {
    padding: 5px;
    margin: 0;
    opacity: 1;
    background: none;
    border: none;
}

.filter-modal-header .close:hover svg path {
    stroke: #134473;
}

.filter-modal-body {
    margin-top: 30px;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-section {
    margin-bottom: 25px;
}

.filter-section-title {
    color: #134473;
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.filter-field {
    flex: 1;
    min-width: 150px;
    max-width: 170px;
}

.filter-field label {
    display: block;
    margin-bottom: 5px;
    transform: translateX(6px);
    font-size: 15px;
    font-weight: 450;
    color: #134473;
}

.filter-toggle-group {
    display: flex;
    gap: 5px;
}

.filter-toggle-btn {
    padding: 6px 14px;
    border: 1px solid #d8e5f1;
    background: #fff;
    color: #134473;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-toggle-btn:hover {
    border-color: #1a5287;
}

.filter-toggle-btn.active {
    background: #1a5287;
    color: #fff;
    border-color: #1a5287;
}

.filter-select {
    width: 100%;
    padding: 6px 11px;
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 13px;
    color: #134473;
    background: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583328 0.583344L4.08333 4.08334L7.58333 0.583344' stroke='%23717182' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.filter-select:focus {
    outline: none;
    border-color: #1a5287;
}

.filter-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d8e5f1;
    border-radius: 4px;
    font-size: 13px;
    color: #134473;
}

.filter-input:focus {
    outline: none;
    border-color: #1a5287;
}

.filter-input::placeholder {
    color: #a0b5c9;
}

.filter-input-size {
    display: flex;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #fff;
    cursor: text;
    min-height: 32px;
    gap: 8px;
    transition: border-color 0.2s;
}

.filter-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-preset-btn {
    padding: 8px 12px;
    border: none;
    background: #d5e4f3;
    color: #525252;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-preset-btn:hover {
    border-color: #1a5287;
    background: #f5f9fc;
}

.filter-preset-btn.active {
    background: #d8e5f1;
    border-color: #1a5287;
}

#savePresetModal .modal-dialog-centered,
#deletePresetModal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#savePresetModal .modal-content,
#deletePresetModal .modal-content {
    width: 100%;
}

#savePresetModal .modal-content .modal-header::before,
#savePresetModal .modal-content .modal-header::after,
#deletePresetModal .modal-content .modal-header::before,
#deletePresetModal .modal-content .modal-header::after {
    display: none;
}

#savePresetModal .modal-content .modal-header,
#deletePresetModal .modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
}

#savePresetModal .modal-content .modal-footer,
#deletePresetModal .modal-content .modal-footer {
    border-top: none !important;
}

.filter-preset-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
}

.user-preset-btn {
    padding: 6px 12px;
    background: #D5E4F3;
    border-radius: 4px;
    font-size: 13px;
    color: #1a5287;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-preset-btn:hover {
    background: #D5E4F3 !important;
    border-color: transparent !important;
    color: #1a5287 !important;
}

.delete-preset-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 6px;
    color: #999;
    background: transparent;
    border: none;
    font-size: 8px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-preset-item:hover .delete-preset-btn {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.delete-preset-btn:hover {
    opacity: 1;
    color: #134473;
}

.filter-preset-actions {
    margin-top: 0px !important;
}

#save-preset-btn {
    font-size: 13px;
}

#user-presets .text-muted {
    font-size: 13px;
    color: #8a9eb0;
}

.filter-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border-top: none;
}

.filter-modal-footer::before,
.filter-modal-footer::after {
    display: none;
}

.filter-results-count {
    font-size: 20px;
    color: #134473;
    font-weight: 400;
}

.filter-results-count span {
    font-weight: 400;
}

.filter-actions {
    display: flex;
    gap: 15px;
}

.filter-apply-btn {
    padding: 8px 21px;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #285283;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.filter-apply-btn:hover {
    background: #134473;
}

.filter-reset-btn {
    padding: 8px 21px;
    background: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    color: #285283;
    border: 1px solid #d5e4f3;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-reset-btn:hover {
    border-color: #1a5287;
    background: #f5f9fc;
}

.filter-selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

#openFilterModal {
    position: absolute;
    top: 2px;
    right: 25px;
    z-index: 100;
    height: auto;
    width: auto !important;
    padding: 0;
    transform: translate(50%, 50%);
    background: transparent;
    border-color: transparent;
    transition: all 0.2s ease;
}

.custom-filter-dropdown {
    position: relative;
    width: 100%;
}

.filter-dropdown-trigger {
    display: flex;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #fff;
    cursor: text;
    min-height: 32px;
    gap: 8px;
    transition: border-color 0.2s;
}

.filter-dropdown-trigger:hover,
.filter-dropdown-trigger:focus-within {
    border-color: #134473;
}

.custom-filter-dropdown.open .filter-dropdown-trigger {
    border-color: #134473;
}

.filter-dropdown-placeholder {
    color: #717182;
    font-size: 13px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-dropdown-tags-wrapper:empty {
    display: none;
}

.filter-search-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35901      10.1538C5.29324 10.1538 4.39001 9.78357 3.64935 9.04301C2.90879 8.30235 2.53851 7.39913 2.53851 6.33335C2.53851 5.26757 2.90879 4.36435 3.64935 3.62368C4.39001 2.88313 5.29324 2.51285 6.35901 2.51285C7.42479 2.51285 8.32801 2.88313 9.06868 3.62368C9.80923 4.36435 10.1795 5.26757 10.1795 6.33335C10.1795 6.79657 10.0975 7.24485 9.93335 7.67818C9.76924 8.11151 9.55385 8.48201 9.28718 8.78968L13.2257 12.7282C13.288 12.7906 13.3213 12.8671 13.3257 12.9577C13.3299 13.0483 13.2966 13.1291 13.2257 13.2C13.1547 13.2709 13.076 13.3063 12.9897 13.3063C12.9035 13.3063 12.8248 13.2709 12.7538 13.2L8.81535 9.26151C8.48201 9.54529 8.09868 9.76496 7.66535 9.92051C7.23201 10.0761 6.79657 10.1538 6.35901 10.1538ZM6.35901 9.48718C7.24357 9.48718 7.99035 9.18268 8.59935 8.57368C9.20835 7.96479 9.51285 7.21801 9.51285 6.33335C9.51285 5.44868 9.20835 4.7019 8.59935 4.09301C7.99035 3.48401 7.24357 3.17951 6.35901 3.17951C5.47435 3.17951 4.72757 3.48401 4.11868 4.09301C3.50968 4.7019 3.20518 5.44868 3.20518 6.33335C3.20518 7.21801 3.50968 7.96479 4.11868 8.57368C4.72757 9.18268 5.47435 9.48718 6.35901 9.48718Z ' fill=' %23C5C5C5 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.filter-trigger-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
    color: #134473;
    background: transparent;
    min-width: 50px;
}

.filter-trigger-input::placeholder {
    color: #a0a0a0;
}

.custom-filter-dropdown.has-selections .filter-trigger-input {
    width: 0;
    min-width: 0;
    flex: 0;
}

.custom-filter-dropdown.has-selections.open .filter-trigger-input {
    width: auto;
    min-width: 50px;
    flex: 1;
}

.filter-dropdown-arrow {
    width: 9px;
    height: 5px;
    flex-shrink: 0;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583328         0.583344L4.08333 4.08334L7.58333 0.583344 ' stroke=' %23717182 ' stroke-width=' 1.16667 ' stroke-linecap=' round ' stroke-linejoin=' round '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
}

.custom-filter-dropdown.open .filter-dropdown-arrow {
    transform: rotate(180deg);
}

.filter-dropdown-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.filter-dropdown-trigger .filter-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: #134473;
    color: #fff;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-dropdown-trigger .filter-tag-remove {
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.filter-dropdown-trigger .filter-tag:hover {
    padding-right: 13px;
}

.filter-dropdown-trigger .filter-tag:hover .filter-tag-remove {
    opacity: 1;
    transition: all 0.2s ease;
}

.filter-tags-more {
    font-size: 11px;
    color: #134473;
    white-space: nowrap;
    padding: 2px 6px;
    background: #e3f2fd;
    border-radius: 10px;
}

.filter-dropdown-tags {
    display: none;
}

.filter-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    min-width: 287px;
    background: #fff;
    border-radius: 7px;
    padding: 4px;
    box-shadow: 0 5px 20px 0 rgba(8, 7, 8, 0.1);
    z-index: 1000;
}

.custom-filter-dropdown.open .filter-dropdown-trigger {
    border-color: #134473;
}

.custom-filter-dropdown.open .filter-dropdown-menu {
    display: block;
}

.filter-dropdown-menu.align-right {
    left: auto;
    right: 0;
    text-align: left !important;
}

.filter-dropdown-search {
    padding: 8px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.filter-dropdown-search::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35901      10.1538C5.29324 10.1538 4.39001 9.78357 3.64935 9.04301C2.90879 8.30235 2.53851 7.39913 2.53851 6.33335C2.53851 5.26757 2.90879 4.36435 3.64935 3.62368C4.39001 2.88313 5.29324 2.51285 6.35901 2.51285C7.42479 2.51285 8.32801 2.88313 9.06868 3.62368C9.80923 4.36435 10.1795 5.26757 10.1795 6.33335C10.1795 6.79657 10.0975 7.24485 9.93335 7.67818C9.76924 8.11151 9.55385 8.48201 9.28718 8.78968L13.2257 12.7282C13.288 12.7906 13.3213 12.8671 13.3257 12.9577C13.3299 13.0483 13.2966 13.1291 13.2257 13.2C13.1547 13.2709 13.076 13.3063 12.9897 13.3063C12.9035 13.3063 12.8248 13.2709 12.7538 13.2L8.81535 9.26151C8.48201 9.54529 8.09868 9.76496 7.66535 9.92051C7.23201 10.0761 6.79657 10.1538 6.35901 10.1538ZM6.35901 9.48718C7.24357 9.48718 7.99035 9.18268 8.59935 8.57368C9.20835 7.96479 9.51285 7.21801 9.51285 6.33335C9.51285 5.44868 9.20835 4.7019 8.59935 4.09301C7.99035 3.48401 7.24357 3.17951 6.35901 3.17951C5.47435 3.17951 4.72757 3.48401 4.11868 4.09301C3.50968 4.7019 3.20518 5.44868 3.20518 6.33335C3.20518 7.21801 3.50968 7.96479 4.11868 8.57368C4.72757 9.18268 5.47435 9.48718 6.35901 9.48718Z ' fill=' %23C5C5C5 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.filter-search-input {
    width: 100%;
    padding: 6px 10px 6px 30px;
    border: 1px solid #d8e5f1;
    border-radius: 4px;
    font-size: 12px;
    color: #134473;
}

.filter-search-input:focus {
    outline: none;
    border-color: #134473;
}

.filter-search-input::placeholder {
    color: #a0a0a0;
}

.filter-dropdown-actions {
    display: flex;
    gap: 8px;
    padding: 8px 4px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 4px;
}

.filter-dropdown-actions {
    display: flex;
    gap: 8px;
    padding: 8px 4px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 4px;
}

.filter-action-btn {
    flex: 1;
    padding: 6px 8px;
    font-size: 11px;
    border: 1px solid #d8e5f1;
    border-radius: 4px;
    background: #f8f9fa;
    color: #134473;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-action-btn:hover {
    background: #e3f2fd;
    border-color: #134473;
}

.filter-dropdown-options {
    max-height: 160px;
    overflow-y: auto;
    padding: 0 4px;
}

.filter-option {
    display: flex;
    align-items: center;
    width: 98%;
    margin-bottom: 2px;
    padding: 12px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    transition: background 0.15s;
}

.filter-option:hover,
.filter-option.selected {
    background: #e3f2fd;
}

.filter-option-checkbox {
    display: none;
}

.filter-option.selected .filter-option-checkbox {
    background: #134473;
    border-color: #134473;
}

.filter-option.selected .filter-option-checkbox::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-option-label {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    color: #444;
    white-space: pre-line;
    word-wrap: break-word;
    max-width: 100%;
}

.filter-option-count {
    display: none;
}

.filter-dropdown-loading,
.filter-dropdown-empty,
.filter-dropdown-error {
    padding: 12px 8px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.filter-dropdown-error {
    color: #d32f2f;
}
