/* _content/RolsApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jc5jrm1d1y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jc5jrm1d1y] {
    flex: 1;
}

.sidebar[b-jc5jrm1d1y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jc5jrm1d1y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jc5jrm1d1y]  a, .top-row[b-jc5jrm1d1y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jc5jrm1d1y]  a:hover, .top-row[b-jc5jrm1d1y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jc5jrm1d1y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jc5jrm1d1y] {
        justify-content: space-between;
    }

    .top-row[b-jc5jrm1d1y]  a, .top-row[b-jc5jrm1d1y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jc5jrm1d1y] {
        flex-direction: row;
    }

    .sidebar[b-jc5jrm1d1y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jc5jrm1d1y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jc5jrm1d1y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jc5jrm1d1y], article[b-jc5jrm1d1y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jc5jrm1d1y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jc5jrm1d1y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




/* _content/RolsApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kldgqsdsse] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-kldgqsdsse] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kldgqsdsse] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kldgqsdsse] {
    font-size: 1.1rem;
}

.bi[b-kldgqsdsse] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-kldgqsdsse] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-kldgqsdsse] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kldgqsdsse] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-kldgqsdsse] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kldgqsdsse] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kldgqsdsse] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kldgqsdsse]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-kldgqsdsse]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kldgqsdsse]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-kldgqsdsse] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kldgqsdsse] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kldgqsdsse] {
        display: none;
    }

    .nav-scrollable[b-kldgqsdsse] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/RolsApp/Components/Layout/NavMenuBase.razor.rz.scp.css */
.row[b-lc7hgx6zsc] {
    display: flex;
    flex-direction: row;
}

a[b-lc7hgx6zsc] {
    font-size: 14;
    color: #707880;
    text-decoration: none;
}

.menu-button[b-lc7hgx6zsc] {
    --line-color: #DEE2E6;
    width: 180px;
    height: 40px;
    overflow: hidden;
    border: none;
    color: #707880;
    background: none;
    position: relative;
    cursor: pointer;
    font-size: 16;
    margin-right: -4px;
}

.menu-button[b-lc7hgx6zsc]:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: bottom center;
    background: currentColor;
    transition: background 0.25s ease-out;
    background: var(--line-color);
}

.menu-button:hover[b-lc7hgx6zsc] {
    color: #343A40;
}

.menu-button:hover[b-lc7hgx6zsc]:before {
    background: #fdb913;
    height: 4px;
}

.menu-button-active[b-lc7hgx6zsc] {
    color: #343A40;
}

.menu-button-active[b-lc7hgx6zsc]:before {
    background: #fdb913;
    height: 4px;
}

.menu-button .clone > *[b-lc7hgx6zsc],
.menu-button .text > *[b-lc7hgx6zsc] {
    opacity: 1;
    font-size: 1.3rem;
    transition: 0.2s;
    margin-left: 4px;
}
/* _content/RolsApp/Components/Pages/ChoiceCalc.razor.rz.scp.css */
.grid[b-prem2j924x] {
	display: flex;
}

.grid-item[b-prem2j924x],
.grid-item-unselected[b-prem2j924x],
.grid-item-null[b-prem2j924x],
.grid-item-Heating[b-prem2j924x],
.grid-item-Heating-selected[b-prem2j924x],
.grid-item-Heating-unselected[b-prem2j924x],
.grid-item-WaterSupply[b-prem2j924x],
.grid-item-WaterSupply-selected[b-prem2j924x],
.grid-item-WaterSupply-unselected[b-prem2j924x],
.grid-item-Ventilation[b-prem2j924x],
.grid-item-Ventilation-selected[b-prem2j924x],
.grid-item-Ventilation-unselected[b-prem2j924x],
.grid-item-Technology[b-prem2j924x],
.grid-item-Technology-selected[b-prem2j924x],
.grid-item-Technology-unselected[b-prem2j924x] {
	position: relative;
	height: 9em;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	border-width: 0px;
	display: flex;
	flex-direction: column;
}

.grid-item-unselected[b-prem2j924x],
.grid-item-Heating-unselected[b-prem2j924x],
.grid-item-WaterSupply-unselected[b-prem2j924x],
.grid-item-Ventilation-unselected[b-prem2j924x],
.grid-item-Technology-unselected[b-prem2j924x] {
	opacity: 0.5;
}

.grid-item-null[b-prem2j924x] {
	background-color: #DEE2E6;
}

.icon[b-prem2j924x] {
	width: 100%;
	max-width: 150px;
	height: 70%;
	margin: auto;
	padding-bottom: 5%;
}

p.grid-item-content-text[b-prem2j924x] {
	font-size: 14px;
	font-weight: 500;
	color: #495057;
	text-align: left;
	padding-left: 10px;
}

p.grid-item-content-text-name[b-prem2j924x] {
	font-size: 18px;
	font-weight: bolder;
	color: #343A40;
	margin: auto;
	margin-top: -5%;
}

