﻿.select-input.is-valid {
    margin-bottom: 0 !important
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #808080;
    }


.dochub-height-50px {
    height: 50px;
}

/* Custom css */
/*i.fas.fa-edit {
    color: #666666;
}*/

.text-info-custom {
    --mdb-text-opacity: 1;
    color: #009EE1 !important;
}

/*.btn-warning-custom {
    color: #262626 !important;
}*/

.text-warning-custom {
    --mdb-text-opacity: 1;
    color: #E27A00 !important;
}

.text-success-custom {
    --mdb-text-opacity: 1;
    color: #00AC46 !important;
}

.dochub-submit-btn {

}
.dochub-ajax {

}
.loading-icon {

}
.loading-text {

}
.dochub-ajax-update {

}
.datepicker{
}
.auto-submit {

}
.select {

}
.dochub-ajax-open-modal {

}
.th-sm {

}
.dochub-tooltip {

}
.document-checkbox {

}
.next-step {

}
.countdown-minutes {

}
.countdown-seconds {

}
.dochub-ajax-search {

}
.datetimepicker {

}
.dochub-loading-spinner {

}
.saved-draw-sign-wrapper {

}
.dochub-lazy-loading {

}

.signature-display-mode {

}

.dochub-toolbar {
    visibility: hidden;
}

.table-row:hover .dochub-toolbar {
    visibility: visible;
}

.drag-area{
    
}
.drag-area .icon{
    font-size: 50px;
    color: #1683ff;
}
.drag-area .header{
    font-size:25px;
    font-weight: 500;
    color: #34495e;
}
.drag-area .support{
    font-size: 16px;
    color: rgb(128, 128, 128);
    margin: 10px 0 15px 0;
}
.drag-area .button{
    font-size: 25px;
    font-weight: 500;
    color: #1683ff;
    padding: 0;
    border: none;
    background: none;
}
.drag-area.active {
    border: 0.2em dashed #025bee;
}

.drag-attachment-file-area.active {
    border: 0.2em dashed #025bee;
}

.drag-file-area .icon {
    font-size: 50px;
    color: #1683ff;
}

.drag-file-area .header {
    font-size: 25px;
    font-weight: 500;
    color: #34495e;
}

.drag-file-area .support {
    font-size: 16px;
    color: rgb(128, 128, 128);
    margin: 10px 0 15px 0;
}

.drag-file-area .button {
    font-size: 25px;
    font-weight: 500;
    color: #1683ff;
    padding: 0;
    border: none;
    background: none;
}

.drag-file-area.active {
    border: 0.2em dashed #025bee;
}

.select-option-secondary-text {
    font-family: "Roboto";
}

.fw-500 {
    font-weight: 500;
}
.loader-line {
    right:0;
    left:0;
    top: 0;
    height: 3px;
    position: fixed;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 9999;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: var(--mdb-primary);
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .captcha-img {
        width: 30%;
    }
}

pre.jcolor {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
pre.jcolor .string { color: green; }
pre.jcolor .number { color: blue; }
pre.jcolor .boolean { color: dodgerblue; }
pre.jcolor .null { color: magenta; }
pre.jcolor .key { color: black; }

.text-gray-800 {
    color: #4f4f4f !important;
}

.border-gray-800 {
    border: 2px solid #4f4f4f !important;
}

.tree-select-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0,0,0,.6);
    margin-bottom: 0;
    transform: translateY(-1rem) translateY(.1rem) scale(.8);
    background-color: white;
}

.text-break-all {
    word-break: break-all;
}

