.dataTables_filter {
  float: right;
}

.dataTables_paginate {
    float: right;
    margin-top: 10px;
}

.dataTables_info {
    margin-top: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

.switch input {
  display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 10px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

.on {
  display: none;
}

.on {
     left: 30%;
}

.off {
     right: -14%;
}

.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  font-size: 12px;
  font-weight: bold;
}

input:checked+ .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}


.sidebar-dropdown .btn-toggle:after {
  content: none !important;
}

.sidebar-dropdown .btn-toggle .arw-btm {
  width: 10px;
  margin-left: auto;
}

.sidebar-drdown-list {
  margin: 0 0.5rem;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.sidebar-drdown-list > ul {
  padding: 0.3rem 0;
}

.sidebar-drdown-list > ul li {
  border-bottom: 1px solid #e3e3e3;
}

.sidebar-drdown-list > ul li:last-child {
  border: none;
}

.sidebar-drdown-list .sidebar-drop-single {
  padding: 0.3rem 1rem;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding-left: 25px;
}

.sidebar-drdown-list .sidebar-drop-single:hover,
.sidebar-drdown-list .sidebar-drop-single.active {
  background-color: #0084fb;
  color: #fff;
}


/*footer css*/

.sidenav.fixed-start + .main-content{
  padding-bottom: 60px;
}

footer.footer {
  position: fixed;
  bottom: 15px;
  width: 100%;
  right: 0;
  margin-left: 17.125rem;
  background-color: #fff;
  box-shadow: 0 20px 0px #f4f5f7;
  z-index: 9;
}

@media(min-width:  1200px) {
  footer.footer{
    width: calc(100% - 17.125rem);
  }
}

@media(max-width:  991px) {
  .sidenav.fixed-start + .main-content {
    padding-bottom: 155px;
  }
}

/*footer css*/

.modal-content .close {
  background: none;
  border: none;
  font-size: 20px;
}

.sidebar-drop-icon {
  float: left;
  padding-right: 20px;
  padding-top: 5px;
}

.modal-content .close {
  background: none;
  border: none;
  font-size: 20px;
}