/* Отопление */
.grid-item-Heating-selected[b-prem2j924x] {
	border: 2px solid transparent;
	background: linear-gradient(to right, #FFFAEC, #FFFAEC), linear-gradient(to left bottom, #FFE143,#FF6B00);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.grid-item-Heating:hover[b-prem2j924x],
.grid-item-Heating-selected:hover[b-prem2j924x],
.grid-item-Heating-unselected:hover[b-prem2j924x] {
	box-shadow: 0px 0px 11px rgba(253, 185, 19, 0.45);
}

/* Водоснабжение */
.grid-item-WaterSupply-selected[b-prem2j924x] {
	border: 2px solid transparent;
	background: linear-gradient(to right, #EDF5FB, #EDF5FB), linear-gradient(to left bottom, #72DDFF, #277DFF);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.grid-item-WaterSupply:hover[b-prem2j924x],
.grid-item-WaterSupply-selected:hover[b-prem2j924x],
.grid-item-WaterSupply-unselected:hover[b-prem2j924x] {
	box-shadow: 0px 0px 11px rgba(31, 148, 233, 0.45);
}

/* Вентиляция и кондиционирование */
.grid-item-Ventilation-selected[b-prem2j924x] {
	border: 2px solid transparent;
	background: linear-gradient(to right, #EFFAF9, #EFFAF9), linear-gradient(to left bottom, #BEFFF7, #00ADAD);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.grid-item-Ventilation:hover[b-prem2j924x],
.grid-item-Ventilation-selected:hover[b-prem2j924x],
.grid-item-Ventilation-unselected:hover[b-prem2j924x]  {
	box-shadow: 0px 0px 11px rgba(0, 196, 196, 0.45);
}

/* Технология */
.grid-item-Technology-selected[b-prem2j924x] {
	border: 2px solid transparent;
	background: linear-gradient(to right, #E6E7F2, #E6E7F2), linear-gradient(to left bottom, #C8C9F0, #2A2D6F);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.grid-item-Technology:hover[b-prem2j924x],
.grid-item-Technology-selected:hover[b-prem2j924x],
.grid-item-Technology-unselected:hover[b-prem2j924x]  {
	box-shadow: 0px 0px 11px rgba(31, 29, 136, 0.45);
}

/* Кнопка  */
.customButton[b-prem2j924x] {
	align-items: center;
	background-color: #0A66C2;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 20px;
	max-width: 480px;
	min-height: 40px;
	min-width: 0px;
	overflow: hidden;
	padding: 0px;
	padding-left: 90px;
	padding-right: 90px;
	text-align: center;
	touch-action: manipulation;
	transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
}
/* _content/RolsApp/Components/Pages/Home.razor.rz.scp.css */
.col[b-sjypcn80ct] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.row[b-sjypcn80ct] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.btn-reset[b-sjypcn80ct] {
    position: absolute;
    bottom: 0;
    text-decoration: underline;
    color: gray;
}

.btn-reset:hover[b-sjypcn80ct] {
    color: black;
}

.area-new[b-sjypcn80ct] {
    min-height: 22vh;
    max-height: 10vw;

    background: white;
    border-radius: 5px;
    box-shadow: -1px 5px 10px gray;

    margin-bottom: 2.5vh;
}

.area-new:hover[b-sjypcn80ct] {
    box-shadow: -1px 5px 20px gray;
}

.area-calc-main[b-sjypcn80ct] {
    min-height: 22vh;
    max-height: 10vw;
    background: white;
    border-radius: 5px;
    margin-bottom: 2.5vh;
}

.icon-in-area-calc[b-sjypcn80ct] {
    width: auto;
    z-index: 100;
}

.name-in-area-new-calc[b-sjypcn80ct] {
    padding: 0;
    margin: 0;
    width: 50%;
    font-size: 105%;
    line-height: 100%;
}

.name-in-area-calc[b-sjypcn80ct] {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    white-space: nowrap ;
    padding-left: 12px;
    width: max-content;
    font-size: 105%;
    line-height: 150%;
}

.date-in-area-calc[b-sjypcn80ct] {
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 100%;
    line-height: 100%;
}

.area-calc[b-sjypcn80ct] {
    height: 3vh;
    width: 98%;
    background: white;
    border-radius: 5px;
    /*box-shadow: -1px 5px 10px gray;*/
    margin-bottom: 5px;
    align-items: center;
    margin-left: 10px;
    margin-top: 5px;
}

.area-calc:hover[b-sjypcn80ct] {
    box-shadow: 0px 0px 10px gray;
}

/* Scroll */
.scroll[b-sjypcn80ct] {
    height: 18vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll[b-sjypcn80ct]::-webkit-scrollbar {
    width: 12px;
}

.scroll[b-sjypcn80ct]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.scroll[b-sjypcn80ct]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* _content/RolsApp/Components/Pages/ListCalc.razor.rz.scp.css */
.col[b-kadyf77730] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.row[b-kadyf77730] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.btn-reset[b-kadyf77730] {
    position: absolute;
    bottom: 0;
    text-decoration: underline;
    color: gray;
}

.btn-reset:hover[b-kadyf77730] {
    color: black;
}

.icon-in-area-calc[b-kadyf77730] {
    width: auto;
    z-index: 100;
}

.name-in-area-new-calc[b-kadyf77730] {
    padding: 0;
    margin: 0;
    width: 50%;
    font-size: 105%;
    line-height: 100%;
}

.name-in-area-calc[b-kadyf77730] {
    padding: 0;
    margin: 0;
    padding-left: 12px;
    width: max-content;
    font-size: 105%;
    line-height: 100%;
}

.date-in-area-calc[b-kadyf77730] {
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 100%;
    line-height: 100%;
}

.area-calc[b-kadyf77730] {
    min-height: 6vh;
    max-height: 3vw;
    background: white;
    border-radius: 5px;
    /*box-shadow: -1px 5px 10px gray;*/
    margin-bottom: 5px;
    align-items: center;
}

.area-calc:hover[b-kadyf77730] {
    box-shadow: 0px 0px 10px gray;
}
/* _content/RolsApp/Components/Pages/ListProj.razor.rz.scp.css */
.col[b-i7abf1hgma] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.row[b-i7abf1hgma] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.btn-reset[b-i7abf1hgma] {
    position: absolute;
    bottom: 0;
    text-decoration: underline;
    color: gray;
}

.btn-reset:hover[b-i7abf1hgma] {
    color: black;
}

.icon-in-area-calc[b-i7abf1hgma] {
    width: auto;
    z-index: 100;
}

.name-in-area-new-calc[b-i7abf1hgma] {
    padding: 0;
    margin: 0;
    width: 50%;
    font-size: 105%;
    line-height: 100%;
}

.name-in-area-calc[b-i7abf1hgma] {
    padding: 0;
    margin: 0;
    padding-left: 12px;
    width: max-content;
    font-size: 105%;
    line-height: 100%;
}

.date-in-area-calc[b-i7abf1hgma] {
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 100%;
    line-height: 100%;
}

.area-calc[b-i7abf1hgma] {
    min-height: 6vh;
    max-height: 3vw;
    background: white;
    border-radius: 5px;
    /*box-shadow: -1px 5px 10px gray;*/
    margin-bottom: 5px;
    align-items: center;
}

.area-calc:hover[b-i7abf1hgma] {
    box-shadow: 0px 0px 10px gray;
}
/* _content/RolsApp/Components/Pages/Pipeline/OutData.razor.rz.scp.css */
.content[b-km2njqp59f] {
    flex: 1;
    margin: 1%;
}

.col-center[b-km2njqp59f] {
    position: relative;
    margin: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row[b-km2njqp59f] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.margin-obj[b-km2njqp59f] {
    width: auto;
    margin: 10px;
    padding: 0;
}

/* Head */
.name-calc[b-km2njqp59f] {
    height: 12vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    position: relative;
}

.name-calc-text[b-km2njqp59f] {
    font-family: "Roboto";
    font-size: 100%;
}

.name-calc-text-type[b-km2njqp59f] {
    font-family: "Roboto";
    font-size: 115%;
}
/* Head End */

/* Body */
.body-calc[b-km2njqp59f],
.body-calc-with-spec[b-km2njqp59f] {
    height: auto;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    /*align-content: center;*/
    /*flex-wrap: wrap;*/
    position: relative;
    margin-top: 20px;
    padding: 10px;
}

.grid-unification-body[b-km2njqp59f],
.grid-item-body-service[b-km2njqp59f] {
    width: 98%;
    flex-direction: column;
    position: relative;
    margin: 10px;
}

.grid-item-body-calc[b-km2njqp59f] {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
}
.grid-item-body-calc div:last-child[b-km2njqp59f] {
    display: none;
}
.grid-item-body-service[b-km2njqp59f] {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
}

.title-body-calc[b-km2njqp59f],
.diagramma[b-km2njqp59f] {
    font-weight: 600;
    height: 25px;
    width: 100%;
    background: gray;
    color: white;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}

.name-param-body[b-km2njqp59f],
.name-param-spec[b-km2njqp59f] {
    height: 25px;
    width: 50%;
    color: #707880;
    margin: 0;
    border-right: 1px solid #DEE2E6;
    padding-bottom: 5px;
    padding-left: 25px;
}
.name-param-spec[b-km2njqp59f] {
    width: 30%;
}

.letter-spacing-1[b-km2njqp59f] {
    letter-spacing: 0.1em;
}

.right-unification-result[b-km2njqp59f] {
    width: 98%;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin: 10px;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    padding: 10px;
}
/* Body End */

/* TextArea */
.custom-textarea[b-km2njqp59f] {
    background: transparent;
    height: 25px;
    width: calc(50% - 38px - 12px);
    border-radius: 6px;
    border: 0;
    color: #707880;
    text-align: center;
    z-index: 1;
}
.custom-textarea-result[b-km2njqp59f] {
    background: transparent;
    height: 25px;
    width: 100px;
    border: 0;
    z-index: 1;
    font-size: 130%;
}
.custom-textarea:focus[b-km2njqp59f],
.custom-textarea-result:focus[b-km2njqp59f] {
    outline: none;
}
.custom-textarea[b-km2njqp59f]::-webkit-outer-spin-button,
.custom-textarea[b-km2njqp59f]::-webkit-inner-spin-button,
.custom-textarea-result[b-km2njqp59f]::-webkit-outer-spin-button,
.custom-textarea-result[b-km2njqp59f]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* div-border */
.div-border[b-km2njqp59f] {
    height: 1px;
    width: 100%;
    background: #DEE2E6;
}

/* Color */
.color-y[b-km2njqp59f] {
    color: #FDB913;
}

.color-g[b-km2njqp59f] {
    color: #707880;
}

.bg-transparent[b-km2njqp59f] {
    background: none;
}

.img-r-proj2[b-km2njqp59f] {
    display: none;
    width: 25vw;
}

@media print {
    *[b-km2njqp59f] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    *[b-km2njqp59f] {
        zoom: 0.95;
    }

    .img-r-proj2[b-km2njqp59f] {
        display: flex;
    }
}

.margin-obj svg rect[b-km2njqp59f] {
    cursor: pointer;
    transition: background-color 1000ms linear;
}

.margin-obj svg rect[b-km2njqp59f] {
    transition: background-color 1000ms linear;
}

.margin-obj:hover svg rect[b-km2njqp59f] {
    fill: #FDB913;
}
/* _content/RolsApp/Components/Pages/Pipeline/PipelineCalc.razor.rz.scp.css */
.content[b-pljbah2zlt] {
    flex: 1;
    margin: 1%;
}

.col-center[b-pljbah2zlt] {
    position: relative;
    margin: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row[b-pljbah2zlt] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.margin-obj[b-pljbah2zlt] {
    width: auto;
    margin: 10px;
    padding: 0;
}

.hidden-true[b-pljbah2zlt] {
    display: none !important;
}

/* Head */
.name-calc[b-pljbah2zlt] {
    height: 12vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    position: relative;
}

.name-calc-text[b-pljbah2zlt] {
    font-family: "Roboto";
    font-size: 100%;
}

.name-calc-text-type[b-pljbah2zlt] {
    font-family: "Roboto";
    font-size: 115%;
}
/* Head End */

/* Body */
.body-calc[b-pljbah2zlt],
.body-calc-with-spec[b-pljbah2zlt] {
    height: 60vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    /*align-content: center;*/
    /*flex-wrap: wrap;*/
    position: relative;
    margin-top: 20px;
    padding: 10px;
}
.body-calc-with-spec[b-pljbah2zlt] {
    width: 67%;
}
@media (max-width: 720px) {
    .body-calc[b-pljbah2zlt] {
        height: auto;
    }
}

.grid-unification-body[b-pljbah2zlt],
.grid-item-body-service[b-pljbah2zlt] {
    width: 48%;
    flex-direction: column;
    position: relative;
    margin: 10px;
}
@media (max-width: 720px) {
    .grid-unification-body[b-pljbah2zlt],
    .grid-item-body-service[b-pljbah2zlt] {
        width: 98%;
    }
}

.grid-item-body-calc[b-pljbah2zlt] {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
}
.grid-item-body-calc div:last-child[b-pljbah2zlt] {
    display: none;
}
.grid-item-body-service[b-pljbah2zlt] {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
}

.title-body-calc[b-pljbah2zlt],
.diagramma[b-pljbah2zlt] {
    font-family: "Roboto";
    font-size: 115%;
    font-weight: bold;
    width: auto;
    margin: 0;
}
.title-body-calc[b-pljbah2zlt] {
    font-size: 130%;
}

.name-param-body[b-pljbah2zlt],
.name-param-spec[b-pljbah2zlt] {
    height: 30px;
    width: 65%;
    color: #707880;
    margin: 0;
    border-right: 1px solid #DEE2E6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}
.name-param-spec[b-pljbah2zlt] {
    width: 30%;
}

.letter-spacing-1[b-pljbah2zlt] {
    letter-spacing: 0.1em;
}
/* Body End */
/* Spec */
.spec-calc[b-pljbah2zlt] {
    height: 60vh;
    width: calc(100% - 67% - 1vw);
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    margin-left: 1vw;
}
@media (max-width: 720px) {
    .spec-calc[b-pljbah2zlt] {
        height: auto;
    }
}

.grid-unification-spec[b-pljbah2zlt],
.grid-item-spec-service[b-pljbah2zlt] {
    width: 98%;
    flex-direction: column;
    position: relative;
    margin: 10px;
}
/* Spec End */

/* Result */
.result-calc[b-pljbah2zlt] {
    height: 13.5vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
    padding: 10px;
}
.grid-unification-result[b-pljbah2zlt] {
    width: 98%;
    flex-direction: column;
    position: relative;
    margin: 10px;
    z-index: 1;
}
.right-unification-result[b-pljbah2zlt] {
    width: 48%;
    display: flex;
    flex-direction: row;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin: 10px;
    right: 0;
    justify-content: flex-end;
    padding: 10px;
}
.name-param-result[b-pljbah2zlt] {
    height: 30px;
    width: auto;
    color: #707880;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
}
.name-param-result-hide[b-pljbah2zlt],
.name-result-hide[b-pljbah2zlt] {
    height: 30px;
    width: auto;
    color: #CED4DA;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
}
.name-result-hide[b-pljbah2zlt] {
    font-size: 100%;
}
.name-result-active[b-pljbah2zlt] {
    width: auto;
    color: #000000;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin: 0;
    cursor: pointer;
}
.gradient-underline[b-pljbah2zlt]::after {
    background: linear-gradient(300deg, #FFE143, #FF6B00);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-mask: #000000;
    mask: #000000;
}
.dotted-underline[b-pljbah2zlt] {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
/* Result End */

/* Checkbox */
.custom-checkbox[b-pljbah2zlt] {
    width: 16px;
    height: 16px;
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover[b-pljbah2zlt]::before {
    border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active + label[b-pljbah2zlt]::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-checkbox:focus + label[b-pljbah2zlt]::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked) + label[b-pljbah2zlt]::before {
    border-color: #80bdff;
}
.custom-checkbox:disabled + label[b-pljbah2zlt]::before {
    background-color: #e9ecef;
}

/* Button */
.custom-btn[b-pljbah2zlt] {
    width: 25%;
    height: 40px;
    border-radius: 35px;
    border-width: 0;
    background: linear-gradient(to left bottom, #FFE143, #FF6B00);
    font-family: "Roboto";
    font-size: 110%;
    color: white;
}
.custom-btn:hover[b-pljbah2zlt] {
    box-shadow: 0px 0px 11px #FF6B00;
}
.custom-btn:active[b-pljbah2zlt] {
    transform: translateY(-1px);
    box-shadow: 0 0 11px #FF6B00;
}
.custom-btn[b-pljbah2zlt]::after {
    transition: all .4s;
}
.custom-btn:hover[b-pljbah2zlt]::after {
    transform: scaleX(1.4) scaleY(1.6);
}

/* Select */
.custom-select[b-pljbah2zlt],
.custom-select-spec[b-pljbah2zlt],
.custom-select-for-textarea[b-pljbah2zlt],
.custom-select-with-textarea[b-pljbah2zlt] {
    height: 30px;
    width: calc(35% - 12px);
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 160 160' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(185, 190, 196)' stroke='rgb(185, 190, 196)' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/></g></svg>") no-repeat;
    background-position: right 5px top 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #707880;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    padding-left: 12px;
}
.custom-select-spec[b-pljbah2zlt] {
    width: calc(70% - 12px);
}
.custom-select-with-textarea[b-pljbah2zlt] {
    width: 15%;
    position: absolute;
    right: 0;
    margin: 0;
    border-left: 1px solid #DEE2E6;
    z-index: 2;
}
.custom-select-for-textarea[b-pljbah2zlt] {
    width: calc(35% - 5px);
    color: transparent;
    position: absolute;
    right: 0;
    margin: 0;
}
.custom-select:focus[b-pljbah2zlt],
.custom-select-spec:focus[b-pljbah2zlt],
.custom-select-for-textarea:focus[b-pljbah2zlt],
.custom-select-with-textarea:focus[b-pljbah2zlt] {
    outline: none;
}
.custom-select option[b-pljbah2zlt],
.custom-select-spec option[b-pljbah2zlt],
.custom-select-for-textarea option[b-pljbah2zlt],
.custom-select-with-textarea option[b-pljbah2zlt] {
    color: #707880;
}

/* TextArea */
.custom-textarea[b-pljbah2zlt] {
    background: transparent;
    height: 30px;
    width: calc(35% - 38px - 12px);
    border-radius: 6px;
    border: 0;
    color: #707880;
    z-index: 1;
}
.custom-textarea-result[b-pljbah2zlt] {
    background: transparent;
    height: 30px;
    width: 100px;
    border: 0;
    z-index: 1;
    font-size: 130%;
}
.custom-textarea:focus[b-pljbah2zlt],
.custom-textarea-result:focus[b-pljbah2zlt] {
    outline: none;
}
.custom-textarea[b-pljbah2zlt]::-webkit-outer-spin-button,
.custom-textarea[b-pljbah2zlt]::-webkit-inner-spin-button,
.custom-textarea-result[b-pljbah2zlt]::-webkit-outer-spin-button,
.custom-textarea-result[b-pljbah2zlt]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.custom-textarea:read-only[b-pljbah2zlt] {
    color: #B9BEC4;
}

/* Alert */
.blure[b-pljbah2zlt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(200, 200, 200, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
}
.alert[b-pljbah2zlt] {
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    height: 60px;
    line-height: 1.8;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
}
.alertText[b-pljbah2zlt] {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.error[b-pljbah2zlt] {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
}

/* div-border */
.div-border[b-pljbah2zlt] {
    height: 1px;
    width: 100%;
    background: #DEE2E6;
}

/* Color */
.color-y[b-pljbah2zlt] {
    color: #FDB913;
}

.color-g[b-pljbah2zlt] {
    color: #707880;
}

.bg-transparent[b-pljbah2zlt] {
    background: none;
}

/* Zoom */

.zoom100[b-pljbah2zlt] {
    zoom: 1;
}
.zoom95[b-pljbah2zlt] {
    zoom: 0.95;
}
.zoom90[b-pljbah2zlt] {
    zoom: 0.90;
}
.zoom85[b-pljbah2zlt] {
    zoom: 0.85;
}
.zoom80[b-pljbah2zlt] {
    zoom: 0.80;
}
.zoom75[b-pljbah2zlt] {
    zoom: 0.75;
}
.zoom70[b-pljbah2zlt] {
    zoom: 0.70;
}
.zoom65[b-pljbah2zlt] {
    zoom: 0.65;
}
.zoom60[b-pljbah2zlt] {
    zoom: 0.60;
}
.zoom55[b-pljbah2zlt] {
    zoom: 0.55;
}
.zoom50[b-pljbah2zlt] {
    zoom: 0.50;
}

.img-r-proj2[b-pljbah2zlt] {
    display: none;
    width: 25vw;
}

@media print {
    *[b-pljbah2zlt] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    *[b-pljbah2zlt] {
        zoom: 0.95;
    }

    .img-r-proj2[b-pljbah2zlt] {
        display: flex;
    }
}

.margin-obj svg rect[b-pljbah2zlt] {
    cursor: pointer;
    transition: background-color 1000ms linear;
}

.margin-obj svg rect[b-pljbah2zlt] {
    transition: background-color 1000ms linear;
}

.margin-obj:hover svg rect[b-pljbah2zlt] {
    fill: #FDB913;
}

@media print {
    /* Head */
    .name-calc[b-pljbah2zlt] {
        height: 12vh;
        width: 100%;
        border-radius: 6px;
        background: #ffffff;
        display: flex;
        justify-content: space-around;
        align-content: center;
        flex-direction: row;
        position: relative;
    }

    .name-calc-text[b-pljbah2zlt] {
        font-family: "Roboto";
        font-size: 100%;
    }

    .name-calc-text-type[b-pljbah2zlt] {
        font-family: "Roboto";
        font-size: 115%;
    }
    /* Head End */

    /* Body */
    .body-calc[b-pljbah2zlt],
    .body-calc-with-spec[b-pljbah2zlt] {
        height: auto;
        width: 100%;
        border-radius: 6px;
        background: #ffffff;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        /*align-content: center;*/
        /*flex-wrap: wrap;*/
        position: relative;
        margin-top: 20px;
        padding: 10px;
    }

    .grid-unification-body[b-pljbah2zlt],
    .grid-item-body-service[b-pljbah2zlt] {
        width: 98%;
        flex-direction: column;
        position: relative;
        margin: 10px;
    }

    .grid-item-body-calc[b-pljbah2zlt] {
        display: flex;
        justify-content: space-around;
        align-content: center;
        flex-direction: column;
        position: relative;
        margin-top: 0;
        border: 1px solid #DEE2E6;
        border-radius: 6px;
    }

        .grid-item-body-calc div:last-child[b-pljbah2zlt] {
            display: none;
        }

    .grid-item-body-service[b-pljbah2zlt] {
        display: flex;
        justify-content: space-around;
        align-content: center;
        flex-direction: row;
    }

    .title-body-calc[b-pljbah2zlt],
    .diagramma[b-pljbah2zlt] {
        font-weight: 600;
        height: 25px;
        width: 100%;
        background: gray;
        color: white;
        margin: 0;
        padding-bottom: 5px;
        text-align: center;
    }

    .name-param-body[b-pljbah2zlt],
    .name-param-spec[b-pljbah2zlt] {
        height: 25px;
        width: 50%;
        color: #707880;
        margin: 0;
        border-right: 1px solid #DEE2E6;
        padding-bottom: 5px;
        padding-left: 25px;
    }

    .name-param-spec[b-pljbah2zlt] {
        width: 30%;
    }

    .letter-spacing-1[b-pljbah2zlt] {
        letter-spacing: 0.1em;
    }

    .right-unification-result[b-pljbah2zlt] {
        width: 98%;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        margin: 10px;
        right: 0;
        bottom: 0;
        justify-content: flex-end;
        padding: 10px;
    }
    /* Body End */

    /* TextArea */
    .custom-textarea[b-pljbah2zlt] {
        background: transparent;
        height: 25px;
        width: calc(50% - 38px - 12px);
        border-radius: 6px;
        border: 0;
        color: #707880;
        text-align: center;
        z-index: 1;
    }

    .custom-textarea-result[b-pljbah2zlt] {
        background: transparent;
        height: 25px;
        width: 100px;
        border: 0;
        z-index: 1;
        font-size: 130%;
    }

    .custom-textarea:focus[b-pljbah2zlt],
    .custom-textarea-result:focus[b-pljbah2zlt] {
        outline: none;
    }

    .custom-textarea[b-pljbah2zlt]::-webkit-outer-spin-button,
    .custom-textarea[b-pljbah2zlt]::-webkit-inner-spin-button,
    .custom-textarea-result[b-pljbah2zlt]::-webkit-outer-spin-button,
    .custom-textarea-result[b-pljbah2zlt]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
}
/* _content/RolsApp/Components/Pages/Pipeline/Proj.razor.rz.scp.css */
.content[b-fhi8qfrxdu] {
    flex: 1;
    margin: 1%;
}

.col-center[b-fhi8qfrxdu] {
    position: relative;
    margin: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row[b-fhi8qfrxdu] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.margin-obj[b-fhi8qfrxdu] {
    width: auto;
    margin: 10px;
    padding: 0;
}

.row-centre[b-fhi8qfrxdu] {
    justify-content: space-around;
}

/* Head */
.name-calc[b-fhi8qfrxdu] {
    height: 12vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    position: relative;
}

.name-calc-text[b-fhi8qfrxdu] {
    font-family: "Roboto";
    font-size: 100%;
}

.name-calc-text-type[b-fhi8qfrxdu] {
    font-family: "Roboto";
    font-size: 115%;
}
/* Head End */

/* Body */
.body-calc[b-fhi8qfrxdu],
.body-calc-with-spec[b-fhi8qfrxdu] {
    height: 87vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    /*align-content: center;*/
    /*flex-wrap: wrap;*/
    position: relative;
    margin-top: 20px;
    padding: 10px;
}
.body-calc-with-spec[b-fhi8qfrxdu] {
    width: 67%;
}
@media (max-width: 720px) {
    .body-calc[b-fhi8qfrxdu] {
        height: auto;
    }
}

.grid-unification-body[b-fhi8qfrxdu],
.grid-item-body-service[b-fhi8qfrxdu] {
    width: 48%;
    flex-direction: column;
    position: relative;
    margin: 10px;
}
@media (max-width: 720px) {
    .grid-unification-body[b-fhi8qfrxdu],
    .grid-item-body-service[b-fhi8qfrxdu] {
        width: 98%;
    }
}

.grid-item-body-calc[b-fhi8qfrxdu] {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
}
.grid-item-body-calc div:last-child[b-fhi8qfrxdu] {
    display: none;
}
.grid-item-body-service[b-fhi8qfrxdu] {
    width: 98%;
    display: flex;
    justify-content: right;
    align-content: end;
    flex-direction: row;
}

.title-body-calc[b-fhi8qfrxdu],
.diagramma[b-fhi8qfrxdu] {
    font-family: "Roboto";
    font-size: 115%;
    font-weight: bold;
    width: auto;
    margin: 0;
}
.title-body-calc[b-fhi8qfrxdu] {
    font-size: 130%;
}

.name-param-body[b-fhi8qfrxdu],
.name-param-spec[b-fhi8qfrxdu] {
    height: 30px;
    width: 65%;
    color: #707880;
    margin: 0;
    border-right: 1px solid #DEE2E6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}
.name-param-spec[b-fhi8qfrxdu] {
    width: 30%;
}

.letter-spacing-1[b-fhi8qfrxdu] {
    letter-spacing: 0.1em;
}
/* Body End */
/* Spec */
.spec-calc[b-fhi8qfrxdu] {
    height: 60vh;
    width: calc(100% - 67% - 1vw);
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    margin-left: 1vw;
}
@media (max-width: 720px) {
    .spec-calc[b-fhi8qfrxdu] {
        height: auto;
    }
}

.grid-unification-spec[b-fhi8qfrxdu],
.grid-item-spec-service[b-fhi8qfrxdu] {
    width: 98%;
    flex-direction: column;
    position: relative;
    margin: 10px;
}
/* Spec End */

/* Result */
.result-calc[b-fhi8qfrxdu] {
    height: 13.5vh;
    width: 100%;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
    padding: 10px;
}
.grid-unification-result[b-fhi8qfrxdu] {
    width: 98%;
    flex-direction: column;
    position: relative;
    margin: 10px;
    z-index: 1;
}
.right-unification-result[b-fhi8qfrxdu] {
    width: 48%;
    display: flex;
    flex-direction: row;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin: 10px;
    right: 0;
    justify-content: flex-end;
    padding: 10px;
}
.name-param-result[b-fhi8qfrxdu] {
    height: 30px;
    width: auto;
    color: #707880;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
}
.name-param-result-hide[b-fhi8qfrxdu],
.name-result-hide[b-fhi8qfrxdu] {
    height: 30px;
    width: auto;
    color: #CED4DA;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
}
.name-result-hide[b-fhi8qfrxdu] {
    font-size: 100%;
}
.name-result-active[b-fhi8qfrxdu] {
    width: auto;
    color: #000000;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin: 0;
    cursor: pointer;
}
.gradient-underline[b-fhi8qfrxdu]::after {
    background: linear-gradient(300deg, #FFE143, #FF6B00);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-mask: #000000;
    mask: #000000;
}
.dotted-underline[b-fhi8qfrxdu] {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
/* Result End */

/* Checkbox */
.custom-checkbox[b-fhi8qfrxdu] {
    width: 16px;
    height: 16px;
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover[b-fhi8qfrxdu]::before {
    border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active + label[b-fhi8qfrxdu]::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-checkbox:focus + label[b-fhi8qfrxdu]::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked) + label[b-fhi8qfrxdu]::before {
    border-color: #80bdff;
}
.custom-checkbox:disabled + label[b-fhi8qfrxdu]::before {
    background-color: #e9ecef;
}

/* Button */
.custom-btn[b-fhi8qfrxdu] {
    width: 12.5%;
    height: 40px;
    border-radius: 35px;
    border-width: 0;
    background: linear-gradient(to left bottom, #FFE143, #FF6B00);
    font-family: "Roboto";
    font-size: 110%;
    color: white;
}
.custom-btn:hover[b-fhi8qfrxdu] {
    box-shadow: 0px 0px 11px #FF6B00;
}
.custom-btn:active[b-fhi8qfrxdu] {
    transform: translateY(-1px);
    box-shadow: 0 0 11px #FF6B00;
}
.custom-btn[b-fhi8qfrxdu]::after {
    transition: all .4s;
}
.custom-btn:hover[b-fhi8qfrxdu]::after {
    transform: scaleX(1.4) scaleY(1.6);
}

/* Select */
.custom-select[b-fhi8qfrxdu],
.custom-select-spec[b-fhi8qfrxdu],
.custom-select-for-textarea[b-fhi8qfrxdu],
.custom-select-with-textarea[b-fhi8qfrxdu] {
    height: 30px;
    width: calc(35% - 12px);
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 160 160' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(185, 190, 196)' stroke='rgb(185, 190, 196)' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/></g></svg>") no-repeat;
    background-position: right 5px top 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #707880;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    padding-left: 12px;
}
.custom-select-spec[b-fhi8qfrxdu] {
    width: calc(70% - 12px);
}
.custom-select-with-textarea[b-fhi8qfrxdu] {
    width: 15%;
    position: absolute;
    right: 0;
    margin: 0;
    border-left: 1px solid #DEE2E6;
    z-index: 2;
}
.custom-select-for-textarea[b-fhi8qfrxdu] {
    width: calc(35% - 5px);
    color: transparent;
    position: absolute;
    right: 0;
    margin: 0;
}
.custom-select:focus[b-fhi8qfrxdu],
.custom-select-spec:focus[b-fhi8qfrxdu],
.custom-select-for-textarea:focus[b-fhi8qfrxdu],
.custom-select-with-textarea:focus[b-fhi8qfrxdu] {
    outline: none;
}
.custom-select option[b-fhi8qfrxdu],
.custom-select-spec option[b-fhi8qfrxdu],
.custom-select-for-textarea option[b-fhi8qfrxdu],
.custom-select-with-textarea option[b-fhi8qfrxdu] {
    color: #707880;
}

/* TextArea */
.custom-textarea[b-fhi8qfrxdu],
.custom-textarea-spec[b-fhi8qfrxdu] {
    background: transparent;
    height: 30px;
    width: calc(35% - 38px - 12px);
    border-radius: 6px;
    border: 0;
    color: #707880;
    z-index: 1;
}
.custom-textarea-spec[b-fhi8qfrxdu] {
    width: calc(70% - 38px - 12px);
}
.custom-textarea-result[b-fhi8qfrxdu] {
    background: transparent;
    height: 30px;
    width: 100px;
    border: 0;
    z-index: 1;
    font-size: 130%;
}
.custom-textarea:focus[b-fhi8qfrxdu],
.custom-textarea-result:focus[b-fhi8qfrxdu],
.custom-textarea-spec:focus[b-fhi8qfrxdu] {
    outline: none;
}
.custom-textarea[b-fhi8qfrxdu]::-webkit-outer-spin-button,
.custom-textarea[b-fhi8qfrxdu]::-webkit-inner-spin-button,
.custom-textarea-result[b-fhi8qfrxdu]::-webkit-outer-spin-button,
.custom-textarea-result[b-fhi8qfrxdu]::-webkit-inner-spin-button,
.custom-textarea-spec[b-fhi8qfrxdu]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.custom-textarea:read-only[b-fhi8qfrxdu],
.custom-textarea-spec:read-only[b-fhi8qfrxdu] {
    color: #B9BEC4;
}

/* Alert */
.blure[b-fhi8qfrxdu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(200, 200, 200, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
}
.alert[b-fhi8qfrxdu] {
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    height: 60px;
    line-height: 1.8;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
}
.alertText[b-fhi8qfrxdu] {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.error[b-fhi8qfrxdu] {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
}

/* div-border */
.div-border[b-fhi8qfrxdu] {
    height: 1px;
    width: 100%;
    background: #DEE2E6;
}

/* Color */
.color-y[b-fhi8qfrxdu] {
    color: #FDB913;
}

.color-g[b-fhi8qfrxdu] {
    color: #707880;
}

.bg-transparent[b-fhi8qfrxdu] {
    background: none;
}

/* Scroll */
.scroll[b-fhi8qfrxdu] {
   overflow-y: auto;
   overflow-x: hidden;

}
.scroll[b-fhi8qfrxdu]::-webkit-scrollbar {
    width: 12px;
}

.scroll[b-fhi8qfrxdu]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.scroll[b-fhi8qfrxdu]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/* Zoom */

.zoom100[b-fhi8qfrxdu] {
    zoom: 1;
}
.zoom95[b-fhi8qfrxdu] {
    zoom: 0.95;
}
.zoom90[b-fhi8qfrxdu] {
    zoom: 0.90;
}
.zoom85[b-fhi8qfrxdu] {
    zoom: 0.85;
}
.zoom80[b-fhi8qfrxdu] {
    zoom: 0.80;
}
.zoom75[b-fhi8qfrxdu] {
    zoom: 0.75;
}
.zoom70[b-fhi8qfrxdu] {
    zoom: 0.70;
}
.zoom65[b-fhi8qfrxdu] {
    zoom: 0.65;
}
.zoom60[b-fhi8qfrxdu] {
    zoom: 0.60;
}
.zoom55[b-fhi8qfrxdu] {
    zoom: 0.55;
}
.zoom50[b-fhi8qfrxdu] {
    zoom: 0.50;
}


.img-r-proj2[b-fhi8qfrxdu] {
    display: none;
    width: 25vw;
}

@media print {
    *[b-fhi8qfrxdu] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    *[b-fhi8qfrxdu] {
        zoom: 0.95;
    }

    .img-r-proj2[b-fhi8qfrxdu] {
        display: flex;
    }
}


/* TypeObject */
.grid-item[b-fhi8qfrxdu],
.grid-item-unselected[b-fhi8qfrxdu],
.grid-item-null[b-fhi8qfrxdu],
.grid-item-Heating[b-fhi8qfrxdu],
.grid-item-Heating-selected[b-fhi8qfrxdu],
.grid-item-Heating-unselected[b-fhi8qfrxdu],
.grid-item-WaterSupply[b-fhi8qfrxdu],
.grid-item-WaterSupply-selected[b-fhi8qfrxdu],
.grid-item-WaterSupply-unselected[b-fhi8qfrxdu],
.grid-item-Ventilation[b-fhi8qfrxdu],
.grid-item-Ventilation-selected[b-fhi8qfrxdu],
.grid-item-Ventilation-unselected[b-fhi8qfrxdu],
.grid-item-Technology[b-fhi8qfrxdu],
.grid-item-Technology-selected[b-fhi8qfrxdu],
.grid-item-Technology-unselected[b-fhi8qfrxdu] {
    position: relative;
    height: 9em;
    width: 23%;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    border-width: 0px;
    display: flex;
    flex-direction: column;
}

.grid-item-unselected[b-fhi8qfrxdu],
.grid-item-Heating-unselected[b-fhi8qfrxdu],
.grid-item-WaterSupply-unselected[b-fhi8qfrxdu],
.grid-item-Ventilation-unselected[b-fhi8qfrxdu],
.grid-item-Technology-unselected[b-fhi8qfrxdu] {
    opacity: 0.5;
}

.grid-item-null[b-fhi8qfrxdu] {
    background-color: #DEE2E6;
}

.icon[b-fhi8qfrxdu] {
    width: 100%;
    max-width: 150px;
    height: 70%;
    margin: auto;
    padding-bottom: 5%;
}

p.grid-item-content-text[b-fhi8qfrxdu] {
    font-size: 115%;
    font-weight: 550;
    color: #495057;
    text-align: left;
    padding-left: 10px;
}

p.grid-item-content-text-name[b-fhi8qfrxdu] {
    font-size: 18px;
    font-weight: bolder;
    color: #343A40;
    margin: auto;
    margin-top: -5%;
}

/* Отопление */
.grid-item-Heating-selected[b-fhi8qfrxdu] {
    border: 2px solid transparent;
    background: linear-gradient(to right, #FFFAEC, #FFFAEC), linear-gradient(to left bottom, #FFE143,#FF6B00);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.grid-item-Heating:hover[b-fhi8qfrxdu],
.grid-item-Heating-selected:hover[b-fhi8qfrxdu],
.grid-item-Heating-unselected:hover[b-fhi8qfrxdu] {
    box-shadow: 0px 0px 11px rgba(253, 185, 19, 0.45);
}


/* AreaCalc */
.area-calc[b-fhi8qfrxdu] {
    min-height: 3vh;
    max-height: 1.5vw;
    background: white;
    border-radius: 5px;
    /*box-shadow: -1px 5px 10px gray;*/
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    align-items: center;
}
.area-calc:hover[b-fhi8qfrxdu] {
    box-shadow: 0px 0px 10px gray;
}

.name-in-area-calc[b-fhi8qfrxdu] {
    padding: 0;
    margin: 0;
    padding-left: 12px;
    width: max-content;
    font-size: 105%;
    line-height: 100%;
}

.date-in-area-calc[b-fhi8qfrxdu] {
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 100%;
    line-height: 100%;
}

.icon-in-area-calc[b-fhi8qfrxdu] {
    width: auto;
    z-index: 100;
}

.margin-obj svg rect[b-fhi8qfrxdu] {
    cursor: pointer;
    transition: background-color 1000ms linear;
}

.margin-obj svg rect[b-fhi8qfrxdu] {
    transition: background-color 1000ms linear;
}

.margin-obj:hover svg rect[b-fhi8qfrxdu] {
    fill: #FDB913;
}
