body {
    font-size: 12px;
    font-family: 'Roboto', serif !important;
}

.navigation {
    font-family: 'Roboto', serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #484848;
    font-weight: 500 !important;
}

html body .content .content-wrapper {
    padding: -webkit-calc(2.2rem - 0.4rem) 1.5rem 0;
    padding: -moz-calc(2.2rem - 0.4rem) 1.5rem 0;
    padding: calc(2.2rem - 0.4rem) 1.5rem 0;
}

.dataTables_filter {
    display: none;
}

.chosen-container {
    width: 100%;
}

.loader-screen img {
    width: 60px;
}

.loader-horizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.loader-horizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #808080;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-horizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.loader-horizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.loader-horizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.loader-horizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}

@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.header-navbar .search-input .search-input-close i {
    color: #b5b5b5;
}

.three-row {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 60px;
    line-height: 20px;
}

.main-menu.menu-dark .navigation>li .active {
    background: #5649de;
    border-radius: 10px;
}

.nav-item.hideSidemenu {
    /* margin: 10px 0; */
}

td.action button {
    margin: 0 3px !important;
    padding: 3px 5px;
    border-radius: 8px !important;
}

td.action .fa {
    font-size: 13px;
}

/* .status {
    width: 0 !important;
} */

td.status button {
    align-items: center;
    width: 80px;
}

table {
    min-width: 100% !important;
}

.table thead th {
    vertical-align: middle;
}

.btn.btn-secondary {
    color: #606060;
    border: 1px solid #dbdbdb !important;
    margin: 0 10px;
    border-radius: 8px !important;
    background-color: unset !important;
    padding: 10px 15px;
}

