@charset "UTF-8";

.text-gry {
    color: rgb(107 114 128) !important;
}

.fw-900 {
	font-weight: 900 !important;
}
.lh-1 {
	line-height: 1;
}

.fs-14 {
	font-size: 14px;
}

.bg-lmain {
background-color: #EAF8FD;
}

.radius-10 {
	border-radius: 10px;
}

.radius-30 {
	border-radius: 30px;
}

.border-w-4 {
	border-width: 4px !important;
}

.badge-laccent-01 {
    color: #f80;
    background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}

.text-wht {
	color: #fff !important;
}

.text-def {
	color: #212529 !important;
}

@media print, screen and (max-width: 991.8px) {
.correspondence-table {
width: 860px !important;
}
}