body {
	background: #f6f6f6;
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Golos Text", sans-serif !important;
}
body *{
  box-sizing: border-box;
}
.topbar{
    position: fixed;
    background: #f6f6f6;
    z-index: 999;
    top: 0;
    width: 100%;
}
#navbarSupportedContent{
    border-bottom: 1px dotted #ccc;
}
#main-wrapper {
    padding-top: 65px;
}
.navbar-dark .navbar-brand{
  background: #fff;
  border-radius: 0 20px 0 0;
}
.left-sidebar{
  border-radius: 0 20px 20px 0;
  position: fixed;
  left: 0;
  height: 100vh;
  overflow: auto;
}
.sidebar-nav ul .sidebar-item .sidebar-link{
  font-size: 14px;
}
.sidebar-nav ul .sidebar-item .sidebar-link i{
  font-size: 18px;
  margin-right: 5px;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link{
  padding: 6px 10px 6px 35px;
}
#sidebarnav{
  padding: 30px 6px 20px;
}
.sidebar-nav ul .sidebar-item>.sidebar-link{
  font-size: 16px;
  font-weight: 500;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link{
  font-size: 15px;
  font-weight: normal;
}
.sidebar-nav ul#sidebarnav > .sidebar-item.selected>.sidebar-link{
  background: #fff;
}
.sidebar-nav ul#sidebarnav > .sidebar-item > .sidebar-link.active, 
.sidebar-nav ul#sidebarnav > .sidebar-item > .sidebar-link.active > i, 
.sidebar-nav ul#sidebarnav > .sidebar-item > .sidebar-link:hover,
.sidebar-nav ul#sidebarnav > .sidebar-item > .sidebar-link:hover > i,
.sidebar-nav ul#sidebarnav > .sidebar-item > .sidebar-link.has-arrow:hover:after{
  background: #EE5A1C;
  color: #fff;
  border-radius: 10px;
  margin-right: 0;
}

/* .sidebar-nav ul#sidebarnav > .sidebar-item.selected>.sidebar-link,
.sidebar-nav ul#sidebarnav > .sidebar-item.selected>.sidebar-link > i{
  color: #fff;
}  */
.sidebar-nav .has-arrow:after {
	position: absolute;
	content: '+';
	width: 10px;
	height: 10px;
  color: #48443d;
	top: 10px;
	right: 10px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
  font-size: 22px;
  background: transparent;
}

.sidebar-nav .has-arrow[aria-expanded=true]:after,
.sidebar-nav li.active>.has-arrow:after,
.sidebar-nav li>.has-arrow.active:after {
	position: absolute;
	content: '_';
	width: 7px;
	height: 7px;
  color: #fff;
	top: 0px;
	right: 15px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.sidebar-nav ul .sidebar-item{
  margin: 2px 0;
}
.default-logo{
  display: block;
}

.sticky-logo{
  display: none;
  width: 45px;
}
.mini-sidebar .default-logo{
  display: none;
}
.mini-sidebar .sticky-logo{
  display: block;
}
.mini-sidebar .navbar-dark .navbar-brand{
  min-height: 60px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #EE5A1C;
}
.waves-effect.waves-light .waves-ripple{
  background: transparent;
}
.dashboard-card{
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.card-style-1{
  background: #166A2F;
}
.card-style-2{
  background: #28a745;
}
.card-style-3{
  background: #EE5A1C;
}
.card-style-4{
  background: #ff0000;
}
.dashboard-card .card{
  padding: 10px;
 box-shadow:  0px 0px 21px 3px rgba(139, 132, 118, .05);
 color: #fff;
 border-radius: 12px;
}
.dashboard-card .card h6{
  font-size: 16px;
  font-weight: 500;
  min-height: 40px;
  text-align: left;
  margin: 10px 0 0;
}
.dashboard-card .card h3{
  font-size: 70px;
  font-weight: 500;
  margin: 10px 0 0;
  text-align: center;
  line-height: 75px;
  position: relative;
  z-index: 9;
}
.dashboard-card .card h3.left{
  text-align: left;
}
.card-icon{
    font-size: 60px;
    padding-top: 15px;
}
.card-icon-release{
  position: absolute;
  right: 20px;
  top: -20px;
}
.card-icon-release img{
  width: 150px;
}

.card-bottom-style{
  background: #ccc;
  padding: 10px;
  box-shadow:  0px 0px 21px 3px rgba(139, 132, 118, .05);
  color: #fff;
  border-radius: 12px;
}
.card-bottom-style::before{
  content: '';
  background: url('../../assets/images/services.webp') no-repeat 0 0;
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  right: 0;  
  opacity: 0.4;
}
.dashboard-card .card.card-bottom-style h3{
  font-size: 35px;
  line-height: 40px;
  text-align: left;
  margin: 0 0 10px;
}
.card-bottom-style h6, .card-bottom-style h3{
  color: #15264b;
}
.custom-form-group{
  width: 100%;
  float: left;  
}
.custom-form-group .form-group{
  width: 32%;
  float: left;
  margin: 0 0.5%;
  flex-direction: column;
  min-height: 80px;
}
.custom-form-group .form-group.full-width{
  width: 98%;
}
.custom-form-group .form-group label{
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin-top: 8px;
}
.custom-form-group .custom-checkbox,
.custom-form-group .custom-radio{
  display: inline-block;
}
.custom-form-group .custom-checkbox label,
.custom-form-group .custom-radio label{
  margin: 0 10px 0 0;
}
.card-body-footer{
  clear: both;
  width: 100%;
  float: left;
  padding: 0 2.5% 10px;
}
.card-body-footer button{
  min-width: 100px;
}
.card-body-footer .card-body{
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper{
  font-size: 14px;
}
.table thead th{
  padding: 10px 5px;
  font-size: 13px;
  border-bottom: none !important;
  border-top: none !important;
  color: #15264b;
}
.table thead th a{
color: #15264b;
}
.table tbody td{
  font-size: 13px;
}
.table-btn-icons button,
.table-btn-icons button:hover,
.table-btn-icons button:focus,
.table-btn-icons button:active{
  background: transparent !important;
  padding: 0;
  border: none;
  color: #15264b;
  margin: 0 5px;
  outline: none;
  box-shadow: none;
}
.table-btn-icons button i{
  font-size: 16px;
}

.modal-dialog,
.modal-dialog .modal-content {
	border: none;
  font-size: 14px;
}

.modal-dialog .modal-header {
	padding: 10px 15px;
	font-weight: 600;
	background: #EE5A1C;
	color: #fff;
}

.modal-dialog .modal-header .close,
.modal-dialog .modal-header .close:hover {
	color: #fff;
	border: none;
	outline: none;
	opacity: 1;
}

.modal-body form label {
	font-size: 14px;
	margin-bottom: 0;
}

.modal-footer .btn-primary {
	background: #EE5A1C;
	color: #fff;
	border: 1px solid #EE5A1C;
}

.modal-footer .btn-secondary {
	background: #eee;
	color: #000;
	border: 1px solid #eee;
}

.btn-outline-primary {
	color: #06048c;
	background-color: transparent;
	background-image: none;
	border-color: #06048c;
}

.btn-outline-primary:hover {
	background: #06048c;
}

@media (max-width:992px) {
.dashboard-card .card.card-bottom-style h3{
  font-size: 30px;
}
}

@media (max-width:767px) {
  .dashboard-card .card h3 {
    font-size: 50px;
    line-height: 55px;
    position: relative;
    z-index: 9;
  }
  .card-icon-release img {
    width: 131px;
}
}