/**
 * Customize CSS
 *
 * @author We Both
 * @version 1.0
 *
 * "You can add your own style below this comment".
 */
.btn-auto-width {
    width: auto !important;
}
.nav-item.nav-item-underline {
  position: relative;
}

.nav-link.nav-link-underline {
    border: 0px;
}
.nav-link.nav-link-underline.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #007bff;
}
.screenshot {
    border: 1px solid #ddd;
    padding 1px;
}
.scroll {
    max-height: 320px;
    overflow-y: auto;
}
.screenshot {
    width: 100%;
}
.screenshot-placeholder {
    width: 100%;
}
.spinner-large {
    width: 3rem;
    height: 3rem;
}
.tn-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.restore-color {
    color: #4f5464;
}
.gradient-brand-color-stable {
    background-image:-webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    background-image:-ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #376be6;
}
.g-recaptcha {
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
