/* begin::Colors */
.btn-primary {
    --mdb-btn-bg: #299be8 !important;
}

.btn-secondary:focus {
    color: #285192 !important;
}

.btn-outline-secondary:focus {
    color: #285192 !important;
}

.form-outline:focus {
    --mdb-form-outline-select-notch-border-color: #299be8 !important;
}

.form-outline {
    --mdb-form-outline-select-notch-border-color: #e3ebf7 !important;
}
/* end::Colors */


/* begin::Validated error */
.form-control.is-invalid, .was-validated .form-control:invalid {
    margin-bottom: 0rem !important;
}

.invalid-feedback {
    margin-top: 1.1rem !important;
}

/* end::Validated error */

.touch-in .contact-box {
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
}

body > div > section > div > div:nth-child(5) > iframe {
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    width: 100% !important;
}

/* Header (Highlighting of active elements) */
.current-el-header {
    color: #299be8 !important;
}

.current-el-sidebar {
    background-color: #f6f7f8 !important;
	color: #299be8 !important;
}

.header.fancy .search-cart i.icon:hover {
    color: #299be8 !important;
}

.hover-link-color-blue {
    transition: color 0.3s ease;
}

.hover-link-color-blue:hover {
    transition: color 0.3s ease;
    color: #299be8 !important;
}

.hover-link-color-danger {
    transition: color 0.3s ease;
}

.hover-link-color-danger:hover {
    transition: color 0.3s ease;
    color: #dc4c64 !important;
}

/* Header Mobile */

@media only screen and (max-width: 767px) {
    .header.fancy {
        box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.18);
    }
    .header.fancy .topbar {
        padding: 14px 0 0 0;
    }
    .header.fancy .topbar-call ul li span {
    }
    .header.fancy .topbar-call ul li i {
    }
    .topbar-social {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .header.fancy {
        box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.18);
    }
    .header.fancy .topbar {
        padding: 14px 0 0 0;
    }
    .header.fancy .topbar-call ul li span {
    }
    .header.fancy .topbar-call ul li i {
    }
    .topbar-social {
    }
}

/* begin::Header - user action */
.cart:before {
    bottom: 0;
}
/* end::Header - user action */

/* begin::Header - cart */
.shpping-cart strong.item {
    width: 20px;
    height: 20px;
    align-content: center;
    right: -12px;
    transform: translateY(-17px);
}

@media screen and (max-width: 768px) {
    .shpping-cart strong.item {
        right: -12px;
        transform: translateY(-9px);
    }
}
/* end::Header - cart */

/* Units Search Table */
@media only screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-bottom: 20px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1023px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
}

/* Sidebar */
/* Manual Button */
