.text-center {
    text-align: center;
}
.Thumbnail-sizeMedium {
    width: 6rem;
}

.Thumbnail {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 60px;
    width:60px;
}

.Thumbnail_Image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.Button-primary {
    background: linear-gradient(
180deg
,#6371c7,#5563c1);
    border-color: #3f4eae;
    box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgb(22 29 37 / 5%), 0 0 0 0 transparent;
    color: #fff;
}
.Button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.6rem;
    border-radius: 5px;
}
.table td, .table th {
    vertical-align: inherit !important;
}
.tabel_dark_title thead tr{
    background-color: #343a40;
    color: #fff;
}  
.main_heading{
    margin-left: 12px;
    margin-top: 29px;
}  


.Breadcrumbs_Icon {
    height: 15px;
    width: 15px;
    padding-bottom: 1px;
}
.Breadcrumbs_Icon .Icon {
    display: block;
    height: 2rem;
    width: 2rem;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.flex-parent {
    margin-bottom: 10px;
}


/* FE03 Start */

.wrapper {
    padding: 0 32px;
}

.wrapper .header {
    padding: 5px 0px 10px;
    border-bottom: .1rem solid #dfe3e8;
}
.wrapper .header .header_navigation {
    padding: 0 0 10px;
    margin: 0 0 4px;
    
}

.wrapper .header .Breadcrumbs_Breadcrumb {
    display: flex;
    font-size: 13px;
    color: #637381;
    cursor: pointer;;
}

.wrapper .header .header_content {
    display: flex;
    align-items: center;
}

.wrapper .header .header_content .thumbnail {
    margin-right: 16px;
}
