@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;

    background: rgba(221, 55, 49, 0.05);
    color: #1E1A1F;

}
.form-horizontal .radio
{
    margin-left: 22px;
}

.submit-btn-css {
    color: white;
    background-color: #235594 !important;
    border: 1px solid #235594 !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}

.delete-btn-css {
    color: #dd3731;
    background-color: #ffffff !important;
    border: 1px solid #dd3731 !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}

.delete-btn-css:hover, .delete-btn-css:focus, .delete-btn-css:active {
    color: #dd3731 !important;
    background-color: #ffffff !important;
    border: 1px solid #dd3731 !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}

.submit-btn-css:hover, .submit-btn-css:focus, .submit-btn-css:active {
    color: white !important;
    background-color: #235594 !important;
    border: 1px solid #235594 !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}


.cancel-btn-css {
    color: #1e1a1f;
    background-color: transparent !important;
    border: 1px solid #7d747e !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}

.cancel-btn-css:hover, .cancel-btn-css:focus, .cancel-btn-css:active {
    color: black;
    background-color: rgb(243 243 243) !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 16px;
}

.user-initial-circle {
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

input,
textarea,
.progress,
.tag-label,
.label,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.panel,
.panel-heading,
.panel-comments,
.nav-pills>li>a,
.breadcrumb,
.panel>table:last-child,
.panel>.table:first-child {
    border-radius: 0 !important;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding-top: 8px;
}

.table-condensed>tbody>tr>td:first-child,
.table-condensed>tbody>tr>th:first-child,
.table-condensed>tfoot>tr>td:first-child,
.table-condensed>tfoot>tr>th:first-child,
.table-condensed>thead>tr>td:first-child,
.table-condensed>thead>tr>th:first-child {
    padding-left: 15px;
}

.btn-group .btn:not(:first-child) {
    margin-left: 6px;
}

.min,
.max {
    overscroll-behavior: none !important;
    overflow-x: clip !important;
}

a {
    color: #1E1A1F;
}

.panel-default .btn-primary {
    /* background-color: transparent !important;
    border-style: none !important;
    color: #fff !important;
    border: 1px solid #fff !important; */
}

.panel-default .btn-primary:hover {
    /* background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important; */
}

/* .btn i{margin-right: 7px;} */
.btn-primary {
    color: white;
    background-color: #dd3731;
    /* border: 1px solid #000 !important; */
    border-radius: 20px;
    border: none !important;
    /*border-style: none!important;*/
}

.btn-primary:hover {
    background-color: #dd3731 !important;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    /* border: 1px solid #000000; */
    border: none !important;
}

.btn-primary-input {
    color: white !important;
    background-color: #dd3731 !important;
    /* border: 1px solid #000 !important; */
    border-radius: 20px !important;
    border: none !important;
    /*border-style: none!important;*/
}

.btn-primary-input:hover {
    background-color: #dd3731 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    /* border: 1px solid #000000; */
    border: none !important;
}

.btn-secondary {
    color: #000000;
    background-color: white;
    border: 1px solid #000 !important;
    border-radius: 20px;
}

.btn-secondary:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(243 243 243) !important;
    border: 1px solid #000000 !important;
}

.add-new-product .form-group input.btn-primary {
    color: black;
    background-color: white !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
    /*border-style: none!important;*/
}

.add-new-product .form-group input.btn-primary:hover {
    background-color: rgb(243 243 243) !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
}

input.btn-primary {
    color: #000000;
    background-color: white !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
    /*border-style: none!important;*/
}

input.btn-primary:hover {
    background-color: rgb(243 243 243) !important;
    color: #000000 !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #000000;
}

input.btn-secondary {
    color: #000000 !important;
    background-color: transparent !important;
    border-style: 1px solid #7D747E !important;
    border-radius: 20px !important;
}

input.btn-secondary:hover {
    color: #000000 !important;
    background-color: rgba(117, 80, 133, 0.08) !important;
}

/*
.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 {
    background-color: transparent!important;
    border-style: none!important;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: transparent!important;
    border-style: none!important;
}
*/

.secondary-color {
    background-color: #546474 !important;
    color: white;
}

.h1,
.h2,
.h3,
h1,
h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
}

h3 {
    margin: 5px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
}

a {
    text-decoration: none;
}

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

.btn-run_migration{
    background-color: white !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.btn-run_migration:hover{
    background-color: rgb(243 243 243) !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
}

/* .run_report{
    background-color: white !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 20px !important;
}

.run_report:hover, .run_report:focus{
    background-color: rgb(243 243 243) !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
} */

.nav.nav-second-level.nav-up {
    transform: translateY(-100%);
    margin-top: 41px;
}

span.fc-title{
    color: black !important;
}

.nav-tabs {
    border-bottom: 1px solid rgb(148, 168, 187);
    padding-bottom: 10px !important;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #73879c;
    border: 1px solid #73879c;

}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav-tabs .dropdown .badge {
    color: #fff;
    background-color: #546474;
}

.nav-tabs .active-color .badge {
    color: #72879b;
    background-color: #dfdfdf;
}

.navbar-brand {
    padding: 0;
    margin-left: 0px;
    height: auto;
}

.navbar-brand>img {
    display: inline-block;
    display: inline-block;
    height: 30px;
    width: initial;
    margin-top: 6px;
}

/* .row {
    margin-top: 5px;
} */

form.filters {
    margin-top: 0px;
    padding: 0px 5px 5px;
}

.filters select,
.filters textarea,
.filters input[type="text"],
.filters input[type="password"],
.filters input[type="datetime"],
.filters input[type="datetime-local"],
.filters input[type="date"],
.filters input[type="month"],
.filters input[type="time"],
.filters input[type="week"],
.filters input[type="number"],
.filters input[type="email"],
.filters input[type="url"],
.filters input[type="search"],
.filters input[type="tel"],
.filters input[type="color"],
.filters .uneditable-input {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.filters hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="file"] {
    border: 0px;
    width: auto;
}

.form-control, .form-control:focus, .form-control:hover, .form-control:active {
    /* width: 70% !important; */
    box-shadow: none;
}

.bs-searchbox .form-control {
    width: 100% !important;
}

.dojo-input-group {
    width: 73%;
    z-index: 1;
}

.home-icon a {
    padding: 0 !important;
}

.hilite,
.hilite1 {
    background: #FF0;
}

.hilite2 {
    background: #A9DBA9;
}

.hilite3 {
    background: #F89406;
}

.hilite4 {
    background: #F8B9B7;
}

.hilite5 {
    background: #BCE8F1;
}

#swagger-ui-container h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
}

#swagger-ui-container h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
}

#swagger-ui-container .footer {
    display: none !important;
}

div#header {
    background: #FFF;
}

.zero {
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

body #header form#api_selector .input input#input_apiKey {
    width: 500px;
}

.prod_name {
    padding-right: 15px;
    white-space: nowrap;
    width: 1px;
}

.breadcrumb a.active {
    color: #1E1A1F !important;
}
.breadcrumb-item.active {
    color: #1E1A1F !important;
}
.breadcrumb>li+li:before{color: #1E1A1F !important;}
.badge.badge-count {
    background-color: #235594;
}

.badge.badge-count.badge-count0 {
    background-color: #235594;
    border-radius: 10px !important;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.dropdown-toggle-h {
    display: none;
    visibility: hidden;
}

a.eng_link {
    margin-bottom: 10px;
}

.ui-helper-reset {
    font-size: 96%;
}

#tabs.ui-widget {
    font-size: .8em;
}

form.metric_form,
form.metric_form select,
form.metric_form p,
form.metric_form ul,
form.metric_form ul li {
    list-style-type: none;
    font-size: 11px
}

form.metric_form label {
    font-size: 11px
}

form.metric_form input[type='submit'] {
    vertical-align: text-bottom;
}

form.metric_form p label {
    font-weight: 700;
}

.filters .panel-body {
    padding: 10px 12px;
}

.white-box {
    padding: 10px;
    background: #fff;
    border-radius: 16px;
}

.filters .panel-heading {
    border-top: 1px solid #ddd;
}

.filters .panel-heading:first-child {
    border-top: 0px solid #ddd;
}

.panel-blue .panel-heading,
.panel-blue {
    color: #f5f5f5;
    background-color: #546474 !important;
    border-color: #546474 !important;
}

.panel-blue a {
    color: #546474;
}

.panel-blue a:hover {
    color: #38434d;
}

.nowrap {
    white-space: nowrap;
}

.metrics-chart {
    height: 300px;
}

.metrics-half-chart {
    height: 300px;
    width: 460px;
    display: inline-block;
    margin-bottom: 40px;
}

.table-400 {
    width: 40%;
}

.table-600 {
    width: 66%;
}

.table-full {
    width: 100%;
}

.metric-half {
    display: inline-block;
    vertical-align: top;
    width: 38%;
}

.field-help-text {
    display: block;
    font-size: 75%;
    margin: -10px 1px 10px;
}

.error-page-box {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}

.inline-block {
    display: inline-block;
}

a.search-finding {
    color: #09d;
}

.no-bullets {
    list-style: none;
}

.inline-form,
.inline-label {
    display: inline;
}

div#upload-risk form select[multiple="multiple"] {
    height: 400px;
    width: auto;
}

.controls.file label {
    width: 20%;
    text-align: center;
}

.protip {
    text-align: center;
    margin-bottom: 10px;
}

.control-group input[type="file"] {
    display: inline-block;
    width: 0;
}

form#replace_risk_file label {
    text-align: center;
    width: 88px;
}

form#replace_risk_file input[type="file"] {
    display: inline-block;
    width: 0;
}

form ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px
}

form ul#id_accepted_findings {
    list-style: none;
    margin-left: 0;
    overflow: scroll;
    max-height: 500px;
}

form ul#id_accepted_findings li {
    padding: 5px;
}

form ul#id_accepted_findings li:nth-child(odd) {
    background-color: #f0f0f0;
}

div#upload-risk .helptext,
div.show_add_findings_form .helptext {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: auto;
    text-align: center;
}

a.accept-all-findings {
    cursor: pointer;
}

div.danger-zone {
    padding: 0;
    text-align: center;
}

div.danger-zone h3 {
    margin: 0px;
}

div.danger-zone p {
    margin-top: 10px;
}

.meta_profile {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f0f0f0;
    border: 1px solid;
    border-color: #d0d0d0;
    border-radius: 4px;
    color: #000;
    padding: 8px 35px 8px 14px;
}

.meta_profile b {
    display: inline-block;
    width: 40%;
}

ul.messages {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 5px;
}

.messages li {
    display: block;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 2px 3px;
}

.top,
form ul#id_accepted_findings input {
    vertical-align: top;
}

.messages li.warning {
    color: #c09853;
}

.messages li.error {
    color: #b94a48;
}

.Pass,
.messages li.success {
    color: #468847;
}

.pass_fail {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f89406;
    color: #fff;
    display: inline-block;
    font-size: 11.844px;
    font-weight: 700;
    line-height: 14px;
    padding: 2px 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.dojo-sup {
    font-size: smaller;
    vertical-align: super;
}

.Fail {
    background-color: #b94a48;
}

.Pass {
    background-color: #468847;
}

.severity {
    font-size: 80%;
}

.severity-Info {
    background-color: #888888;
}

.severity-Low {
    background-color: #546474;
}

.severity-Medium {
    background-color: #FBE413;
}

.severity-High {
    background-color: #f09835;
}

.severity-Critical {
    background-color: #d9534f;
}

.age-red {
    background-color: #d9534f;
}

.age-green {
    background-color: green;
}

.age-blue {
    background-color: blue;
}

.age-orange {
    background-color: #EE7600;
}

.dojo-search {
    clear: right !important;
    display: inline-block !important;
    float: right !important;
    margin: 0 !important;
}

.pagination {
    margin: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #546474;
    border-color: #546474;
}

.pagination-in-panel {
    /* margin-left: 10px !important;
    margin-right: 10px !important; */
}

#risk_acceptance table form {
    margin: 0;
}

#risk_acceptance table td {
    vertical-align: middle;
}

div.eng_info {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 10px;
    min-height: 135px;
    padding: 7px;
    width: 280px;
}

div.prod_info {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

br {
    border: 0;

}

.filters h3 {
    /* font-size: 122% !important;
    line-height: 20px;
    margin: 0px 0 5px 0 !important; */
}

.filters .helptext {
    display: none;
}

.table-bordered th {
    background-color: #fdf5f5 !important;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    background: #fff;
}

span.report_note {
    display: inline-block;
    font-size: 11px !important;
}

span.report_note * {
    font-size: 11px !important;
}

div.pagination li form {
    display: inline-block;
    margin-left: 3px;
}

div.pagination li form select {
    display: inline-block;
    font-size: 11px;
    width: auto;
}

div.page_select {
    float: left;
}

input#simple_search {
    width: 100% !important;
}

.support-page-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.support-container {
    display: flex;
    width: 75%;
    margin-bottom: 150px;
}

.support-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.support-box.shape {
    border-radius: 12px;
    padding: 10px 25px 25px 25px;
    margin: 0px 10px 0px 10px;
    transition: transform .5s;
}

.community {
    color: #546474 !important;
    background-color: #e7e7e7 !important;
}

.commercial {
    color: #e7e7e7 !important;
    background-color: #1d4565 !important;
}

.support-box.hover:hover {
    transform: translateY(-10px);
}

.btn-primary.support {
    font-size: 16px;
    font-weight: 500;
    padding: 10px !important;
    border-radius: 6px !important;
    margin: 20px 10px 0px 10px !important;
    border: none !important;
}

.btn-primary.support.dark:hover {
    color: #546474 !important;
    background-color: #f7f7f7 !important;
}

.btn-primary.support.light:hover {
    color: #e7e7e7 !important;
    background-color: #235175 !important;
}

.divider {
    border-bottom: 1px solid;
    margin: 10px 25px 15px 25px;
}

.divider.dark {
    border-color: #546474 !important
}

.divider.light {
    border-color: #e7e7e7 !important
}

.dojo-modals-wrapper {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.footer {
    border: none;
}

.footer img {
    opacity: .7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.footer img:hover {
    opacity: 1
}
.metric-data{
    margin-top: 13px !important;
}

.metric-data .row {
    margin-bottom: 40px;
}

.navbar a.brand {
    margin: 0;
    padding: 0;
}

.metric-data .well {
    padding: 7px;
    font-size: 12px !important;
}

.metric-data h4 {
    font-size: 14px;
    font-weight: bold;
}

body {
    padding: 70px 0px 15px 0;
}

body.popup {
    padding-top: 0;
}

html,
body,
.container {
    height: 100%;
}

body>.container {
    height: auto;
    min-height: 100%;
}

body #header form#api_selector .input a#explore:hover,
body #header form#api_selector .input a#explore {
    background-color: #09d !important;
}

.controls ul {
    list-style-type: none;
    margin: 0
}

div.dataTables_wrapper div.dataTables_filter {
    margin: 10px !important;
}

.app-title{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
}

.navbar li.search-form {
    width: 170px
}

label,
input,
button,
select,
textarea {
    font-size: 14px
}

ul.left {
    text-align: left
}

.breadcrumb.main {
    margin-bottom: 0;
    margin-left: -10px;
    background: transparent;
    font-weight: 500;
}

.form-read-only {
    margin-left: 20px;
}

.centered {
    text-align: center;
}

.centered table {
    margin: auto;
    text-align: left;
}

table.centered th {
    text-align: center;
}

table.centered td {
    text-align: center;
}

.text-critical {
    color: #cb4541
}

.text-high {
    color: #ec6561
}

.text-medium {
    color: #e8864f
}

.text-low {
    color: #45C269
}

input[type="checkbox"] {
    display: inline;
    width: 22px;
    vertical-align: middle;
    margin-top: 4px;
    border: 0;
    padding: 0px;
    box-shadow: none
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 500px;
    min-width: 0;
}

.footer {
    font-size: x-small
}

.footer img.logo {
    width: 5%;
    height: 5%;
}

td .fa-fw {
    font-size: 18px;
}

.same-height-panel-row .panel {
    min-height: 150px;
}

.view-finding .panel-body pre,
.endpoints pre {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: normal;
}

h4.finding-title {
    width: 90%;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 180px;
    }

    .dl-horizontal dd {
        margin-left: 200px;
    }

}

.panel-heading span.clickable {
    cursor: pointer;
}

#test-pulldown .popover-content {
    color: #000000;
}

span.endpoint_product {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

#vuln_endpoints ul {
    list-style-type: square;
    margin-left: 5px;
    padding-left: 5px;
    width: 100%;
}

.endpoint-panel {
    overflow-x: scroll;
    max-height: 300px;
}

.endpoints i.fa-circle {
    font-size: 7px;
    vertical-align: middle;
}

.dropdown-menu>li>a.text-danger {
    color: #a94442 !important;
    ;
}

.dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    width: 295px;
}

.dropdown-menu a {
    text-decoration: none !important;
    letter-spacing: 0.04em;
    color: #000000 !important;
    ;
}

th .fa-sort-asc {
    vertical-align: -3px
}

th .fa-sort-desc {
    vertical-align: 3px
}

th a {
    color: #333;
    width: 100%;
    display: inline-block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2eclin');
    src: url('../fonts/icomoon.eot?2eclin#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?2eclin') format('truetype'),
        url('../fonts/icomoon.woff?2eclin') format('woff'),
        url('../fonts/icomoon.svg?2eclin#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-grab-reorder-down:before {
    content: "\e902";
}

.icon-grab-reorder-up:before {
    content: "\e903";
}

.icon-grab-reorder:before {
    content: "\e904";
}

.icon-add-template:before {
    content: "\e900";
}

.icon-plusminus:before {
    content: "\e800";
}

.icon-page-break:before {
    content: "\e901";
}

.icon-user-check:before {
    content: "\e975";
}

#side-menu ul a {
    /*border-top: 1px solid #ddd;*/
    border-radius: 4px;
}

li#minimize-menu-li {
    display: none;
    visibility: hidden;
}

div.custom-search-form {}

.announcement-banner {
    margin: 10px;
    border-radius: 30px;

}

@media (min-width: 795px) {
    div.custom-search-form {}
}

@media (min-width: 945px) {
    div.custom-search-form {}
}

@media (min-width: 320px) {
    #page-wrapper {
        margin: 75px 0 0 0;
    }

    #footer-wrapper {
        margin: 75px 0 0 0;
    }
}

@media (min-width: 359px) {
    #page-wrapper {
        margin: 100px 0 0 0;
    }

    #footer-wrapper {
        margin: 100px 0 0 0;
    }
}

@media (min-width: 600px) {
    #page-wrapper {
        margin: 50px 0 0 0;
    }

    #footer-wrapper {
        margin: 50px 0 0 0;
    }
}

