.hero-image {
    background-image: url("/static/img/svg/section-background-3.svg");
    background-color: #0033cc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

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


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

.h1 {
    font-family: 'Nunito', sans-serif;
}

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;
}

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;
}

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

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

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

.button-ml {
    display: inline-block;
    height: auto
}

.button-ml span, .button-ml small, .button-ml strong {
    display: block
}

.is-100 {
    width: 100%
}

.field, .button.is-fullwidth {
    margin-bottom: 1rem
}


.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);
}


/* Add for Multifactor */
.qr-block {
    margin-bottom: 1rem;
    text-align: center
}

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

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

/* button documents */
.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;
}



.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;
}


.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.progress, .alert.alert-show, .btn.btn-show, .formgroup.form-group-show{
    margin: 15px;
}

.alert.alert-show {
    display: none;
}

.btn.btn-show {
     type:"btn" disabled;
}

.btn.btn-primary:disabled {
    color: #00ff00;
}

.formgroup.form-group-show {
    display: none;
}


.btn.my-button:enabled {
    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: #d42626
}

.btn.my-button {
    background-color: #ff0084;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: transparent;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    rounded: 0;
    color: #ffffff
}
