html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.show-if{
    
    
}
.tabs-left {
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs {
        float: left;
        margin-right: 0;
        border-bottom: 0;
        padding-right: 0;
    }

        .tabs-left > .nav-tabs > li {
            float: none;
            margin-bottom: 2px;
        }

            .tabs-left > .nav-tabs > li > a {
                margin-right: 0;
                border-radius: 4px 0 0 4px;
            }

        .tabs-left > .nav-tabs .nav-link {
            white-space: nowrap;
            display: block;
            transform: rotate(-90deg);
            transform-origin: right bottom;
            width: 100px;
            text-align: center;
            padding: 10px;
        }

    .tabs-left .tab-content {
        margin-left: 120px;
    }

@media (min-width: 768px) {
    .tabs-left .tab-content {
        margin-left: 150px;
    }
}