@media (min-width: 768px) {
    .sidebar {
        width: 175px
    }



    li#minimize-menu-li {
        display: inline-block;
        visibility: visible;
    }

    div.custom-search-form {}

    #side-menu li a span.arrow {
        display: none
    }

    #side-menu li {
        position: relative;
        border-radius: 4px;
    }

    #side-menu>li ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 200px;
        height: auto !important;
        display: none;
        z-index: 10000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-left-width: 0;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    /* #side-menu > li.mm-active ul, */
    #side-menu>li:hover ul {
        display: block !important;
    }

    body.max #page-wrapper {
        margin: 0 0 0 235px;
        /* border-left: 1px solid #e7e7e7; */
    }

    body.min #page-wrapper {
        margin: 0 0 0 20px;
   
    }

    body.min #footer-wrapper {
        margin: 0;
    }

    body.min div.navbar-default.sidebar {
        display: none;

    }

    body.max div.navbar-default.sidebar {
        width: 232px;
        height: calc(120vh - 148px);
        background: white;
        border-radius: 6px;
        overflow-y: auto;
        padding: 10px;
        margin-top: 60px;
        /* margin-bottom: 61px; */
        /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
        /* left: -15px; */
    }

    body.min div.navbar-default.sidebar li a span {
        display: none;
    }

    body.max div.navbar-default.sidebar li a i {
        font-size: 18px;
        border-radius: 50%;
        /* background-color: #fff; */
        /* width: 40px; */
        width: 24px;
        display: inline-block;
        margin: 0 5px 0 0;
        color: #4c444d;
    }

    .navbar-header {
        width: 525px;
    }

    #min-menu {
        display: flex;
        align-items: center;
        float: right;
        gap: 6px;
        height: 40px; 
    }

    #min-menu img {
        width: 26px;
        height: 26px;
        display: block; /* removes any unwanted space */
    }

    body.min div.navbar-default.sidebar li a i {
        display: none;

    }

    body.min div.navbar-default.sidebar li a i.fa-solid.menu-arrow {
        display: none;
    }

    body.max div.navbar-default.sidebar li a i.fa-solid.menu-arrow {
        position: absolute;
        left: 14px;
        top: 15px;
        margin-top: -10px;
        font-family: 'Font Awesome 6 Free';
        line-height: 20px;
        font-size: 11px !important;
        height: auto;
    }

    body.min #min-menu i:before {
        content: "\f100" !important;
    }

    body.max #min-menu i:before {
        content: "\f101" !important;
    }



}

#toTop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 95px;
    right: 40px;
    cursor: pointer;
    display: none;
    
    /* Center the icon */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Optional: Smooth hover effect */
    transition: background-color 0.3s;
}

#toTop:hover {
    background-color: #0b5ed7; /* darken if using Bootstrap primary */
}

.dojo-filter-set * {
    /* font-size: 11px; */
}

.dojo-filter-set.form-inline .form-group {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.dojo-filter-set.form-inline .filter-form-group {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    flex-grow: 4;
    align-content: stretch;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.dojo-filter-set.form-inline .filter-form-input {
    margin-right: 25px;
    margin-bottom: 10px;
}

.dojo-filter-set.form-inline .filter-form-control {
    width: auto !important;
    vertical-align: middle;
}

.dojo-filter-set.form-inline .form-control {
    /* height: auto !important; */
}

/* .report-filter-set {
        padding-left: 10px;
    } */

.report-filter-set .form-group {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.finding-list .panel-body,
.finding-list table {
    font-size: .95em !important;
}

.dojo-filter-set.form-inline select[multiple=multiple] {
    width: 200px;
}

#the-filters {
    /* background-color: #f9f9f9; */
}

#the-filters-open {
    background-color: #ffffff;
}

#the-filters-paused {
    background-color: #ffffff;
}

#the-filters-closed {
    background-color: #ffffff;
}

.panel-default {
    border: none;
    background: white;
    border-radius: 6px !important;
    box-shadow: none; margin-bottom: 10px;
}

.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-heading .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-default>.panel-comments {
    color: black;
    font-size: 12px;
    padding: 10px 10px;
    background-color: #ECECEC;
    border-color: #A1C0D7;
    border: 1px solid #dddedf;
}

.panel-default>.panel-heading {

    font-size: 20px;
    background-color: white;
    border-radius: 6px !important;
    border-style: none;
    font-weight: 500;
    padding:  10px 16px;
    color: #333;
    overflow: auto;
    overflow: visible;
}

.heading-box {

    font-size: 20px;
    background-color: transparent;
    border: none;
    font-weight: 500;
    background: rgba(102, 102, 102, 0.1);
    border-radius: 6px !important;
    padding: 5px 15px;
    color: #333;
    margin-bottom: 7px;
    overflow: auto;
    overflow: visible;
}

.heading-box h3.has-filters {
    line-height: 27px;
    /* padding: 10px; */
}

h3.has-filters {
    padding: 0px 0;
    overflow: visible;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.panel-default>.panel-heading a,
.panel-default>.panel-heading small {
    /* color: #fff; */
}

.panel-default>.panel-heading a {
    text-decoration: underline;
}

.editor-toolbar{
    background-color: white;
    border: none;
}

.panel-default>.panel-heading a:hover {
    color: #546474;
}

.panel-default-secondary {
    border: 1px solid #dddedf;
    border-top-style: none;
}

.panel-default-secondary.border-top-1 {
    border-top: 1px solid #dddedf;
}

.panel-default-secondary>.panel-heading {
    /* color: white;
    background-color: #546474;
    border-style: solid;
    border-color: #536473; */
}

.panel-heading .text-muted {
    color: #4b4b4b;
}

.panel-body.product-graphs {
    padding-left: 0;
    padding-right: 0;
    /* background-color: #fff; */
}

.product-graphs .panel-body {
    /* border-right: 1px solid #dcdedf;
    border-left: 1px solid #dcdedf; */
}

.graph {
    min-height: 158px;
}

.graph-loader {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel-footer {
    background-color: white;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.panel-footer .btn {
    line-height: 25px;
}

.panel-footer small {
    color: #246c91;
}

div.dt-buttons {
    margin: 10px 10px 10px 6px !important;
}

table#product_types .btn-success {
    background-color: #546474;
    border-color: #546474;
}

table#product_types .btn-success:hover {
    background-color: #3d4a58;
    border-color: #3d4a58;
}

.btn-warning {
    border-radius: 20px !important;
}

table#product_types .btn-warning {
    background-color: #149b7e;
    border-color: #149b7e;
}

table#product_types .btn-warning:hover {
    background-color: #11876e;
    border-color: #11876e;
}

span.pull-right.clickable i.glyphicon-chevron-up,
span.pull-right.clickable i.glyphicon-chevron-down {
    color: #546474;
}

.finding-description {
    max-height: 500px;
    overflow-y: scroll;
}

.finding-description::-webkit-scrollbar {
    -webkit-appearance: none;
}

.finding-description::-webkit-scrollbar:vertical {
    width: 13px;
}

.finding-description::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.finding-description::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.highlight {
    background-color: rgb(255, 255, 123);
}


.benchmark_pass {
    background-color: #dff0d8;
}

.benchmark_fail {
    background-color: #f2dede;
}

.benchmark_disabled {
    background-color: #eaedf2
}

form#quick-add-form {
    display: inline-block;
    width: 40%;
}

.dojo-filter-heading {
    background-color: #EBF4FB;
    margin: 0px;
    padding: 5px 10px;
    border-radius: 0px;
    border: 1px solid #A1C0D7;
    /* margin-left: -16px;
    margin-right: -16px; */
    /* margin-top: -16px; */
    font-size: 15px;
    margin-bottom: 15px;
}

.well {
    padding: 7px !important;
}

.well p{
    margin-bottom: 0px !important;
}

.dojo-report-heading {
    margin-top: 15px;
    /* margin-left: -16px;
    margin-right: -16px; */
    background-color: #EBF4FB;
    border-radius: 0px;
    border: 1px solid #A1C0D7;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

div.potential-finding,
div.potential-finding div.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

a.template-popover:hover {
    cursor: url(../img/zoom-in.cur), zoom-in;
}

.popover {
    max-width: 500px;
}

#template_findings div.popover {
    width: 50% !important;
    max-width: 50% !important;
}

#template_findings div.popover .popover-content {
    overflow: hidden;
}

.panel-body {
    padding: 10px 16px;
}

.panel-available-widget {
    border: none !important;
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 0 0 10px 10px !important;

}

.panel-heading.ui-sortable-handle {
    margin-top: 10px;
}

.panel-available-widget .panel-heading {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid black;
    background-color: #f5f5f5;
}

.panel-available-widget .form-group * {}

.panel-available-widget .form-control {
    width: 100%;
    height: auto;
}

.panel-available-widget .bootstrap-select.form-control {
    height: 31px;
}

.panel-available-widget .panel-heading h5 {
    margin: 0;
}

.panel-available-widget .panel-heading hr {
    margin: 7px 0;
}

.available-widgets .panel-available-widget .panel-body {
    display: none;
}

ul#sortable1,
ul#sortable2 {
    padding: 0;
    list-style-type: none;
}

ul#sortable1 li div.panel-heading:hover,
ul#sortable2 li div.panel-heading:hover {
    cursor: default;
}

.available-widgets .ui-state-highlight,
.in-use-widgets .ui-state-highlight {
    height: 35px;
    line-height: 1.2em;
    border: 2px dotted #d0d0d0;
    margin-top: 3px;
    margin-bottom: 20px;
}

.available-widgets .ui-state-highlight:first-child,
.in-use-widgets .ui-state-highlight:first-child {
    margin-top: 0px;
    margin-bottom: 10px;
}

hr.report-page-break {
    padding: 0;
    border: none;
    border-top: thin dashed #333;
    color: #505050;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    font-size: 14px;
}

