.btn-outline-primary {
  border: 1px solid #1b55e2 !important;
  color: #1b55e2 !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-info {
  border: 1px solid #2196f3 !important;
  color: #2196f3 !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-warning {
  border: 1px solid #e2a03f !important;
  color: #e2a03f !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-success {
  border: 1px solid #8dbf42 !important;
  color: #8dbf42 !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-danger {
  border: 1px solid #e7515a !important;
  color: #e7515a !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-secondary {
  border: 1px solid #5c1ac3 !important;
  color: #5c1ac3 !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-dark {
  border: 1px solid #3b3f5c !important;
  color: #3b3f5c !important;
  background-color: transparent;
  box-shadow: none; }

.btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-warning:hover, .btn-outline-success:hover, .btn-outline-danger:hover, .btn-outline-secondary:hover, .btn-outline-dark:hover {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1); }

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #1b55e2; }

.btn-outline-info:hover {
  color: #fff !important;
  background-color: #2196f3; }

.btn-outline-warning:hover {
  color: #fff !important;
  background-color: #e2a03f; }

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #8dbf42; }

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #e7515a; }

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #5c1ac3; }

.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #3b3f5c; }




/* Button glow*/
.btn-primary {box-shadow: 0 10px 20px -10px rgb(27 85 226 / 59%);}
.btn-info { box-shadow: 0 10px 20px -10px rgb(33 150 243 / 59%);}
.btn-success {box-shadow: 0 10px 20px -10px rgb(141 191 66 / 59%);}
.btn-warning {box-shadow: 0 10px 20px -10px rgb(226 160 63 / 59%);}
.btn-danger {box-shadow: 0 10px 20px -10px rgb(231 81 90 / 59%);}
.btn-secondary {box-shadow: 0 10px 20px -10px rgb(92 26 195 / 59%);}
.btn-dark {box-shadow: 0 10px 20px -10px rgb(59 63 92 / 59%);}
/**/

.table-hover:not(.table-dark) tbody tr:hover {background-color:rgba(0,0,0,0.15)!important;}
.table-hover:not(.table-dark) tbody tr:hover td{color:#fff!important;}

/*Datepicker*/
.flatpickr-calendar{width:380px !important;}
