﻿.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: #1266f1;      
        -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;
}

.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;
}