hr.report-page-break:before {
    content: "Page Break";
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 0.25em;
    background: #F5F5F5;
}

.editor * {
    font-size: 1em !important;
}

.editor ul {
    list-style-type: disc;
    padding: 0 40px;
}

.editor {
    overflow: scroll;
    min-height: 250px;
}

.in-use-widgets .report-filter-set .btn-sm {
    padding: 6px 10px;
}

.btn-tag {
    background: #3498db;
    border-radius: 3px;
    border-color: #ddd;
    color: #ffffff;
    font-size: 90%;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

.btn-grade {
    border-radius: 2px;
    border-color: #ddd;
    color: #ffffff;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
}

.tag-all {
    background: #3498db;
    text-decoration: none;
}


.A {
    background: #4ec83d;
}

.B {
    background: #ffa100;
}

.C {
    background: #FFBD33;
}

.D {
    background: #cc3300;
}

.F {
    background: #ef251e;
}

.white-color {
    color: #FFFFFF;
}

div.tags .label {
    font-size: 90;
    display: inline-block;
    padding: .6em .3em;
}

.tag-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    color: #fff;
    border-radius: .25em;
    text-decoration: none;
    text-decoration-style: solid;
}

.tag-color {
    background: #556270;
    border: 1px solid #fff !important;
}

.tag-version {
    background: rgba(32, 166, 216, 0.7);
    border: 1px solid #fff !important;
}

.happy-green-color {
    color: green;
}

.warning-color {
    background: red;
}

.amber-color {
    background: #ffc107;
}

.amber-color-with-padding {
    background: #ffc107;
    padding: .2em .6em .3em;
}

.tag-label:link {
    color: white;
    text-decoration: none;
}

.tag-label:hover {
    color: white !important;
    text-decoration: none;
}

.tag-label:active {
    color: white;
    text-decoration: none;
}

.tag-label:visited {
    color: white;
    text-decoration: none;
}

#finding_pic,
.modal_finding_pic:hover {
    cursor: url(../img/zoom-in.cur), zoom-in;
}

.product-detailed-info ol.product-detailed-info-numbers li {
    display: table-cell;
    width: 1%;
    padding: 5px 5px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 0;
    border-bottom-width: 0px;
    border-bottom-style: initial;
    border-bottom-color: initial;
}

.product-detailed-info ol.product-detailed-info-numbers li .language-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

mark {
    background: orange;
    color: black;
}

.btn-overdue {
    border-radius: 0px;
    border-color: #ddd;
    color: #ffffff;
    background: #ef251e;
    padding: 2px 2px 2px 2px;
    font-size: 90%;
}

.bg-vuln-critical {
    background-color: #D43F3A
}

.bg-vuln-high {
    background-color: #D57A1D
}

.bg-vuln-medium {
    background-color: #E4AB18
}

.bg-vuln-low {
    background-color: #4CAE4C
}

.bg-vuln-info {
    background-color: #357ABD
}

.bg-muted {
    background-color: #777
}

.vuln-count {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

small {
    font-size: 12px;
    font-weight: 400;
}

.fa-minus-square,
.fa-trash {
    color: red;
}

.fa-plus-square,
.fa-exchange,
.fa-share-square {
    color: green;
}

.fa-asterisk {
    color: blue;
}

#jira i:hover {
    cursor: pointer;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.lightgrey {
    color: lightgrey;
}

.red {
    color: red;
}

.no-italics {
    font-style: normal;
}

.select2-container {
    min-width: 200px;
}

.EasyMDEContainer .table {
    width: unset !important;
}

/* remove spinners (up & down arrow) for integer / number fields
/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* new css start */
body.login-main {
    padding: 0;
}

#login {
    height: 100vh;
    background-color: #FDF5F5;
    padding: 40px 20px;
    width: 610px;
}

.w-34[data-v-560ccae8] {
    width: 34%;
}

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

.is-align-items-center {
    align-items: center !important;
}

.is-justify-content-center {
    justify-content: center !important;
}

.is-flex-direction-column {
    flex-direction: column !important;
}

.is-flex-direction-row {
    flex-direction: row !important;
}

.fullwh {
    height: 100%;
    width: 100%;
}

.login-box {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    max-width: 450px;
    padding: 2.5rem 1.5rem;
}

.login-logo {
    text-align: center;
    width: 100%;
}

.login-logo img {
    width: 220px;
}

.login-box h3 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: #11142d;
    text-transform: uppercase;
    font-weight: 500;
}

.login-box .form-horizontal .control-label {
    width: 100%;
    text-align: left;
}

.login-box .form-horizontal .form-control {
    background-color: #FDF5F5;
    border-radius: 40px !important;
    border: 2px solid #e0e0e0 !important;
    box-shadow: none;
    padding-top: 5px;
    height: 50px;
    font-size: 14px;
    padding-left: 25px;
    width: 100% !important;
    transition: border-color 0.3s ease;
}

.login-box .form-horizontal .form-control:focus {
    border-color: #DD3731;
    outline: none;
    box-shadow: 0 0 0 2px rgba(221, 55, 49, 0.2);
}



.login-box .form-horizontal .form-group {
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    background: none;
}

.login-box .form-horizontal .form-group .col-sm-10 {
    width: 100%;
}

.login-box .form-horizontal .form-group .btn-success {

    border-color: #DD3731;
    text-transform: uppercase;
    background-color: #DD3731;
    border-radius: 30px !important;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;

}

.login-links {
    margin: 15px 0 0 0;
    padding: 0;
}

.login-links li {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.login-links li:first-child {
    border-right: 1px solid #e6e6f0;
}

.login-links li:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.w-66 {
    width: 66%;
    height: 100vh;
    background-color: #560d04;
}

.bg-login {
    background: url(../img/bg-login.jpg) no-repeat center center;
    background-size: cover;
    width: calc(100% - 610px);
}

@media (max-width: 1000px) {
    #login {
        width: 100%;
    }

    .bg-login {
        display: none !important;
    }

    .login-main #page-wrapper {
        margin: 0 !important;
        padding: 0;
    }
}

@media (min-width: 768px) {
    body.login-main #page-wrapper {
        margin: 0 0 0 0;
        border-left: none;
        padding: 0;
        min-height: 100vh;
    }
}

#page-wrapper {
    max-height: calc(100vh - 82px);
    min-height: auto !important;
    background-color: transparent;
    border-radius: 6px;
    padding: 0; border: none;
    /* overflow: auto; */
}

.header-main {
    /* padding: 8px 16px; */
}

.header-main nav {
    border-radius: 0%;
    background: #fff;
    /* border-radius: 6px; */
    padding: 3px 8px 3px 10px;
    border: none;
    min-height: 48px;
    width: 100%;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}

.navbar-top-links li {
    float: left;
}

.navbar-top-links li a {

    margin-bottom: 0;
}

.sidebar ul li a.active {
    background: rgb(243, 243, 243);
    font-weight: 500;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: transparent;
    /* border-radius: 0px; */
    display: flex;
    padding: 4px 15px 4px 20px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    color: rgba(76, 68, 77, 1);
    /* margin: 0 0 10px; */
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgb(243, 243, 243);
    /* border-radius: 100px; */
}

.nav>li.active>a {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
    background: rgb(243 243 243);
    /* border-radius: 40px !important; */
    display: flex;
    /* padding: 4px 7px 4px 7px; */
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    color: #4c444d;
    /* margin: 0 0 10px; */
}



.status .panel {
    border-radius: 16px !important;
    overflow: hidden;
}

.sidebar ul li {
    border-bottom: none;
}

body {
    background: #f5f5f5;
}

.navbar-top-links li a {
    min-height: auto;
}

#custom_search_form .input-group {
    position: relative;
    margin-right: 10px;
    background: #ffffff;
    border-radius: 20px;
    outline: none !important;
}

#custom_search_form .input-group input {
    height: 39px;
    background-color: white;
    border: solid 1px black;
    border-radius: 20px !important;
    box-shadow: none;
}

#custom_search_form .input-group .input-group-btn {
    position: absolute;
    right: 2px;
    top: 1px;
    border: none;
    width: 35px;
}

#custom_search_form .input-group .input-group-btn .btn {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 35px !important;
    color: #c1c1c1 !important;
    border: none;
}

/* #custom_search_form .input-group .input-group-btn .btn-primary:hover {
    color: white;
} */

*::-webkit-scrollbar {
    background-color: #0000;
    width: 8px;
    height: 8px
}

*::-webkit-scrollbar-thumb {
    background: #3f3f3f;
    border-radius: 10px;
    height: 50px
}

*::-webkit-scrollbar-corner {
    background-color: #0000;
    color: #fff
}

.input::-moz-placeholder {
    color: #00000080
}

.input::-webkit-input-placeholder {
    color: #00000080
}

.input:-moz-placeholder {
    color: #00000080
}

.input:-ms-input-placeholder {
    color: #00000080
}

/* .mm-collapse.collapse.in li a{padding-left: 10px;} */
.nav>li>a .arrow {
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -10px;
}

.glyphicon.arrow:before {
    content: "\e113";
}

