.se-pre-con {
    background: url("../images/loader2.gif") no-repeat scroll center center rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.has-error {
    font-size: 12px;
    color: #f06543;
    margin-top: 5px;
}

table.table-description td {
    padding: 5px 0px;
    font-size: small
}

.thick {
    font-weight: bold;
}

table.table-description td.sep {
    padding: 0px 16px;
}

.card-header-custom {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc
}

.text-vertical-center {
    vertical-align: middle !important;
}

.img-file:hover {
    cursor: pointer;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v5/LC4u_jU27qpsdszDEgeU_3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');

}

.font_number {
    font-family: "Oxygen"
}

.tx-spacing-1 {
    letter-spacing: 0.5px;
}

.tx-spacing-2 {
    letter-spacing: 1px;
}

.tx-spacing-3 {
    letter-spacing: 1.5px;
}

.tx-spacing-4 {
    letter-spacing: 2px;
}

.tx-spacing-5 {
    letter-spacing: 2.5px;
}

.tx-spacing-6 {
    letter-spacing: 3px;
}

.tx-spacing-7 {
    letter-spacing: 3.5px;
}

.tx-spacing-8 {
    letter-spacing: 4px;
}

.tx-spacing--1 {
    letter-spacing: -0.5px;
}

.tx-spacing--2 {
    letter-spacing: -1px;
}

.tx-spacing--3 {
    letter-spacing: -1.5px;
}

.tx-spacing--4 {
    letter-spacing: -2px;
}

.tx-spacing--5 {
    letter-spacing: -2.5px;
}

.tx-spacing--6 {
    letter-spacing: -3px;
}

.tx-spacing--7 {
    letter-spacing: -3.5px;
}

.tx-spacing--8 {
    letter-spacing: -4px;
}

.show_pointer {
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase;
}

.clearfix {
    content: "";
    clear: both;
    display: table;
}

.lvl1 {
    padding-left: 30px !important;
}

.lvl2 {
    padding-left: 60px !important;
}

.lvl3 {
    padding-left: 90px !important;
}

.lvl4 {
    padding-left: 120px !important;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.subtitle_head {
    color: #444;
    background: linear-gradient(90deg, rgba(200, 200, 200, 0.5) 0%, rgba(255, 255, 255, 0.1) 34%);
    margin-left: -19px;
    padding: 8px 0px 8px 19px;
}

.row-detail .col::after {
    content: ':';
    top: 0;
    right: 0;
    position: absolute;
}

.card-border-bolder {
    border-top-width: 3px !important;
    /* Adjust the value as needed */
}