/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body,.header-navbar,.navigation
{
	font-family: 'Poppins', sans-serif!important;
}
.vertical-compact-menu .main-menu .navigation > li.active > a {
    font-weight: 400;
    background: transparent;
    border-right: 4px solid #de7a70;
}
/* line 28, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio {
  padding-left: 2px; }
  /* line 31, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
  .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 5px; }

/* line 40, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
input[type="radio"] {
  line-height: normal;
  box-sizing: border-box; }

/* line 44, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio input[type=radio],
.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px; }

/* line 49, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio input[type=radio] {
  display: none; }

/* line 52, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio label:before {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #e7ebee;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px; }

/* line 64, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio label:after {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  content: "";
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 2px;
  position: absolute;
  text-align: center;
  top: 2px;
  transform: scale(0);
  width: 16px; }

/* line 79, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio input[type=radio]:checked + label:before,
.radio input[type=radio]:hover + label:before {
  border-color: #03a9f4; }
	
/* line 83, Applications/MAMP/htdocs/cube/scss/theme/imports/_forms.scss */
.radio input[type=radio]:checked + label:after {
  line-height: 16px;
  transform: scale(0.63);
  transition: transform 0.1s 0s cubic-bezier(0.4, 0.02, 0.3, 1.2); }