.hero-image {
    background-image: url("/static/img/svg/section-background-3.svg");
    /*background-image: url("/static/img/svg/section-background-stripes3.svg");*/

    background-color: #1a31a5;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

td {
    font-family: 'Nunito';
    font-weight: 300;
    /*font-size: 1rem;*/
    font-size: 14px;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color:  #404040;
}


th {
    font-family: 'Nunito';
    font-weight: 300;
    /*font-size: 1rem;*/
    font-size: 14px;
    line-height: 1.4;
    /*color: #363d47; #363d47*/
    color:  #404040;
}




h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Nunito';
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color:  #404040;
}


/*h3, .h3 {*/
/*    font-family: 'Nunito', sans-serif;*/
/*    font-weight: 400;*/
/*    color: #a51a1a;*/

/*}*/

p {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    /*color: #363d47; #363d47*/
    color:  #404040;
}

nav  {
    font-family: 'Nunito' !important;
    font-size: 16px;
    font-weight: 600;
}


.custom-link {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /*color: #ff0080;*/
    /*color: red;*/
    color: white!important;
}

.custom-link:hover {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /*color: #ff0080;*/
    /*color: red;*/
    color: deepskyblue!important;
}



.custom-tooltip-blue {
    --bs-tooltip-bg: var(--bs-primary);
}

.custom-tooltip-red {
    --bs-tooltip-bg: var(--bs-danger);
}

.custom-tooltip-green {
    --bs-tooltip-bg: var(--bs-success);
}

.qr-block {
    margin-bottom: 1rem;
    text-align: center
}

.qr-block > div {
    margin-bottom: .5rem
}

.qr-block > div img {
    margin: auto
}

.button.is-success {
    background-color: #99ccff;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: transparent;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    color: #fff
}

.button.is-success:hover {
    background-color: #0080ff;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: transparent;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    color: #fff
}

.my_font_factors {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1;
    color: #00b300;
}

.my_font_footer {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    color: #2142ec;
}


.my_font_main_footer {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1;
    color: #b9d1e9;
}


.nav-tabs .nav-item.show .nav-link .nav-item-test {
  color: #4a515b;
  background-color: #f2f6fc;
  border-color: #d4dae3 #d4dae3 #f2f6fc;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0rem 0;
  margin: 0;
  font-size: 1rem;
  color: #3f75c3;
  text-align: left;
  list-style: none;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 0px solid #e0e5ec;
  border-radius: 0.0rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #edeff3;
  text-decoration: none;
  background-color: rgb(116, 137, 235);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0061f2;
}

.img {
    pointer-events: none !important;
}

.cursor {
    cursor: pointer;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1.0;
}


.custom_img_cursor {
    cursor: pointer;
}

.custom_img {
    opacity: 0.8;
}

.custom_img:active {
    opacity: 1.0;
}

.active,
.custom_img:hover {
    opacity: 1.0;
}
