.network-bg-art {
    display: block;
    /*opacity: 0.2;*/
    position: absolute;
    background-image: url("network.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.network-bg {
    background-color: #003b71;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacity: 1;*/
}

body {
    scrollbar-width: 5px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7c7c7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* Shared styles */

.risk-level-color--0 {
  background-color: #DDDDDD;
  color: black;
}

.risk-level-color--1 {
  background-color: #80D481;
  color: black;
}

.risk-level-color--2 {
  background-color: #FFFF6C;
  color: black;
}

.risk-level-color--3 {
  background-color: #FFCF4D;
  color: black;
}

.risk-level-color--4 {
  background-color: #FF6228;
  color: black;
}

.risk-level-color--5 {
  background-color: #F20000;
  color: white;
}


.gm-table thead {
  background-color: #e5e5e5;
}

.gm-table th {
  font-size: 12px !important;
  font-weight: normal;
}

.gm-table th.subtitle {
  font-weight: normal;
}

.gm-table td.yesno {
  text-align: center;
}

.gm-tabs {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gm-tabs .v-item-group {
  background-color: #E9F0FA!important;
}

.gm-tabs .v-tabs-slider-wrapper {
  color: #1565C0;
}

.gm-tabs.v-tabs:not(.v-tabs--vertical) .v-tab {

  border-right: 1px solid #ffffff21;
  color: #1E1E1E !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  padding-inline: 70px;
}

.gm-tabs .v-slide-group__content {
    display: flex;
    justify-content: space-between;
}

.gm-tabs.v-tabs:not(.v-tabs--vertical) .v-tab.v-tab--active {
  color: #1E1E1E !important;
}

.gm-tabs.v-tabs:not(.v-tabs--vertical) .v-tab:last {
  border-right: 0;
}

.gm-tab-items {
  background-color: #f7f7f7!important;
}

.gm-tab-items .v-window__container {
  height: 100%!important;
}