.bg-login {
    background: url('/cms/images/bg-login.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-table {
    border-radius: 50%;
    background: #7e7e7e;
    height: 30px;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.btn-table:hover{
    background: #000;
}
.btn-table-group {
    display: flex;
    gap: 5px;
}
.tr-section {
    border: 1px solid #dbdfea;
    border-radius: 4px;
}
.tr-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #dbdfea;
    align-items: center;
}
.tr-item:last-child {
    border-bottom: none;
}
.tr-info {
    display: flex;
    gap: 30px;
}
.tr-duration {
    display: flex;
    gap: 20px;
    align-items: center;
}
.empty-wrap {
    text-align: center;
    padding: 20px 0;
}
.empty-wrap .title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #344357;
}
.btn-group-tr {
    display: flex;
    gap: 5px;
}
.char-count {
    margin-top: 10px;
}
.hero-section-c {
    margin-top: 65px;
    height: 300px;
    background: url(/cms/images/bg-cargo.jpg);
    position: relative;
    background-position: right;
    background-size: cover;
}
.hero-section-c .hero-content {
    position: absolute;
    bottom: 0;
    padding: 40px;
    color: #fff;
    line-height: normal;
}
.hero-section-c .hero-content .title {
    font-size: 24px;
    font-weight: 600;
}
.hero-section-c .hero-content .sub {
    margin-top: 8px;
}
.nk-block-des.dash {
    width: 90%;
}
.file-name-e {
    text-overflow: ellipsis; /* enables ellipsis */
    white-space: nowrap; /* keeps the text in a single line */
    overflow: hidden;
}
.inline-title {
    font-weight: 400;
    color: #a6a6a6;
    font-size: 90%;
}
.description-c-x {
    margin-top: 14px;
}
.doc-tab-section {
    padding: 0 20px;
    border-bottom: 1px solid #dbdfea;
}
.card .doc-tab-section .nav-tabs {
    border: none;
}
.image-preview-edit {
    width: 300px;
    height: 140px;
    border: 1px solid #dbdfea;
    border-radius: 8px;
    object-fit: cover;
    margin-top: 10px;
    transition: all 0.6s ease;

}
.image-preview-edit:hover {
    border: 1px solid #1c1c1c;
    transition: border 0.6s ease;
}
.document-section {
    margin-bottom: 20px;
}
.document-section .title {
    font-weight: 500;
    color: #0a0a0a;
}
.document-section .content {
    margin: 0;
}
.document-section .button-section {
    margin-top: 14px;
}