/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vwsx3314dq] {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.header[b-vwsx3314dq] {
	padding: var(--CRM-header-padding);
	box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
	z-index: 103;
	background-color: var(--dxds-color-surface-neutral-default-rest);
}

	.header .header-content[b-vwsx3314dq] {
		display: flex;
	}

.main[b-vwsx3314dq] {
	flex-grow: 1;
	overflow: auto;
}

	.main .main-content[b-vwsx3314dq] {
		height: 100%;
	}

.toolbar .title[b-vwsx3314dq] {
	color: var(--dxds-color-content-neutral-default-rest);
	font-family: var(--dxds-font-family-sans-serif);
	font-weight: 400;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0 0.5rem;
	height: 100%;
}

.avatar-item[b-vwsx3314dq] {
	display: flex;
	align-items: center;
	cursor: pointer;
}

	.avatar-item .avatar-label[b-vwsx3314dq] {
		padding: 0.5rem;
	}

.small-size .toolbar .title[b-vwsx3314dq] {
	font-size: var(--dxds-font-size-base-lg);
	line-height: var(--dxds-line-height-base-lg);
}

.medium-size .toolbar .title[b-vwsx3314dq] {
	font-size: var(--dxds-font-size-title-md);
	line-height: var(--dxds-line-height-title-md);
}

.large-size .toolbar .title[b-vwsx3314dq] {
	font-size: var(--dxds-font-size-title-lg);
	line-height: var(--dxds-line-height-title-lg);
}

.content[b-vwsx3314dq] {
	margin: 0 auto;
}

.main-content .module-content[b-vwsx3314dq] {
	padding: var(--CRM-module-content-padding);
}

.module-content[b-vwsx3314dq] {
	height: 100%;
	overflow: auto;
}

[b-vwsx3314dq] .main-menu {
	width: 19rem;
}

	[b-vwsx3314dq] .main-menu [role="treeitem"][aria-level="1"] {
		font-weight: 500;
	}

[b-vwsx3314dq] .main-menu-drawer {
	--dxbl-drawer-panel-body-padding-x: 1.5rem;
	--dxbl-drawer-panel-body-padding-y: 1.5rem;
}

[b-vwsx3314dq] .search-textbox {
	margin: auto 0;
}

[b-vwsx3314dq] .toolbar .search-textbox-item {
	max-width: 12.5rem;
}

[b-vwsx3314dq] .crm-icon {
	mask-image: url("images/icons/person.svg");
}

[b-vwsx3314dq] .planning-icon {
	mask-image: url("images/icons/calendar.svg");
}

[b-vwsx3314dq] .analytics-icon {
	mask-image: url("images/icons/data-histogram.svg");
}

[b-vwsx3314dq] .hamburger-icon {
	mask-image: url("images/icons/navigation.svg");
}

[b-vwsx3314dq] .user-icon {
	mask-image: url("lib/bootstrap-icons/icons/person-circle.svg");
}

[b-vwsx3314dq] .login-icon {
	mask-image: url("lib/bootstrap-icons/icons/box-arrow-in-right.svg");
}

[b-vwsx3314dq] .logout-icon {
	mask-image: url("lib/bootstrap-icons/icons/box-arrow-right.svg");
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-slmiva1avk],
.components-reconnect-repeated-attempt-visible[b-slmiva1avk],
.components-reconnect-failed-visible[b-slmiva1avk],
.components-pause-visible[b-slmiva1avk],
.components-resume-failed-visible[b-slmiva1avk],
.components-rejoining-animation[b-slmiva1avk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-retrying[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-failed[b-slmiva1avk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-slmiva1avk] {
    display: block;
}


#components-reconnect-modal[b-slmiva1avk] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-slmiva1avk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-slmiva1avk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-slmiva1avk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-slmiva1avk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-slmiva1avk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-slmiva1avk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-slmiva1avk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-slmiva1avk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-slmiva1avk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-slmiva1avk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-slmiva1avk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-slmiva1avk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-slmiva1avk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-slmiva1avk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-slmiva1avk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-slmiva1avk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-slmiva1avk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-slmiva1avk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Activity/ActivityAdd.razor.rz.scp.css */
.container[b-zt5i75x3et] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Activity/ActivityEdit.razor.rz.scp.css */
.container[b-rn3c9esqyl] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Activity/ActivityList.razor.rz.scp.css */
.content-root[b-yjr4qfvcg1] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-yjr4qfvcg1] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-yjr4qfvcg1] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.billingperiod-list-root[b-yjr4qfvcg1] {
    flex-grow: 1;
    height: 90%;
}

.card[b-yjr4qfvcg1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-yjr4qfvcg1] .w-100 {
    width: 100%;
}

.h-100[b-yjr4qfvcg1] {
    height: 100%;
}

[b-yjr4qfvcg1] .billingperiod-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-yjr4qfvcg1] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-yjr4qfvcg1] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-yjr4qfvcg1] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-yjr4qfvcg1] .search-textbox-item {
    max-width: 12.5rem;
}

