/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.tippy-popper{
    display: none;
}
.main-menu .navbar-header .navbar-brand .brand-logo{
    background: unset;
    width: 16rem;
}
.main-menu .navbar-header{
    height: 10rem;
}
.btn-primary{
    border-color: #EC7025 !important;
    background-color: #EC7025 !important;
}
body.dark-layout .pagination:not([class*="pagination-"]) .page-item.active .page-link {
    background-color: #EC7025;
}
.badge.badge-primary {
    background-color: #EC7025;
}
.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(
        118deg
        , #EC7025, rgba(236, 111, 37, 0.7));
    box-shadow: 0 0 10px 1px rgb(236 111 37 / 70%);

}
a {
    color: #EC7025;
}
.form-control:focus {
    border-color: #EC7025;
}
.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: #EC7025 !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: #EC7025;
}
.dropdown-notification .dropdown-menu-header {
    background: #EC7025;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #EC7025;
    border-color: #EC7025;
}
.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #EC7025 !important;
}
th,td{
    text-align: center;
    max-width: 300px !important;
}
.fixed_height{
    height: 200px;
}
th{
    font-size: 1.2rem !important;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.3rem 1rem;
}
.main-menu .main-menu-content {
    height: calc(100% - 13rem) !important;
}
.main-menu.menu-light .navigation > li img {
    width: 27px;
}
.data-list-view-header .table-responsive .top .dataTables_filter label:after, .data-thumb-view-header .table-responsive .top .dataTables_filter label:after{
    display: none;
}