body.min div.navbar-default.sidebar li:hover .collapse {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    height: auto !important;
    min-width: 130px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.sidebar{
    z-index: 1000;
}
body.min div.navbar-default.sidebar li:hover .mm-collapsing{
    display: block !important;
    position: absolute !important;
    left: 100% !important;
    top: 0;
    /* overflow: hidden; */
    height: auto !important;
    min-width: 130px;
    background: #fdf5f5;
    border-radius: 6px;
    padding: 10px 4px !important; 
    margin: 0;
    box-shadow: 0 .5em 1em -.125em #0a0a0a1a, 0 0 0 1px #0a0a0a05;
}
body.min div.navbar-default.sidebar li:hover .mm-collapsing a{
    text-transform: capitalize;
    white-space:nowrap;
    word-break: keep-all;
    padding: 5px 15px;
}

/* .btn-calender-apply{
    color: black;
    background-color: white;
    border: 1px solid #ddd;
}

.btn-calender-apply:hover{
    color: rgb(0, 0, 0) !important;
    background-color: rgb(243 243 243) !important;
    border: 1px solid #000000 !important;
} */

.navbar-default {
    background-color: transparent;
    border: none;
}


/*** custom.css ****/
.add-new-product .form-group input,
.add-new-product .editor-toolbar,
.add-new-product .bootstrap-select>.dropdown-toggle,
.add-new-product .bootstrap-select>select,
.add-new-product>span.select2-selection.select2-selection--multiple,
.add-new-product>.CodeMirror.cm-s-easymde.CodeMirror-wrap,
.CodeMirror.cm-s-easymde.CodeMirror-wrap,
span.select2-selection.select2-selection--multiple,
.add-new-product .checkbox input {
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.add-new-product input[type="checkbox"] {
    margin-top: 4px;
}

.add-new-product .checkbox input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    left: 2px;
    background-color: rgb(236 255 241 / 23%);
    border: 1px solid rgba(76, 68, 77, 1);
    border-radius: 3px;
    background-color: white;
}

.add-new-product .checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-color: rgb(236 255 241 / 23%);
    border: 1px solid #45c269;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 8px;
}

.filter-box .filter-set input,
.filter-box .filter-set .dropdown-toggle,
#report-options input,
#report-options .dropdown-toggle,
#table-of-contents input,
#table-of-contents .dropdown-toggle,
#endpoint-list input,
#endpoint-list .dropdown-toggle,
#cover-page input,
#cover-page .dropdown-toggle,
#wysiwyg-content input,
#wysiwyg-content .dropdown-toggle,
#wysiwyg-content .editor.form-control,
#finding-list input,
#finding-list .dropdown-toggle,
.endpoint-filters input,
.endpoint-filters .dropdown-toggle,
.dojo-filter-set input,
.dojo-filter-set .dropdown-toggle,
.calender-filter input {
    background: rgb(255, 255, 255);
    border: none;
    border-bottom: 1px solid rgba(76, 68, 77, 1);
    border-radius: 5px 5px 0 0 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #d7f5df !important;
}

.components-box .dropdown-menu>li>a {
    padding: 6px 20px;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: rgb(236 255 241 / 23%);
    border: 1px solid #7D747E;
    border-radius: 20px !important;
    height: 34px;
}

.filter-icon .toggle-filters,
.filter-icon .toggle-filters:hover,
.filter-icon .dropdown-toggle,
.filter-icon .dropdown-toggle:hover {
    background-color: transparent !important;
    border-style: none !important;
    color: #546474 !important;
    border: 1px solid #546474 !important;
    border-radius: 8px !important;
    line-height: 26px;
    margin-top: -5px;
}

/* .filter-set .btn-secondary{border-radius: 8px !important;     padding: 10px 20px;} */
.components-box .btn-default {
    border: 1px solid #7D747E;
    color: #DD3731;
    background: transparent;
    border-radius: 30px !important;
}

.components-box .btn-default:hover {
    background: rgba(117, 80, 133, 0.08);
    color: #DD3731;
    color: #fff;
}

.sidebar ul li ul li {
    padding-left: 0;
}

ul#side-menu1 svg, ul#side-menu1 i {
    margin-right: 10px;
}

ul#side-menu1.nav>li>ul>li>a {
    padding-left: 55px;
    margin-bottom: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sub-title {
    margin-bottom: 20px;
}

.panel-added-css .panel-available-widget .panel-heading {
    background: rgb(255, 255, 255);
    border: 1px solid black;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px !important;
}

.panel-added-css .panel-available-widget .panel-body {
    background-color: #fff;
    border-radius: 20px;
}

.radius-bl-br-24 {
    border: 0 0 24px 24px;
}

.dojo-filter-set.form-inline .filter-form-group {
    margin-right: 0;
    display: block;
}

.dojo-filter-set.form-inline .filter-form-input {
    margin: 0 7px 10px 7px;
    width: calc(25% - 14px);
    float: left;
}

.dojo-filter-set.form-inline .filter-form-input .form-control {
    width: 100% !important;
}

.dojo-filter-set.form-inline .filter-form-input .select2-container {
    min-width: 100%;
    width: 100% !important;
}


.dojo-filter-set.form-inline.product-filters .filter-form-group {
    margin-right: 0;
    display: block;
}

.dojo-filter-set.form-inline.product-filters .filter-form-input {
    margin: 0 7px 10px 7px;
    width: calc(25% - 14px);
    float: left;
}

.dojo-filter-set.form-inline.product-filters .filter-form-input .form-control {
    width: 100% !important;
}

.dojo-filter-set.form-inline.product-filters .filter-form-input .select2-container {
    min-width: 100%;
}

.dojo-filter-set.form-inline.components-filters .filter-form-group {
    margin-right: 0;
    display: block;
}

.dojo-filter-set.form-inline.components-filters .filter-form-input {
    margin: 0 7px 10px 7px;
    width: calc(20% - 14px);
    float: left;
}

.dojo-filter-set.form-inline.components-filters .filter-form-input .form-control {
    width: 100% !important;
}

.dojo-filter-set.form-inline.components-filters .filter-form-input .select2-container {
    min-width: 100%;
}


.filled-btn {
    color: #fff;
    background-color: #DD3731;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 15px;
    border-radius: 40px !important;
    font-size: 14px;
    outline: none !important;
    /*border-style: none!important;*/
}

.filled-btn i {
    color: #fff;
    margin-right: 7px;
}

.filled-btn:hover {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);

}

.outline-btn {
    color: #000000;
    outline: none !important;
    background-color: transparent;
    border: 1px solid #7D747E;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 40px !important;
    font-size: 14px;
}

.outline-btn i {
    color: #000000;
    margin-right: 7px;
}

.outline-btn:hover {
    background-color: rgba(117, 80, 133, 0.08);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.floting-input .form-control {
    box-shadow: none;
    border-radius: 0;
}

.floting-input {
    position: relative;
    /* background: rgba(244, 244, 244, 1); */

}

.floting-input label {
    color: #4C444D;
    font-size: 14px;
    margin-bottom: 16px;
    font-size: 14px;
    background-color: transparent;
    padding: 3px 5px 0 10px;
    font-weight: 500;
}

nav.mm-collapse.collapse.in {
    display: block;
    height: inherit !important;
}

.form-horizontal .form-group {
    width: 50%;
    float: left;
    margin: 0 8px 10px 8px;
    width: calc(50% - 16px);
    float: left;
    background: rgb(255, 255, 255);
    min-height: 57px;
}

.form-horizontal .form-group.btn-box {
    background-color: transparent;
    min-height: auto;
}

.form-horizontal .form-group.id_description,
.form-horizontal .form-group.id_name {
    width: calc(100% - 16px);
}

.form-horizontal .form-group .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    background-color: white;
}

.form-horizontal .form-group .col-sm-10 {
    width: 100%;
    padding: 0;
}

.form-horizontal .form-group .form-control {
    width: 100% !important;
    box-shadow: none;
    outline: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-horizontal .form-group .select2-container {
    width: 100% !important;
    min-width: inherit !important;
}


.form-horizontal .form-group .editor-toolbar,
.form-horizontal .form-group .editor-statusbar,
.form-horizontal .form-group .editor-preview-side,
.form-horizontal .form-group .CodeMirror {
    width: 100%;
}

.form-group.checkboxk-main {
    min-height: auto;
    background: none;
    width: calc(100% - 16px);
}

@media (max-width: 1000px) {

    .dojo-filter-set.form-inline .filter-form-input {
        width: calc(50% - 16px);
    }

    .dojo-filter-set.form-inline.product-filters .filter-form-input {
        width: calc(50% - 16px);
    }

    .dojo-filter-set.form-inline.components-filters .filter-form-input {
        width: calc(50% - 16px);
    }
}

@media (max-width: 768px) {

    .dojo-filter-set.form-inline .filter-form-input {
        width: calc(50% - 16px);
    }

    .dojo-filter-set.form-inline.product-filters .filter-form-input {
        width: calc(50% - 16px);
    }

    .dojo-filter-set.form-inline.components-filters .filter-form-input {
        width: calc(50% - 16px);
    }
}

@media (max-width: 600px) {

    .dojo-filter-set.form-inline .filter-form-input {
        width: calc(100% - 16px);
    }

    .dojo-filter-set.form-inline.product-filters .filter-form-input {
        width: calc(100% - 16px);
    }

    .dojo-filter-set.form-inline.components-filters .filter-form-input {
        width: calc(100% - 16px);
    }

    .form-horizontal .form-group {
        width: calc(100% - 16px);
    }
}

.form-group .editor-toolbar,
.form-group .editor-statusbar,
.form-group .editor-preview-side,
.form-group .CodeMirror {
    width: 100% !important;
}

.login-box .form-horizontal .form-group {
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    background: none;
}

.login-logo {
    margin-bottom: 20px;
}





#the-filters {
    /* background-color: #f9f9f9; */
    margin-top: 10px;
    border: none;
    background: #fff;
    padding: 16px 8px;
    border-radius: 10px;
}

.btn-default {
    color: #546474 !important;
    border: 1px solid #546474 !important;
    border-radius: 15px !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F4F4F4 !important;
}

.pagination-main {
    background-color: #Fff;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none !important;
}

