@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');


::-webkit-scrollbar-track {
    width: 7px;
    height: 7px;
    background: transparent;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #5bb964;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
}
.font-overpass {
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.truncate-text {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
html, body {
    margin: 0;
    padding: 0;
}
body{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* table {
    table-layout: fixed;
}
th {
    min-width: 12rem;
    max-width: 5rem;
} */
input:focus{
    outline: none !important;
}
.input-baseline {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
}
