html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

html::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.table th {
    font-size: .9em;
}

.table td {
    font-size: .85em;
}

.topnav {
    border-bottom: 1px solid #cbdb2a;
}

.bg-gradient-primary-to-secondary {
    border-bottom: 1px solid #eea434;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.nav-borders {
    border-bottom: 1px solid #ccc;
}

.tr_hover:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.tbody_hover:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.swal2-popup {
    font-size: 0.9rem !important;
}

select {
    height: 2.58em;
}

.addresswin {
    width: 300px;
    border: 1px solid #c9c9c9;
    background: #fff;
    height: 300px;
}

.litepicker {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.month-item {
    box-shadow: 0 0 0 1px #c9c9c9 inset;
}

.month-item:nth-last-child(1) {
    border-left: unset;
}

.el-input__inner {
    height: 30px !important;
}

.el-input-number {
    line-height: 28px !important;
}

.hrmwin {
    width: 500px;
    top: -220px;
    left: -530px;
    padding: 0;
}

.min-h-388 {
    min-height: 333px;
}

.hrmwin .hrm-table tbody {
    display: block;
    max-height: 384px;
    overflow-y: scroll;
    scrollbar-width: thin;
    border-collapse: collapse;
}

.hrm-table thead,
.hrm-table tbody tr {
    width: 100%;
}

.hrm-table tr td:nth-child(1),
.hrm-table thead th:nth-child(1) {
    width: 300px;
}

.hrm-table tr td:nth-child(2),
.hrm-table thead th:nth-child(2) {
    width: 150px;
}

.hrm-table tr td:nth-child(3),
.hrm-table thead th:nth-child(3) {
    width: 100px;
}

.hrm-table tr td {
    border-bottom: 0px !important;
}

.tr_on {
    cursor: pointer;
    background-color: rgb(231, 239, 255);
}

.ttshort {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left;
}

.ttshort300 {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left;
}

.ttshort400 {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left;
}

.ttshort500 {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left;
}

.ttshort550 {
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left;
}

.divattendwin {
    width: 650px;
    height: 522px;
    top: -244px;
    left: -530px;
    padding: 0;
}

.min-h-485 {
    min-height: 485px;
}

.divattendwin .hrm-table tbody {
    display: block;
    max-height: 440px;
    overflow-y: scroll;
    scrollbar-width: thin;
    border-collapse: collapse;
}

.hidetooltip {
    display: none;
    position: absolute;
}

.tooltipbox {
    font-size: 0.9em;
    font-weight: normal;
    position: relative;
    border: 1px solid #c9c9c9;
    background: #fff;
    padding: 6px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.svghover {
    cursor: pointer;
}

.svghover:hover .hidetooltip {
    display: block
}

.filenamediv {
    font-size: 0.8em;
    padding-top: .4em;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
    background: unset !important;
    margin: unset !important;
    justify-content: unset !important;
}

.searchtitle {
    position: absolute;
}

.searchtitle>div {
    position: relative;
    top: -18px;
    background: #fff;
    font-size: 14px;
    color: #909090;
    border-radius: 1em;
}

.searchtitle>div>svg {
    font-size: 14px;
    position: relative;
    top: -2px;
}

.t1000 {
    min-width: 1000px;
}

.t600 {
    min-width: 600px;
}

.month-item-name,
.month-item-year {
    border: 0;
}

.readonly {
    background:#f3f3f3;
}

.topnav .navbar-brand img {
    height: 1.6rem;
}

th{
    background:#f7f9fc;
}

.table_input{
    width: 100%;
    border: 1px solid #c1c1c1;
    background: #f7f9fc;
    text-align:center;
}

.tbodycstln{
    /* border: 2px solid rgb(220, 220, 220);
    border-collapse: separate;
    border-spacing: 4px; */
}

input[type="date"]{
    padding:0.4rem 0.75rem;
}