.danger-zone .form-horizontal {
    overflow: hidden;
}

.danger-zone .form-horizontal .form-group {
    background-color: transparent;
}

.panel-danger>.panel-heading {
    border-radius: 20px !important;
}

.panel-danger {
    border-radius: 20px !important;
}

.wysiwyg-content .form-group.id_heading,
.wysiwyg-content .form-group.id_content {
    width: calc(100% - 14px);
}

#id_heading{
    margin-bottom: 20px !important;
}

.form-horizontal .form-group .bootstrap-select>.dropdown-toggle {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
    background: none !important;
    padding-left: 0;
}

.login-main .announcement-banner {
    position: absolute;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 10px;
    /* border: 1px solid white; */
    border-radius: 6px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}

.report-filter-set .reportsbuilder-filters .form-group {
    float: left;
    margin: 0 7px 10px 7px;
    width: calc(50% - 14px);
    float: left;
    background: rgb(255, 255, 255);
    min-height: 57px;
}

.report-filter-set .form-group .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.report-filter-set .bootstrap-select .dropdown-toggle {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(76, 68, 77, 1) !important;
}

@media (max-width: 768px) {
    .report-filter-set .reportsbuilder-filters .form-group {
        width: calc(100% - 14px);
    }
}

.floting-input .form-control {
    border-radius: 0;
    width: 100% !important;
    box-shadow: none;
    background: rgb(255, 255, 255) !important;
    border: none !important;
    border-bottom: 1px solid rgba(76, 68, 77, 1) !important;
    padding: 0px 5px 7px 9px;
    height: 29px;
}



h3.has-filters .btn {
    width: 37px;
    padding: 0;
    height: 37px;
    line-height: 37px;
    border-radius: 40px !important;
    margin-top: 0;
}

