.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 0.60rem !important;
}

.small-l {
    transform: scale(0.8);
    transform-origin: 0%;
}

.small-c {
    transform: scale(0.8);
}

.cursor-pointer {
    cursor: pointer;
}

.fit-content {
    width: fit-content !important;
    height: fit-content !important;
}

.my-bg-color {
    background-color: #f5f5ff !important;
}

.border-1-ddd {
    border: 1px solid #ddd !important;
}

.bg-light-gray {
    background-color: #eee;
}

.form-check-input:checked {
    background-color: #333 !important;
    border-color: #333 !important;
}

.form-control:disabled, .form-select:disabled {
    opacity: 0.5;
    background-color: #f5f5f5;
}

.form-control:focus, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0;
}


.text-f70 {
    color: #ff7700 !important;
}

.bg-f70 {
    background-color: #ff7700 !important;
}

.border-f70 {
    border-color: #ff7700 !important;
}

.pagination {
    border-radius: 4px;
    font-size: 12px;
    margin: 0 !important;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    font-size: 12px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #333;
    border-color: #333;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


[v-cloak] {
    display: none;
}
