body{ background: rgb(238,174,202); background: radial-gradient(circle, rgb(196 6 6 / 9%) 0%, rgb(148 187 233 / 20%) 100%); }
/*** Font size ***/
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px !important; }
.fs-19 { font-size: 19px !important; }
.fw-800 { font-weight: 800 !important; }

/*** margin top ***/
.mt-25 { margin-top: -25px !important; }
.mt-20 { margin-top: -20px !important; }
.mt25 { margin-top: 25px !important; }
.m-31-10 { margin: -31px 0 -10px 0 !important; }
/*** heights ***/
.max-h-70 { max-height: 70px !important; }

/*** colors ***/
.text-blue { color: #192554 !important; }
.text-white { color: #fff !important; }
.current { font-weight: 800 !important; color: #c40606 !important; }

.delete-budget { cursor: pointer; position: absolute; left: -10px !important; top: -10px !important; }
/*.select2-container { width:100% !important; }*/

/*** activities ***/
.timeline.timeline-5 .timeline-item .timeline-label { width: 85px !important; }
.timeline.timeline-5:before { left: 105px !important; }

label { font-weight: 600 !important; }

/*** scrollbar ***/
/* width */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; /*border-radius: 10px;*/ }
::-webkit-scrollbar-thumb { background: #c4060670; /*border-radius: 10px;*/ }
::-webkit-scrollbar-thumb:hover { background: #c40606; }

.example .cst-card { border: 2px solid #F3F6F9; padding: 0rem 0rem !important; }
.ctm-table td { padding: 5px 11px !important; }
.ctm-table th { padding: 10px 11px !important; }
.table.table-bordered thead tr, .table.table-bordered thead th { font-weight: 900 !important; color: #c40606 !important; font-size: 1.2rem; text-transform: uppercase !important; }

.form-control, .ctm-fc, .select2 { box-shadow: 0px 2px 3px #ccc !important; border-radius: 6px !important; }
.mb-6, .my-6 { margin-bottom: 0.2rem !important; }

.header-bottom { box-shadow: 0px 2px 3px #ccc !important; }
.card-body { box-shadow: 5px 5px 7px #ccc !important; }