.main_sec-bg .logo-lg img {
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    height: 64px;
}
.main_sec-bg .logo-sm img {
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    height: 40px;
}
a.eagel_bg img {
    height: 42px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #a9a1a1;
    padding: 2px 10px;
    margin: 0 0px 0 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.side-nav .side-nav-item .side-nav-link .menu-text {
    font-size: 15px;
}
table.dataTable thead th {
    white-space: nowrap;
	font-weight: 600;
}
table.dataTable tbody tr:last-child td {
    white-space: nowrap;
}
.grey_bg-sec {
	background: #f0f0f0;
    padding: 25px 20px 30px;
    width: 96%;
    margin: 20px auto;
}
.grey_bg-sec .form-label {
    margin-bottom: 0;
    margin-top: 15px;
}
.text-justify {
    text-align: justify;
}
.loc_failure {
    border: 1px dashed var(--ins-border-color);
    width: 100%;
    height: 50px;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
}
.loco_4sec .card:hover,
.loco_4sec .card:focus {
	border: 1px dashed #27394e;
}
.card_shw-box {
	box-shadow: 0px 0px 10px #00000070 !important;
}

table tbody tr:last-child td {
    white-space: nowrap;
}
.radio_clicksec {
	background: #d8dbdf;
    padding: 20px;
    margin-top: 5px;
    width: 96%;
    margin-left: 2%;
}