.label-input-file{
    cursor: pointer; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.vue-treeselect__placeholder.vue-treeselect-helper-zoom-effect-off {
    color: rgba(0,0,0,.6) !important;
    align-self: center;
}

.vue-treeselect.vue-treeselect--single.vue-treeselect--searchable.vue-treeselect--open-below {
    height: 100%;
}

.vue-treeselect__control {
    border: solid 1px #bdbdbd !important;
}

.vue-treeselect__single-value {
    font-weight: 400 !important;
    align-self: center;
}

.vue-treeselect svg {
    fill: black !important;
}

.vue-treeselect__control-arrow {
    width: 10px !important;
    height: 10px !important;
}
.dh-login-header {
    height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0px;
    background: #fff;
}
.dh-login-logo {
    padding-top: 4px;
    margin-inline-start: 10px;
    padding-block-start: 10px;
    position: absolute;
}
table.table .badge {
    font-size: .85em;
}
.dh-document table.table .badge, .dh-document-shared table.table .badge,
.dh-user table.table .badge, .dh-document-trash table.table .badge,
.dh-document-lookup table.table .badge {
    font-size: .85em;
    margin-bottom: 5px;
    line-height: 1.1;
}
.badge-muted {
    background-color: #d9d8d8;
    color: #757575 !important;
}
.dh-document .dochub-td-content, .dh-document-shared .dochub-td-content, 
.dh-document-trash .dochub-td-content, .dh-document-lookup .dochub-td-content {
    min-height: 95px;
    max-height: 155px;
    line-height: 1.45;
}

.dh-document table.table tbody tr td, .dh-document-shared table.table tbody tr td,
.dh-document-trash table.table tbody tr td, .dh-document-lookup table.table tbody tr td {
    vertical-align: middle;
    padding: 1.2rem 1.4rem;
}
table.table .filename span, .dh-document-shared table.table .filename span {
    font-size: 0.8rem;
    color: #535353;
}
.dh-fw-bold {
    font-weight: 500 !important;
}
ul.dh-toolbar-hidden li i {
    min-width: 1rem;
}

.dh-offcanvas-header {
    display: flex;
    align-items: center;
    padding: 0.45rem 1rem 0.5rem 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.mobile-logo-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-color: var(--mdb-primary);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
.mobile-logo-text {
    font-size: 1.25rem;
    font-weight: 700;
}
    .mobile-logo-text a {
        color: var(--mdb-primary);
    }
.draft-param-list form div.row {
    margin-top: 0;
}
.password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-light);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .password-toggle:hover {
        color: var(--mdb-primary);
    }
svg.lucide-info {
    width: 0.875rem;
    height: 0.875rem;
}

.cert-item-active {
    background-color: rgba(18, 102, 241, 0.1);
    border: 1px solid #1266F166;
}
.cert-item {
    border: 1px solid #D9D9D94D;
    border-radius: .5rem;
    cursor: pointer;
}
    .cert-item:not(.cert-item-active):hover {
        background-color: #D9D9D94D;
    }
.cert-list {
    max-height: 750px;
    overflow: auto;
}
.dochub-choose-company-td-content {
    height: 120px !important;
    max-height: 120px !important;
}

a.dochub-badge-valid {
    color: #fff;
    background-color: #198754;
}

a.dochub-badge-invalid {
    color: #fff;
    background-color: #4F4F4F;
}
.trash-cleanup .card-body {
    padding: 1rem 1.5rem;
}

.dochub-pre {
    display: block;
    overflow: auto;
    /*font-size: .875em;*/
    direction: ltr;
    unicode-bidi: bidi-override;
    white-space: pre;
    /*margin: 1em 0;*/
}
@media only screen and (max-width: 600px) {
    #main-navbar div.company-name {
        display: none !important;
    }
}
.card .header-company-name {
    background-color: rgba(0, 0, 0, .03);
}
div.dh-email table.table tbody tr td, div.dh-email-system table.table tbody tr td {
    white-space: normal !important;
}

.dochub-form-label-file {
    position: absolute;
    top: -10px;
    left: 1rem;
    color: rgba(0, 0, 0, .6);
    font-size: 0.79rem;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
}

.hidden {
    position: absolute;
    left: -9999px;
}
button.batch-import::after {
    font-size: 16px;
    margin-right: -5px;
    margin-left: 25px;
}

.dropdown-menu-vi {
    width: 148px;
    min-width: 148px !important;
    border-radius: .25rem !important;
}

.dropdown-menu-en {
    width: 172px;
    min-width: 172px !important;
    border-radius: .25rem !important;
}

#download-document-btn {
    width: 163px;
}

.dropdown-download-document {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: .25rem !important;
    width: 163px;
    min-width: 163px !important;
}
@media screen and (max-width: 1300px) {
    #document-control-panel {
        font-size: 14px;
    }

    #document-control-panel button {
        font-size: 10px;
    }

    #download-document-btn {
        width: 135px;
    }

    .dropdown-download-document {
        width: 135px;
        min-width: 135px !important;        
    }
    .dropdown-download-document button{
        font-size: 11px !important;
    }
}

.form-outline-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.label-input-files{
    cursor: pointer;
}


.active-datetime-form label{
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
    background-color: white;
    z-index: 1;
}

.active-datetime-form .form-notch-middle {
    border-top: 1px solid transparent !important;
}