.place-image .remove {
    position: absolute;
    background: red;
    z-index: 999999;
    right: 14px;
    top: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

.place-image .remove .fa {
    color: white;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.custom-file-input {
    height: unset;
}

td.image img {
    /* padding: 5px; */
    width: 50px;
    height: 50px;
}

.form-group.error input.custom-file-input {
    margin-bottom: 18px;
}

.product-order .list .qty {
    background: #4ec398;
    border-radius: 20px;
    padding: 3px 7px;
    color: white;
    font-weight: 500;
    font-size: 11px;
}

.product-order .list .name {
    padding: 4px 4px;
    /* background: #009e7a; */
    color: #636363;
    font-weight: 500;
    font-size: 11px;
    line-height: 10px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder {
    /* Recent browsers */
    text-transform: none;
}

.card.bg-authentication ::placeholder, .card.bg-authentication i.feather, .card.bg-authentication input {
    color: white !important;
    background: transparent;
}

.form-group .spinner-border {
    position: absolute;
    right: 5px;
    top: 8px;
    background: whitesmoke;
    color: #a0a0a0;
    width: 25px;
    height: 25px;
}

.datatables .invoice {
    min-width: 149px;
}

body.not-login .content-wrapper {
    margin-top: 6rem !important;
}

body.not-login .app-content.content {
    margin-left: unset;
}

body.not-login footer {
    display: none;
}

.vs-checkbox-con .help-block {
    position: absolute;
    top: -45px;
    left: 135px;
    width: 200px;
}

label {
    margin-bottom: 5px;
    font-weight: 500;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
    background: #6b34ab;
}

html body.bg-full-screen-image {
    background: url(/assets/backend/images/bg-login.png) no-repeat center center;
    background-size: cover;
}

.has-icon-left .form-control-position {
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal-modal {
    border-radius: 40px;
    padding: 10px;
}

.main-menu.menu-dark .navigation>li>ul {
    background: unset;
}

.main-menu.menu-dark .navigation>li.open>a, .main-menu.menu-dark .navigation>li.sidebar-group-active>a {
    background: #5649de;
}

.swal-text {
    text-align: center;
    padding: 0 25px;
    color: #595959;
    line-height: 20px;
    word-spacing: 1px;
    font-size: 15px;
    text-transform: capitalize;
}

.dt-buttons.btn-group {
    margin-bottom: 15px;
    margin-left: -10px;
    float: left;
}

.dataTables_info {
    margin-top: 12px;
}

.dataTables_length {
    margin-top: 7px;
}

.dataTables_length label {
    display: flex;
    align-items: baseline;
    margin-left: 10px;
}

.dataTables_length select {
    width: 47px;
    height: 29px !important;
    margin: 0 10px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: unset;
}

.pagination .page-item.active .page-link {
    background-color: unset;
    color: unset;
}

table.dataTable thead th.ui-state-default, table.dataTable tfoot th.ui-state-default {
    text-align: center;
    font-weight: 550;
    min-width: 60px;
}

.yadcf-filter-wrapper-inner {
    width: 100%;
    border: unset;
}

.yadcf-filter-wrapper button {
    background-color: #dadada;
    /* border-radius: 25px; */
    border: unset;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    height: 24px;
    width: 27px;
}

thead th.ui-state-default {
    background-image: linear-gradient(to top, #dedede 0%, #ffffff 60%);
}

button .fa {
    padding: 0;
}

.yadcf-filter-range-date {
    padding-left: 5px;
    height: 25px;
    border: 1px solid #d0d0d0;
    width: 50%;
}

.yadcf-filter-reset-button i {
    color: #ffffff;
}

button.mb-1 {
    margin-bottom: 0.5rem !important;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
    background: #fff8ea;
}

.dropdown.dropdown-user.nav-item {
    display: flex;
}

/* Loader */

.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.79) !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 9px 10px;
}

.yadcf-filter-range-date-seperator {
    margin-left: 2px;
    margin-right: 2px;
}

.yadcf-filter {
    width: 100% !important;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #d0d0d0;
    height: 24px;
}

.yadcf-filter-wrapper button .fa {
    padding: unset;
}

.btn-add-reload button {
    padding: 10px;
}

.btn.btn-secondary:hover {
    color: #131313 !important;
}

.form-control[readonly] {
    background-color: #f4f4f4;
    pointer-events: none;
}

.modal-dialog-scrollable .modal-body {
    height: 70vh;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
    box-shadow: unset;
}

.main-menu.menu-dark .navigation>li.open>a {
    background: #252d5a !important;
}

.width20 {
    min-width: 20px !important;
    width: 20px !important;
}

.width35 {
    min-width: 35px !important;
}

.width40 {
    width: 40px !important;
    min-width: 40px !important;
}

.width50 {
    width: 50px !important;
    min-width: 50px !important;
}

.width60 {
    width: 60px !important;
    min-width: 60px !important;
}

.width75 {
    min-width: 75px !important;
}

.width80 {
    min-width: 80px !important;
}

.width100 {
    min-width: 100px !important;
}

.width130 {
    min-width: 130px !important;
}

.width150 {
    /* width: 150px !important; */
    /* max-width: 150px !important; */
    /* min-width: 150px !important; */
}

.width170 {
    min-width: 170px !important;
}

.width200 {
    min-width: 200px !important;
}

.width250 {
    min-width: 250px !important;
}

.width300 {
    min-width: 300px !important;
}

.width380 {
    min-width: 380px !important;
}

.datatables thead th {
    cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #e8e8e8;
}

.btn {
    border-radius: 8px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 400;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #ddd;
    border-color: #a8a8a8;
}

.form-group.error .vs-checkbox-con .help-block {
    position: absolute;
    top: -38px;
    left: 25px;
    width: 200px;
}

.form-control {
    border: 1px solid #c7c7c7;
    color: #313131;
    height: 40px !important;
    margin-bottom: 6px;
}

textarea.form-control {
    height: auto !important;
}

.form-group.error .help-block {
    /* top: 5px; */
    position: relative;
}

.input-group-text {
    padding: 0.7rem 1rem;
}

.input-group .btn {
    padding: 0 15px;
}

.w100 {
    width: 100% !important;
    min-width: 100% !important;
}

.w50 {
    width: 50% !important;
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dataTables_scrollHead {
    overflow: unset !important;
}

.dataTables_scroll {
    overflow: auto !important;
}

.dataTables_scrollBody {
    overflow: unset !important;
}

.dataTables_wrapper .dataTables_processing {
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding-top: unset;
}

.dataTables_wrapper .dataTables_processing .fa {
    margin-right: 10px;
}

.btn.no-radius {
    border-radius: 5px !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b !important;
}

.form-group {
    /* margin-bottom: 1.3rem; */
}

#search-product .select2-container {
    width: 90% !important;
}

#search-product .input-group-append {
    width: 10% !important;
}

.btn-sm, .btn-group-sm>.btn {
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 500;
    font-size: 20px;
    color: #f9595a;
}

.btn-group.btn-group-toggle {
    border-radius: 5px;
    overflow: hidden;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
}

/* Media Desktop */

@media only screen and (min-width: 1200px) {
    .swal-modal {
        width: 415px;
    }
}

/* datatable responsive mobile */

@media (max-width: 700px) {
    .dataTables_filter {
        display: block !important;
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0 auto;
        float: none !important;
        text-align: center !important;
    }
    .dt-buttons.btn-group {
        display: none;
    }
    table.mobile-collapse {
        table-layout: fixed;
        width: 100% !important;
    }
    table.mobile-collapse tr {
        margin-bottom: 20px;
        webkit-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    }
    table.mobile-collapse.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: unset;
    }
    table.mobile-collapse thead {
        position: absolute;
        left: -9999px;
        overflow: hidden;
        width: 0px;
        height: 0px;
    }
    table.mobile-collapse tr, table.mobile-collapse td, table.mobile-collapse th, table.mobile-collapse thead, table.mobile-collapse tbody, table.mobile-collapse {
        display: block;
    }
    table.mobile-collapse tfoot th:first-child {
        width: 88% !important;
    }
    table.mobile-collapse tfoot th {
        text-align: left !important;
    }
    table.mobile-collapse tfoot {
        display: inline;
    }
    table.mobile-collapse tbody tr td::before {
        content: attr(data-title);
        display: inline-block;
        width: 40%;
        /* border-right: 2px solid #d6d6d6; */
        margin-right: 10px;
        font-weight: bold;
    }
    table.mobile-collapse tbody tr .dataTables_empty::before {
        width: unset;
    }
    table.mobile-collapse {
        border-spacing: 0;
        border-collapse: collapse;
        max-width: 100% !important;
        top: 90px !important;
        position: relative;
    }
    table.mobile-collapse td, table.mobile-collapse th {
        padding: 0 .3em;
        white-space: normal;
    }
    table.mobile-collapse td {
        border: 1px solid rgb(0 0 0 / 0.05) !important;
        text-align: unset !important;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 8.5em;
        /* margin: 0 auto; */
        position: relative;
        width: 100%;
    }
    .dataTables_filter input {
        height: 35px !important;
    }
    .dataTables_filter label {
        width: 100% !important;
        padding-left: unset;
        margin: 0 auto;
    }
    .dataTables_wrapper .dataTables_filter input {
        margin-left: unset;
    }
    .dataTables_info {
        top: 55px;
        position: absolute;
        width: 100%;
        margin: 0 auto;
    }
    table.mobile-collapse td.text-center {
        text-align: unset !important;
    }
    table.mobile-collapse td.action.order.text-center {
        text-align: center !important;
        padding: 15px !important;
    }
    table.mobile-collapse td.action.order.text-center:before {
        display: none !important;
    }
    .action button {
        width: 100%;
        margin: 10px 4px !important;
    }
    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: unset !important;
    }
    .dataTables_wrapper .dataTables_info {
        padding-top: 0.755em !important;
    }
    table.mobile-collapse .action .btn-group {
        margin-right: -20px;
        margin-left: -7px;
    }
    table.mobile-collapse .action.order button {
        min-width: 90% !important;
        height: 30px;
    }
    table.mobile-collapse .action.order .btn-group button {
        min-width: unset !important;
    }
    table.mobile-collapse .action.order .btn-group {
        margin: unset !important;
        display: flex;
        height: 35px;
        /* padding: 0 15px; */
    }
    table.mobile-collapse .duplicate-index {
        display: none;
    }
}

