﻿:root {
    --primary-color: rgb(170 208 80);
    --text-big-color: rgb(255, 255, 0);
    --hover-color: rgb(137 172 53);
    --opacity-primary-color: rgb(170 208 80 / 65%);
}


.list_search-results {
    max-height: 45rem !important;
    overflow-y: scroll !important;
}



.visible_hidden {
    visibility: hidden !important;
    display: none !important;
}

.pointEvent_hidden {
    pointer-events: none !important;
}

body {
    line-height:1;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
}


*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f7f4f4;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #8b8888;
}

html {
    font-size: 62.5%;
}

.ui-widget {
    font-size: 180% !important;
}

input {
    cursor: pointer;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

    input:focus {
        border-color: var(--primary-color) !important;
        outline: none;
    }

ul li {
    cursor: pointer;
    list-style-type: none;
}

i {
    cursor: pointer;
    font-size: 14px;
}

a {
    cursor: pointer;
    color: inherit!important;
}

.k-treeview-leaf {
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

button {
    cursor: pointer;
    background: none;
    border:none;
}

table {
    table-layout: auto;
    border-collapse: collapse;
}

.hide {
    display: none !important;
}

.loading_global {
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, 0.2);
}

.loading_global-icon {
    width: 5%;
    text-align: center;
    animation: spinLoading 1s linear infinite;
}

.height_100 {
    height: 100% !important;
}

.list-search-input-dialog {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 100%;
}

.list-search-input {
    font-size: 1.4rem !important;
}


@keyframes spinLoading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.company-result-login {
    position: absolute !important;
    top: -5px !important;
    width: 95% !important;
    max-height: 274px !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    z-index: 2 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%) !important;
    transition: all .5s !important;
    overflow-y: scroll !important;
}

.very_hide {
    display: none !important;
}

@media (max-width: 740px) {
    html {
        font-size: 50%;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {

    html {
        font: 55.5%
    }
}




.list_user-treeview {
    position: relative;
}


.list_user-treeview-input {
    display: flex;
    align-items: center;
    height: 100%;
}

.list_user-treeview-Gl button {
    border: 1px solid rgba(0,0,0, 0.5) !important;
    border-right: none !important;
    border-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.list_user-treeview-input button {
    height: 100%;
    width: 4rem;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list_user-treeview-input button i {
    color: var(--primary-color);
}


.list_user-treeview-result,
.list_user-treeview-search {
    margin-top: 0.5rem;
    position: absolute;
    width: 100%;
    height: max-content;
    border: 0.5px solid rgba(0,0,0, 0.2);
    background-color: #fff;
    left: 0;
    border-radius: 0.3rem;
    z-index: 999;
    max-height: 30rem;
    overflow-y: scroll;
    box-shadow: 0 0 10px 10px rgba(0,0,0, 0.1);
}

.list_user-treeview-result .k-treeview-leaf-text {
    font-size: 1.4rem;
}


.list_user-treeview-Gl input {
    height: 100%;
    border: 1px solid rgba(0,0,0, 0.5) !important;
    border-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 25rem !important;
}

.list_user-treeview-input input {
    padding: 0.6rem 1rem;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
