.ol_tc {
    list-style-type: cjk-ideographic !important; /* Using CJK ideographic for list style */
    padding-left: 30px !important;
}
.ol_sc {
    list-style-type: cjk-ideographic !important; /* Using CJK ideographic for list style */
    padding-left: 30px !important;
}
.ol_en {
    list-style-type: decimal !important; /* Numeric list style */
    padding-left: 20px !important;
}
.padding-left-zero {
	padding-left: 0px !important;
}
.padding-left-twenty {
	padding-left: 20px !important;
}
.margin-left-one {
	margin-left: 1rem !important;
}
.no-border {
	border: none !important;
}
.no-pointer {
	pointer-events: none !important;
}
.half-opacity {
	opacity: 0.5 !important;
}
.not-allowed-cursor {
	cursor: not-allowed !important;
}
.hidden-field {
    display: none !important; 
}

/*.display-none {
	display: 'none !important' ;
}*/

.table-style1 {
	width: 50px !important; 
	vertical-align: top !important;
}
.table-style2 {
	width: 100px !important; 
	vertical-align: top !important;
}
.table-style3 {
	width: 170px !important; 
	vertical-align: top !important;
}

/* Existing styles (keep as-is) */
.ol_tc {
    list-style-type: cjk-ideographic !important; /* Using CJK ideographic for list style */
    padding-left: 30px !important;
}
.ol_sc {
    list-style-type: cjk-ideographic !important; /* Using CJK ideographic for list style */
    padding-left: 30px !important;
}
.ol_en {
    list-style-type: decimal !important; /* Numeric list style */
    padding-left: 20px !important;
}
.padding-left-zero {
    padding-left: 0px !important;
}
.padding-left-twenty {
    padding-left: 20px !important;
}
.margin-left-one {
    margin-left: 1rem !important;
}
.no-border {
    border: none !important;
}
.no-pointer {
    pointer-events: none !important;
}
.half-opacity {
    opacity: 0.5 !important;
}
.not-allowed-cursor {
    cursor: not-allowed !important;
}
.hidden-field {
    display: none !important; 
}
.checkbox-full-width {
    /*width:100% !important; */
}

.checkbox-full-width .select-value {
    width: 100% !important;  
}


.table-flex {
	display: flex; 
	padding: 10px;
	overflow: auto;
}
.span-min-width {
	min-width: 60px;
	text-align: left;
}
.span-min-width2 {
	min-width: 100px;
	text-align: left;
}
.span-overflow {
    overflow: auto;
    text-align: justify;
}
.anchor-word-bk {
    word-break: break-word;
}

#acknowledgement .form-group.width-100pencent:last-child {
    word-break: break-word;
}


.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}


