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

html {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 13px;
}


.btn {
    font-size: 13px;
}

.tom-select.form-control {
    padding: 0 !important;
}

.ts-dropdown, .ts-control, .ts-control input {
    line-height: 22px !important;
}

label {
    padding-bottom: 8px !important;
}

input {
    margin-bottom: 10px !important;
    font-size: 13px !important;
}

.date-picker:hover {
    cursor: pointer;
    border-color: #346cb0;
}

.text-right {
    text-align: right !important;
}

.text-bold {
    font-weight: 600;
}


/*Custom expandable table design*/
.table-treeview-route-box {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px;
    width: 15px;
    height: 20px;
}

.table-treeview-route-box > .vertical-route {
    position: absolute;
    top: -1px;
    left: 5px;
    margin-left: 0px;
    height: 24px;
    border-right: 1px dotted #ddd;
}

.table-treeview-route-box > .vertical-route.route-primary {
    border-color: #3c8dbc;
}

.table-treeview-route-box > .vertical-route.route-secondary {
    border-color: #6c757d;
}

.table-treeview-route-box > .vertical-route.route-success {
    border-color: #00a65a;
}

.table-treeview-route-box > .vertical-route.route-info {
    border-color: #00c0ef;
}

.table-treeview-route-box > .vertical-route.route-warning {
    border-color: #e08e0b;
}

.table-treeview-route-box > .vertical-route.route-danger {
    border-color: #f4543c;
}

.table-treeview-route-box > .vertical-route.route-dark {
    border-color: #464a58;
}

.table-treeview-route-box > .horizental-route {
    position: absolute;
    left: 5px;
    top: 9px;
    margin-top: 0px;
    width: 10px;
    border-top: 1px dotted #ddd;
}

.table-treeview-route-box > .horizental-route.route-primary {
    border-color: #3c8dbc;
}

.table-treeview-route-box > .horizental-route.route-secondary {
    border-color: #6c757d;
}

.table-treeview-route-box > .horizental-route.route-success {
    border-color: #00a65a;
}

.table-treeview-route-box > .horizental-route.route-info {
    border-color: #00c0ef;
}

.table-treeview-route-box > .horizental-route.route-warning {
    border-color: #e08e0b;
}

.table-treeview-route-box > .horizental-route.route-danger {
    border-color: #f4543c;
}

.table-treeview-route-box > .horizental-route.route-dark {
    border-color: #464a58;
}

.table-sm > tbody > tr > td > .table-treeview-route-box,
.table-condensed > tbody > tr > td > .table-treeview-route-box,
.table-treeview-route-box.table-treeview-route-box-sm {
    height: 20px;
}

.hide {
    display: none;
}

.footer {
    color: #1b293a !important;
    background-color: #1b293a !important;
}

.report > .card-header {
    border-bottom: none !important;
}

.page-title {
    margin-bottom: 20px !important;
}


/*Boostrap Override Start*/
.card.card-sharp {
    border-radius: 1px !important;
    border: none !important;
}

.btn.btn-sharp {
    border-radius: 1px !important;
}

.nav-link.nav-link-sharp {
    border-radius: 1px !important;
}

.form-control.form-control-sharp {
    border-radius: 1px !important;
}

/*firefox*/
input[type="number"].form-control.form-control-sharp {
    -moz-appearance: textfield;
}

/* Remove arrows in Chrome, Safari, Edge, and Opera */
input[type="number"].form-control.form-control-sharp::-webkit-outer-spin-button,
input[type="number"].form-control.form-control-sharp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Optional: Hide controls on IE */
input[type="number"].form-control.form-control-sharp {
    -ms-appearance: textfield;
}

.nav-treeview li {
    margin-left: 10px !important;
}

.form-control {
    box-shadow: unset !important;
}

/*Boostrap Override End*/