[b-yjr4qfvcg1] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

.sub-item[b-yjr4qfvcg1] {
    font-size: 0.8em;
}


.icon-add[b-yjr4qfvcg1] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/plus-square.svg");
    mask-image: url("images/bootstrap/plus-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-edit[b-yjr4qfvcg1] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/pencil-square.svg");
    mask-image: url("images/bootstrap/pencil-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-delete[b-yjr4qfvcg1] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/trash.svg");
    mask-image: url("images/bootstrap/trash.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-cancel[b-yjr4qfvcg1] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-square.svg");
    mask-image: url("images/bootstrap/x-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-clear[b-yjr4qfvcg1] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-circle.svg");
    mask-image: url("images/bootstrap/x-circle.svg");
    background-color: currentColor;
    opacity: 0.7;
}
/* /Components/Pages/BillingPeriodEmployees/BillingPeriodEmployeeList.razor.rz.scp.css */
.content-root[b-1123n4vm90] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-1123n4vm90] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-1123n4vm90] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.billingperiod-list-root[b-1123n4vm90] {
    flex-grow: 1;
    height: 90%;
}

.card[b-1123n4vm90] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-1123n4vm90] .w-100 {
    width: 100%;
}

.h-100[b-1123n4vm90] {
    height: 100%;
}

[b-1123n4vm90] .billingperiod-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-1123n4vm90] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-1123n4vm90] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-1123n4vm90] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-1123n4vm90] .search-textbox-item {
    max-width: 12.5rem;
}

[b-1123n4vm90] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

.sub-item[b-1123n4vm90] {
    font-size: 0.8em;
}


.icon-add[b-1123n4vm90] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/plus-square.svg");
    mask-image: url("images/bootstrap/plus-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-edit[b-1123n4vm90] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/pencil-square.svg");
    mask-image: url("images/bootstrap/pencil-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-delete[b-1123n4vm90] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/trash.svg");
    mask-image: url("images/bootstrap/trash.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-cancel[b-1123n4vm90] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-square.svg");
    mask-image: url("images/bootstrap/x-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-clear[b-1123n4vm90] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-circle.svg");
    mask-image: url("images/bootstrap/x-circle.svg");
    background-color: currentColor;
    opacity: 0.7;
}
/* /Components/Pages/Employee/EmployeeAdd.razor.rz.scp.css */
.container[b-gkcwef1a98] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Employee/EmployeeEdit.razor.rz.scp.css */
.container[b-hi95kjzvxm] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Employee/EmployeeList.razor.rz.scp.css */
.content-root[b-wm2bnqqu6r] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-wm2bnqqu6r] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-wm2bnqqu6r] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.billingperiod-list-root[b-wm2bnqqu6r] {
    flex-grow: 1;
    height: 90%;
}

.card[b-wm2bnqqu6r] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-wm2bnqqu6r] .w-100 {
    width: 100%;
}

.h-100[b-wm2bnqqu6r] {
    height: 100%;
}

[b-wm2bnqqu6r] .billingperiod-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-wm2bnqqu6r] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-wm2bnqqu6r] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-wm2bnqqu6r] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-wm2bnqqu6r] .search-textbox-item {
    max-width: 12.5rem;
}

