﻿.e-toolbar {
    background: #fff;
    min-height: 55px;
}

/*
      .e-grid tbody > tr:last-child {
        border: 80px solid red;
    }
*/

.e-grid .e-toolbar {
    border-radius: 16px 16px 0 0;
}

.e-grid {
    border-radius: 16px 16px 16px 16px;
}

    .e-grid .e-gridheader {
        border-radius: 16px 16px 0 0;
    }

    .e-grid:has(.e-toolbar) > .e-gridheader {
        border-radius: 0;
    }

.e-pager {
    border-radius: 0 0 16px 16px;
}

    .e-pager .e-currentitem {
        color: #3833FF;
        border: 3px solid #3833FF;
    }

        .e-pager .e-currentitem, .e-pager .e-currentitem:hover {
            color: #3833FF;
            border: 3px solid #3833FF;
        }

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: #6C757D;
}

.e-grid .e-headercelldiv {
    font-size: 15px;
    font-weight: 500;
}


input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    box-sizing: border-box;
    height: 40px;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #3833FF;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #3833FF;
}

.e-toolbar-left {
    padding: 8px;
}



.e-dropdown-btn.grid-actions-dropdown {
    background: transparent;
    font-family: Rethink Sans !important;
    color: #000;
    border: 0;
    line-height: 14px;
    font-size: 25px;
    padding: 5px;
    border: 1px solid transparent;
    transform: rotate(90deg);
}

    .e-dropdown-btn.grid-actions-dropdown:hover {
        background: #ECEBFF;
        color: #3833FF;
        border: 1px solid #3833FF;
    }

.grid-actions-dropdown > .e-btn-icon {
    display: none;
}

.e-dropdown-btn.grid-actions-dropdown::before {
    content: "···";
}

.e-grid .e-gridheader.e-sticky {
    z-index: 8;
}
