/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */

.warningbox {
	border-left: 4px solid #c83636 !important;
}

.quick-card {
	border-right: 1px solid #dde3e5;
    border-bottom: 1px solid #dde3e5;
}

.quick-card:hover {
	background: #eef2f3;
}

.quick-card:hover .ui-e-icon-wrp {
	background: rgba(39, 60, 69, 0.12) !important;
}

.quick-card:nth-last-child(-n+4) {
    border-bottom: none;
}

.quick-card:nth-child(4n) {
    border-right: none;
}