h3.has-filters .btn:hover {
    border-radius: 40px !important;
    margin-top: 0;
}
h3.has-filters .btn.btn-secondary.toggle-filters{border: none !important;}
h3.has-filters .btn.btn-secondary.toggle-filters:hover{border: 1px solid #7D747E !important;}


h3.has-filters .btn.btn-primary{border: 1px solid black; background: white;
 color: #000 !important;}
h3.has-filters .btn.btn-primary:hover{ box-shadow: none; background-color: rgb(243 243 243) !important; color: black !important;    border: 1px solid #000000;}

.panel.panel-default.table-responsive {
    margin-bottom: 10px;
    /* margin-top: 10px; */
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 29px !important;
}

.floting-input button.dropdown-toggle {
    border: none !important;
    border-radius: 0 !important;
    background: none;
    padding-top: 0px !important;
    padding-bottom: 4px;
}

.filter-form-input .form-control.dropdown.bootstrap-select, .floting-input .form-control.dropdown.bootstrap-select  {
    padding-top: 0;
    padding-bottom: 0;
}

.hover-logo {
    display: none !important;
}

.navbar-brand:hover .hover-logo {
    display: inline-block !important;
}

.navbar-brand:hover .main-logo {
    display: none !important;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    height: 29px;
}

.floting-input .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(76, 68, 77, 1);
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 4px !important;
}

.navbar-fixed-top {
    position: fixed;
}

.min .sidebar ul li a.menu-icon {
    padding: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    margin-right: 0;
    text-align: center;
    line-height: 36px; display: block;
}

.min .sidebar ul li a.menu-icon svg {
    display: inline-block;
    /* margin: 0 !important; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    margin-right: 0;
}

.mm-active .nav.mm-collapse.mm-show.collapse.in {
    display: block;
}

.min nav.mm-collapse.collapse.in {
    display: none;
}

.min .mm-active .nav.mm-collapse.mm-show.collapse.in,
.min .mm-active .nav.mm-collapse.mm-show.collapse.in,
.min .metismenu .mm-collapse.in:not(.mm-show) {
    display: none;
}

.nav.mm-collapse.mm-show.collapse {
    display: block;
}

.min .nav.mm-collapse.mm-show.collapse {
    display: none;
}

.min .mm-active .nav.mm-collapse.mm-show.collapse.in {
    display: none;
}

.min .mm-active:hover .nav.mm-collapse.mm-show.collapse.in {
    display: block;
}

.metismenu li:hover nav.mm-collapse.collapse {
    display: block !important;
}

/* .metismenu .mm-collapse.in:not(.mm-show) {
    display: block; height: auto !important;
} */
.metismenu li a span.arrow.glyphicon::before {
    content: "\e113";
}

.metismenu li.mm-active a span.arrow.glyphicon::before {
    content: "\e114";
}

.nav>li>a .fa-solid.menu-arrow {
    position: absolute;
    left: 14px;
    top: 8px;
    margin-top: -10px;
    font-family: 'Font Awesome 6 Free';
    line-height: 10px;
    font-size: 14px !important;
}

.metismenu li a i.fa-solid.menu-arrow::before {
    content: "\f0da";
}

.metismenu li.mm-active a i.fa-solid.menu-arrow::before {
    content: "\f0d7";
}

.min .collapse.mm-collapse {
    background: #fdf5f5;
    border-radius: 16px;
    padding: 10px 4px;
    box-shadow: 0 .5em 1em -.125em #0a0a0a1a, 0 0 0 1px #0a0a0a05;
}

.min .collapse.mm-collapse li {
    margin: 0;
    padding: 0;
}

.min .collapse.mm-collapse li a {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 15px;
    border-radius: 8px;
    white-space: nowrap;
}

.status .panel.panel-dojo-red {
    background-color: white;
    min-height: 157px;
    border-radius: 6px !important;
}

.status .panel.panel-dojo-red .panel-footer {
    background-color: white;
    border-top: 1px solid #D8C2BF;
    text-align: center;
}

.panel-dojo-red .huge {
    font-size: 36px;
    font-weight: 500;
}

.dash-bord-text {
    font-size: 16px;
    font-weight: 500;
    min-height: 25px;
    width: 105%;
}

.navbar-fixed-top .navbar-collapse {
    height: inherit;
}

.nav.inner-tab-sec>li.active>a {
    border-radius: 20px !important;
    color: #000;
    background-color: rgb(243 243 243) !important;
    border: 1px solid black;
}

.inner-tab-sec.nav-tabs>li {
    margin-right: 10px;
}

.inner-tab-sec.nav-tabs>li a {
    color: #000000;
    background-color: transparent;
    border: 1px solid #7D747E;
    border-radius: 20px;
    padding: 7px 15px;
}

.btn-secondary-dashboard{
    color: #DD3731;
    background-color: transparent;
    border: 1px solid #7D747E !important;
    border-radius: 20px;
}

.btn-secondary-dashboard:hover{
    background: #DD3731;
    color: white !important;
}

.dropdownMenu1-dash{
    border: 1px solid black;
    background: white;
    color: #000 !important;
}
.dropdownMenu1-dash:hover{
    background-color: rgb(243 243 243) !important;
    color: black !important;
    border: 1px solid #000000;
}

.inner-tab-sec.nav-tabs>li .dropdown-menu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: transparent;
    border-radius: 40px;
    display: flex;
    padding: 4px 20px 4px 30px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    color: rgba(76, 68, 77, 1);
    margin: 0 0 10px; border: none;
}
.inner-tab-sec.nav-tabs>li .dropdown-menu a:hover{background: transparent; color: #DD3731;}
.inner-tab-sec.nav-tabs>li a i,
.inner-tab-sec.nav-tabs>li a .fa-solid {
    margin-right: 5px;
}

.inner-tab-sec.nav-tabs>li a:hover {
    color: black !important;
    background-color: rgb(243, 243, 243) !important;
    /* border: 1px solid black; */
}

.panel-default>.panel-heading h3 {
    line-height: 27px;
}

.panel-default>.panel-heading h3 span {
    margin-right: 7px;
}
.panel-default>.panel-heading h3 span.pull-right{margin-right: 0;}
.panel-default>.panel-heading h3 a .glyphicon{font-size: 14px; display: inline-block; padding-top: 5px;}
a.dropdown-toggle.dropdown-toggle-alerts {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    display: block;
    padding: 0;
    margin-bottom: 0;
    color: #414941;
    text-align: center;
    line-height: 40px;
    font-size: 14px; 
}
a.dropdown-toggle.dropdown-toggle-alerts:hover{
    background: #FDF5F5;}
    a.dropdown-toggle.dropdown-toggle-alerts:hover i{color: #DD3731;}
a.dropdown-toggle.dropdown-toggle-alerts .badge-count {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    padding: 0;
    right: 1px;
    top: -1px;
    border-radius: 100%;
}

.user-icon-right-header:hover{
    padding: 4px 4px;
    background-color: transparent !important;
    border-radius: 100% !important;
    margin-left: 3px; 
}
a.dropdown-toggle.user-dash-drop {
    /* width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    padding: 0;
    margin-bottom: 0; */
    /* margin-left: 10px; */
    /* color: #414941;
    text-align: center;
    line-height: 40px;
    font-size: 21px; */
}

.form-container {
    margin-bottom: 10px;
    padding: 15px;
    background-color: transparent;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    max-height: 100%;
    overflow-y: auto;
    overflow-x: clip;
    border-radius: 6px;
}

.form-container *{
    background-color: transparent;
}
a.dropdown-toggle.user-dash-drop:hover{ background: #FDF5F5;}
a.dropdown-toggle.user-dash-drop:hover i{ color: #DD3731;}
.navbar-top-links .dropdown-alerts {
    background: #F1F1F1;
    box-shadow: 0px 2px 6px 2px #00000026;
    box-shadow: 0px 1px 2px 0px #0000004D;
}

.navbar-top-links .dropdown-alerts li {
    width: 100%;
    position: relative;
    padding: 5px 10px 5px 40px;
    color: #1A1C19;
    border-bottom: 1px solid #d9d9d9;
}

.navbar-top-links .dropdown-alerts li i {
    position: absolute;
    left: 11px;
    top: 8px;
    font-size: 17px;
}

.navbar-top-links .dropdown-alerts li a {
    padding: 0;
}

.navbar-top-links .dropdown-alerts li a.btn.btn-secondary {
    display: inline-block;
    padding: 7px 20px;
    color: #DD3731;
    background-color: transparent;
    border: 1px solid #7D747E !important;
    border-radius: 20px;
}

.alert-small-text {
    font-size: 12px;
    color: #414941;
}

.panel-default>.panel-heading h3 span.caret,
.panel-default>.panel-heading h3 span.fa-solid {
    margin-right: 5px;
}

.navbar-top-links .dropdown-alerts {
    max-height: 300px;
    overflow: auto;
    padding: 0;
}

.alert-bottom {
    position: sticky !important;
    background: #F1F1F1;
    bottom: 0;
}

.alert-bottom a.btn {
    display: inline-block;
    padding: 7px 15px !important;
    border-radius: 20px;
}

.text-btn {
    color: #DD3731 !important;
    border: 0;
    background-color: transparent;
}

.red-btn {
    color: #DD3731 !important;
    background-color: transparent;
    border: 1px solid #7D747E !important;
}

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

h3.has-filters span.fa-solid.fa-bars {
    margin-right: 0;
}

.panel-default>.panel-heading h3.has-filters {
    line-height: 27px; 
    /* margin-bottom: 3px; margin-top: 3px; */
}

.check-box-table {
    background: transparent;
    border: none;
    padding: 0;
}

.dojo-filter-set.form-inline.product-filters .filter-form-input .form-control.bootstrap-select {
    padding: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0;
}

.new-form-design>div {
    display: flex;
    gap: 10px;
}

.new-form-design>div .bootstrap-select>.dropdown-toggle {
    background: rgb(255, 255, 255) !important;
    border: none !important;
    border-bottom: 1px solid rgba(76, 68, 77, 1) !important;
    border-radius: 0 !important;
}

.new-form-design1 {
    display: flex;
    gap: 10px;
    width: 100%;
}

.new-form-design1>div {
    background: rgb(255, 255, 255);
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.new-form-design1>div label {
    padding-left: 7px;
}

.new-form-design1>div .bootstrap-select>.dropdown-toggle {
    background: rgb(255, 255, 255) !important;
    border: none !important;
    border-bottom: 1px solid rgba(76, 68, 77, 1) !important;
    border-radius: 0 !important;
}

.width-100 {
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* .custom-form div{    width: 50%;
                float: left;
                margin: 0 7px 10px 7px;
                width: calc(33.3% - 14px);
                float: left;
                background: rgba(244, 244, 244, 1);
                min-height: 57px;}

                .custom-form div.control-label {
                    padding-top: 7px;
                    margin-bottom: 0;
                    text-align: left;
                    width: 100%;
                } */

.btn-danger {
    border-radius: 20px !important;
}

.m-0 {
    margin: 0;
}

.report-options .panel.panel-available-widget {
    background: #fff;
    border-radius: 0 0 10px 10px !important;
}

.panel-heading.ui-sortable-handle h3.has-filters {
    font-size: 16px; display: block;
}

.panel-heading h3.has-filters {
    font-size: 18px;
}
.panel-heading h3.has-filters .has-popover{font-size: 14px;}
.table-box {
    margin-bottom: 10px;
    background: white;
    border-radius: 6px !important;
    padding: 7px;
}

.table-box .panel.panel-default.table-responsive {
    margin-bottom: 0;
    overflow: visible;
}

.table-box .panel-default>.panel-heading {
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
    border-radius: 6px !important;
}

.table-box .panel-default {
    background: transparent;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
    border-bottom: 1px solid #ddd !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.badge-count0 {
    display: none;
}

.container-fluid {
    padding-right: 16px;
    padding-left: 16px; padding-top: 10px; padding-bottom: 10px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right:8px;
    padding-left: 8px;
}
.mb-10{margin-bottom: 10px;}
table.table-bordered.dataTable{    width: 100% !important; border: none !important;
    margin-bottom: 0 !important;}
    .inner-tab-sec{margin-bottom: 10px; padding-bottom: 10px;}
    .sidebar .nav>li>a { height: 32px; margin-bottom: 1px;}

.notification-box{position: relative;}
.notification-box .badge-count{position: absolute; left: 20px;}
.table-lable-box{white-space: nowrap;
    display: block;
    line-height: normal;
    margin-top: 3px;}

    .nav>li.active a.dropdown-toggle.user-dash-drop {
        /* width: 40px;
        height: 40px;
        border-radius: 40px;
        display: block;
        padding: 0;
        margin-bottom: 0;
        margin-left: 10px;
        color: #414941;
        text-align: center;
        line-height: 40px;
        font-size: 21px; */
    }
    .mt-10{margin-top: 10px;}
    .table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {background: #fff;}

    .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        background-color: rgb(243, 243, 243);
    }
    .table>thead>tr>th{white-space: nowrap; height: 42px; font-weight: 500 !important; font-size: 14px; box-sizing: border-box;     line-height: inherit !important;
        vertical-align: middle;}
    .loader-cls {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        z-index: 1000;
        background: rgba(255, 255, 255, 0.0);
        padding: 20px;
        border-radius: 5px;
    }
    .loader-endpoints {
        position: absolute;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background: rgba(142, 142, 142, 0.7);
        padding: 20px;
        border-radius: 5px;
        left:0;
        top:0;
    }
    body.max #page-wrapper
    .loader-img {
        height: 100px;
        width: 100px;
    }
    .loader-img2 { 
        position: absolute;
        top: 50%;
        transform: translate(-50%, -45%);
        left: 50%;
        height: 50px !important;
        width: 50px !important;
    }
    .title-clear{clear:both}
    .white-color .fa-minus-square,.white-color .fa-trash{color: #fff;}
    .form-horizontal .form-group.id_jira_webhook_secret{width: calc(100% - 16px);}
    .form-horizontal .form-group.id_jira_webhook_secret .fa-arrows-rotate.has-popover{position: absolute; right: 10px;}
    .form-horizontal .form-group.id_jira_webhook_secret  .form-control{padding-right: 30px;}
    .forgot-pss .form-group.id_email {width: calc(100% - 16px);}
    .form-horizontal .form-group.id_network_locations.floting-input{width: calc(100% - 16px);}
    .full-width{float: left; width: 100%;}
    .dt-button-collection .dropdown-menu>.active>a,  .dt-button-collection .dropdown-menu>.active>a:focus,  .dt-button-collection .dropdown-menu>.active>a:hover{background-color: #fdf5f5 !important; margin-bottom: 1px;}
   .target-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: inherit;}
   h3.has-filters .target-select  .btn.dropdown-toggle{    width: 90px;
    padding-left: 10px;
}
.legend div{background-color: transparent !important;}
.navbar-fixed-top{background: #ffffff;}
.alert-bottom .btn.text-btn{color: #DD3731 !important; border: 1px solid transparent; padding: 7px 20px; border-radius: 20px;}
.alert-bottom .btn.text-btn:hover{border: 1px solid #DD3731; color: #DD3731 !important;}
.alert-bottom .btn.red-btn{background: transparent; border: 1px solid #DD3731 !important; color: #DD3731 !important; padding: 7px 20px; border-radius: 20px;}
.alert-bottom .btn.red-btn:hover{background: #DD3731 !important; color: #fff !important;}
.text-left{text-align: left !important;}
.danger-inner-box{padding:0 10px;}
.panel-heading{    padding: 10px 16px;}
.panel{margin-bottom: 16px;}
.panel-footer .btn{padding: 6px 16px;}
.btn{padding: 6px 16px;}
.navbar-top-links li:last-child{margin-right: 0;}
#custom_search_form{margin-top: 2px;}
.min ul#side-menu1.nav>li>ul>li>a{padding-left: 15px ;}
.navbar-top-links li.dropdown{margin-top: 2px;}
@media (max-width: 1280px) {
    body.max div.navbar-default.sidebar {
        width: 256px;
        /* left: -15px; */
    }
    body.max #page-wrapper{margin: 0 0 0 260px;}
}
.col-md-12 .table-box{background-color: transparent; padding: 0;}
.filter-form-input .form-control.dropdown.bootstrap-select, .floting-input .form-control.dropdown.bootstrap-select{clear: both; padding-bottom: 20px;}
.dropdown-menu.open{max-width: 100%; min-height: inherit !important;}
.dropdown-menu.open .inner.open{min-height: inherit !important; }
.dropdown-menu.open .inner.open .dropdown-menu.inner {margin-bottom: 0 !important;}
.dropdown-menu.open ul.dropdown-menu.inner  li{ width: 100%; border-bottom: 1px solid rgba(244, 244, 244, 1);}
.dropdown-menu.open ul.dropdown-menu.inner  li a span.text{}
    .full-width-box{width: 100%; overflow: hidden;}
    .form-horizontal .form-group.id_environment{ overflow: hidden;}
    .form-horizontal .form-group.id_environment .bootstrap-select>select{position: absolute; left: 0;}

.glyphicon-ok:before {
    content: "\e013";
    padding: 3px;
    font-size: 11px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    left: 2px;
    top: 5px;
}
.col-sm-2.vuln-count{color: #1E1A1F;}
button.outline-btn{line-height: normal;}
/* .dropdown.bootstrap-select.show-tick.form-control.filter-form-control.bs3.dropup.open span.text {
    white-space: normal;
    word-break: normal;
}

.bs-container {
    left:800px !important;
    z-index: 100;
} */
.span-text {
    white-space: normal;
    word-break: normal;
} 
.dropdown-user li{width: 100%;}
.dropdown-user li a:hover {

    background-color: transparent;
    /* border: 1px solid #DD3731; */
    border-radius: 20px;
}
#engagements ul.dropdown-menu li a:hover{   
    /* background-color: transparent;
    border: 1px solid #DD3731;  border-radius: 20px; */
}
/* .dropdown-menu.open ul.dropdown-menu.inner li a span.text {
        white-space: normal;
        word-break: normal;
} */

/* .col-md-12 .table-box{background-color: transparent; padding: 0;}
.filter-form-input .form-control.dropdown.bootstrap-select, .floting-input .form-control.dropdown.bootstrap-select{clear: both;}
.dropdown-menu.open{max-width: 100%;  }
.dropdown-menu.open .inner.open{  }
.dropdown-menu.open .inner.open .dropdown-menu.inner {margin-bottom: 0 !important;}
.dropdown-menu.open ul.dropdown-menu.inner  li{ width: 100%; border-bottom: 1px solid rgba(244, 244, 244, 1);}
.dropdown-menu>li>a{white-space: normal !important; word-break: nowrap !important;} */
     /* .full-width-box{width: 100%; overflow: hidden;}
    .form-horizontal .form-group.id_environment{ overflow: hidden;}
    .form-horizontal .form-group.id_environment .bootstrap-select>select{position: absolute; left: 0;}
    .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{right:auto; left: 3px;}  */
      
    .dropdown-widgets {
        width: 320px;
        padding: 15px;
        right: 0;
        left: auto;
    }
    
    .widget-section {
        margin-bottom: 20px;
    }
    
    .widget-section h4 {
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .widget-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    
    .widget-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-decoration: none;
        color: #5f6368;
        border-radius: 4px;
        transition: background-color 0.2s;
    }
    
    .widget-item:hover {
        background-color: #f1f3f4;
        text-decoration: none;
    }
    
    .widget-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 5px;
    }
    
    .widget-item span {
        font-size: 12px;
        text-align: center;
    }
    .siem-icon { background-image: url('../img/icn-siem.svg'); }
.soar-icon { background-image: url('../img/icn-soar.svg'); }
/* Add other icon classes */


.sidebar{
    z-index: 1000;
}
body.min div.navbar-default.sidebar li:hover .mm-collapsing{
    display: block !important;
    position: absolute !important;
    left: 100% !important;
    top: 0;
    /* overflow: hidden; */
    height: auto !important;
    min-width: 130px;
    background: #fdf5f5;
    border-radius: 20px;
    padding: 10px 4px !important; 
    margin: 0;
    box-shadow: 0 .5em 1em -.125em #0a0a0a1a, 0 0 0 1px #0a0a0a05;
}
body.min div.navbar-default.sidebar li:hover .mm-collapsing a{
    text-transform: capitalize;
    white-space:nowrap;
    word-break: keep-all;
    padding: 5px 15px;
}

/*Font Import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --waffle-body-color: #4C444D;
    --waffle-heading: #2D0B3D;
    --waffle-para-text: #5C396C;
    --waffle-black: #000;
    --waffle-bg-widget: #eee;
    --waffle-white: #fff;
}

.waffle-header-dashboard {
    height: 48px;
    width: calc(100% - 32px);
    position: fixed;
    top: 8px;
    left: 16px;
    background: var(--waffle-white);
    z-index: 999;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.waffle-logo-dashboard {
    padding: 10px 0px 0 16px;
}

.waffle-logo-dashboard img {
    max-height: 32px;
}

.waffle-header-right-dashboard {
    display: flex;
    padding: 4px 4px 4px 0;
    align-items: center;
}

.waffle-header-right-dashboard .waffle-main-link-top {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    line-height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin-top: 4px;
}

.waffle-main-link-top:hover {
    padding: 4px 4px;
    /* background-color: rgb(255, 30, 30, 0.2) !important; */
    border-radius: 100% !important;
    /* margin-left: 3px;  */
}

.waffle-widgets-outer {
    position: relative;
}

.waffle-widgets-card-main {
    background-color: var(--waffle-bg-widget);
    border-radius: 16px;
    width: 328px;
    position: absolute;
    top: 40px;
    right: 0;
    overflow: auto;
    padding: 16px 8px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.waffle-widgets-card-main.open {
    height: 620px;
    opacity: 1;
    overflow: auto;
}

.waffle-widgets-card-main h2 {
    color: #020202;
    font-size: 16px;
    font-weight: 500;
    padding: 0 8px;
    margin-bottom: 10px;
}

.waffle-widget-list {
    background-color: #F8FAFD;
    display: flex;
    gap: 4px;
    border-radius: 16px;
    flex-wrap: wrap;
    padding: 16px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.waffle-widget-list a {
    width: calc(33.33% - 4px);
    text-align: center;
    color: var(--waffle-black);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.waffle-widget-list a:hover {
    background-color: #EAEEF6;
    text-decoration: none;
}

.waffle-widget-list a img {
    display: block;
    margin: 0 auto 5px;
    max-width: 40px;
    border: 0;
    padding: 0;
}

/* New styles for Coming Soon and disabled states */
.waffle-shadowBox {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 4px;
}

.waffle-shadowBox:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.waffle-rainbow {
    font-size: 12px;
    position: absolute;
    line-height: 12px;
    left: 17px;
    top: 30px;
    font-weight: 700;
}

.waffle-rainbow_text_animated {
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

.disabled-icon {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.25;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -khtml-filter: grayscale(100%);
}

@keyframes rainbow_animation {
    0%,100% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
}

/* Scrollbar styling */
.waffle-widgets-card-main::-webkit-scrollbar {
    width: 8px;
}

.waffle-widgets-card-main::-webkit-scrollbar-track {
    background: var(--waffle-bg-widget);
}

.waffle-widgets-card-main::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}

.waffle-widgets-card-main::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Media Queries */
@media (max-width: 1399px) {
    .waffle-rainbow {
        font-size: 11px;
        line-height: 11px;
    }
}

@media (max-width: 767px) {
    .waffle-widgets-card-main {
        width: 280px;
    }
    
    .waffle-shadowBox {
        border-radius: 4px;
    }
}

@media (max-width: 450px) {
    /* Add any specific mobile styles here */
}

@media (max-width: 365px) {
    /* Add any specific small mobile styles here */
}

/* Enhanced Responsive Table Styles for Open Findings */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Ensure table maintains proper width and doesn't shrink */
.table-responsive table {
    min-width: 100%;
    width: max-content;
    margin-bottom: 0;
}

/* Responsive breakpoints for table columns */
@media (max-width: 1200px) {
    .table-responsive table {
        min-width: 1200px; /* Minimum width to show most columns */
    }
    
    /* Hide less important columns on medium screens */
    .table-responsive .hide-md {
        display: none;
    }
}

@media (max-width: 992px) {
    .table-responsive table {
        min-width: 1000px; /* Minimum width for smaller screens */
    }
    
    /* Hide additional columns on small screens */
    .table-responsive .hide-sm {
        display: none;
    }
}

@media (max-width: 768px) {
    .table-responsive table {
        min-width: 800px; /* Minimum width for mobile */
    }
    
    /* Hide more columns on mobile */
    .table-responsive .hide-xs {
        display: none;
    }
    
    /* Ensure proper text wrapping for visible columns */
    .table-responsive td,
    .table-responsive th {
        white-space: nowrap;
        min-width: 80px;
    }
    
    /* Make important columns more prominent */
    .table-responsive .priority-column {
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .table-responsive table {
        min-width: 600px; /* Minimum width for very small screens */
    }
    
    /* Show only essential columns on very small screens */
    .table-responsive .hide-xxs {
        display: none;
    }
}

/* Ensure proper column widths for better readability */
.table-responsive th.nowrap,
.table-responsive td.nowrap {
    white-space: nowrap;
    min-width: 100px;
}

/* Specific column width adjustments */
.table-responsive th:nth-child(1), /* Checkbox column */
.table-responsive td:nth-child(1) {
    min-width: 50px;
    width: 50px;
}

.table-responsive th:nth-child(2), /* Action column */
.table-responsive td:nth-child(2) {
    min-width: 60px;
    width: 60px;
}

.table-responsive th:nth-child(3), /* Severity column */
.table-responsive td:nth-child(3) {
    min-width: 100px;
    width: 100px;
}

.table-responsive th:nth-child(4), /* Name column */
.table-responsive td:nth-child(4) {
    min-width: 200px;
    width: 200px;
}

/* Ensure proper scrolling behavior */
.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Improve table header styling for better visibility */
.table-responsive thead th {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 10;
    border-bottom: 2px solid #dee2e6;
}

/* Ensure proper spacing and alignment */
.table-responsive .table {
    margin-bottom: 0;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    padding: 8px 12px;
}

/* Add visual indicators for scrollable content */
.table-responsive::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.8));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-responsive.scrollable::after {
    opacity: 1;
}

/* Ensure DataTables compatibility */
.table-responsive .dataTables_wrapper {
    width: 100%;
}

.table-responsive .dataTables_scroll {
    overflow-x: auto;
}

/* Responsive DataTables buttons */
@media (max-width: 768px) {
    .table-responsive .dt-buttons {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .table-responsive .dt-button {
        margin: 2px;
        font-size: 12px;
        padding: 4px 8px;
    }
}