/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.action_btn a{
	background: #017e9f;
	padding: 3px 5px;
	margin: 0 1px;
	font-size: 12px;
	color: #fff !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #20d466;
    background-color: #20d466;
}
.nav-link {
    background-color: #1e7d9e30!important;
    color: #000!important;
	margin-right: 10px;
	margin-bottom: 10px;
	/* border-bottom: 2px solid #017e9f!important; */
}
.nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #017e9f!important;
    /* border: 2px solid #017e9f!important; */
}
/* #myTabContent {
    border: 2px solid #017e9f;
    border-radius: 5px;
} */


/*# sourceMappingURL=styles.css.map*/