html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.telrikgrid {
    border-collapse: collapse;
    width: 100%;
    height: 800px;
}

    .telrikgrid thead tr th {
        border-bottom: none;
    }

        .telrikgrid thead tr th:first-child {
            border-top-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }

#ProductListGrid thead tr th:last-child {
    border-top-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
    border-bottom-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
    border-bottom: none;
}


.telrikgrid th,
.telrikgrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.telrikgrid tbody td {
    padding: 15px;
}

.telrikgrid th {
    background-color: #f2f2f2;
}

.telrikgrid {
    border-width: 0px !important;
}

.k-grid .k-table-row.k-table-alt-row {
    background: white !important;
}

.k-menu:not(.k-context-menu) > .k-item {
    color: black !important;
}

.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order {
    color: rgb(41 104 233) !important;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected {
    background-color: rgb(41 104 233) !important;
    color: white !important;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: rgb(41 104 233) !important;
    color: white;
    background-color: rgb(41 104 233) !important;
}

.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected, .k-menu.k-context-menu .k-item > .k-link:active, .k-menu.k-context-menu .k-item > .k-link.k-active, .k-menu.k-context-menu .k-item > .k-link.k-selected {
    background-color: rgb(41 104 233) !important;
}

.k-button-solid-primary {
    background-color: rgb(41 104 233) !important;
    border: 0px !important;
}

.telrikgrid {
    border-collapse: collapse;
    width: 100%;
}

    .telrikgrid thead tr th {
        border-bottom: none;
    }

        .telrikgrid thead tr th:first-child {
            border-top-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }

        .telrikgrid thead tr th:last-child {
            border-top-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }

.k-grid-content {
    overflow-x: auto !important;
}