[b-wm2bnqqu6r] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

.sub-item[b-wm2bnqqu6r] {
    font-size: 0.8em;
}


.icon-add[b-wm2bnqqu6r] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/plus-square.svg");
    mask-image: url("images/bootstrap/plus-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-edit[b-wm2bnqqu6r] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/pencil-square.svg");
    mask-image: url("images/bootstrap/pencil-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-delete[b-wm2bnqqu6r] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/trash.svg");
    mask-image: url("images/bootstrap/trash.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-cancel[b-wm2bnqqu6r] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-square.svg");
    mask-image: url("images/bootstrap/x-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-clear[b-wm2bnqqu6r] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-circle.svg");
    mask-image: url("images/bootstrap/x-circle.svg");
    background-color: currentColor;
    opacity: 0.7;
}
/* /Components/Pages/Invoice/InvoiceList.razor.rz.scp.css */
.content-root[b-kntwc8ddqc] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-kntwc8ddqc] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-kntwc8ddqc] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.billingperiod-list-root[b-kntwc8ddqc] {
    flex-grow: 1;
    height: 90%;
}

.card[b-kntwc8ddqc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-kntwc8ddqc] .w-100 {
    width: 100%;
}

.h-100[b-kntwc8ddqc] {
    height: 100%;
}

[b-kntwc8ddqc] .billingperiod-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-kntwc8ddqc] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-kntwc8ddqc] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-kntwc8ddqc] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-kntwc8ddqc] .search-textbox-item {
    max-width: 12.5rem;
}

[b-kntwc8ddqc] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

.sub-item[b-kntwc8ddqc] {
    font-size: 0.8em;
}


.icon-add[b-kntwc8ddqc] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/plus-square.svg");
    mask-image: url("images/bootstrap/plus-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-edit[b-kntwc8ddqc] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/pencil-square.svg");
    mask-image: url("images/bootstrap/pencil-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-delete[b-kntwc8ddqc] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/trash.svg");
    mask-image: url("images/bootstrap/trash.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-cancel[b-kntwc8ddqc] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-square.svg");
    mask-image: url("images/bootstrap/x-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-clear[b-kntwc8ddqc] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-circle.svg");
    mask-image: url("images/bootstrap/x-circle.svg");
    background-color: currentColor;
    opacity: 0.7;
}
/* /Components/Pages/Measure/MeasureAdd.razor.rz.scp.css */
.container[b-opc26jkbfk] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Measure/MeasureEdit.razor.rz.scp.css */
.container[b-d6bf16efd3] {
	display: flex;
	justify-content: space-around
}
/* /Components/Pages/Measure/MeasureList.razor.rz.scp.css */
.content-root[b-9vdgprz15x] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-9vdgprz15x] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-9vdgprz15x] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.billingperiod-list-root[b-9vdgprz15x] {
    flex-grow: 1;
    height: 90%;
}

.card[b-9vdgprz15x] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-9vdgprz15x] .w-100 {
    width: 100%;
}

.h-100[b-9vdgprz15x] {
    height: 100%;
}

[b-9vdgprz15x] .billingperiod-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-9vdgprz15x] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-9vdgprz15x] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-9vdgprz15x] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-9vdgprz15x] .search-textbox-item {
    max-width: 12.5rem;
}

[b-9vdgprz15x] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

.sub-item[b-9vdgprz15x] {
    font-size: 0.8em;
}


.icon-add[b-9vdgprz15x] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/plus-square.svg");
    mask-image: url("images/bootstrap/plus-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-edit[b-9vdgprz15x] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/pencil-square.svg");
    mask-image: url("images/bootstrap/pencil-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-delete[b-9vdgprz15x] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/trash.svg");
    mask-image: url("images/bootstrap/trash.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-cancel[b-9vdgprz15x] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-square.svg");
    mask-image: url("images/bootstrap/x-square.svg");
    background-color: currentColor;
    opacity: 0.7;
}

 .icon-clear[b-9vdgprz15x] {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/bootstrap/x-circle.svg");
    mask-image: url("images/bootstrap/x-circle.svg");
    background-color: currentColor;
    opacity: 0.7;
}
