﻿.sticky {
    /*position: fixed;*/
    /*background-color: ivory;*/
    z-index: 1;
    width: 100%;
    position: sticky;
    top: 63px;
}



.parentcard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
    padding: 1rem;
}

.parentcard > div {
        position: relative;
}

.parentcard > div::after {
            content: "";
            position: absolute;
            top: 0;
            right: -0.5rem;
            bottom: 0;
            width: 1px;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Margin Start*/

/*Margin Left*/
.margin_left_ten_px {
    margin-left: 10px;
}

/*Margin Left End*/

/* Margin End*/

/*Hedder Lable Style start */
.hedder_lable {
    float: left;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    margin-left: 50px;
}
/*end*/

/*AddEdit form sub header label Style Start*/

.add_edit_form_sub_header_label {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: crimson;
    margin-left: 10px
}

/*end*/

.editform_overflow_hidden
{
    overflow:hidden;
}

