html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}

.container .sub-container {
    padding-top: 50px;
}

.btn-length-200 {
    width: 200px;
}

.page-container {
    background-color: #fff;
}

.container .row {
    margin-bottom: 10px;
}

.sub-container {
    display: flex;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    width: 60%;
}

    .flex-center .card {
        margin-right: 30px;
    }

.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;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

#matrixPage table thead tr th, #matrixPage table tbody tr td {
    text-align: center;
    align-content: center;
    vertical-align: middle !important;
}

#matrixPage table thead tr th, #matrixPage table tbody tr td:first-child, #matrixPage table tbody tr td:nth-child(2) {
    background-color: #d4e6f9;
    font-weight: bold;
}

#matrixPage table tbody tr td.white-text a.btn {
    color: #fff;
}

#matrixPage table tbody tr td:first-child {
    text-align: left;
}

#matrixPage .card .card-header, #matrixPage .card .card-body .card-text {
    text-align: center;
}

#matrixPage .form-group {
    display: flex;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}
    #matrixPage .form-group label {
        width: 100px;
    }

    #matrixPage .form-group select {
        width: 280px;
    }

.note-tip::after {
    background-color: #0034ff;
    transform: translateX(50%) translateY(-96%) rotate(45deg)
}

.custom-popover {
    --bs-popover-max-width: 800px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.multiple-select ul li{
    text-align: left;
}

.multiple-select .placeholder {
    display: none;
}

.filter-control input.search-input {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
}

.fixed-table-body {
    min-height: 500px;
}

.bootstrap-table .fixed-table-container #trainingTable.table.matrixAll thead th:nth-child(10) .th-inner, .bootstrap-table .fixed-table-container #trainingTable.table.matrixOne thead th:nth-child(8) .th-inner, .bootstrap-table .fixed-table-container #trainingTable.table thead th:nth-child(9) .th-inner {
    color: #737373;
}

.table tbody tr.selected {
    background-color:#fff7c6f5 ;
}

#mloading {
    width: 100%;
    display: none;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: 9999;
    height: 100%;
    background-color: #33333355;
}
    #mloading section {
        width: 8%;
        top: 50%;
        position: fixed;
        left: 45%;
    }

.sb-topnav {
    height: 66px;
}


.pending-counter {
    padding: 0.1rem 0.55rem;
    background-color: #9b9b9b;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
}

.rule-name .ms-choice {
    height: 2rem;
}

#ruleDetailContainer {
    border: 1px solid #b7b7b7;
    height: 3.5rem;
    padding: 0.2rem 0.5rem;
}

.swal-button--yes {
    background-color: #ff0039;
}

.swal-button--no {
    background-color: #2780e3;
}