input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #1f2937 inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
}

.tui-grid-border-line-top {
    border: none;
}
.tui-grid-no-scroll-x .tui-grid-border-line-bottom {
    border-bottom: 1px solid #eee;
}
.tui-grid-frozen-border {
    background-color: #ccc;
}
.tui-grid-container ::-webkit-scrollbar {
    background-color: transparent;
}
.tui-grid-container ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.05);
}
.tui-grid-container ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.1);
}
.tui-grid-container {
    scrollbar-3dlight-color: #f5f5f5;
    scrollbar-darkshadow-color: #f5f5f5;
    scrollbar-track-color: #f5f5f5;
    scrollbar-shadow-color: #f5f5f5;
    scrollbar-face-color: #d9d9d9;
    scrollbar-highlight-color: #d9d9d9;
    scrollbar-arrow-color: #c1c1c1;
    font-family: initial;
}
.tui-grid-border-line-bottom {
    border: none;
}
.tui-grid-content-area {
    border: none;
}
.tui-grid-scrollbar-y-inner-border {
    background-color: none;
}
.tui-grid-scrollbar-y-outer-border {
    background-color: none;
}
.tui-grid-scrollbar-right-top {
    background-color: #232333;
    border: none;
}
.tui-grid-scrollbar-right-bottom {
    background-color: #1f2937;
    border: none;
    width: 20px;
    right: -1px;
}
.tui-grid-scrollbar-left-bottom {
    background-color: #1f2937;
    border: none;
}
.tui-grid-scrollbar-frozen-border {
    background-color: #1f2937;
    border: none;
}
.tui-grid-height-resize-handle {
    background-color: #fff;
    border-color: #232333;
}
.tui-grid-pagination {
    background-color: transparent;
    border-color: transparent;
}
.tui-grid-layer-selection {
    background-color: #4daaf9;
    border-color: #004082;
}
.tui-grid-header-area {
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
}
.tui-grid-body-area {
    background-color: transparent;
}
.tui-grid-summary-area {
    background-color: transparent;
    border-color: rgba(255,255,255,0.1);
}
.tui-grid-has-summary-top .tui-grid-body-area {
    border-color: #fff;
}
.tui-grid-cell {
    background-color: #374151;
    border-color: rgba(255,255,255,0.05);
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    color: rgba(255,255,255,0.7);
}
.tui-grid-cell-editable {
    background-color: rgba(255,255,255,0.05);
}
.tui-grid-show-lside-area .tui-grid-lside-area .tui-grid-header-area .tui-grid-table {
    border-right-style: solid;
}
.tui-grid-cell-header {
    background-color: #374151;
    /* border: none; */
    border-color: rgba(255,255,255,0.1);
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: rgba(255,255,255,0.7);
}
.tui-grid-show-lside-area .tui-grid-lside-area .tui-grid-body-area .tui-grid-table {
    border-right-style: solid;
}
.tui-grid-cell-row-header {
    background-color: #374151;
    border-color: rgba(255,255,255,0.05);
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    color: rgba(255,255,255,0.7);
}
.tui-grid-show-lside-area .tui-grid-lside-area .tui-grid-summary-area .tui-grid-table {
    border-right-style: hidden;
}
.tui-grid-cell-summary {
    background-color: #fff;
    border-color: #eee;
    border-left-width: 0;
    border-right-width: 0;
    color: #333;
}
.tui-grid-cell-required {
    background-color: #fffdeb;
}
.tui-grid-cell-disabled {
    background-color: #f9f9f9;
    color: #b0b0b0;
}
.tui-grid-cell-invalid.tui-grid-cell {
    background-color: rgba(255,255,255,0.05);
}
.tui-grid-cell-header.tui-grid-cell-selected {
    background-color: rgba(77, 170, 249, 0.2);
}
.tui-grid-cell-row-header.tui-grid-cell-selected {
    background-color: rgba(77, 170, 249, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.tui-grid-layer-focus-border {
    background-color: #418ed4;
}
.tui-grid-layer-editing {
    border-color: #418ed4;
    background-color: #1F2937;
}
.tui-grid-layer-editing .tui-grid-content-text {
    background-color: #1F2937;
    border-color: #80BDFF !important;
    color: rgba(255,255,255,0.7);
}
.tui-grid-layer-focus-deactive .tui-grid-layer-focus-border {
    background-color: #aaa;
}
.tui-grid-row-odd > td {
    background-color: transparent;
}
.tui-grid-row-even > td {
    background-color: transparent;
}
.tui-grid-cell-dummy {
    background-color: #fff;
}
.tui-grid-row-odd > td {
    background-color: transparent;
}
.tui-grid-row-even > td {
    background-color: transparent;
}
.tui-grid-row-hover > .tui-grid-cell {
    background-color: rgba(255,255,255,0.05);
}
.edit-row-bg:not(.tui-grid-cell-required),
.edit-row-bg:not(.tui-grid-cell-editable) {
    background-color: transparent;
}

.tui-grid-cell-editable.edit-row-bg {
    background-color: #2A3441;
}
.tui-grid-cell-has-input.tui-grid-cell-editable .tui-grid-cell-content {
    border: 1px solid;
    height: 28px;
    margin: 1px 4px 0;
    border-color: #465E7C;
}
.tui-grid-cell-required.edit-row-bg .tui-grid-cell-content {
    border-color: #743737 !important;
}
.is_grid_required  .tui-grid-cell-content {
    border: 1px solid;
    height: 28px;
    margin: 1px 4px 0;
    border-color: #743737 !important;
}

.tui-grid-editor-select-box-layer * {
    background-color: #2A3441;
    color: rgba(255,255,255,0.7);
}

.tui-grid-editor-select-box-layer li:hover {
    background-color: rgba(255,255,255,0.1) !important;
}

.tui-grid-layer-state{
    background-color: #1f2937;
}
.tui-grid-layer-state p {
    color: rgba(255,255,255,0.7);
}

.tui-page-btn.tui-prev-is-ellip.tui-first-child, .tui-page-btn.tui-next-is-ellip.tui-last-child {
    border: none;
}

.tui-grid-frozen-border {
    background-color: rgba(255,255,255,0.4) !important;
}

.tui-grid-cell .teamLogo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.tui-grid-layer-state-content {
    padding-top: 0px;
}

.nav-pills .nav-link.active {
    position: relative;
}

.nav-pills .nav-link.active .ico_new {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: red;
}

input:disabled {
    background: rgba(255, 255, 255, 0.1) !important;
}

.search-font-color * {
    color:rgba(255,255,255,0.4) !important;
}

.input-group th, .input-group td {
    font-size: 0.75rem !important;
}

.border-none {
    border: none !important;
}

.border-t-none {
    border-top: none !important;
}

.border-b-none {
    border-bottom: none !important;
}

.border-l-none {
    border-left: none !important;
}

.border-r-none {
    border-right: none !important;
}

.border-007 {
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-t-007 {
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-b-007 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-l-007 {
    border-left: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-r-007 {
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
}


.min-wid-15 {
    min-width: 15px !important;
}
.min-wid-16 {
    min-width: 16px !important;
}
.min-wid-17 {
    min-width: 17px !important;
}
.min-wid-18 {
    min-width: 18px !important;
}
.min-wid-19 {
    min-width: 19px !important;
}
.min-wid-20 {
    min-width: 20px !important;
}

.grid_link_underline { text-decoration: underline; cursor: pointer; }

.outline-light-btn, .outline-light-btn:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.outline-secondary-btn, .outline-secondary-btn:hover {
    color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.pad-bt-025 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

.pad-lr-075 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.spiner-div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid #bbc8d1;
    border-radius: 50%;
    border-top-color: #0001;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    animation: loadingspinner .7s linear infinite;
}

@keyframes loadingspinner {
    0% {
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(360deg)
    }
}

.colorpicker {
    background-color: rgba(255, 255, 255, 0.07);
}
