/*
 * It is advised not to edit the certivera_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * Certivera styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of Certivera.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.details-bold {
	font-weight: bold;
}

.jarviswidget > header {
	border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.jarviswidget > div {
	border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.jarviswidget {
    border-radius: 6px;
    box-shadow: 1rem 1rem 0.5rem rgb(0 0 0 / 25%);
}

.btn {
	border-radius: 4px !important;
}

.dt-toolbar-footer {
	border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.leaflet-container {
	border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