@media (max-width: 700px) {
    .swal-modal {
        width: calc(100% - 75px);
    }
    .stats.avatar {
        position: absolute;
        right: 3px;
        top: 3px;
        margin: 5px !important;
    }
    .stats.avatar .avatar-content {
        width: 25px;
        height: 25px;
    }
    .swal-icon--warning__dot {
        margin-left: -4px !important;
    }
    .main-menu .navbar-header {
        width: 260px !important;
    }
    body.not-login .content-wrapper {
        margin-top: 0rem !important;
    }
    body.not-login .floating-nav {
        position: relative !important;
    }
    body.not-login .navbar-nav {
        padding-bottom: 20px;
    }
    body.not-login .navbar-nav .nav-item {
        height: 40px;
    }
    .ecommerce-application .grid-view, .ecommerce-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr;
    }
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 10px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 16px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

a, input, button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.yadcf-filter-wrapper {
    display: flex;
    text-align: center;
    margin-top: 4px;
}

.datatables .action a {
    display: flex;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #f3f3f3;
}

.has-sub .menu-content li i {
    margin-right: 8px;
}

.main-menu.menu-dark .navigation>li ul li>a {
    padding: 10px 10px 10px 20px;
}

.form-group.error .input-group~.help-block {
    top: 5px !important;
}

.paginate_button.page-item.active {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    color: white !important;
}

.page-link {
    padding: 0.4rem 0.8rem;
    font-size: 12px !important;
}

.btn-sm {
    padding: 5px 10px !important;
}

.swal-footer {
    display: flex;
    justify-content: space-around;
    padding: 5px 30px 15px;
}

#notification .media-left i {
    color: #7367f0 !important;
}

#notification .media-body h6 {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 550 !important;
}

#notification .dropdown-menu .dropdown-item {
    color: #626262 !important;
}

