.notifia:hover {
    color: red;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.text-title {
    font-weight: bold;
    color: black
}

.progress-bar-track .item .sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.progress-bar-track {
    max-width: 360px;
    position: relative;
}

.progress-bar-track .item {
    margin-bottom: 36px;
    padding: 16px 20px 16px 50px;
    position: relative;
    z-index: 2;
}

/* .progress-bar-track::after {
    background-color: #21235b;
    height: 100%;
} */

.progress-bar-track::before,
.progress-bar-track::after {
    position: absolute;
    content: "";
    background-color: #e3e3e3;
    width: 14px;
    border-radius: 14px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-repeat: no-repeat;
}

.progress-bar-track .item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fcd500;
    border-radius: 50%;
    left: 3px;
    top: 20px;
}

.progress-bar-track::after {
    background-color: #5D87FF;
    height: 100%;
}

.history-go {
    background-color: #fff;
    padding: 30px 0;
}

.history-go__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.history-go .history-content {
    border-top: 1px solid #f2f2f2;
}

.history-go .history-content .item {
    padding: 20px 10px;
    margin: 0;
    background-color: #fafafa;
    overflow: hidden;
}

.history-go .history-content .item div {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    position: relative;
}

.history-go .history-content .item .line {
    display: inline-block;
    margin: 0 20px;
    width: 2px;
}

.history-go .history-content .item:first-child .line::before {
    top: 8px;
}

.history-go .history-content .item .line::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 62px;
    border: 1px solid #817f7f;
    height: 1000%;
}

.history-go .history-content .item .line::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 60px;
    width: 6px;
    background-color: #333;
    border-radius: 50%;
    height: 6px;
}

.history-go .history-content .item:nth-child(2n+2) {
    background-color: #fff;
}

.min-with-td {
    min-width: 250px;
}

.progress-bar-track .last-item::after {
    content: "";
    background-image: url('https://ksnpost.vn/_nuxt/img/line-end.7276e53.png');
    background-size: cover;
    background-position: left bottom;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    left: -36px;
    bottom: 0;
    z-index: 2;
}

.progress-bar-track.full::after {
    height: 100%;
}


/* .progress-bar-track::after {
    background-color: #21235b;
    height: 100%;
}

.progress-bar-track::before, .progress-bar-track::after {
    position: absolute;
    content: "";
    background-color: #e3e3e3;
    width: 14px;
    border-radius: 14px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-repeat: no-repeat;
} */
.progress-bar-track .item.last-item {
    background: linear-gradient(270deg, #F5F5F5 80.79%, rgba(245, 245, 245, 0) 102.05%);
    border-radius: 0px 20px 30px 0px;
    z-index: 0;
}

.progress-bar-track .last-item {
    position: relative;
    z-index: 4 !important;
    margin-left: 14px;
}

.item-end {
    margin-left: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fw-bold-1 {
    font-weight: bold
}

.viewport {
    position: relative;
    width: 100%;
    height: auto;
}

.viewport .drawingBuffer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.viewport video {
    width: 100%;
    height: 100%;
}

.center {
    width: 100%;
    height: 260px;
    border-radius: 3px;
    box-shadow: 8px 5px 15px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}


.dropzone {
    width: 100px;
    height: 80px;
    border: 1px dashed #999;
    border-radius: 3px;
    text-align: center;
}

.upload-icon {
    margin: 25px 2px 2px 2px;
}

.upload-input {
    position: relative;
    top: -62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.yellow-gold {
    background: #ffe200 !important;
}

.disabled-all {
    pointer-events: none;
    opacity: 0.8;
}

.remove-disabled {
    pointer-events: all !important;
    opacity: 1 !important;
}