/*
Theme Name: Uitzendbureau premium 1
Theme URI: https://www.flexsoftware.nl
Author: Flexsoftware
Author URI: https://www.flexsoftware.nl
Description: Theme developed by Flexsoftware. If you have any questions about our theme, please contact us via info@flexsoftware.nl or by telephone on 050 – 800 32 85.
Version: 1.3.1
License: Flexsoftware
License URI: /
Text Domain: uitzendbureau
*/

@import url('css/main.css');

.worked-hours {
	min-width: 25px;
    min-height: 16px;
    display: block;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #d2d2d2;
	display:flex;
}

.worked-hours svg {
	width: 18px;
}

.worked-hours svg path {
	stroke: var(--primary);
}