.ldp-button .ant-btn:hover{
    background: #002e6d!important;
    color: #fff!important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sp-date .ant-picker{
     border-bottom-color: black;
     border-left: hidden;
     border-top: hidden;
     border-right: hidden;
}

.ldp_label {
    color: #002E6D; 
    font-size: 16px; 
    font-weight: 700;
    text-align: right;
    padding-right: 10px !important;
    padding: 10px !important;
}

.sf-select .ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 24px !important;
    line-height: 24px !important;
	color: red !important;
}