.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo,
.main-menu .navbar-header .navbar-brand .brand-logo {
    background: url('../../../img/logo.png') no-repeat;
    height: 63px;
    width: 220px;
}

.btn-primary {
    border-color: #62bd5e !important;
    background-color: #62bd5e !important;
}

body.dark-layout .pagination:not([class*="pagination-"]) .page-item.active .page-link {
    background-color: #62bd5e !important;
}

.content-body {
    margin-top: 90px;
}

.badge.badge-primary {
    background-color: #62bd5e !important;
}

.main-menu.menu-light .navigation>li.active>a {
    background: linear-gradient(118deg, #62bd5e, rgba(62, 180, 83, 0.7));
    box-shadow: 0 0 10px 1px rgb(62 180 83 / 70%);

}

a {
    color: #62bd5e;
}

.form-control:focus {
    border-color: #62bd5e !important;
}

.form-label-group>input:focus:not(:placeholder-shown)~label,
.form-label-group>input:not(:active):not(:placeholder-shown)~label,
.form-label-group textarea:focus:not(:placeholder-shown)~label,
.form-label-group textarea:not(:active):not(:placeholder-shown)~label {
    color: #62bd5e !important;
}

body.dark-layout input.form-control:focus~.form-control-position i,
body.dark-layout .custom-file-label:focus~.form-control-position i,
body.dark-layout textarea.form-control:focus~.form-control-position i {
    color: #62bd5e;
}

.dropdown-notification .dropdown-menu-header {
    background: #62bd5e;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #62bd5e;
    border-color: #62bd5e;
}

.primary {
    color: #62bd5e !important;
}

#ecommerce-pagination ul {
    justify-content: center;
}

table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected td {
    background-color: rgb(62, 180, 83) !important;
    box-shadow: 0 0 1px 0 #62bd5e !important;
    color: #FFFFFF;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.2rem .5rem;
}

.vs-checkbox-primary input:checked~.vs-checkbox .vs-checkbox--check {
    background-color: #62bd5e !important;
}

.vs-checkbox-primary input:checked~.vs-checkbox {
    border-color: #62bd5e !important;
}

.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li.active>a {
    background: linear-gradient(118deg, #62bd5e, rgba(98, 189, 94, 0.7));
    box-shadow: 0px 0px 6px 1px rgb(98 189 94 / 60%);
}

.waves-light i{margin: 0  !important;}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #28c76f;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  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%;
  }

  .dropdown-menu {
    min-width: 12rem !important;
  }