﻿html {
    overflow-y: scroll !important;
}

.kt-btn-primary {
    background-color: #f15825 !important;
}

.kt-btn-primary:hover {
    background-color: #d03e0d !important;
}

.kt-link, .dz-remove {
    color: #f15825 !important;
}

.kt-link:hover, .dz-remove:hover {
    color: #d03e0d !important;
}

.dz-remove > i {
    color: #f15825 !important;
}

.dz-remove:hover > i {
    color: #d03e0d !important;
    cursor: pointer !important
}

.form-error {
    font-size: 14px !important;
    color: #a94442 !important
}

.swal2-html-container {
    font-size: 15px !important;
}

.kt-switch {
    &:checked, &[aria-checked='true']
    {
        background-color: #f15825 !important
    }
}

.swal2-popup {
    padding: 50px !important
}

table.kt-table tbody tr:hover {
    background-color: transparent !important;
}

.kt-drawer {
    width: 300px !important;
}

@media (min-width: 768px) {
    .kt-drawer {
        width: 500px !important;
    }
}

@media (min-width: 1024px) {
    .kt-drawer {
        width: 700px !important;
    }
}

:is(.kt-menu-default .kt-menu-item .kt-menu-link:hover,.kt-menu-default .kt-menu-item .kt-menu-label:hover) .kt-menu-icon i {
    color: #f15825 !important;
}