:root {
    --defautColor1: #feb800;
    --defautColor2: #380e47;
    --defautColor3: #0062cc;
    --defautColor4: #fff;
    --defautColor5: #343a40;
    --defautColor6: #f4f7f9;
    --defautColor7: #e8e8e8;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --notification: #dc3545;
    --randomColor1: #007bff;
    --randomColor2: #6610f2;
    --randomColor3: #6f42c1;
    --randomColor4: #e83e8c;
    --randomColor5: #dc3545;
    --randomColor6: #fd7e14;
    --randomColor7: #ffc107;
    --randomColor8: #28a745;
    --randomColor9: #20c997;
    --randomColor10: #17a2b8;
    --randomColor11: #fff;
    --randomColor12: #6c757d;
    --randomColor13: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --defautBoxShadow: 0 3px 5px 0px rgba(0,0,0,0.1);
    --defautTransitionTime: all 0.3s ease-in-out;
    --defautBorderRadius: .4rem;
}

.hidden {
    display: none !important;
}