html {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.btn-success {
    background: linear-gradient(135deg, #1c9dce 0%, #afc82b 100%);
    color: #ffffff !important;
    
    border-color: #1e7e34;
    box-shadow: none, 0 0 0 0 rgba(72, 180, 97, .5);
}

body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.brand-link {
    background: #f1e1e1;
}

.navbar-white {
    background-color: #f1e1e1;
}

.main-header {
    box-shadow: 0px 1px 20px #00000024;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
   /* background: linear-gradient(135deg, #7eb633 0%,#A4CB70 100%)*/
   /*background: linear-gradient(135deg, #fbd4f4, #dab7fb, #e8e2ef);*/
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #c6d9ed !important;
    color: #fff !important;
    opacity: 1 !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: #f0f0ff !important;
    color: #fff !important;
    opacity: 1 !important;
}

.elevation-4 {
    box-shadow: 0px 2px 3px #0000000D !important;
}

.os-content {
    padding: 0px !important;
}

[class*=sidebar-dark-] {
    background-color: #f1e1e1;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #010000 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    /*background: linear-gradient(135deg, #ff8585 0%,#b9cb70 100%);*/
    /*background: linear-gradient(135deg, #fbd4f4, #dab7fb, #e8e2ef);*/
    color: #ffffff !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #9bc8f7;
    color: #fff;
    opacity: 0.5
}


[class*=formheader] {
  
}


[class*=main-header] {
   
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    color: #302929 !important;
}

[class*=main-sidebar] {
    /*background: linear-gradient(80deg, #ffffff 0%, #ffffff 100%);*/
    background: linear-gradient(80deg, #f9faff 0%, #f9faff 100%);
    color: #302929 !important;
}

[class*=brand-link] {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    color: #302929 !important;
}

[class*=content-wrapper] {
    background: linear-gradient(135deg, #f3f5f9, #f3f5f9, #f3f5f9);
    color: #302929 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.8rem + 1.6px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link {
    font-size: 11px;
}

.logo-xl.brand-image-xs, .logo-xs.brand-image-xs {
    top: 1px;
}
/*.brand-link{
	line-height : 2.5;
}*/
.brand-link {
    line-height: 2.5;
}

    .brand-link .brand-image-xs {
        max-height: 62px;
    }

div.dataTables_wrapper div.dataTables_filter {
    margin-top: -35px;
    margin-left: 820px
}

.pagination {
    margin-top: -35px !important;
    margin-left: 630px
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #7eb633 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-primary {
    background: linear-gradient(135deg, #1c9dce 0%, #afc82b 100%);    
    color: #ffffff !important;
    /* background: #7eb633 !important;
    border-color: #7eb633 !important;*/
}

.bg-info {
    background: linear-gradient(135deg, #7eb633 0%,#A4CB70 100%) !important;
}

.page-item.active .page-link {
    color: #000;
    background-color: #f1e1e1;
    border-color: #f1e1e1;
}

a {
    color: #000 !important;
    font-size: 13px;
}

label {
    font-size: 12px;
}

.form-control form-control-sm {
    height: 30px;
}

.table th, .table td {
    font-size: 12px;
}

.table td {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    vertical-align: middle;
}

.dt-buttons .btn {
    font-size: 14px;
}

.table .btn-primary, .table .btn-danger {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
}