#notification .media-list a small {
    color: #a2a2a2 !important;
}

.media-list .media .media-left {
    padding-right: 5px;
}

th.ui-state-default {
    color: #7b7b7b;
}

.delay-6s {
    animation-delay: 6s;
}

.delay-7s {
    animation-delay: 7s;
}

.swal-icon:first-child {
    margin-top: 15px;
}

.swal-icon {
    margin: 5px auto;
}

.swal-icon--warning__dot {
    margin-left: -3px;
}

.product-order .list {
    text-align: left !important;
}

table td {
    white-space: nowrap;
}

table th:first-child {
    width: 25px !important;
    min-width: 25px !important;
}

.text-normal {
    white-space: normal;
}

.btn-add-reload button {
    height: 30px;
}

.nav-item .menu-title, .nav-item .menu-item {
    font-size: 13px;
    font-weight: 500;
}

.nav-item .menu-item {
    font-size: 12px;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content>li>a>i {
    margin-right: 0.4rem;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i {
    margin-right: 0.6rem;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i:before {
    font-size: 1rem;
}

.header-navbar.floating-nav {
    width: calc(100% - calc(2.2rem * 2) - 185px);
}

body.not-login .header-navbar.floating-nav {
    width: calc(100% - calc(1.4rem * 2) - 0px);
}

.header-navbar.floating-nav {
    margin: 1.3rem 1.2rem 0;
}

html body .content {
    margin-left: 210px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    width: 210px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
    width: 210px;
}

.main-menu .navbar-header {
    width: 210px;
}

@media (max-width: 1199.98px) {
    body.vertical-layout.vertical-overlay-menu .app-content .header-navbar.floating-nav {
        width: -webkit-calc(100% - 4.4rem);
        width: -moz-calc(100% - 4.4rem);
        width: calc(100% - 2.6rem);
    }
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content .header-navbar.floating-nav {
    width: -webkit-calc(100% - 2.5rem - 80px);
    width: -moz-calc(100% - 2.5rem - 80px);
    width: calc(100% - 2.5rem - 80px);
}

.yadcf-filter-date {
    width: 100%;
}

.stats.avatar .avatar-content {
    width: unset;
    height: unset;
}

.select-broadcast h2 {
    font-size: 1.2rem;
}

.btn.no-radius, .no-radius {
    border-radius: unset !important;
}

.ecommerce-application .sidebar-shop {
    width: unset;
}

.ecommerce-application .grid-view .ecommerce-card .item-img {
    min-height: unset;
}

.ecommerce-application .list-view .ecommerce-card {
    grid-template-columns: 1fr 1fr 1fr;
}

.ecommerce-application .product-checkout.list-view {
    grid-template-columns: unset;
}

.content-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
    border-radius: 10px;
}

.ecommerce-application .grid-view .ecommerce-card .item-img {
    padding-top: unset;
}

.navbar-floating .header-navbar-shadow {
    z-index: 1;
    background: unset;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 200px;
}

.item-img .card-img-top {
    padding: 20px;
}

.btn-primary {
    border-color: #3c929b !important;
    background-color: #3c929b !important;
    color: #FFFFFF;
}

a {
    color: #307b83;
}

.bg-authentication::before {
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
}

.bg-authentication {
    background: rgb(0 0 0 / 40%);
    border-radius: 20px !important;
}

.bg-authenticatio:before {
    background: inherit;
}

.bg-authentication .card {
    background: unset;
}

.bg-authentication #randomImage {
    padding: 30px;
    -webkit-filter: drop-shadow(5px 5px 5px #767676);
    filter: drop-shadow(5px 7px 10px #767676);
}

.bg-gradient-primary {
    background: linear-gradient(to right, #52ccc4, #86A8E7, #9c9cce);
}

.bg-analytics {
    background: linear-gradient(to left, #52ccc4, #86A8E7, #b3b3ef) !important;
}

.main-menu.menu-light .navigation>li .active {
    background: #F0F0F0 !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    color: #6cbad5;
    padding-left: 9px;
    font-size: 1.4rem;
}

.toggle-icon.icon-disc {
    color: #6cbad5 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #49c0cd;
}

.btn-primary:hover {
    -webkit-box-shadow: 0 8px 25px -8px #3bc9d8;
    box-shadow: 0 8px 25px -8px #3bc9d8;
}

.bg-primary {
    background-color: #7bafe0 !important;
}

.table .thead-dark th {
    color: #FFFFFF;
    background-color: #3294a5;
    border-color: #ffffff;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #e8e8e8;
}

td.image img.wide {
    width: 220px;
    height: 100px;
}

.ecommerce-application .input-group-text, .ecommerce-application .search-product {
    height: unset;
}