.login-error {
    margin-top: 20px !important;
    display: block !important;
}

.lo-table-responsive {
    min-height: 160px;
}

.modal-download-img-loader {
    height: 18px;
}

.btn-search-clear {
    border: 1px solid #cad1d7;
    border-left: none;
    font-size: larger;
    padding: 0.4em 1em;
}


/* Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons inside the tab */

/* .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 12px;
} */


/* Change background color of buttons on hover */

/* .tab button:hover {
    background-color: #ddd;
} */


/* Create an active/current tablink class */

/* .tab button.active {
    background-color: #ccc;
} */


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.custom-active:active {
    background-color: #f8f9fe !important;
}

.custom-active:hover {
    cursor: pointer;
}

.custom-active:focus {
    outline: none !important;
}

datalist#properties {
    cursor: pointer;
}

.required-label {
    color: #F5365C;
}

.append-dropdown-textbox,
.append-dropdown-textbox:active,
.append-dropdown-textbox:focus {
    border: 1px solid #cad1d7;
    background-color: #e9ecef;
    color: #546080;
    border-radius: 7px 0 0 7px;
}

.append-dropdown-textbox option {
    background-color: #fff;
    color: #000;
}

.custom-file-label::after {
    background-color: #e9ecef !important;
    color: #172b4d !important;
}

.hide {
    display: none;
}

.vtree {
    margin-left: -10px;
}


/* QR stats Card margin CSS */

.pb-30 {
    margin-bottom: 30px;
}


/* parent vtree */

/* .vtree>.vtree-leaf>.vtree-leaf-label {
    padding: 3px 10px;
    background: #539ddc !important;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 4px;
}

.vtree>.vtree-leaf>.vtree-leaf-label:hover {
    background: #539ddc !important;
    color: #fff !important;
} */


/* child vtree*/

/* .vtree-subtree>.vtree-leaf>.vtree-leaf-label,
.custom-input {
    margin: 4px 18px;
    padding: 1px 10px;
    border-radius: 4px;
    outline: none;
    background: #e7f4f9;
} */

.top-r {
    position: absolute;
    top: 7px;
    right: 10px;
}

.custom-checkbox .custom-control-input:checked~.checkbox-danger::before {
    background-color: #F5365C !important;
}

.change-status-active {
    width: 50% !important;
    padding: 0.5rem 1rem !important;
    color: green;
    font-weight: bold
}

.change-status-inactive {
    width: 50% !important;
    padding: 0.5rem 1rem !important;
    color: red;
    font-weight: bold
}

.mb-15 {
    margin-bottom: 9rem !important;
}

.img-close {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    opacity: 1;
    font-size: medium;
}

.m-content {
    margin: 6px auto;
}

.btn-custom-tab {
    float: unset !important;
    padding: .25rem .5rem !important;
}

.collapse li {
    list-style: none;
}
