.submit--authen {
    min-width: 80px;
    height: 40px;
    background: rgb(0 194 146);
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 13px;
}

.cols--body__title {
    font-weight: 700;
    font-style: normal;
    border-bottom: 2px solid #aaaaaa;
    font-size: 14px;
    width: fit-content;
}

/* 
============================================================== 
============================================================== 
========================    PAGE     =========================
============================================================== 
============================================================== */

/* Quan ly tai nguyen  */

.nav-tabs a[href='#api'], .nav-tabs a[href='#upload'], .nav-tabs a[href='#remote'] {
    min-width: 114px;
    height: 33px;
    font-size: 14px;
    color: #747474;

    width: fit-content;

    border-color: #dee2e6 #dee2e6;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: rgba(202, 202, 202, 0.282352941176471);

    border-color: #dee2e6 #dee2e6;
}

/* ============================================================== */

input[type='image'] {
    border: 2px dashed #999;
    cursor: move;
    display: none;
    font-size: 0px;
    filter: alpha(opacity=0);
    min-height: 115px;
    min-width: 460px;
    max-height: 120px;
    max-width: 460px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    background: transparent;
    z-index: -99999999999999;
}
.text-sources{
    font-size: 16px;
    color: rgb(161, 161, 161);
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
img#blah {
    display: block;
}

#imgInp {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 9999;
    width: 110px;
    margin-left: -50.5px;

    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #5B5B5B;
    background: rgba(245, 245, 245, 1);;
}

.upload--file__custom>div {
    border: 2px dashed #999;
    position: relative;
    width: 460px;
    float: left;
    height: 115px;
    z-index: 1;
}

input[type='image']:before {
    content: "Kéo và thả tập tin vào đây hoặc";
    display: block;
    position: absolute;
    /* top: 31px; */
    /* left: 50%; */
    top: 0;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    color: #A1A1A1;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
input[type='image']:after {
    display: none;
}
/* ============================================================== */

/*label {
    color: #6A6A6A !important;
}*/

/* ============================================================== */

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
}

/* ============================================================== */

/* xem chi tiet  */

.huynq--file-manager {
    align-items: baseline;
    line-height: 1;
}

.ribbon__element--tag {
    background-color: #d1d1d1;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.333em;
    position: relative;
    text-decoration: none;
    padding: .5em .8em;
    border-radius: 5px 0 0 5px;
}

.ribbon__element--tag:before {
    border-bottom: 1.15em solid transparent;
    border-left: 1em solid;
    border-top: 1.15em solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(1em);
    color: #d1d1d1;
    width: 0;
}

.ribbon__element--tag:after {
    bottom: 0;
    content: '';
    height: 5px;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: translateX(1em);
    color: #d1d1d1;
    width: 5px;
    background: #f2f4f8;
    border-radius: 50%;
}

/* ============================================================== */

/*danh sach tap du lieu*/

.package-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1px;
}

.card {
    display: block;
    background-color: #FFFFFF;
    padding: 16px 16px 20px 23px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
}


/* ============================================================== */

.box--layout {
    width: 55px;
    height: 70px;
    background: #704aa9;
    border-radius: 0;
}

.box--layout:after {
    left: 0;
    content: 'Boxton';
    position: absolute;
    top: 0;
    transform: translate(5px, -15px);
}

/* ============================================================== */
#u1028_text p, #u1028_text span {
    margin: 0;
}

/* ============================================================== */
/* ============================================================== */

@media (max-width:768px) {
    .upload--file__custom>div {
        border: 2px dashed #999;
        position: relative;
        width: 100%;
        float: left;
        height: 115px;
        z-index: 1;
    }
}