.btn{
	border-radius: .475rem;
}
.form-control{
	border-radius: .475rem;
}
.symbol>img {
    border-radius: .475rem;
}
.form-check-input[type=checkbox] {
    border-radius: .45em;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-group {margin-bottom:10px;}

.input-group{
	border-radius: .475rem;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #2d77ff; 
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1859d1; 
}
.aside-menu .menu-item .menu-link.active {
    background-color: #ff7600;
}
/*#kt_content_container {
    margin-left: -80px;
    width: 1900px;
}*/
.aside-enabled.aside-fixed.toolbar-fixed .toolbar{
	left:0px !important;
}

.aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header{
	left:0px !important;
}

.aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
	padding-left:0px !important;
}

.aside-enabled.aside-fixed .wrapper {
	padding-left:0px;
}
.modal-xl {max-width:none;padding-left:10px;padding-right:10px;}
.container {width:100% !important; max-width:none !important;}