@charset "UTF-8";
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Semibold.otf) format("opentype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: maxlf;
    src: url(../fonts/MaxLF-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: blogger;
    src: url(../fonts/blogger_sans.otf) format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: bradley;
    src: url(../fonts/bradley.otf) format("opentype");
    font-style: normal;
    font-weight: 500
}

.tasarla-root {
    background: #fff;
    position: relative;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;
    content-zooming: none;
    -ms-touch-action: none;
    touch-action: none;
    font-size: .9rem;
    line-height: 1.25;
    font-family: Lato;
    font-weight: 400;
    color: #fff;
    overflow: hidden
}
.tasarla-message{
    display: none!important;
}

.tasarla-root * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.tasarla-root a {
    text-decoration: none;
    outline: 0;
    color: #4ac2f9
}

.tasarla-root a img {
    border: none;
    outline: 0
}

.tasarla-root article,
.tasarla-root aside,
.tasarla-root footer,
.tasarla-root header,
.tasarla-root hgroup,
.tasarla-root main,
.tasarla-root menu,
.tasarla-root nav,
.tasarla-root section {
    display: block
}

.tasarla-root h1,
.tasarla-root h2,
.tasarla-root h3,
.tasarla-root h4,
.tasarla-root h5,
.tasarla-root h6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 1rem 0;
    font-weight: 500
}

.tasarla-root h1 {
    font-size: 3.5rem;
    line-height: 3.5rem
}

.tasarla-root h2 {
    font-size: 3rem;
    line-height: 3rem
}

.tasarla-root h3 {
    font-size: 2.5rem;
    line-height: 2.5rem
}

.tasarla-root h4 {
    font-size: 2rem;
    line-height: 2rem
}

.tasarla-root h5 {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.tasarla-root h6 {
    font-size: 1rem;
    line-height: 1rem
}

.tasarla-root p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    font-size: 1rem;
    margin-top: 0
}

.tasarla-root button,
.tasarla-root input,
.tasarla-root optgroup,
.tasarla-root select,
.tasarla-root textarea {
    line-height: 1.15;
    margin: 0
}

.tasarla-root [type=button]:-moz-focus-inner,
.tasarla-root [type=reset]::-moz-focus-inner,
.tasarla-root [type=submit]::-moz-focus-inner,
.tasarla-root button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.tasarla-root input[type=file],
.tasarla-root input[type=password],
.tasarla-root input[type=search],
.tasarla-root input[type=text],
.tasarla-root textarea {
    font-size: .9rem;
    font-family: Lato;
    padding: .5rem;
    width: 100%;
    min-height: 36px;
    outline: 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #4a4a4a;
    background-color: #fff;
    font-style: normal;
    font-weight: 600
}

.tasarla-root input[type=file]:focus,
.tasarla-root input[type=password]:focus,
.tasarla-root input[type=search]:focus,
.tasarla-root input[type=text]:focus,
.tasarla-root textarea:focus {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-root ::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-style: italic;
    font-weight: 400
}

.tasarla-root :-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-style: italic;
    font-weight: 400
}

.tasarla-root ::-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-style: italic;
    font-weight: 400
}

.tasarla-root ::placeholder {
    color: #aaa;
    opacity: 1;
    font-style: italic;
    font-weight: 400
}

.tasarla-root input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tasarla-root textarea {
    min-height: 10rem;
    resize: vertical
}

.tasarla-root ::-moz-selection {
    color: #fff;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-root ::selection {
    color: #fff;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-dragging-cursor {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.tasarla-button {
    height: 40px;
    font-weight: 400;
    padding: .5rem 1rem;
    position: relative;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    outline: 0;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%
}

.tasarla-button:focus,
.tasarla-button:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button .tasarla-svg-icon {
    fill: #fff
}

.tasarla-button--red {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--red:focus,
.tasarla-button--red:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--red.tasarla-button--bare,
.tasarla-button--red.tasarla-button--bare:focus,
.tasarla-button--red.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff3029
}

.tasarla-button--red.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--red.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--red.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #ff3029
}

.tasarla-button--red.tasarla-button--inverted,
.tasarla-button--red.tasarla-button--inverted:focus,
.tasarla-button--red.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--red.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--red.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--red.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #ff3029
}

.tasarla-button--red.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--red.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--red.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--red.tasarla-button--inverted:focus {
    background-color: rgba(255, 48, 41, .1)
}

.tasarla-button--red.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--green {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--green:focus,
.tasarla-button--green:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--green.tasarla-button--bare,
.tasarla-button--green.tasarla-button--bare:focus,
.tasarla-button--green.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #8bc24a
}

.tasarla-button--green.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--green.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--green.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #8bc24a
}

.tasarla-button--green.tasarla-button--inverted,
.tasarla-button--green.tasarla-button--inverted:focus,
.tasarla-button--green.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--green.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--green.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--green.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #8bc24a
}

.tasarla-button--green.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--green.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--green.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--green.tasarla-button--inverted:focus {
    background-color: rgba(139, 194, 74, .1)
}

.tasarla-button--green.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--kiwi {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--kiwi:focus,
.tasarla-button--kiwi:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--kiwi.tasarla-button--bare,
.tasarla-button--kiwi.tasarla-button--bare:focus,
.tasarla-button--kiwi.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #30c409
}

.tasarla-button--kiwi.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--kiwi.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--kiwi.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #30c409
}

.tasarla-button--kiwi.tasarla-button--inverted,
.tasarla-button--kiwi.tasarla-button--inverted:focus,
.tasarla-button--kiwi.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--kiwi.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--kiwi.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--kiwi.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #30c409
}

.tasarla-button--kiwi.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--kiwi.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--kiwi.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--kiwi.tasarla-button--inverted:focus {
    background-color: rgba(48, 196, 9, .1)
}

.tasarla-button--kiwi.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--yellow {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--yellow:focus,
.tasarla-button--yellow:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--yellow.tasarla-button--bare,
.tasarla-button--yellow.tasarla-button--bare:focus,
.tasarla-button--yellow.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffc411
}

.tasarla-button--yellow.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--yellow.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--yellow.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #ffc411
}

.tasarla-button--yellow.tasarla-button--inverted,
.tasarla-button--yellow.tasarla-button--inverted:focus,
.tasarla-button--yellow.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--yellow.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--yellow.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--yellow.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #ffc411
}

.tasarla-button--yellow.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--yellow.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--yellow.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--yellow.tasarla-button--inverted:focus {
    background-color: rgba(255, 196, 17, .1)
}

.tasarla-button--yellow.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--orange {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--orange:focus,
.tasarla-button--orange:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--orange.tasarla-button--bare,
.tasarla-button--orange.tasarla-button--bare:focus,
.tasarla-button--orange.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff8f00
}

.tasarla-button--orange.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--orange.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--orange.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #ff8f00
}

.tasarla-button--orange.tasarla-button--inverted,
.tasarla-button--orange.tasarla-button--inverted:focus,
.tasarla-button--orange.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--orange.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--orange.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--orange.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #ff8f00
}

.tasarla-button--orange.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--orange.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--orange.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--orange.tasarla-button--inverted:focus {
    background-color: rgba(255, 143, 0, .1)
}

.tasarla-button--orange.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--blue {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--blue:focus,
.tasarla-button--blue:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--blue.tasarla-button--bare,
.tasarla-button--blue.tasarla-button--bare:focus,
.tasarla-button--blue.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #4ac2f9
}

.tasarla-button--blue.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--blue.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--blue.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #4ac2f9
}

.tasarla-button--blue.tasarla-button--inverted,
.tasarla-button--blue.tasarla-button--inverted:focus,
.tasarla-button--blue.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--blue.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--blue.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--blue.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #4ac2f9
}

.tasarla-button--blue.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--blue.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--blue.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--blue.tasarla-button--inverted:focus {
    background-color: rgba(74, 194, 249, .1)
}

.tasarla-button--blue.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--alto {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--alto:focus,
.tasarla-button--alto:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--alto.tasarla-button--bare,
.tasarla-button--alto.tasarla-button--bare:focus,
.tasarla-button--alto.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #d1d1d1
}

.tasarla-button--alto.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--alto.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--alto.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #d1d1d1
}

.tasarla-button--alto.tasarla-button--inverted,
.tasarla-button--alto.tasarla-button--inverted:focus,
.tasarla-button--alto.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--alto.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--alto.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--alto.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #d1d1d1
}

.tasarla-button--alto.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--alto.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--alto.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--alto.tasarla-button--inverted:focus {
    background-color: rgba(209, 209, 209, .1)
}

.tasarla-button--alto.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--light-gray {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--light-gray:focus,
.tasarla-button--light-gray:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--light-gray.tasarla-button--bare,
.tasarla-button--light-gray.tasarla-button--bare:focus,
.tasarla-button--light-gray.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #dedede
}

.tasarla-button--light-gray.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--light-gray.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--light-gray.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-button--light-gray.tasarla-button--inverted,
.tasarla-button--light-gray.tasarla-button--inverted:focus,
.tasarla-button--light-gray.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--light-gray.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--light-gray.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--light-gray.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-button--light-gray.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--light-gray.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--light-gray.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--light-gray.tasarla-button--inverted:focus {
    background-color: rgba(222, 222, 222, .1)
}

.tasarla-button--light-gray.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--gray {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--gray:focus,
.tasarla-button--gray:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--gray.tasarla-button--bare,
.tasarla-button--gray.tasarla-button--bare:focus,
.tasarla-button--gray.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #9b9b9b
}

.tasarla-button--gray.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--gray.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--gray.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #9b9b9b
}

.tasarla-button--gray.tasarla-button--inverted,
.tasarla-button--gray.tasarla-button--inverted:focus,
.tasarla-button--gray.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--gray.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--gray.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--gray.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #9b9b9b
}

.tasarla-button--gray.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--gray.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--gray.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--gray.tasarla-button--inverted:focus {
    background-color: rgba(155, 155, 155, .1)
}

.tasarla-button--gray.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--dark-gray {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--dark-gray:focus,
.tasarla-button--dark-gray:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--dark-gray.tasarla-button--bare,
.tasarla-button--dark-gray.tasarla-button--bare:focus,
.tasarla-button--dark-gray.tasarla-button--bare:hover {
    background-color: transparent;
    border-color: transparent;
    color: #aaa
}

.tasarla-button--dark-gray.tasarla-button--bare .tasarla-svg-icon,
.tasarla-button--dark-gray.tasarla-button--bare:focus .tasarla-svg-icon,
.tasarla-button--dark-gray.tasarla-button--bare:hover .tasarla-svg-icon {
    fill: #aaa
}

.tasarla-button--dark-gray.tasarla-button--inverted,
.tasarla-button--dark-gray.tasarla-button--inverted:focus,
.tasarla-button--dark-gray.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #4ac2f9;
    border-color: var(--dark);
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-button--dark-gray.tasarla-button--inverted .tasarla-svg-icon,
.tasarla-button--dark-gray.tasarla-button--inverted:focus .tasarla-svg-icon,
.tasarla-button--dark-gray.tasarla-button--inverted:hover .tasarla-svg-icon {
    fill: #aaa
}

.tasarla-button--dark-gray.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--dark-gray.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--dark-gray.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--dark-gray.tasarla-button--inverted:focus {
    background-color: rgba(170, 170, 170, .1)
}

.tasarla-button--dark-gray.tasarla-button--disabled {
    background-color: none
}

.tasarla-button--themed {
    color: #fff
}

.tasarla-theme--build .tasarla-button--themed.tasarla-button--inverted {
    background-color: transparent;
    color: #4ac2f9;
    color: var(--dark);
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-theme--build .tasarla-button--themed.tasarla-button--inverted:focus {
    background-color: rgba(74, 194, 249, .1)
}

.tasarla-theme--furniture .tasarla-button--themed.tasarla-button--inverted {
    background-color: transparent;
    color: #8bc24a;
    border-color: #8bc24a
}

.tasarla-theme--furniture .tasarla-button--themed.tasarla-button--inverted:focus {
    background-color: rgba(139, 194, 74, .1)
}

.tasarla-theme--decorate .tasarla-button--themed.tasarla-button--inverted {
    background-color: transparent;
    color: #ffc411;
    border-color: #ffc411
}

.tasarla-theme--decorate .tasarla-button--themed.tasarla-button--inverted:focus {
    background-color: rgba(255, 196, 17, .1)
}

.tasarla-button--themed.tasarla-button--hidden {
    opacity: .5;
    cursor: default
}

.tasarla-button--themed.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede;
    cursor: default;
    background-color: #fff
}

.tasarla-theme--build .tasarla-button--themed.tasarla-button--disabled {
    background-color: #fff
}

.tasarla-theme--build .tasarla-button--themed.tasarla-button--disabled .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-theme--furniture .tasarla-button--themed.tasarla-button--disabled {
    background-color: #fff
}

.tasarla-theme--furniture .tasarla-button--themed.tasarla-button--disabled .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-theme--decorate .tasarla-button--themed.tasarla-button--disabled {
    background-color: #fff
}

.tasarla-theme--decorate .tasarla-button--themed.tasarla-button--disabled .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-button .tasarla-svg-icon {
    max-width: 25px;
    max-height: 25px
}

.tasarla-button.tasarla-button--svg {
    padding: .625rem
}

.tasarla-button.tasarla-button--svg .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-button.tasarla-button--svg.tasarla-button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede;
    cursor: default;
    background-color: none
}

.tasarla-button--disabled .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-button--borderless {
    border-color: transparent
}

.tasarla-double-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-double-dropdown .tasarla-dropdown {
    max-width: 50%
}

.tasarla-double-dropdown .tasarla-new-mode-pick-button {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.tasarla-double-dropdown .tasarla-dropdown__arrow {
    display: none
}

.tasarla-double-dropdown .tasarla-svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    fill: #47a7ed;
    fill: var(--dark-darkened);
    height: 40px;
    width: 40px
}

.tasarla-double-dropdown .tasarla-dropdown__head span {
    width: 100%
}

.tasarla-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    z-index: 100;
    max-width: 100%;
    background-color: #fff
}

.tasarla-dropdown:hover .tasarla-dropdown__head {
    color: #666
}

.tasarla-dropdown--disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: default
}

.tasarla-dropdown--spaced {
    margin: 1rem
}

.tasarla-dropdown--with-label {
    margin-top: .5rem
}

.tasarla-dropdown__preIcon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 20px;
    max-height: 25px;
    left: .5rem;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%) scale(1.4);
    transform: translateY(-50%) scale(1.4)
}

.tasarla-dropdown__preIcon .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened);
    width: 1rem
}

.tasarla-dropdown--disabled .tasarla-dropdown__preIcon .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-dropdown__arrow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tasarla-dropdown__arrow--material-down {
    -webkit-transform: rotate(0) translate(-1px, -50%);
    transform: rotate(0) translate(-1px, -50%)
}

.tasarla-dropdown__arrow--material-up {
    -webkit-transform: rotate(180deg) translate(1px, 50%);
    transform: rotate(180deg) translate(1px, 50%)
}

.tasarla-dropdown__arrow--material {
    -webkit-transform: rotate(-90deg) translate(50%, 1px);
    transform: rotate(-90deg) translate(50%, 1px)
}

.tasarla-dropdown__arrow--material-back {
    -webkit-transform: rotate(90deg) translate(-50%, -1px);
    transform: rotate(90deg) translate(-50%, -1px)
}

.tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-dropdown--disabled .tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #dedede
}

.tasarla-dropdown__select {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem;
    width: 100%;
    z-index: 100;
    cursor: pointer;
    min-height: 34px;
    height: 34px;
    opacity: 0
}

.tasarla-dropdown__head {
    margin-left: 8px;
    background-color: #fff;
    text-transform: lowercase;
    border: none;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    color: #777;
    color: #525252;
    line-height: 34px
}

.tasarla-dropdown__head span {
    width: calc(100% - 32px);
    text-overflow: ellipsis;
    overflow: hidden
}

.tasarla-dropdown--disabled .tasarla-dropdown__head {
    color: #dedede
}

.tasarla-dropdown__head--unset {
    color: #aaa;
    font-weight: 400;
    font-style: italic
}

.tasarla-dropdown__head--invalid {
    border: 1px solid #ff3029
}

.tasarla-dropdown__container {
    position: relative;
    margin-left: 1rem
}

.tasarla-dropdown__container .tasarla-new-mode-pick-button {
    min-width: 180px
}

.tasarla-dropdown__container .tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #fff
}

.tasarla-dropdown__container--export-images .tasarla-svg-icon--render-images {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 8px
}

.tasarla-dropdown__container--export-images .tasarla-button__caption {
    margin-left: 8px
}

.tasarla-dropdown__container--export-images .tasarla-button--themed {
    width: 180px
}

.tasarla-dropdown__custom-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    width: 100%
}

.tasarla-dropdown__custom-panel-3d {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    width: 100%
}

.tasarla-dropdown__custom-panel-3d .tasarla-dropdown__custom-initials {
    width: 40px;
    text-align: center;
    margin-left: 8px
}

.tasarla-dropdown__custom-panel-3d .tasarla-dropdown__custom-title {
    margin-left: 4px
}

.tasarla-dropdown__custom-panel-3d .tasarla-dropdown__custom-option {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-dropdown__custom-option {
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
    color: #4a4a4a
}

.tasarla-dropdown__custom-option:hover {
    background-color: #f5f5f5;
    font-weight: 500;
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-dropdown__custom-option--highlight {
    background-color: orange
}

.tasarla-dropdown__custom-option--disabled {
    color: #dedede;
    cursor: default
}

.tasarla-dropdown__custom-option--disabled:hover {
    color: #dedede!important;
    font-weight: inherit;
    background-color: transparent
}

.tasarla-dropdown__separator {
    background-color: #edf8fe;
    background-color: var(--light);
    height: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px
}

.tasarla-form {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
    max-width: 60rem
}

.tasarla-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-form__field-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.tasarla-grid {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 auto;
    padding: .5rem;
    width: 71rem;
    max-width: 100%
}

.tasarla-row,
.tasarla-row--10of12,
.tasarla-row--11of12,
.tasarla-row--12of12,
.tasarla-row--1of12,
.tasarla-row--2of12,
.tasarla-row--3of12,
.tasarla-row--4of12,
.tasarla-row--5of12,
.tasarla-row--6of12,
.tasarla-row--7of12,
.tasarla-row--8of12,
.tasarla-row--9of12 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: .5rem .5rem 0;
    margin-bottom: .5rem
}

.tasarla-row p:last-child,
.tasarla-row--10of12 p:last-child,
.tasarla-row--11of12 p:last-child,
.tasarla-row--12of12 p:last-child,
.tasarla-row--1of12 p:last-child,
.tasarla-row--2of12 p:last-child,
.tasarla-row--3of12 p:last-child,
.tasarla-row--4of12 p:last-child,
.tasarla-row--5of12 p:last-child,
.tasarla-row--6of12 p:last-child,
.tasarla-row--7of12 p:last-child,
.tasarla-row--8of12 p:last-child,
.tasarla-row--9of12 p:last-child {
    margin-bottom: 0
}

.tasarla-row--1of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    max-width: 8.33333%
}

.tasarla-row--2of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    max-width: 16.66667%
}

.tasarla-row--3of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%
}

.tasarla-row--4of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    max-width: 33.33333%
}

.tasarla-row--5of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    max-width: 41.66667%
}

.tasarla-row--6of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%
}

.tasarla-row--7of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    max-width: 58.33333%
}

.tasarla-row--8of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    max-width: 66.66667%
}

.tasarla-row--9of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    max-width: 75%
}

.tasarla-row--10of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    max-width: 83.33333%
}

.tasarla-row--11of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    max-width: 91.66667%
}

.tasarla-row--12of12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.tasarla-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(74, 194, 249, .95);
    z-index: 1000;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.tasarla-header__logo {
    position: relative;
    width: 180px;
    height: 100%
}

.tasarla-header__logo::after {
    position: absolute;
    left: calc(100%);
    bottom: 50%;
    padding: .25rem .3rem;
    background-color: #ff8f00;
    color: #fff;
    line-height: 1;
    border-radius: 0;
    font-weight: 700;
    font-size: .6rem
}

.tasarla-header__logo .tasarla-svg-icon {
    width: 100%;
    height: 100%
}

.tasarla-header__logo--pro::after {
    content: 'PRO'
}

.tasarla-header__logo--enterprise::after {
    content: 'ENTERPRISE'
}

.tasarla-header__logo--business::after {
    content: 'BUSINESS'
}

.tasarla-header__logo--partner::after {
    content: 'PARTNER'
}

.tasarla-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    border-radius: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.tasarla-input input,
.tasarla-input select,
.tasarla-input textarea {
    font-size: .9rem
}

.tasarla-input--invalid {
    border: 2px solid #ff3029
}

.tasarla-input--filled {
    border: 2px solid #4ac2f9;
    -webkit-box-shadow: 0 0 3px #4ac2f9;
    box-shadow: 0 0 3px #4ac2f9
}

.tasarla-input__reset {
    position: absolute;
    top: 50%;
    right: .5rem;
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-input__reset.tasarla-svg-icon {
    width: 20px;
    height: 20px;
    fill: #4ac2f9;
    fill: var(--dark);
    top: calc(50% - 10px)
}

.tasarla-input__reset.tasarla-svg-icon.tasarla-loading {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px)
}

.tasarla-input__reset--delete.tasarla-svg-icon {
    fill: red
}

.tasarla-input__placeholder {
    padding: .5rem;
    min-height: 1rem;
    color: #9b9b9b;
    font-style: italic
}

.tasarla-input--focussed:not(.tasarla-input--invalid) {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-input--file {
    cursor: pointer;
    background-color: #fff
}

.tasarla-input--file .tasarla-input__caption {
    pointer-events: none
}

.tasarla-input--file .tasarla-input__caption:not(.tasarla-input__caption--action) {
    font-weight: 700;
    padding: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 230px;
    position: relative
}

.tasarla-input--file input[type=file] {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ddd;
    opacity: 0
}

.tasarla-input--disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.tasarla-input--color input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding-left: calc(2rem + 26px)
}

.tasarla-input__color {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    width: 2rem;
    background-color: #ccc
}

.tasarla-input__color::after {
    content: '#';
    position: absolute;
    font-weight: 700;
    font-size: 1.2em;
    top: 50%;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    color: rgba(0, 0, 0, .2)
}

.tasarla-input__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-input__caption--action {
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-weight: 500;
    background-color: #4ac2f9;
    background-color: var(--dark);
    cursor: pointer
}

.tasarla-input__value-changer {
    cursor: pointer;
    position: absolute;
    top: 5px;
    height: 10px;
    right: 0;
    border: 2px solid transparent
}

.tasarla-input__value-changer .tasarla-svg-icon {
    fill: #fff;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 4px;
    position: relative;
    top: -13px;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-input__value-changer .tasarla-svg-icon:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-input__increase {
    width: 16px;
    height: 16px
}

.tasarla-input__decrease {
    width: 16px;
    height: 16px
}

.tasarla-input .tasarla-svg-icon--eye-hide,
.tasarla-input .tasarla-svg-icon--eye-show,
.tasarla-input .tasarla-svg-icon--search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .1rem;
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-input .tasarla-svg-icon--eye-hide,
.tasarla-input .tasarla-svg-icon--eye-show {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-onoffswitch {
    position: relative;
    width: 36px;
    height: 22px
}

.tasarla-onoffswitch__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0
}

.tasarla-onoffswitch__caption {
    text-transform: lowercase;
    color: #9b9b9b;
    font-weight: 500;
    margin-left: 1rem;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-onoffswitch__caption:first-child {
    margin-left: 0;
    margin-right: 1rem
}

.tasarla-onoffswitch__caption--checked {
    color: #4a4a4a
}

.tasarla-onoffswitch__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #d8d8d8;
    height: 100%;
    width: 100%;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear
}

.tasarla-onoffswitch__label--checked {
    border-width: 2px;
    border-style: solid;
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-onoffswitch__inner {
    display: block;
    height: 22px;
    width: 72px;
    margin-left: -36px;
    -webkit-transition: margin .15s ease-in 0s;
    transition: margin .15s ease-in 0s
}

.tasarla-onoffswitch__inner:after,
.tasarla-onoffswitch__inner:before {
    content: "";
    display: block;
    float: left;
    width: 36px;
    height: 22px;
    background-color: #e8e8e8;
    padding: 0;
    line-height: 30px;
    font-size: 10px;
    color: #fff
}

.tasarla-onoffswitch__inner:before {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.tasarla-onoffswitch__switch {
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-radius: 20px;
    -webkit-transition: all .15s ease-in 0s;
    transition: all .15s ease-in 0s;
    border: 2px solid #d8d8d8;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.tasarla-onoffswitch__label--checked .tasarla-onoffswitch__inner {
    margin-left: 0
}

.tasarla-onoffswitch__label--checked .tasarla-onoffswitch__switch {
    border-width: 2px;
    border-style: solid;
    border-color: #47a7ed;
    border-color: var(--dark-darkened);
    right: 0;
    background-color: #fff
}

.tasarla-label-and-switch .tasarla-onoffswitch__caption {
    margin-left: .5rem
}

.tasarla-label-and-switch .tasarla-onoffswitch__caption:first-child {
    margin-right: .5rem
}

.tasarla-svg-icon {
    fill: red
}

.tasarla-svg-icon--twitter {
    fill: #2296f3
}

.tasarla-svg-icon--instagram {
    fill: #e81e62
}

.tasarla-svg-icon--youtube {
    fill: #f54337
}

.tasarla-svg-icon--facebook {
    fill: #3b5998
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tasarla-svg-icon--loader {
    fill: grey;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.tasarla-svg-icon--spinner {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.tasarla-svg-icon--disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default
}

.tasarla-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: .5rem;
    border-left: 1px solid #d3d3d3;
    padding-left: .5rem;
    z-index: 1000;
    position: relative
}

.tasarla-user-area__details {
    width: 200px;
    top: 60px;
    right: 0;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    position: absolute
}

.tasarla-user-area__arrow {
    position: relative;
    top: 5%;
    height: 35px;
    width: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #4ac2f9;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasarla-user-area__arrow .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    position: relative;
    top: -3px;
    width: 20px;
    height: 20px
}

.tasarla-user-area__username {
    color: #777;
    font-weight: 700;
    text-align: right
}

.tasarla-user-area__credits {
    color: #ff8f00;
    font-weight: 700;
    text-align: right
}

.tasarla-user-area--breathing {
    -webkit-animation: breath 2s linear infinite;
    animation: breath 2s linear infinite
}

@-webkit-keyframes breath {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes breath {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tasarla-user-area--emphasizer {
    border: 0;
    margin: 0;
    top: -25%;
    right: 25%;
    background-color: #ff8f00;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative
}

.tasarla-user-area .tasarla-link {
    color: #4ac2f9;
    color: var(--dark);
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px
}

.tasarla-user-area .tasarla-link.tasarla-orange {
    color: #ff8f00
}

.tasarla-user-area__avatar {
    color: #ccc;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, .05);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer
}

.tasarla-user-area__avatar:not([style])::after {
    font-family: 'Material Icons';
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.tasarla-labelled-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-slider {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-slider__track-clicker {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tasarla-slider__track {
    position: relative;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: calc(50% - 2.5px);
    z-index: 10
}

.tasarla-slider__track-filled {
    background-color: #4ac2f9;
    background-color: var(--dark);
    height: 5px
}

.tasarla-slider__track-unfilled {
    height: 5px;
    background-color: grey
}

.tasarla-slider__thumb {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    top: calc(50% - 19px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    z-index: 10
}

.tasarla-slider-with-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden
}

.tasarla-slider-with-input .tasarla-input {
    margin-left: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: relative;
    border-radius: 0;
    -ms-flex-item-align: auto;
    align-self: auto
}

.tasarla-slider-with-input .tasarla-input input {
    width: 70px;
    height: 36px;
    font-size: .8rem
}

.tasarla-slider-with-input--imperial .tasarla-input input {
    width: 90px
}

.tasarla-slider-with-input--disabled {
    opacity: .5;
    cursor: default
}

.tasarla-slider-with-input--disabled .tasarla-slider-thumb {
    cursor: default
}

.tasarla-slider-label {
    text-transform: lowercase;
    color: #ffffff;
    font-family: Lato, Arial, Helvetica, sans-serif, serif;
    font-weight: 500;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-slider-label--margin-left {
    margin-left: 1rem
}

.tasarla-slider-label--margin-bottom {
    margin-bottom: .25rem
}

.tasarla-slider-label--spacing-top {
    margin-top: 1rem
}

.tasarla-slider-label--margins {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.tasarla-labelled-slider+.tasarla-labelled-slider {
    margin-top: 1rem
}

.tasarla-labelled-slider.tasarla-red .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #c95259
}

.tasarla-labelled-slider.tasarla-red .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #c95259
}

.tasarla-labelled-slider.tasarla-red .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #c95259
}

.tasarla-labelled-slider.tasarla-yellow .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #ede869
}

.tasarla-labelled-slider.tasarla-yellow .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #ede869
}

.tasarla-labelled-slider.tasarla-yellow .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #ede869
}

.tasarla-labelled-slider.tasarla-green .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #abd65f
}

.tasarla-labelled-slider.tasarla-green .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #abd65f
}

.tasarla-labelled-slider.tasarla-green .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #abd65f
}

.tasarla-labelled-slider.tasarla-blue .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #47a7ed
}

.tasarla-labelled-slider.tasarla-blue .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #47a7ed
}

.tasarla-labelled-slider.tasarla-blue .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #47a7ed
}

.tasarla-labelled-slider.tasarla-orange .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #f19436
}

.tasarla-labelled-slider.tasarla-orange .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #f19436
}

.tasarla-labelled-slider.tasarla-orange .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #f19436
}

.tasarla-labelled-slider.tasarla-purple .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #784ed1
}

.tasarla-labelled-slider.tasarla-purple .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #784ed1
}

.tasarla-labelled-slider.tasarla-purple .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #784ed1
}

.tasarla-labelled-slider.tasarla-grey .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__thumb {
    border-color: #666
}

.tasarla-labelled-slider.tasarla-grey .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-container:before {
    background-color: #666
}

.tasarla-labelled-slider.tasarla-grey .tasarla-slider-with-input .tasarla-scale__container .tasarla-scale__track-filled {
    background-color: #666
}

.tasarla-scale__container {
    height: 40px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-scale__container--camera {
    margin-left: 20px;
    margin-right: 20px
}

.tasarla-scale__container--vertical {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 40px
}

.tasarla-scale {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.tasarla-scale .tasarla-input {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: relative;
    border-radius: 0;
    -ms-flex-item-align: auto;
    align-self: auto
}

.tasarla-scale input {
    width: 70px;
    height: 40px
}

.tasarla-scale--imperial input {
    width: 90px
}

.tasarla-scale__track-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: unset
}

.tasarla-scale__track-container:before {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    content: "";
    top: calc(50% - 2px);
    left: -13px;
    position: absolute;
    width: 15px;
    height: 4px
}

.tasarla-scale--vertical .tasarla-scale__track-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: 0
}

.tasarla-scale--vertical .tasarla-scale__track-container:before {
    display: none
}

.tasarla-scale--disabled {
    opacity: .5;
    cursor: default
}

.tasarla-scale--disabled .tasarla-slider-thumb {
    cursor: default
}

.tasarla-scale--disabled .tasarla-scale__track-container:before {
    background-color: #d3d3d3
}

.tasarla-scale__track {
    position: relative;
    height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: calc(50% - 2px);
    z-index: 10
}

.tasarla-scale__track-filled {
    background-color: #fffdfd;
    border-radius: 32px;
    height: 4px;
}

.tasarla-scale--vertical .tasarla-scale__track-filled {
    width: 4px
}

.tasarla-scale__track-unfilled {
    background-color: #8c8787;
    border-radius: 32px;
    height: 4px;
}

.tasarla-topbar__content-middle{
    display:none!important;
}

.tasarla-scale--vertical .tasarla-scale__track-unfilled {
    width: 4px
}

.tasarla-scale__thumb {
    border-width: 3px;
    border-style: solid;
    border-color: #47a7ed;
    border-color: var(--dark-darkened);
    cursor: pointer;
    width: 22px;
    height: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    top: calc(50% - 19px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    top: 50%
}

.tasarla-scale__thumb:before {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute
}

.tasarla-scale--vertical .tasarla-scale__thumb {
    top: unset;
    left: 50%
}

.tasarla-scale__thumb--hidden {
    background-color: unset;
    border: none!important;
    width: 36px;
    height: 36px
}

.tasarla-scale__thumb-label {
    padding: 8px;
    white-space: nowrap;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .16);
    top: -40px
}

.tasarla-scale--vertical .tasarla-scale__thumb-label {
    top: unset;
    left: 40px
}

.tasarla-scale__notch-container {
    left: 0;
    position: absolute;
    width: 100%
}

.tasarla-scale__notch {
    cursor: pointer;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    -webkit-transform: translateX(-4px) translateY(16px);
    transform: translateX(-4px) translateY(16px);
    border-radius: 50%
}

.tasarla-scale__notch-label-container {
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 40px
}

.tasarla-scale__notch-label {
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: absolute;
    text-align: center;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tasarla-scale__notch-label:first-child {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tasarla-scale__notch-label:last-child {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tasarla-message-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-message-actions .tasarla-new-mode-pick-button {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8px
}

.tasarla-side-bar .tasarla-message-actions .tasarla-new-mode-pick-button+.tasarla-new-mode-pick-button {
    margin-top: auto
}

.tasarla-message {
    text-transform: lowercase;
    border-radius: 0;
    padding: 1rem;
    background-color: #edf8fe;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    margin-bottom: .5rem;
    z-index: 1000000
}

.tasarla-message--red {
    background-image: none;
    background-color: #ff3029;
    color: #fff
}

.tasarla-message--green {
    background-image: none;
    background-color: #8bc24a;
    color: #fff
}

.tasarla-message--kiwi {
    background-image: none;
    background-color: #30c409;
    color: #fff
}

.tasarla-message--yellow {
    background-image: none;
    background-color: #ffc411;
    color: #fff
}

.tasarla-message--orange {
    background-image: none;
    background-color: #ff8f00;
    color: #fff
}

.tasarla-message--blue {
    background-image: none;
    background-color: #4ac2f9;
    color: #fff
}

.tasarla-message--alto {
    background-image: none;
    background-color: #d1d1d1;
    color: #fff
}

.tasarla-message--light-gray {
    background-image: none;
    background-color: #dedede;
    color: #fff
}

.tasarla-message--gray {
    background-image: none;
    background-color: #9b9b9b;
    color: #fff
}

.tasarla-message--dark-gray {
    background-image: none;
    background-color: #aaa;
    color: #fff
}

.tasarla-message__preIcon .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-top: 2px;
    margin-right: 16px
}

.tasarla-message__close {
    fill: #fff;
    height: 1.2rem;
    width: 1.2rem;
    right: .5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.tasarla-message--flash {
    position: absolute;
    top: calc(60px + .5rem);
    left: calc(360px + .5rem);
    width: calc(100% - 360px - 1rem);
    padding: .5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    margin: 0;
    -webkit-animation: flashMsg .2s ease-in-out 3s forwards;
    animation: flashMsg .2s ease-in-out 3s forwards;
    border-radius: 0
}

.tasarla-root--collapsed .tasarla-message--flash {
    left: calc(.5rem);
    width: calc(100% - 1rem)
}

.tasarla-message--tweenUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tweenUpMsg .2s ease-in-out 2s forwards;
    animation: tweenUpMsg .2s ease-in-out 2s forwards
}

.tasarla-message--centered {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tasarla-message--spaceplanner {
    background-color: #8bc24a;
    color: #fff;
    top: 1rem;
    height: 40px;
    left: calc(216px + .5rem);
    width: calc(100% - 216px - 1rem)
}

.tasarla-message--review {
    position: absolute;
    height: 40px;
    top: 1rem;
    left: 300px;
    width: calc(100% - 645px);
    padding: .5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    margin: 0;
    border-radius: 0
}

.tasarla-message--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: absolute;
    left: 360px;
    bottom: 0;
    width: calc(80vw - 360px);
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

.tasarla-message--modal .tasarla-button {
    margin-left: 1rem
}

.tasarla-message--modal p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0
}

.tasarla-message--color-text {
    color: #777
}

.tasarla-message--yellow {
    background-color: #ffc411;
    color: #777
}

@-webkit-keyframes tweenUpMsg {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
        opacity: 0
    }
}

@keyframes tweenUpMsg {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
        opacity: 0
    }
}

@-webkit-keyframes flashMsg {
    0% {
        opacity: 1
    }
    99.99% {
        z-index: 1000
    }
    100% {
        opacity: 0;
        z-index: -1000
    }
}

@keyframes flashMsg {
    0% {
        opacity: 1
    }
    99.99% {
        z-index: 1000
    }
    100% {
        opacity: 0;
        z-index: -1000
    }
}

.tasarla-camera-view {
    pointer-events: none!important;
    background: 0 0!important;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100
}

.tasarla-camera-view__toolbar {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-camera-view__toolbar-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px
}

.tasarla-camera-view__toolbar-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px
}

.tasarla-camera-view__toolbar-center {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.tasarla-camera-view__toolbar--bottombar,
.tasarla-camera-view__toolbar--leftbar,
.tasarla-camera-view__toolbar--rightbar,
.tasarla-camera-view__toolbar--topbar {
    pointer-events: auto;
    background: 0 0!important
}

.tasarla-camera-view__toolbar--topbar {
    width: 100%;
    height: 64px;
    min-height: 64px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 200;
    padding-top: 0
}

.tasarla-camera-view__toolbar--bottombar {
    width: 100%;
    height: 64px;
    min-height: 64px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 100;
    padding-top: 0;
    bottom: 0;
    top: unset
}

.tasarla-camera-view__leftbar {
    pointer-events: auto
}

.tasarla-camera-view__innerview {
    pointer-events: none!important;
    background: 0 0!important
}

.tasarla-camera-view__info-bar {
    pointer-events: none!important;
    background: 0 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 128px;
    top: 0;
    position: absolute;
    left: 64px;
    right: 64px
}

.tasarla-camera-view__info-bar-left {
    min-width: 1px;
    min-height: 1px
}

.tasarla-camera-view__info-bar-center .tasarla-button--blue:hover {
    background-color: #47a7ed
}

.tasarla-camera-view__upload-backdrop-button-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    background-color: #4ac2f9;
    background-color: var(--dark);
    color: #4ac2f9;
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-filled .tasarla-button,
.tasarla-camera-view__upload-backdrop-button-filled .tasarla-svg-icon {
    color: #4ac2f9;
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    background-color: #fff!important;
    fill: #4ac2f9
}

.tasarla-camera-view__upload-backdrop-button-empty:hover {
    background-color: #47a7ed!important;
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-empty:hover .tasarla-button,
.tasarla-camera-view__upload-backdrop-button-empty:hover .tasarla-svg-icon {
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-empty .tasarla-button,
.tasarla-camera-view__upload-backdrop-button-empty .tasarla-svg-icon {
    color: #fff;
    fill: #4ac2f9
}

.tasarla-camera-view__upload-backdrop-button-empty .tasarla-button--blue:hover,
.tasarla-camera-view__upload-backdrop-button-empty .tasarla-button:hover {
    background-color: #47a7ed!important;
    fill: #ff3029
}

.tasarla-camera-view__upload-backdrop-button-delete,
.tasarla-camera-view__upload-backdrop-button-delete:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    background-color: red;
    color: #fff;
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-delete .tasarla-button,
.tasarla-camera-view__upload-backdrop-button-delete .tasarla-svg-icon,
.tasarla-camera-view__upload-backdrop-button-delete:hover .tasarla-button,
.tasarla-camera-view__upload-backdrop-button-delete:hover .tasarla-svg-icon {
    color: #fff;
    fill: #fff
}

.tasarla-camera-view__upload-backdrop-button-delete .tasarla-button--blue:hover,
.tasarla-camera-view__upload-backdrop-button-delete .tasarla-button:hover,
.tasarla-camera-view__upload-backdrop-button-delete:hover .tasarla-button--blue:hover,
.tasarla-camera-view__upload-backdrop-button-delete:hover .tasarla-button:hover {
    background-color: red;
    color: #fff;
    fill: #fff
}

.tasarla-camera-view__backplate-wrapper {
    height: auto;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tasarla-camera-view__backplate-icon {
    min-width: 24px;
    min-height: 24px
}

.tasarla-camera-buttons__export-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
    height: 60px;
    background-color: rgba(254, 255, 255, 0);
    z-index: 10;
    width: 56px;
    margin-left: 16px
}

.tasarla-camera-buttons__export-button .tasarla-svg-icon {
    height: 28px;
    max-width: 40px;
    fill: #fff;
    cursor: pointer
}

.tasarla-camera-buttons__export-button .tasarla-separator {
    width: 1px;
    height: 100%;
    background-color: #dedede;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tasarla-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    margin: 1rem;
    border-radius: 0;
    text-transform: lowercase
}

.tasarla-switch__button {
    color: #777;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-weight: 500;
    padding: .5rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-switch__button:not(.tasarla-switch__button--selected):hover {
    color: #666
}

.tasarla-switch__button .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 1rem;
    height: 1rem
}

.tasarla-switch__button--selected {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    color: #fff;
    border: 1px solid transparent
}

.tasarla-theme--build .tasarla-switch__button--selected {
    color: #fff
}

.tasarla-theme--furniture .tasarla-switch__button--selected {
    color: #fff
}

.tasarla-theme--decorate .tasarla-switch__button--selected {
    color: #fff
}

.tasarla-theme--build .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-theme--furniture .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-theme--decorate .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-switch__button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tasarla-switch__button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tasarla-switch .tasarla-switch__button+.tasarla-switch__button:not(.tasarla-switch__button--selected) {
    border-left: none
}

.tasarla-switch .tasarla-switch__button+.tasarla-switch__button--selected {
    margin-left: 0
}

.tasarla-switch .tasarla-switch__button--selected+.tasarla-switch__button {
    margin-left: 0
}

.tasarla-switch--disabled {
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #dedede;
    border-color: #dedede
}

.tasarla-switch--disabled .tasarla-switch__button {
    color: #dedede;
    background-color: #fff;
    border-color: #dedede
}

.tasarla-switch--disabled .tasarla-switch__button.tasarla-switch__button--selected {
    background-color: #dedede;
    color: #aaa
}

.tasarla-switch--line {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-switch--line .tasarla-switch__button .tasarla-svg-icon {
    width: 2.2rem;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-switch--line .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-switch--dimension .tasarla-switch__button .tasarla-svg-icon {
    width: 2.2rem;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-switch--dimension .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-icon-and-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px
}

.tasarla-icon-and-switch .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.tasarla-label-and-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem
}

.tasarla-scrollable-header .tasarla-label-and-switch .tasarla-onoffswitch-wrapper {
    margin: 0
}

.tasarla-label-and-switch--added-spacing-bottom {
    margin-bottom: 1rem
}

.tasarla-label-and-switch--added-spacing-bottom .tasarla-onoffswitch__caption {
    text-transform: uppercase
}

.tasarla-label-and-switch--added-spacing-bottom .tasarla-onoffswitch__caption--checked {
    color: #4ac2f9;
    color: var(--dark);
    fontweight: 600
}

.tasarla-label-and-switch--added-spacing-vertical {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tasarla-label-and-switch--added-spacing-vertical .tasarla-onoffswitch__caption {
    text-transform: uppercase
}

.tasarla-label-and-switch--added-spacing-vertical .tasarla-onoffswitch__caption--checked {
    color: #4ac2f9;
    color: var(--dark);
    fontweight: 600
}

.tasarla-switch-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

.tasarla-dulux-small {
    background-image: url(../resources/dulux-small.png);
    height: 60px;
    width: 270px;
    cursor: pointer
}

.tasarla-dulux-container {
    position: relative;
    margin-left: 47px;
    margin-bottom: 16px
}

.tasarla-dulux-white-rectangle {
    -webkit-box-shadow: #565447 1px 1px 5px;
    box-shadow: #565447 1px 1px 5px;
    pointer-events: none;
    height: 64px;
    border: 2px solid #fff;
    position: absolute;
    top: -2px
}

.tasarla-palette-and-complementary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3rem;
}

.tasarla-palette-and-complementary .tasarla-new-mode-pick-button {
    margin-top: 32px
}

.tasarla-palette-container {
    overflow-x: hidden;
    max-height: 480px
}

.tasarla-user-colors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px
}

.tasarla-user-colors .tasarla-item--color {
    width: 32px;
    height: 32px;
    margin: 2px
}

.tasarla-palette-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    overflow: hidden
}

.tasarla-palette-inside .tasarla-item--new-color {
    cursor: pointer;
    width: 20px;
    height: 20px
}

.tasarla-palette-inside .tasarla-item--selected {
    border: 2px solid #fff
}

.tasarla-selected-and-complementary {
    margin-left: 8px
}

.tasarla-patterns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 16px
}

.tasarla-paint-pattern-background {
    margin: 2px
}

.tasarla-paint-pattern {
    width: 63px;
    height: 63px;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-size: 16.66%;
    cursor: pointer
}

.tasarla-pattern-sliders {
    width: 100%
}

.tasarla-complementary {
    border-radius: 5px;
    margin-top: 16px;
    width: 100px;
    height: 60px;
    cursor: pointer;
    position: relative
}

.tasarla-complementary--unloaded {
    opacity: .2;
    background-color: #666
}

.tasarla-complementing-title {
    top: 35px;
    color: #222;
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    font-size: small;
    padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tasarla-selected-color-big {
    position: relative;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    font-size: small;
    font-weight: 500;
    margin-bottom: 24px
}

.tasarla-selected-color-big--unloaded {
    background-color: #666;
    opacity: .2
}

.tasarla-selected-big-title {
    background-color: #fff;
    width: 100px;
    color: #222;
    position: absolute;
    top: 90px;
    height: 26px;
    line-height: 26px;
    padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tasarla-colorpicker__hex-and-apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tasarla-colorpicker__hex-and-apply .tasarla-input {
    width: 80px
}

.tasarla-colorpicker__hex-and-apply .tasarla-new-mode-pick-button {
    height: 40px;
    margin-top: 8px
}

.tasarla-hex-color-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px 16px
}

.tasarla-hex-color-input__preview {
    width: 42px;
    height: 42px;
    margin-right: .5rem;
    background-color: #000;
    border-radius: 0
}

.tasarla-color-label {
    text-transform: lowercase;
    color: #9b9b9b;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-weight: 500;
    font-size: 15px
}

.tasarla-colorpick-row {
    width: 100%
}

.tasarla-item--color {
    width: calc(20% - 10px)
}

.tasarla-item--new-color {
    width: calc(5%)
}

.tasarla-item--color.tasarla-hidden {
    background-color: transparent!important
}

.tasarla-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px
}

.tasarla-tabs__category {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    z-index: 0
}

.tasarla-tabs__category--hash {
    background-color: #f0f0f0
}

.tasarla-tabs__category span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.tasarla-tabs__category:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tasarla-tabs__category:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tasarla-tabs__category:after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.tasarla-tabs__category--selected:after {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1
}

.tasarla-tabs__category--material {
    max-width: 40px;
    width: 40px;
    height: 40px;
    background-size: contain
}

.tasarla-colorpicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    top: calc(100% + .5rem);
    z-index: 100;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasarla-colorpicker .tasarla-hex-color-input {
    margin: .5rem 0 0 0
}

.tasarla-colorpicker__triangle {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 100%;
    right: 15px;
    overflow: hidden
}

.tasarla-colorpicker__triangle:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    top: 120%;
    left: 50%;
    position: absolute;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.tasarla-colorpicker__colors {
    padding: 8px;
    width: 260px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-colorpicker__color {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.tasarla-colorpicker__color:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tasarla-colorpicker__color:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tasarla-colorpicker__color--selected {
    z-index: 1;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000
}

.tasarla-material-class-btn {
    width: 40px;
    height: 40px;
    background-size: contain;
    cursor: pointer
}

.tasarla-color-materialpicker-container {
    height: 100%
}

.tasarla-scrollable-content-palette {
    padding-left: unset!important;
    padding-right: unset!important;
    overflow-x: hidden
}

.tasarla-pressShift {
    font-weight: 500
}

.tasarla-context-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, .34);
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, .34);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #4ac2f9;
    border-color: var(--dark);
    -webkit-transform: translate(360px, 60px);
    transform: translate(360px, 60px)
}

.tasarla-context-menu .tasarla-svg-icon {
    cursor: pointer
}

.tasarla-context-menu .tasarla-svg-icon:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-context-menu__planner {
    -webkit-transform: translate(-360px, -60px);
    transform: translate(-360px, -60px)
}

.tasarla-context-menu__item {
    width: 24px;
    height: 24px;
    margin: 5px;
    display: inline-block
}

.tasarla-context-menu__item .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    fill: #666
}

.tasarla-context-menu__newer {
    pointer-events: auto;
    background-color: transparent
}

.tasarla-context-menu__newer .tasarla-context-menu__item {
    min-width: 24px;
    min-height: 24px;
    width: auto;
    height: auto;
    padding: .5rem;
    -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, .34);
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, .34);
    position: absolute;
    background-color: #fff;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: fadeIn .1s forwards cubic-bezier(.45, .68, .47, 1.21);
    animation: fadeIn .1s forwards cubic-bezier(.45, .68, .47, 1.21)
}

.tasarla-context-menu__newer .tasarla-context-menu__item .tasarla-svg-icon {
    display: block
}

.tasarla-context-menu__partlyHidden {
    pointer-events: none
}

.tasarla-context-menu__partlyHidden .tasarla-context-menu__item {
    -webkit-animation: fadeOut .1s backwards cubic-bezier(.45, .68, .47, 1.21);
    animation: fadeOut .1s backwards cubic-bezier(.45, .68, .47, 1.21)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
}

.tasarla-dimension-input {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    width: 90px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    -webkit-filter: drop-shadow(0 .1em .15em rgba(0, 0, 0, .15)) drop-shadow(0 .1em .1em rgba(0, 0, 0, .24));
    filter: drop-shadow(0 .1em .15em rgba(0, 0, 0, .15)) drop-shadow(0 .1em .1em rgba(0, 0, 0, .24));
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.tasarla-root .tasarla-dimension-input__input[type=number],
.tasarla-root .tasarla-dimension-input__input[type=text] {
    text-align: center;
    font-family: arial;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 100;
    border: none;
    width: 80px;
    height: 20px;
    min-height: 0;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 10px)
}

.tasarla-root .tasarla-dimension-input__input[type=number]:focus,
.tasarla-root .tasarla-dimension-input__input[type=text]:focus {
    border: none;
    outline: 0;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-dimension-input__units {
    background-color: #4ac2f9;
    background-color: var(--dark);
    font-size: 15px;
    position: relative;
    width: 33px;
    height: 30px;
    color: #fff;
    left: 85px;
    top: -2px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center
}

.tasarla-dimension-input__resizers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    top: -70px;
    left: -6px
}

.tasarla-dimension-input__resizer {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 2px
}

.tasarla-dimension-input__resizer .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 20px;
    height: 20px;
    top: 6px;
    position: relative;
    left: 6px;
    fill: #757575
}

.tasarla-dimension-input__resizer:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-dimension-input__resizer:hover .tasarla-svg-icon {
    fill: #fff
}

.tasarla-draggable {
    z-index: 20000000;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-color: transparent;
    border-radius: 50%;
    cursor: inherit;
    -webkit-transform: translate(360px, 60px);
    transform: translate(360px, 60px);
    pointer-events: none
}

.tasarla-draggable--planner {
    -webkit-transform: none;
    transform: none
}

.tasarla-draggable--component,
.tasarla-draggable--opening,
.tasarla-draggable--symbol {
    border-radius: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: inherit
}

.tasarla-draggable--component {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

.tasarla-item.tasarla-hidden {
    opacity: .5;
    background-color: rgba(255, 255, 255, .2);
    border-width: 2px;
    border-style: dashed;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-item.tasarla-active {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-popup-handler {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.tasarla-popup-handler-dark {
    position: absolute;
    width: calc(100vw);
    height: calc(100vh);
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 100000
}

.tasarla-filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 8px
}

.tasarla-filter-panel .tasarla-tag {
    font-size: .75rem;
    background-color: #000;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #ccc;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tasarla-filter-panel .tasarla-tag--selected {
    color: #fff;
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-search-popup {
    background-color: #fff;
    width: calc(100vw - 80px);
    height: calc(100vh - 80px);
    position: absolute;
    z-index: 100000;
    top: 40px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-search-popup .tasarla-tag {
    background-color: #fff;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #ccc
}

.tasarla-search-popup .tasarla-tag--selected {
    color: #fff;
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-search-popup__topbar {
    height: 200px;
    width: calc(100% - 256px);
    background-color: #fff
}

.tasarla-search-popup__topbar .tasarla-rainbow {
    padding: 4px;
    margin-top: 16px;
    margin-right: 16px;
    float: right
}

.tasarla-search-popup__topbar .tasarla-rainbow-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-search-popup__topbar .tasarla-rainbow-tint {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 4px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2)
}

.tasarla-search-popup__topbar .tasarla-thumb-size-slider-container {
    width: 50px;
    position: absolute;
    right: 280px;
    top: 10px
}

.tasarla-search-popup__topbar .tasarla-scale__thumb {
    width: 14px;
    height: 14px
}

.tasarla-search-popup__topbar .tasarla-search {
    margin-top: 24px;
    width: 400px;
    padding: 2px;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-search-popup__topbar .tasarla-search input:focus {
    border-color: transparent
}

.tasarla-search-popup__topbar .tasarla-main-tags {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.tasarla-search-popup__rightbar {
    height: 100%;
    width: 301px;
    background-color: #edf8fe;
    background-color: var(--light)
}

.tasarla-search-popup__rightbar .tasarla-svg-icon--close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    float: right;
    margin: 10px;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-search-popup__rightbar .tasarla-image-and-title {
    margin-left: auto;
    margin-right: auto;
    width: 230px
}

.tasarla-search-popup__rightbar .tasarla-bigimage {
    height: 230px;
    margin-top: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.tasarla-search-popup__rightbar .tasarla-favorite-maker {
    cursor: pointer;
    width: 24px;
    height: 24px
}

.tasarla-search-popup__rightbar .tasarla-favorite-maker .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-search-popup__rightbar .tasarla-new-mode-pick-button {
    margin-top: 64px
}

.tasarla-search-popup__rightbar .tasarla-title-name {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 500
}

.tasarla-search-popup__rightbar .tasarla-maybe-one-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.tasarla-search-popup__rightbar .tasarla-supplier-name {
    margin-right: 8px
}

.tasarla-search-popup__rightbar .tasarla-product-url {
    font-weight: 700;
    text-decoration: underline
}

.tasarla-search-popup__rightbar .tasarla-tag-container {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.tasarla-search-popup__rightbar .tasarla-finish-group {
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 8px;
    background-color: #fff
}

.tasarla-search-popup__rightbar .tasarla-finish {
    width: 24px;
    height: 24px;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent
}

.tasarla-search-popup__rightbar .tasarla-finish:hover {
    border-color: #edf8fe;
    border-color: var(--light)
}

.tasarla-search-popup__rightbar .tasarla-finish--selected {
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-search-popup__rightbar .tasarla-popover-material {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1)
}

.tasarla-search-popup__results {
    position: absolute;
    top: 200px;
    width: calc(100% - 301px);
    height: calc(100% - 200px)
}

.tasarla-search-popup__results .tasarla-scrollable__inner {
    padding: 0;
    width: 100%
}

.tasarla-search-popup__results .tasarla-scrollable__inner .tasarla-item--bigger {
    width: 120px
}

.tasarla-pro-input {
    position: absolute;
    bottom: 12px;
    left: 20px;
    font-size: 1rem;
    display: none
}

.tasarla-root--collapsed .tasarla-pro-input {
    left: 1rem
}

.tasarla-pro-input--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-pro-input__heading {
    padding: .5rem;
    margin-left: 4px;
    background-color: #edf8fe;
    background-color: var(--light);
    color: #999;
    white-space: nowrap
}

.tasarla-pro-input__input {
    font-family: Lato;
    padding: .5rem;
    width: 100%;
    min-height: 36px;
    outline: 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #4a4a4a;
    background-color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    min-width: 250px;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-item {
    cursor: pointer;
    margin: 5px;
    width: calc(33% - 12px);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.tasarla-item--bigger {
    width: calc(33% - 10px)
}

.tasarla-item--bigger .tasarla-svg-icon--replace-furniture {
    width: 32px;
    height: 32px;
    float: right;
    fill: #4ac2f9;
    fill: var(--dark);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.tasarla-item--bigger:hover .tasarla-svg-icon--replace-furniture {
    opacity: 1
}

.tasarla-item:after {
    content: "";
    padding-bottom: 100%;
    display: block
}

.tasarla-item--wider {
    width: calc(50% - 10px);
    height: 124px
}

.tasarla-item--wider:after {
    content: none
}

.tasarla-item-title {
    font-size: 10px;
    padding: 3px;
    height: auto;
    position: absolute;
    background-color: #303030;
    white-space: unset;
    color: #fff;
    font-weight: 400;
    top: 1rem;
    width: 100%;
    text-align: center;
    z-index: 1000;
    margin-top: 128px;
}

.tasarla-item:hover .tasarla-item-title {
    background-color: black;
    color: #ddd;
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-item-type{
    display:none;
}

.tasarla-item--color {
    margin: 5px;
    width: calc(18% - 5px)
}

.tasarla-item--new-color {
    width: 7%;
    margin: 0
}

.tasarla-view3d-container {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
    background-color: #cdd
}

.tasarla-view3d-container--intro {
    width: 660px!important;
    height: 640px!important;
    top: calc((100vh - 640px)/ 2)!important;
    left: calc(300px + (100vw - 960px)/ 2)!important
}

.tasarla-view3d-container--fullHeight {
    height: 100%;
    top: 0
}

.tasarla-view3d-container--camera-on {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ccd
}

.tasarla-view-3d {
    display: inline
}

.tasarla-view-3d--hidden {
    display: none
}

.tasarla-swappable-container {
    width: 100%
}

.tasarla-swappable-variations-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 8px
}

.tasarla-swappable-variations-filter {
    width: 100%
}

.tasarla-swappable-variation-thumb {
    position: relative;
    cursor: pointer;
    width: calc(25% - 8px);
    height: 48px;
    margin: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

.tasarla-swappable-variation-thumb:hover:not(.tasarla-swappable-variation-thumb--selected) {
    border-color: #edf8fe;
    border-color: var(--light)
}

.tasarla-swappable-variation-thumb--selected {
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-swappable-variation-thumb__sku {
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 2px 3px;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    font-weight: 700;
    font-size: .6rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tasarla-dropzone {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    margin: 10px;
    border-width: 2px;
    border-color: #4ac2f9;
    border-style: dashed;
    border-radius: 0
}

.tasarla-dropzone.tasarla-active {
    border-style: solid;
    background-color: #fff
}

.tasarla-dropzone.tasarla-reject {
    border-style: solid;
    background-color: #ff3029
}

.tasarla-topbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-topbar .tasarla-customLogo {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 270px;
    max-width: 220px;
    margin-left: 60px;
    background-position: center
}

.tasarla-topbar:not(.tasarla-topbar--hidden):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: #4ac2f9;
    background-color: var(--dark);
    background-image: linear-gradient(40deg, #26b8fb, #037bb3);
    background-image: linear-gradient(40deg, var(--dark), var(--dark-darkened));
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear
}

.tasarla-topbar__collapse-expand-button {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 59px;
    position: absolute;
    top: calc(50vh - 30px);
    right: 360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: width .1s ease;
    transition: width .1s ease;
    width: 32px;
    padding-top: 12px;
}
.tasarla-root--collapsed .tasarla-topbar__collapse-expand-button {
    right: 0px;
}

.tasarla-topbar--hidden .tasarla-topbar__collapse-expand-button {
    display: none
}

.tasarla-topbar__collapse-expand-button .tasarla-svg-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    fill: #fff;
    color: #fff;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.tasarla-root--collapsed .tasarla-topbar__collapse-expand-button .tasarla-svg-icon {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}

.tasarla-topbar__collapse-expand-button:hover {
    width: 36px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-topbar__nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-topbar__nav--camera,
.tasarla-topbar__nav--patched {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tasarla-topbar__nav--camera .tasarla-svg-icon,
.tasarla-topbar__nav--patched .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-left: 16px;
    margin-right: 16px
}

.tasarla-topbar__nav--camera .tasarla-svg-icon--close,
.tasarla-topbar__nav--patched .tasarla-svg-icon--close {
    cursor: pointer;
    margin-right: 16px;
    margin-left: auto
}

.tasarla-topbar__header {
    text-transform: lowercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.tasarla-topbar__backnav {
    position: absolute;
    bottom: 4px;
    text-transform: capitalize;
    font-size: 11px;
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-topbar__mode {
    width: 20%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .6;
    position: relative;
    cursor: pointer
}

.tasarla-topbar__mode:not(.tasarla-topbar__mode--active):hover {
    opacity: .7
}

.tasarla-topbar__mode .tasarla-svg-icon {
    height: 28px;
    width: 40px;
    fill: #fff
}

.tasarla-topbar__mode .tasarla-svg-icon--build-icon-disabled,
.tasarla-topbar__mode .tasarla-svg-icon--decorate-icon-disabled,
.tasarla-topbar__mode .tasarla-svg-icon--furnish-icon-disabled {
    cursor: auto
}

.tasarla-topbar__mode * {
    pointer-events: none
}

.tasarla-topbar__mode:after {
    display: none;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--light)
}

.tasarla-topbar__mode .tasarla-svg-icon--arrow-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 32px!important;
    height: 32px!important;
    margin-bottom: 8px
}

.tasarla-topbar__mode--active {
    opacity: 1
}

.tasarla-topbar__mode--active:after {
    display: block
}

.tasarla-root--reviewer .tasarla-topbar__mode {
    position: absolute;
    left: 8px
}

.tasarla-topbar__mode.tasarla-inactive .tasarla-svg-icon {
    opacity: .6;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.tasarla-topbar__mode.tasarla-inactive .tasarla-svg-icon:hover {
    opacity: .9
}

.tasarla-topbar__content {
    left: 301px;
    height: 60px;
    width: calc(100% - 301px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.tasarla-topbar--hidden .tasarla-topbar__content {
    background: 0 0;
    border-bottom: none
}

.tasarla-topbar__content-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-topbar__content-middle--2d {
    overflow: hidden
}

.tasarla-topbar__content-middle .tasarla-project-name {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tasarla-topbar__content-middle .tasarla-new-mode-pick-button .tasarla-icon {
    margin-left: .5rem
}

.tasarla-topbar__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-topbar__content-left .tasarla-empty-plan {
    margin-left: 16px
}

.tasarla-topbar__content-left .tasarla-empty-plan .tasarla-new-mode-pick-button {
    border-width: 0
}

.tasarla-topbar__content-left .tasarla-empty-plan .tasarla-svg-icon {
    opacity: .8
}

.tasarla-topbar__content-left .tasarla-clear-document-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: fixed;
    width: 520px;
    background-color: #fff;
    top: calc(50vh - 40px);
    left: calc(50vw - 360px);
    line-height: 40px;
    text-transform: lowercase;
    padding: 10px
}

.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--10of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--11of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--12of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--1of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--2of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--3of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--4of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--5of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--6of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--7of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--8of12,
.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-row--9of12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-header-label {
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 24px;
    font-size: 1rem;
    color: black;
}

.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-new-mode-pick-button {
    margin: 0!important
}

.tasarla-topbar__content-left .tasarla-clear-document-panel .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-topbar__content-left .tasarla-save-and-saveas .tasarla-new-mode-pick-button:first-child:not(:last-child) {
    border-right: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-topbar__content-left .tasarla-save-and-saveas .tasarla-new-mode-pick-button:last-child .tasarla-svg-icon {
    background-color: transparent
}

.tasarla-topbar__content-left .tasarla-new-mode-pick-button {
    background-color: transparent;
    border: 2px solid #fff
}

.tasarla-topbar__content-left .tasarla-new-mode-pick-button:hover:not(.tasarla-new-mode-pick-button--disabled) {
    background-color: rgba(255, 255, 255, .2)
}

.tasarla-topbar__content-left .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    background-color: transparent
}

.tasarla-topbar__content-left .tasarla-new-mode-pick-button .tasarla-label {
    color: #fff
}

.tasarla-topbar__content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-topbar__content-right .tasarla-new-mode-pick-button {
    background-color: transparent;
    border: 2px solid #fff
}

.tasarla-topbar__content-right .tasarla-new-mode-pick-button:hover:not(.tasarla-new-mode-pick-button--disabled) {
    background-color: rgba(255, 255, 255, .2)
}

.tasarla-topbar__content-right .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    background-color: transparent
}

.tasarla-topbar__content-right .tasarla-new-mode-pick-button .tasarla-label {
    color: #fff
}

.tasarla-topbar__separator {
    width: 1px;
    height: 100%;
    background-color: #dedede;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tasarla-topbar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem
}

.tasarla-topbar__actions .tasarla-new-mode-pick-button .tasarla-label {
    width: 100%;
    padding-right: 30px
}

.tasarla-topbar__actions .tasarla-button--export {
    height: 44px;
    border: 2px solid #fff
}

.tasarla-topbar__exit-active-mode {
    display: block;
    width: 44px;
    height: 44px;
    border: none;
    fill: #dedede;
    padding-left: .5rem;
    padding-right: .5rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.tasarla-topbar__exit-active-mode:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    fill: #9b9b9b
}

.tasarla-topbar__camera-viewpoint-container {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
    min-width: 240px;
    background-color: rgba(255, 255, 255, .2)
}

.tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    background-color: transparent
}

.tasarla-topbar__camera-viewpoint-container .tasarla-camera-viewpoints-dropdown {
    background-color: rgba(255, 255, 255, .2);
    border-width: 2px;
    color: #fff
}

.tasarla-topbar__camera-viewpoint-container .tasarla-camera-viewpoints-dropdown__label--focussed {
    color: #777
}

.tasarla-topbar__add-camera-button,
.tasarla-topbar__play-viewpoints {
    width: 48px;
    height: 40px;
    border: solid 2px transparent;
    border-radius: 0;
    margin-left: 8px;
    cursor: pointer
}

.tasarla-topbar__add-camera-button:hover,
.tasarla-topbar__play-viewpoints:hover {
    background-color: rgba(255, 255, 255, .2)
}

.tasarla-topbar__add-camera-button .tasarla-svg-icon,
.tasarla-topbar__play-viewpoints .tasarla-svg-icon {
    fill: grey
}

.tasarla-topbar__play-viewpoints {
    cursor: pointer
}

.tasarla-topbar__play-viewpoints .tasarla-svg-icon--play,
.tasarla-topbar__play-viewpoints .tasarla-svg-icon--stop-live {
    width: 16px;
    height: 16px;
    margin-top: 10px
}

.tasarla-topbar__add-camera {
    margin: auto;
    margin-top: 6px;
    cursor: pointer;
    display: block;
    width: 26px;
    height: 24px;
    fill: #767676;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tasarla-topbar__add-camera--busy {
    -webkit-transform: scale(.75, .75);
    transform: scale(.75, .75)
}

.tasarla-zoom {
    position: absolute;
    top: calc(110px + 13px + 6px);
    left: calc(360px + 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tasarla-zoom__button {
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    height: 36px;
    width: 36px;
    margin-bottom: 12px;
    border-radius: 6px
}

.tasarla-zoom__button .tasarla-svg-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    fill: grey
}

.tasarla-zoom__button:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-zoom__separator {
    height: 1px;
    width: 100%;
    padding-top: 2px;
    background-color: #dedede
}

.tasarla-leave-panel {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    left: calc(50vw - 210px);
    top: calc(50vh - 55px);
    width: 520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    z-index: 1000
}

.tasarla-leave-panel__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.tasarla-leave-panel__buttons .tasarla-new-mode-pick-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.tasarla-leave-panel__cancel {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.tasarla-leave-panel__dontsave {
    margin-left: auto;
    margin-right: 1rem
}

.tasarla-button--bare,
.tasarla-button--bare:focus,
.tasarla-button--bare:hover {
    font-weight: 700;
    background-color: transparent;
    border-color: transparent;
    color: #777
}

.tasarla-root {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --light: #959595;
    --dark: rgb(236, 233, 230);
    --dark-darkened: #9a9a9a;
}

.tasarla-floor-dropdown-and-panel-container{
    display: none;
}

.tasarla-root .tasarla-side-bar {
    right: 0;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.tasarla-root .tasarla-pretend-stage {
    left: 0px;
    width: calc(100% - 360px);
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.tasarla-root .tasarla-view3d-container {
    left: 0px;
    width: calc(100% - 360px);
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.tasarla-root .tasarla-view3d-container--camera-on {
    left: 0;
    width: 100%
}

.tasarla-root .tasarla-topbar__nav {
    right: 0;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.tasarla-root .tasarla-topbar__content {
    position: absolute;
    left: 160px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: calc(100% - 160px);
}

.tasarla-root .tasarla-zoom {
    left: 21px;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.tasarla-root .tasarla-zoom--right {
    left: auto
}

.tasarla-root--no-transition .tasarla-side-bar {
    -webkit-transition: none;
    transition: none
}

.tasarla-root--no-transition .tasarla-pretend-stage {
    -webkit-transition: none;
    transition: none
}

.tasarla-root--no-transition .tasarla-topbar__nav {
    -webkit-transition: none;
    transition: none
}

.tasarla-root--no-transition .tasarla-topbar__content {
    -webkit-transition: none;
    transition: none
}

.tasarla-root--no-transition .tasarla-zoom {
    -webkit-transition: none;
    transition: none
}

.tasarla-root--collapsed .tasarla-context-menu {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.tasarla-root--collapsed .tasarla-side-bar {
    left: -361px
}

.tasarla-root--collapsed .tasarla-pretend-stage {
    left: 0;
    width: 100%
}

.tasarla-root--collapsed .tasarla-view3d-container {
    left: 0;
    width: 100%
}

.tasarla-root--collapsed .tasarla-topbar__nav {
    left: -361px
}

.tasarla-root--collapsed .tasarla-topbar__content {

}

.tasarla-root--collapsed .tasarla-zoom {
    left: 12px
}

.tasarla-root--collapsed .tasarla-zoom--right {
    left: auto;
    right: calc(1rem)
}

.tasarla-user-select-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-side-bar {
    -ms-touch-action: none!important;
    touch-action: manipulation;
    position: absolute;
    top: 60px;
    width: 360px;
    height: calc(100% - 60px);
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
    background-color: #fff;
    border-bottom: none
}

.tasarla-side-bar .tasarla-scale__container:not(.tasarla-scale__container--vertical) {
    padding-left: 11px
}

.tasarla-side-bar--hidden {
    display: none
}

.tasarla-side-bar .tasarla-info-visuals {
    fill: #666;
    height: 30px;
    width: 30px
}

.tasarla-side-button-container {
    padding: .5rem
}

.tasarla-sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-sidebar-header .tasarla-svg-icon {
    fill: #4a4a4a;
    height: 24px;
    width: 24px;
    margin-right: 1em
}

.tasarla-sidebar-header__head {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 1rem;
    line-height: 1
}

.tasarla-sidebar-header__head--smaller {
    font-size: .9rem
}

.tasarla-sidebar-header__sub {
    font-size: 1.5em;
    margin-left: .5em;
    font-weight: 400;
    color: #47a7ed
}

.tasarla-sidebar-header__sub--smaller {
    font-size: 1.25rem
}

.tasarla-sidebar-top {
    position: relative;
    overflow: hidden
}

.tasarla-sidebar-top__close {
    fill: #4a4a4a;
    width: 25px;
    height: 25px;
    right: 20px;
    position: absolute;
    top: calc(50% - .3em);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.tasarla-flex--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.tasarla-labelled-slider--grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-root .tasarla-label-panel__textarea {
    width: calc(100% - 2rem);
    margin: 1rem;
    min-height: 4rem;
    border-radius: 0
}

.tasarla-label-panel__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.tasarla-label-panel__backdrop {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-label-panel__buttons {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 1rem
}

.tasarla-label-panel__buttons .tasarla-button {
    margin-top: 0;
    background-color: #fff;
    color: #4ac2f9;
    color: var(--dark);
    border-radius: 0
}

.tasarla-label-panel__buttons .tasarla-button .tasarla-svg-icon {
    width: 20px;
    height: 20px
}

.tasarla-label-panel__buttons .tasarla-button:nth-child(4) {
    margin-left: .5rem
}

.tasarla-label-panel__buttons .tasarla-button--selected {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    background-color: #4ac2f9;
    background-color: var(--dark);
    color: #fff
}

.tasarla-label-panel__font-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 2rem);
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1rem
}

.tasarla-scrollable-wrapper {
    height: 100%
}

.tasarla-scrollable-wrapper--shorter {
    height: calc(100% - 50px)
}

.tasarla-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.tasarla-scrollable__header .tasarla-onoffswitch-wrapper {
    margin-left: .5rem;
    margin-bottom: .5rem
}

.tasarla-scrollable__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-y: overlay;
    padding-top: 1px;

}

.tasarla-scrollable__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 360px;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.tasarla-scrollable__footer {
    min-height: 0
}

.tasarla-scrollable .tasarla-scrollable-content-inner-items {

    padding-right: 21px;

}

.tasarla-sketch__scaling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin-top: .25rem
}

.tasarla-sketch__scaling p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 1rem;
    font-size: .9rem;
    margin-bottom: 0
}

.tasarla-sketch__scaling .tasarla-side-button {
    margin: 0
}

.tasarla-sketch__length-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    background-color: #fff;
    padding: .5rem;
    border-radius: 0;
    background-color: #edf8fe;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tasarla-sketch__length-input .tasarla-input {
    border-width: 0
}

.tasarla-sketch__length-input .tasarla-input input {
    min-height: 40px
}

.tasarla-sketch__length-input .tasarla-new-mode-pick-button {
    margin-left: .5rem
}

.tasarla-sketch__spacing-top-only {
    margin: 0;
    margin-top: .5rem
}

.tasarla-spacer-top-only {
    margin: 0;
    margin-top: .5rem
}

.tasarla-sketch-switches .tasarla-onoffswitch__wrapper {
    margin-bottom: 8px
}

.tasarla-sketch-switches .tasarla-onoffswitch__caption {
    width: 50px
}

.tasarla-sketch-switches .tasarla-onoffswitch__caption--checked {
    color: #4ac2f9;
    font-weight: 600
}

.tasarla-spacer--spacing-bottom {
    margin-bottom: 16px
}

.tasarla-selected-wall-panel {
    height: 100%
}

.tasarla-selected-wall-panel .tasarla-button__preIcon {
    margin-right: 16px
}

.tasarla-floating-panel {
    height: calc(100% - 200px)
}

.tasarla-floating-panel .tasarla-color-materialicker-inner {
    height: 100%!important
}

.tasarla-wallside-popup-container {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    z-index: 100000
}

.tasarla-wallside-popup {
    width: 980px;
    height: 520px;
    background-color: #fff;
    position: absolute;
    top: calc((100vh - 520px)/ 2);
    left: calc((100vw - 980px)/ 2)
}

.tasarla-wallside-popup .tasarla-onoffswitch__wrapper {
    position: absolute;
    left: 308px;
    bottom: 8px;
    z-index: 100002
}

.tasarla-wallside-popup .tasarla-paragraph {
    width: 240px;
    margin-bottom: 8px
}

.tasarla-wallside-popup .tasarla-wallside-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.tasarla-wallside-popup canvas {
    top: 20px;
    left: 20px;
    position: absolute
}

.tasarla-wallside-popup .tasarla-svg-icon--close {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
    position: absolute;
    cursor: pointer;
    z-index: 200000
}

.tasarla-wallside-move-dot {
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-wallside-opening-container {
    position: absolute
}

.tasarla-wallsize-move-rect {
    cursor: pointer;
    position: absolute;
    pointer-events: auto
}

.tasarla-wallside-picker {
    width: 268px;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-wallside {
    width: 50%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-wallcanvas-container {
    width: 680px;
    height: 520px;
    position: absolute;
    top: 0;
    left: 300px;
    overflow: hidden;
    background-color: #f9f8f7
}

.tasarla-wallcanvas-and-tab {
    margin: 1rem
}

.tasarla-wallcanvas-container--small {
    width: 100%;
    height: 160px;
    left: 0;
    background-color: #fff;
    position: relative
}

.tasarla-wallmounted-img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 2px #666);
    filter: drop-shadow(0 0 2px #666);
    border: 2px solid transparent
}

.tasarla-wallmounted-img--selected {
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-wallmounted-img--move {
    pointer-events: auto
}

.tasarla-wall-textures {
    max-width: calc(300px - 2rem);
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px
}

.tasarla-wall-textures .tasarla-container {
    position: relative;
    width: 118px;
    height: 118px;
    border: 1px solid transparent;
    margin: 4px;
    display: inline-block
}

.tasarla-wall-textures .tasarla-container--selected {
    border-color: #ff0
}

.tasarla-wall-textures .tasarla-container .tasarla-thumb {
    width: 118px;
    height: 118px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer
}

.tasarla-wall-textures .tasarla-container .tasarla-delete-btn {
    background-color: transparent;
    opacity: .2;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.tasarla-wall-textures .tasarla-container .tasarla-delete-btn:hover {
    opacity: 1
}

.tasarla-wall-textures .tasarla-container .tasarla-delete-btn .tasarla-new-mode-pick-button {
    border: unset;
    background-color: transparent
}

.tasarla-wall-textures .tasarla-container .tasarla-delete-btn .tasarla-new-mode-pick-button .tasarla-icon {
    margin-top: 0
}

.tasarla-wall-textures .tasarla-container .tasarla-delete-btn .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    margin-left: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent
}

.tasarla-radio-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: .5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tasarla-radio-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem
}

.tasarla-radio-list__item:hover {
    text-decoration: underline
}

.tasarla-radio-list__item-check {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: 2px solid #9b9b9b;
    overflow: hidden;
    color: #9b9b9b;
    position: relative;
    margin-right: .5rem
}

.tasarla-radio-list__item-check--checked::after {
    content: '';
    display: block;
    border-radius: 100%;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #9b9b9b
}

.tasarla-label {
    color: #47a7ed;
    color: var(--dark-darkened);
    text-transform: lowercase;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-label--spacing-top {
    margin-top: 1rem
}

.tasarla-label--description {
    font-weight: 400;
    font-size: 12px;
    color: #9b9b9b
}

.tasarla-label+.tasarla-label--description {
    margin: .25rem 0
}

.tasarla-no-padding {
    padding: 0
}

.tasarla-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 15px;
}

.tasarla-spacer--width100 {
    max-width: calc(100% - 2rem)
}

.tasarla-spacer--spacing-top {
    margin-top: 1rem;
    margin-top: 1rem
}

.tasarla-line-props-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-spacer-32-vertical {
    height: 32px
}

.tasarla-spacer-8-vertical {
    height: 8px
}

.tasarla-selected-surface-panel {
    height: 100%;
    position: relative
}

.tasarla-selected-surface-panel .tasarla-onoffswitch {
    margin-top: 8px;
    margin-bottom: 8px
}

.tasarla-selected-surface-panel .tasarla-dropdown {
    margin-left: 8px;
    margin-right: 8px
}

.tasarla-selected-surface-panel .tasarla-auto-layout-container .tasarla-dropdown {
    margin-left: 0;
    margin-right: 0
}

.tasarla-selected-surface-panel .tasarla-bdf-list-room-type-sets__dropdown {
    margin-left: 16px;
    margin-right: 16px
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container .tasarla-empty-space {
    height: 40px
}

.tasarla-selected-surface-panel .tasarla-material-big-thumb {
    margin-top: 16px;
    width: 100%;
    height: 100px;
    background-color: red
}

.tasarla-selected-surface-panel .tasarla-material-big-thumb .tasarla-material-name {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-left: 8px;
    padding-top: 8px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

.tasarla-selected-surface-panel .tasarla-area-drawing {
    margin-left: 16px;
    margin-top: 16px;
    position: relative
}

.tasarla-selected-surface-panel .tasarla-area-drawing svg {
    background-color: #fff
}

.tasarla-selected-surface-panel .tasarla-area-drawing .tasarla-big-name {
    color: #000;
    position: absolute;
    top: 0;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 8px
}

.tasarla-selected-surface-panel .tasarla-area-drawing .tasarla-measures {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
    margin-right: 32px
}

.tasarla-selected-surface-panel .tasarla-area-drawing .tasarla-name-input {
    width: 180px;
    position: absolute;
    top: -40px
}

.tasarla-selected-surface-panel .tasarla-button__preIcon {
    margin-right: 8px;
    left: 3px;
    top: 1px;
    position: relative
}

.tasarla-spacer-layout {
    margin: .5rem;
    margin-top: 16px
}

.tasarla-auto-layout-container-outside {
    border-radius: 0;
    padding: 4px
}

.tasarla-auto-layout-numeric-input {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px
}

.tasarla-auto-layout-numeric-input input {
    margin-left: auto;
    font-size: .9rem;
    font-family: Lato;
    padding: .5rem;
    width: 100%;
    min-height: 36px;
    outline: 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #4a4a4a;
    background-color: #fff;
    font-style: normal;
    font-weight: 600;
    width: 30%
}

.tasarla-auto-layout-numeric-input input:focus {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-auto-layout-container {
    margin: 8px
}

.tasarla-auto-layout-options {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-auto-layout-options .tasarla-onoffswitch__wrapper {
    margin-top: 8px
}

.tasarla-auto-layout-options .tasarla-sidebar-header__head {
    -ms-flex-item-align: center;
    align-self: center
}

.tasarla-auto-layout-secondary-options .tasarla-button {
    padding-left: 8px;
    margin-top: 8px
}

.tasarla-auto-layout-secondary-options .tasarla-beta {
    margin-left: 8px;
    color: #47a7ed;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem
}

.tasarla-area-cutout {
    margin: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-area-cutout__description {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: .5rem;
    font-size: .8rem;
    line-height: 1.4rem;
    max-width: 200px
}

.tasarla-selected-surface-panel .tasarla-double-dropdown .tasarla-dropdown {
    margin-left: 0;
    margin-right: 0
}

.tasarla-selected-surface-panel .tasarla-double-dropdown .tasarla-button {
    margin-top: .5rem;
    padding-left: 8px;
    padding-right: 8px;
    height: 42px;
    margin-left: 4px
}

.tasarla-selected-surface-panel .tasarla-double-dropdown .tasarla-button:hover {
    background-color: #4ac2f9;
    background-color: var(--dark);
    opacity: .8
}

.tasarla-new-mode-pick-button .tasarla-label span {
    text-transform: capitalize
}

.tasarla-big-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    height: 200px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    margin: 1rem
}

.tasarla-big-image__content {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.tasarla-big-image__name {
    position: absolute;
    font-size: 1em;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    display: inline-block;
    overflow: hidden
}

.tasarla-big-image-header {
    position: relative
}

.tasarla-big-image-header .tasarla-favorite-maker {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 24px
}

.tasarla-big-image-header .tasarla-svg-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-separator {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 2rem);
    flex: 1 0 calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    margin: .5rem 1rem
}

.tasarla-separator--head {
    margin-top: 1rem
}

.tasarla-separator--horizontal {
    margin-left: 0;
    margin-right: 0
}

.tasarla-fp-logo {
    opacity: .8;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    max-height: 45px;
    max-width: 165px
}

.tasarla-white-label-logo {
    max-width: 175px;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.tasarla-pretend-stage {
    position: absolute;
    left: 301px;
    top: 60px;
    width: calc(100% - 301px);
    height: calc(100% - 60px);
    background-color: #f5f5f5;
    background-size: 32px 32px;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px)
}

.tasarla-pretend-stage canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-pretend-stage--no-header {
    height: 100%;
    top: 0
}

.tasarla-dragging-cursor .tasarla-pretend-stage {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.tasarla-default-furniture-container {
    height: 100%
}

.tasarla-default-furniture-container .tasarla-label {
    text-decoration: underline;
    cursor: pointer
}

.tasarla-scrollable-furniture {
    width: 100%
}

.tasarla-scrollable-furniture .tasarla-dropdown-list,
.tasarla-scrollable-furniture .tasarla-spacer {
    margin-left: 0;
    margin-right: 0
}

.tasarla-scrollable-furniture .tasarla-label-and-switch {
    padding-left: .5rem;
    padding-right: .5rem
}

.tasarla-scroll-to-top {
    position: absolute;
    bottom: 1rem;
    right: 1.25rem
}

.tasarla-scroll-to-top .tasarla-new-mode-pick-button,
.tasarla-scroll-to-top .tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    width: 32px;
    height: 32px;
    min-height: 32px
}

.tasarla-bdf-default-furniture__dropdown {
    margin: 1rem
}

.tasarla-bdf-default-furniture__collection-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1rem;
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-button--apply-collection {
    background-color: #4ac2f9;
    background-color: var(--dark);
    border-radius: 0;
    margin-left: 1rem;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0
}

.tasarla-button--apply-collection .tasarla-svg-icon {
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tasarla-button--apply-collection:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-button--apply-collection:hover .tasarla-svg-icon {
    padding: 6px
}

.tasarla-button--save {
    margin-right: 1rem;
    border: 2px solid #fff;
    height: 44px;
    color: #fff;
    background-color: none
}

.tasarla-button--save.tasarla-button--disabled {
    opacity: .5;
    cursor: default;
    background-color: none
}

.tasarla-export__triangle,
.tasarla-triangle {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 100%;
    right: 5px;
    overflow: hidden
}

.tasarla-export__triangle:after,
.tasarla-triangle:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    top: 120%;
    left: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.tasarla-loading {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tasarla-bdf-dimension-settings__spacer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1rem
}

.tasarla-button--inverted,
.tasarla-button--inverted:focus,
.tasarla-button--inverted:hover {
    background-color: transparent;
    border-color: #777;
    color: #777
}

.tasarla-button--inverted.tasarla-button--disabled,
.tasarla-button--inverted:focus.tasarla-button--disabled,
.tasarla-button--inverted:hover.tasarla-button--disabled {
    color: #dedede;
    border-color: #dedede
}

.tasarla-button--stretch {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasarla-button--white {
    color: #fff;
    border-color: #fff
}

.tasarla-floors {
    min-width: 200px;
    height: 60px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-floors .tasarla-svg-icon {
    fill: #666;
    height: 25px;
    width: 25px
}

.tasarla-floors .tasarla-input__value-changer .tasarla-svg-icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    padding: 2px
}

.tasarla-floors__toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #eee
}

.tasarla-floors--planner .tasarla-floors__toggle,
.tasarla-floors--viewer .tasarla-floors__toggle {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
    border-right: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dedede;
    height: 40px
}

.tasarla-floors--planner .tasarla-floors__toggle {
    width: 200px
}

.tasarla-floors__toggle-caption {
    font-size: 1rem;
    color: #4a4a4a;
    width: 150px;
    margin-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400
}

.tasarla-floors__label {
    font-size: 1rem;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 1rem
}

.tasarla-floors__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    overflow: auto
}

.tasarla-floors__list-wrapper::before {
    z-index: 10;
    content: '';
    left: 5%;
    width: 90%;
    height: 1px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
    position: absolute;
    top: calc(100vh - 60px - 80px)
}

.tasarla-floors__list {
    overflow: auto;
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    padding-bottom: 80px
}

.tasarla-floors--planner .tasarla-floors__list,
.tasarla-floors--viewer .tasarla-floors__list {
    padding-bottom: 10px
}

.tasarla-floors__add-floor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 20
}

.tasarla-floors--planner .tasarla-floors__add-floor-wrapper,
.tasarla-floors--viewer .tasarla-floors__add-floor-wrapper {
    display: none
}

.tasarla-floors__add-floor {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasarla-floors__edit-floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 1rem
}

.tasarla-floors__edit-controls {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.tasarla-floors__input-floor-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: auto;
    margin-right: 1rem
}

.tasarla-floors__input-floor-height {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin: auto;
    margin-right: 1rem
}

.tasarla-floors__icon-floor-delete.tasarla-button.tasarla-button--svg {
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.tasarla-floors__icon-floor-delete.tasarla-button.tasarla-button--svg .tasarla-svg-icon {
    fill: #777
}

.tasarla-floors__edit-floor-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tasarla-floors__edit-floor-actions .tasarla-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasarla-floors__edit-floor-actions .tasarla-button+.tasarla-button {
    margin-left: 1rem
}

.tasarla-floors__edit-designs-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.tasarla-floors__edit-design {
    margin-top: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.tasarla-floors__icon-edit-design.tasarla-button.tasarla-button--svg {
    background: 0 0;
    margin-left: 1rem;
    padding-right: 0;
    padding-left: 0
}

.tasarla-floors__icon-edit-design.tasarla-button.tasarla-button--svg .tasarla-svg-icon {
    fill: gray
}

.tasarla-floors__icon-edit-design--disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}

.tasarla-floors__add-new-floor {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.tasarla-floors__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.tasarla-floors__row+.tasarla-floors__row {
    margin-top: 1rem
}

.tasarla-floors__add-design-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    padding: 1rem
}

.tasarla-floors__delete-prompt,
.tasarla-floors__design-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 1rem
}

.tasarla-floors__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .5rem 0
}

.tasarla-floors__item-header-caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
    font-weight: 500
}

.tasarla-floors__ellipsis {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tasarla-floors--planner .tasarla-floors__ellipsis {
    max-width: 150px
}

.tasarla-floors__item-header-height {
    min-width: 150px
}

.tasarla-floors--planner .tasarla-floors__item-header-height {
    display: none
}

.tasarla-floors__item-header-edit {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem);
    background-color: transparent;
    cursor: pointer
}

.tasarla-floors__item-header-edit .tasarla-svg-icon {
    fill: #777
}

.tasarla-floors__item-header-edit--disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.tasarla-floors--planner .tasarla-floors__item-header-edit,
.tasarla-floors--viewer .tasarla-floors__item-header-edit {
    display: none
}

.tasarla-floors__item-ordering {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: .5rem;
    padding-bottom: .5rem
}

.tasarla-floors__item-ordering-arrow {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer
}

.tasarla-floors__item-ordering-arrow .tasarla-svg-icon {
    fill: #777
}

.tasarla-floors__item-ordering-arrow--disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}

.tasarla-floors--planner .tasarla-floors__item-ordering-arrow,
.tasarla-floors--viewer .tasarla-floors__item-ordering-arrow {
    display: none
}

.tasarla-floors__item-ordering-arrow+.tasarla-floors__item-ordering-arrow {
    margin-left: .5rem
}

.tasarla-floors__designs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.tasarla-floors__designs:first-letter {
    display: inline-block;
    text-align: center;
    padding: .25rem .5rem;
    margin-right: .5rem;
    color: #9b9b9b;
    background-color: #dedede;
    border-radius: 0
}

.tasarla-floors__designs-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tasarla-floors__add-design {
    color: #4ac2f9;
    color: var(--dark);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-floors__add-design * {
    pointer-events: none
}

.tasarla-floors__add-design--disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}

.tasarla-floors--planner .tasarla-floors__add-design,
.tasarla-floors--viewer .tasarla-floors__add-design {
    display: none
}

.tasarla-floors__add-design .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 5px
}

.tasarla-floors__list-item {
    cursor: pointer;
    padding: .5rem 1rem 1rem;
    position: relative;
    margin: 0 1rem;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 2rem);
    flex: 1 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tasarla-floors__list-item:hover {
    background-color: #f8f8f8
}

.tasarla-floors__list-item:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 1px solid #d3d3d3;
    z-index: 20
}

.tasarla-floors__list-item:after:last-child {
    content: none
}

.tasarla-floors__list-item--selected {
    cursor: default;
    background-color: #edf8fe
}

.tasarla-floors__list-item--selected:after {
    content: none
}

.tasarla-floors__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    max-height: calc(100vh - 60px);
    background-color: #fff;
    left: -60px;
    z-index: 1000;
    top: 60px;
    position: absolute;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-bottom-right-radius: 0
}

.tasarla-floors--planner .tasarla-floors__panel,
.tasarla-floors--viewer .tasarla-floors__panel {
    border-radius: 0;
    border: 1px solid #dedede;
    left: 1rem;
    width: 400px;
    top: calc(40px + 1rem - 1px)
}

.tasarla-floors--planner .tasarla-floors__panel {
    width: 200px
}

.tasarla-floors__arrow {
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
    transform: translate3d(0, -50%, 0) scaleY(1);
    width: 24px;
    height: 24px
}

.tasarla-floors__arrow.tasarla-svg-icon--dropdown {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-floors__arrow--up {
    -webkit-transform: translate3d(0, -50%, 0) scaleY(-1);
    transform: translate3d(0, -50%, 0) scaleY(-1)
}

.tasarla-floors .tasarla-svg-icon--arrow-down {
    width: 30px;
    height: 30px
}

.tasarla-floors__floor-icon {
    margin-right: 1rem;
    margin-left: calc(1.5rem - 2px)
}

.tasarla-floors--planner .tasarla-floors__floor-icon {
    margin-left: 1rem
}

.tasarla-floors--viewer .tasarla-floors__toggle {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: none
}

.tasarla-floors--planner .tasarla-floors__toggle {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border: none;
    margin-top: 4rem
}

.tasarla-floors--planner .tasarla-floors__toggle-caption {
    font-weight: 500
}

.tasarla-floors--planner .tasarla-floors__panel {
    margin-top: 3rem
}

.tasarla-view-settings {
    position: absolute;
    top: calc(60px + 1rem);
    left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-view-settings .tasarla-nomargin {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    margin: 0;
    opacity: 1
}

.tasarla-view-settings .tasarla-nomargin--disabled {
    opacity: .7
}

.tasarla-view-settings .tasarla-switch {
    margin-right: 4px;
}

.tasarla-view-settings .tasarla-switch__button {
    width: 45px;
    height: 40px
}

.tasarla-view-settings .tasarla-switch__button .tasarla-svg-icon {
    -webkit-transform: none;
    transform: none;
    width: 1.5rem;
    height: 1.5rem;
    fill: #777
}

.tasarla-view-settings .tasarla-switch__button--selected {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-view-settings .tasarla-scale__container {
    margin-left: 30px
}

.tasarla-view-settings--viewer {
    top: 1rem;
    z-index: 1000
}

.tasarla-settings-popup {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 311px;
    background-color: #fff;
    position: absolute;
    top: calc(60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    min-width: 290px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding-bottom: 8px
}
.tasarla-settings-popup  .tasarla-switch{
    flex-direction: row;
}
.tasarla-settings-popup .tasarla-scale__track-container:before {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-scale__track-filled {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-scale__thumb {
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-onoffswitch__label .tasarla-onoffswitch__inner:before {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-onoffswitch__label--checked {
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-onoffswitch__label--checked .tasarla-onoffswitch__switch {
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-settings-popup__spacer {
    margin: .5rem
}

.tasarla-settings-popup__spacer--horizontal {
    margin-top: 0;
    margin-bottom: 0
}

.tasarla-settings-popup__title {
    color: #47a7ed;
    color: var(--dark-darkened);
    margin: 1rem 1rem 0;
    padding: 0 0 1rem;
    font-weight: 700
}

.tasarla-settings-popup__title2 {
    color: #47a7ed;
    color: var(--dark-darkened);
    margin: 1rem 1rem 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem
}

.tasarla-settings-popup .tasarla-switch .tasarla-switch__button {
    background-color: #fff
}

.tasarla-settings-popup .tasarla-switch .tasarla-switch__button--selected {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-settings-popup .tasarla-switch .tasarla-switch__button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-settings-popup .tasarla-switch--dimension {
    width: 100%;
    margin: 0
}

.tasarla-settings-popup .tasarla-switch--dimension .tasarla-switch__button .tasarla-svg-icon {
    width: 2rem
}

.tasarla-settings-popup__triangle {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 100%;
    left: calc(26% - 7px);

    overflow: hidden
}

.tasarla-onscreen-toggles .tasarla-switch{
    flex-direction: row;
}

.tasarla-settings-popup__triangle:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    top: 120%;
    left: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-visuals-button {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-visuals-button .tasarla-svg-icon {
    fill: #666;
    height: 30px;
    width: 30px
}

.tasarla-visuals-button:hover .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-visuals-button--active {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    border: none
}

.tasarla-visuals-button--active .tasarla-svg-icon {
    fill: #fff
}

.tasarla-theme--furniture .tasarla-visuals-button--active .tasarla-svg-icon:hover {
    fill: #fff
}

.tasarla-theme--build .tasarla-visuals-button--active .tasarla-svg-icon:hover {
    fill: #fff
}

.tasarla-theme--decorate .tasarla-visuals-button--active .tasarla-svg-icon:hover {
    fill: #fff
}

.tasarla-view-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-left: 1rem;
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-view-toggle__button {
    background-color: #fff;
    color: #47a7ed;
    color: var(--dark-darkened);
    padding: 0 1rem;
    line-height: 40px;
    width: 52px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .25s ease, border-color .25s ease;
    transition: background-color .25s ease, border-color .25s ease
}

.tasarla-view-toggle__button:first-child {
    border-radius: 0
}

.tasarla-view-toggle__button:last-child {
    border-radius: 0
}

.tasarla-view-toggle__button:hover:not(.tasarla-view-toggle__button--selected) {
    background-color: #edf8fe;
    background-color: var(--light)
}

.tasarla-view-toggle__button--selected {
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    color: #fff
}

.tasarla-new-view-settings .tasarla-row,
.tasarla-new-view-settings .tasarla-row--10of12,
.tasarla-new-view-settings .tasarla-row--11of12,
.tasarla-new-view-settings .tasarla-row--12of12,
.tasarla-new-view-settings .tasarla-row--1of12,
.tasarla-new-view-settings .tasarla-row--2of12,
.tasarla-new-view-settings .tasarla-row--3of12,
.tasarla-new-view-settings .tasarla-row--4of12,
.tasarla-new-view-settings .tasarla-row--5of12,
.tasarla-new-view-settings .tasarla-row--6of12,
.tasarla-new-view-settings .tasarla-row--7of12,
.tasarla-new-view-settings .tasarla-row--8of12,
.tasarla-new-view-settings .tasarla-row--9of12 {
    margin-bottom: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-new-view-settings .tasarla-row .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-category .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-category .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened);
    padding: 4px;
    width: 40px;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto
}

.tasarla-new-view-settings .tasarla-row .tasarla-options,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.tasarla-new-view-settings .tasarla-row .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options .tasarla-option,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options .tasarla-option {
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 4px;
    background-color: #eee
}

.tasarla-new-view-settings .tasarla-row .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options .tasarla-option .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options .tasarla-option .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    fill: #ddd
}

.tasarla-new-view-settings .tasarla-row .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options .tasarla-option .tasarla-svg-icon--rgb {
    -webkit-filter: grayscale(100%) opacity(25%);
    filter: grayscale(100%) opacity(25%)
}

.tasarla-new-view-settings .tasarla-row .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options .tasarla-option--on,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options .tasarla-option--on {
    background-color: #fff
}

.tasarla-new-view-settings .tasarla-row .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--10of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--11of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--12of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--1of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--2of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--3of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--4of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--5of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--6of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--7of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--8of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon,
.tasarla-new-view-settings .tasarla-row--9of12 .tasarla-options .tasarla-option--on .tasarla-svg-icon {
    -webkit-filter: none;
    filter: none;
    fill: #777
}

.tasarla-export-wait-backdrop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 20000
}

.tasarla-export-available {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    color: #666
}

.tasarla-export-remaining-time {
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    color: #666
}

.tasarla-export-why {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #666
}

.tasarla-export-wait-topbar {
    background-color: #edf8fe;
    background-color: var(--light);
    height: 100px;
    position: relative
}

.tasarla-export-wait-topbar h5 {
    padding-top: 35px;
    padding-left: 200px
}

.tasarla-export-wait-topbar .tasarla-svg-icon--close {
    position: absolute;
    fill: #4ac2f9;
    fill: var(--dark);
    width: 32px;
    height: 32px;
    margin: 8px;
    cursor: pointer;
    top: 0;
    right: 0
}

.tasarla-export-wait-topbar .tasarla-svg-icon--meisje {
    top: 0;
    position: absolute;
    width: 110px;
    left: 40px
}

.tasarla-export-wait-explanation {
    color: #666;
    margin-left: 70px;
    margin-top: 50px;
    margin-right: 70px
}

.tasarla-export-wait-explanation p {
    font-size: 1.1rem
}

.tasarla-export-wait-explanation p a {
    font-weight: 700;
    text-decoration: underline
}

.tasarla-export-wait-panel {
    width: 650px;
    height: 450px;
    top: calc((100% - 450px)/ 2);
    left: calc((100% - 650px)/ 2);
    position: relative;
    background-color: #fff
}

.tasarla-export {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    position: absolute;
    top: calc(60px + 1rem);
    right: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 700px;
    height: 470px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}

.tasarla-export .tasarla-switch {
    margin: 0
}

.tasarla-export .tasarla-switch__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    white-space: nowrap
}

.tasarla-export__caption {
    font-weight: 700;
    margin-bottom: .5rem
}

.tasarla-export__caption--right {
    margin-bottom: 0;
    margin-right: 1rem
}

.tasarla-export__caption--top {
    margin-top: 1rem
}

.tasarla-export__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-export__triangle {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 100%;
    right: 55px;
    overflow: hidden
}

.tasarla-export__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.tasarla-export__2d {
    padding: 1rem;
    width: 60%;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.tasarla-export__3d {
    padding: 1rem;
    width: 40%
}

.tasarla-export__bottom {
    padding: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
    height: calc(40px + 1rem);
    margin-bottom: 1rem
}

.tasarla-row--bare {
    padding: 0;
    margin: 0
}

.tasarla-side-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: .5rem
}

.tasarla-side-button {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    width: calc(100%/3 - 1rem - 1px);
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    margin: .5rem;
    border: 1px solid #000;
    position: relative
}

.tasarla-side-button .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 45px;
    height: 45px
}

.tasarla-side-button .tasarla-svg-icon.tasarla-svg-icon--draw-surface {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tasarla-side-button .tasarla-svg-icon.tasarla-svg-icon--mirrorY {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.tasarla-side-button--selected,
.tasarla-side-button--selected:not(:hover),
.tasarla-side-button:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-side-button--selected .tasarla-svg-icon,
.tasarla-side-button--selected:not(:hover) .tasarla-svg-icon,
.tasarla-side-button:hover .tasarla-svg-icon {
    fill: #fff;
    opacity: .9
}

.tasarla-side-button--small {
    width: calc(100%/3 - 1rem - 1px);
    height: 50px
}

.tasarla-side-button--small .tasarla-svg-icon {
    height: 20px
}

.tasarla-bdf-edit-plan__spacer {
    margin: 1rem
}

.tasarla-bdf-edit-plan__icon-and-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 8px
}

.tasarla-bdf-edit-plan__icon-and-switch .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 30px;
    height: 30px;
    margin-right: 1rem
}

.tasarla-bdf-lines-and-dimensions {
    height: 100%
}

.tasarla-bdf-list-room-type-sets__spacer {
    margin: 0 1rem
}

.tasarla-bdf-list-room-type-sets__spacer--top {
    margin-top: 1rem
}

.tasarla-bdf-list-room-type-sets__dropdown {
    margin: .5rem 1rem 1rem
}

.tasarla-bdf-list-room-type-sets__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    text-transform: lowercase
}

.tasarla-bdf-list-room-type-sets__label--themed {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-bdf-list-room-type-sets__label--description {
    font-weight: 400;
    font-size: 12px;
    color: #9b9b9b
}

.tasarla-bdf-list-room-type-sets__label+.tasarla-bdf-list-room-type-sets__label {
    margin: .25rem 0
}

.tasarla-bdf-list-room-type-sets__areasize {
    margin-left: auto;
    margin-right: 1rem
}

.tasarla-bdf-list-room-type-sets__room-type {
    background-color: #fff;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
    margin-top: 8px
}

.tasarla-bdf-list-room-type-sets__room-type-visual {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden
}

.tasarla-bdf-list-room-type-sets__room-type-visual+.tasarla-bdf-list-room-type-sets__label {
    margin-left: 1rem
}

.tasarla-bdf-list-room-type-sets__room-type-upper-left {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 50%;
    left: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.tasarla-bdf-list-room-type-sets__room-type-visual--no-material .tasarla-bdf-list-room-type-sets__room-type-upper-left {
    left: 50%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.tasarla-picked-color {
    position: relative;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    margin-left: 1rem;
    cursor: pointer
}

.tasarla-picked-color:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-picked-color--line {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tasarla-picked-color__current {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    border-radius: 0
}

.tasarla-picked-color__light {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-selected-item-panel {
    height: 100%
}

.tasarla-selected-item-panel .tasarla-button--blue {
    margin-top: 16px
}

.tasarla-selected-item-panel .tasarla-button--blue .tasarla-button__preIcon {
    margin-right: 16px
}

.tasarla-selected-item-panel .tasarla-true-dimensions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-selected-item-panel .tasarla-true-dimensions .tasarla-label {
    color: #9b9b9b;
    font-weight: 500
}

.tasarla-selected-item-panel .tasarla-true-dimensions .tasarla-value {
    margin-left: auto;
    margin-bottom: 16px
}

.tasarla-selected-item-panel .tasarla-context-menu__newer {
    margin-top: 24px;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-selected-item-panel .tasarla-context-menu__newer .tasarla-context-menu__item {
    cursor: pointer;
    position: unset
}

.tasarla-selected-item-panel .tasarla-context-menu__newer .tasarla-context-menu__item:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-selected-item-rotate-widget {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden
}

.tasarla-selected-item-rotate-widget .tasarla-svg-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-selected-item-rotate-widget .tasarla-svg-icon:hover {
    fill: #4ac2f9;
    fill: var(--dark);
    opacity: .7
}

.tasarla-fullscreen {
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    position: absolute;
    background-color: #f9f8f7
}

.tasarla-fullscreen .tasarla-exportbutton {
    margin-left: auto
}

.tasarla-fullscreen input {
    font-family: Lato;
    padding: .5rem;
    width: 100%;
    min-height: 36px;
    outline: 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #4a4a4a;
    background-color: #fff;
    font-style: normal;
    font-weight: 600
}

.tasarla-fullscreen input:focus {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-fullscreen .tasarla-onoffswitch__wrapper {
    margin-top: auto;
    margin-bottom: auto
}

.tasarla-fullscreen .tasarla-dropdown {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

.tasarla-fullscreen__inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: scroll
}

.tasarla-fullscreen__spacer {
    height: 64px
}

.tasarla-fullscreen__middle {
    top: 0;
    max-width: 690px;
    height: 100%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.tasarla-fullscreen__middle p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-fullscreen__close {
    fill: #4ac2f9;
    fill: var(--dark);
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    right: 16px;
    top: 16px;
    position: absolute
}

.tasarla-fullscreen .tasarla-separator {
    margin: 0;
    margin-bottom: 1rem
}

.tasarla-fullscreen__header {
    font-size: 24px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-fullscreen__top-separator {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3
}

.tasarla-button--themed.tasarla-submitExport {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-roomplanner-save {
    background-color: rgba(0, 0, 0, .3)
}

.tasarla-roomplanner-save .tasarla-sub-title.tasarla-no-text-transform.tasarla-fullscreen__header--big {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.1;
    text-transform: none;
    padding-top: .25rem;
    max-width: 90%
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--10of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--11of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--12of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--1of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--2of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--3of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--4of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--5of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--6of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--7of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--8of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--9of12 {
    padding-top: .25rem;
    margin-bottom: .25rem
}

.tasarla-roomplanner-save .tasarla-panel {
    width: 800px;
    height: 640px;
    background-color: #fff;
    margin: auto;
    position: relative
}

.tasarla-roomplanner-save .tasarla-spacer.tasarla-grow {
    min-height: calc(100% - 10rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.tasarla-roomplanner-save .tasarla-left-panel {
    height: 100%;
    width: 500px;
    position: absolute;
    background: left;
    background-size: cover;
    background-repeat: no-repeat
}

.tasarla-roomplanner-save .tasarla-left-panel .tasarla-dropdown,
.tasarla-roomplanner-save .tasarla-left-panel .tasarla-input,
.tasarla-roomplanner-save .tasarla-left-panel textarea {
    border-radius: 8px;
    max-height: 40px
}

.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 1rem .5rem;
    width: 100%
}

.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-cancel,
.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-save {
    max-width: 250px;
    width: 100%
}

.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-cancel .tasarla-new-mode-pick-button,
.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-save .tasarla-new-mode-pick-button {
    border: unset
}

.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-cancel .tasarla-new-mode-pick-button--disabled,
.tasarla-roomplanner-save .tasarla-left-panel .tasarla-bottom .tasarla-save .tasarla-new-mode-pick-button--disabled {
    opacity: .25
}

.tasarla-roomplanner-save textarea {
    min-height: 5rem
}

.tasarla-roomplanner-save .tasarla-onoffswitch__wrapper {
    margin-top: 16px
}

.tasarla-roomplanner-save .tasarla-bottom {
    position: absolute;
    bottom: 0;
    width: calc(100% - 32px);
    margin: 16px;
    margin-bottom: 0
}

.tasarla-roomplanner-save .tasarla-new-mode-pick-button {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-roomplanner-save .tasarla-new-mode-pick-button .tasarla-label {
    text-align: center;
    color: #fff;
    color: var(--light)
}

.tasarla-roomplanner-save .tasarla-cancel .tasarla-new-mode-pick-button {
    background-color: transparent
}

.tasarla-roomplanner-save .tasarla-cancel .tasarla-new-mode-pick-button .tasarla-label {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-roomplanner-save .tasarla-cancel .tasarla-new-mode-pick-button .tasarla-label:hover {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-roomplanner-save .tasarla-cancel .tasarla-new-mode-pick-button:hover {
    background-color: #edf8fe;
    background-color: var(--light)
}

.tasarla-roomplanner-save .tasarla-right-panel {
    height: 100%;
    background-color: #edf8fe;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    background-position: center;
    width: 325px;
    right: 0;
    position: absolute
}

.tasarla-roomplanner-save .tasarla-right-panel--form-container {
    padding: .25rem 0
}

.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--10of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--11of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--12of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--1of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--2of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--3of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--4of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--5of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--6of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--7of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--8of12,
.tasarla-roomplanner-save .tasarla-right-panel .tasarla-row--9of12 {
    padding-top: 0
}

.tasarla-roomplanner-save .tasarla-right-panel textarea {
    min-height: 3rem;
    max-height: 4rem
}

.tasarla-roomplanner-save .tasarla-no-text-transform {
    text-transform: none
}

.tasarla-roomplanner-save .tasarla-spacer--no-text-transform .tasarla-dropdown__head {
    text-transform: none
}

.tasarla-roomplanner-save .tasarla-panel--custom {
    height: 565px;
    max-width: 900px;
    width: 100%
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-left-panel {
    width: 575px;
    background-position: center;
    padding: .5rem 0
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-p--bold {
    font-weight: 700;
    line-height: 1.4;
    font-size: 1rem
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-fullscreen__header--big {
    padding-top: .5rem;
    margin-bottom: 0
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--10of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--11of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--12of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--1of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--2of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--3of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--4of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--5of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--6of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--7of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--8of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row--9of12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    color: #555;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--10of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--11of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--12of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--1of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--2of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--3of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--4of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--5of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--6of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--7of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--8of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-aligned-bottom.tasarla-row--9of12,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-row.tasarla-aligned-bottom {
    margin-top: auto
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-top: .5rem
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-column .tasarla-dropdown,
.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-column .tasarla-input {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-left-panel .tasarla-column {
    max-width: 250px
}

.tasarla-roomplanner-save .tasarla-panel--custom .tasarla-left-panel .tasarla-column:first-child {
    margin-right: 1.5rem
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0;
    max-width: 16rem;
    margin-right: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-new-mode-pick-button {
    margin-right: .5rem;
    width: 25px;
    height: 25px;
    min-height: 25px;
    display: inline-block;
    background-color: #fff;
    border-top: unset;
    border-bottom: unset;
    border: 1px solid #777;
    border-radius: 3px
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-new-mode-pick-button:hover {
    background-color: #fff
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-new-mode-pick-button .tasarla-svg-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: #fff;
    margin-left: 0
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-new-mode-pick-button .tasarla-svg-icon--check {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-disclaimer {
    line-height: 1.4;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 90%
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-disclaimer .tasarla-footnote {
    font-size: .7rem
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-disclaimer .tasarla-footnote:nth-of-type(2) {
    margin-top: .2rem
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-disclaimer .tasarla-column {
    max-width: 100%;
    margin-right: 0
}

.tasarla-roomplanner-save .tasarla-spacer--custom-newsletter .tasarla-privacy-policy {
    text-decoration: underline
}

.tasarla-roomplanner-save .tasarla-fullscreen__header {
    margin-left: 1.5rem;
    padding-top: 40px;
    font-weight: 300;
    color: #555
}

.tasarla-roomplanner-save .tasarla-fullscreen__header--big {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 32px
}

.tasarla-roomplanner-save .tasarla-fullscreen__p {
    font-size: 1rem;
    font-weight: 500
}

.tasarla-roomplanner-save .tasarla-fullscreen__p.tasarla-text--regular {
    font-weight: 300
}

.tasarla-roomplanner-save .tasarla-fullscreen__p span.tasarla-italic {
    font-style: italic
}

.tasarla-fullscreen.tasarla-roomplanner-save .tasarla-no--margin-top {
    margin-top: 0
}

.tasarla-fullscreen.tasarla-roomplanner-save .tasarla-small--margin-top {
    margin-top: .5rem
}

@media (max-width:750px) {
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel:not(.tasarla-left-panel--form-container) {
        display: none
    }
}

@media (max-width:900px) {
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-right-panel:not(.tasarla-right-panel--form-container) {
        display: none
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container {
        width: 100%
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-right-panel--form-container {
        max-width: 100%
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-panel {
        max-width: 575px
    }
}

.tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container {
    background-color: #fff
}

@media (max-width:650px) {
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container {
        height: 810px
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--10of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--11of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--12of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--1of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--2of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--3of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--4of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--5of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--6of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--7of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--8of12,
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-row--9of12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-column {
        max-width: 100%;
        width: 100%
    }
    .tasarla-fullscreen.tasarla-roomplanner-save .tasarla-left-panel--form-container .tasarla-column:first-child {
        margin-right: 0
    }
}

.tasarla-fullscreen.tasarla-roomplanner-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: none
}

.tasarla-fullscreen-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 100%;
    margin-bottom: 16px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-fullscreen-row.tasarla-export-submit .tasarla-new-mode-pick-button {
    margin-left: 1rem
}

.tasarla-fullscreen-row.tasarla-send-email .tasarla-new-mode-pick-button {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.tasarla-fullscreen-row__caption {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 200px;
    font-weight: 500;
    font-size: 1rem
}

.tasarla-fullscreen-row .tasarla-onoffswitch {
    margin-right: 24px
}

.tasarla-fullscreen-row .tasarla-dropdown__head {
    width: 200px
}

.tasarla-fullscreen-row .tasarla-dropdown__select {
    width: 200px
}

.tasarla-fullscreen-row .tasarla-switch {
    margin: 0
}

.tasarla-fullscreen-row .tasarla-switch--disabled .tasarla-switch__button--selected {
    border-color: transparent
}

.tasarla-fullscreen-row .tasarla-switch__button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 100px
}

.tasarla-fullscreen-row .tasarla-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.tasarla-fullscreen-row .tasarla-input input {
    width: 300px
}

.tasarla-fullscreen-row input {
    height: 35px;
    font-size: .8rem
}

.tasarla-fullscreen-row textarea {
    resize: none;
    width: 71%;
    color: #000
}

.tasarla-fullscreen-row .tasarla-disabled {
    -webkit-box-shadow: inset 0 0 4px #999;
    box-shadow: inset 0 0 4px #999;
    background-color: #d3d3d3;
    color: #a9a9a9;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-fullscreen-row .tasarla-narrower-number-children .tasarla-switch__button {
    min-width: 0
}

.tasarla-fullscreen.tasarla-share input {
    width: 58%
}

.tasarla-fullscreen.tasarla-share .tasarla-button {
    margin-left: auto;
    margin-top: auto
}

.tasarla-fullscreen.tasarla-share textarea {
    width: 58%;
    resize: none;
    white-space: nowrap;
    overflow-x: hidden;
    min-height: unset
}

.tasarla-fullscreen.tasarla-share textarea.tasarla-fullscreen__message {
    white-space: initial;
    min-height: 8rem
}

.tasarla-fullscreen.tasarla-share textarea.tasarla-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-fullscreen.tasarla-share .tasarla-onoffswitch {
    position: absolute;
    right: 0
}

.tasarla-fullscreen.tasarla-share .tasarla-fullscreen__spacer {
    height: 32px
}

.tasarla-fullscreen.tasarla-forward .tasarla-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-fullscreen.tasarla-forward .tasarla-button {
    margin-left: auto
}

.tasarla-fullscreen.tasarla-collaborate input {
    width: 71%
}

.tasarla-fullscreen.tasarla-collaborate span {
    width: 100%
}

.tasarla-fullscreen.tasarla-collaborate .tasarla-button {
    margin-left: auto
}

.tasarla-fullscreen.tasarla-collaborate textarea.tasarla-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 2rem
}

.tasarla-fullscreen.tasarla-reject-order .tasarla-button {
    margin-left: auto
}

.tasarla-fullscreen.tasarla-reject-order textarea {
    width: 100%
}

.tasarla-light__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dedede
}

.tasarla-light__container .tasarla-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tasarla-light__container--standalone {
    border-bottom: none!important;
    padding-bottom: 16px
}

.tasarla-light__container__thumb {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-size: contain;
    background-color: #fff
}

.tasarla-light--disabled .tasarla-light__container__thumb {
    border: 1px solid #d3d3d3
}

.tasarla-light__container .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 32px;
    height: 32px
}

.tasarla-light__container .tasarla-scale__container {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    color: red
}

.tasarla-light__container .tasarla-scale--disabled .tasarla-scale__track-filled {
    background-color: #d3d3d3
}

.tasarla-light__container .tasarla-scale--disabled .tasarla-scale__thumb {
    border: 2px solid #d3d3d3
}

.tasarla-spacer__light {
    margin-bottom: 8px
}

.tasarla-dropdown-list {
    margin: .5rem
}

.tasarla-dropdown-list .tasarla-dropdown+.tasarla-dropdown {
    margin-top: .5rem
}

@-webkit-keyframes blink {
    0% {
        background-color: #ff3029
    }
    50% {
        background-color: red
    }
    100% {
        background-color: #ff3029
    }
}

@keyframes blink {
    0% {
        background-color: #ff3029
    }
    50% {
        background-color: red
    }
    100% {
        background-color: #ff3029
    }
}

.tasarla-liveInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-liveInfo .tasarla-svg-icon--check {
    fill: #fff;
    margin-right: 4px;
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px
}

.tasarla-liveInfo input[type=text] {
    text-align: center;
    background: 0 0;
    padding: 0;
    width: 270px;
    margin-left: 16px;
    margin-right: 16px
}

.tasarla-liveInfo .tasarla-copyBtn {
    color: #fff;
    text-decoration: underline;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
    line-height: 38px
}

.tasarla-liveInfo .tasarla-status {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    line-height: 20px;
    height: 20px;
    padding: 2px;
    margin-top: 8px
}

.tasarla-liveInfo .tasarla-status--on {
    -webkit-animation: blink 1s ease-in-out infinite;
    animation: blink 1s ease-in-out infinite
}

.tasarla-liveInfo .tasarla-status--connecting {
    background-color: #ff8f00
}

.tasarla-liveInfo--off {
    display: none
}

.tasarla-liveToggle {
    height: 48px
}

.tasarla-liveToggle--on {
    -webkit-animation: blink 2s ease-in-out infinite;
    animation: blink 2s ease-in-out infinite
}

.tasarla-liveToggle--on:focus {
    background-color: #ff3029
}

.tasarla-liveToggle--on:hover {
    background-color: #ff4943
}

.tasarla-space-planner .tasarla-fullscreen-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.tasarla-space-planner .tasarla-fullscreen-row .tasarla-input {
    border-width: 0;
    border-style: solid
}

.tasarla-space-planner .tasarla-fullscreen-row .tasarla-input input {
    border-color: #4ac2f9;
    border-color: var(--dark);
    border-radius: 0;
    font-weight: 500;
    width: 400px;
    color: #000
}

.tasarla-space-planner textarea {
    border-radius: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    width: 400px
}

.tasarla-space-planner .tasarla-fullscreen__optional {
    font-style: italic;
    font-size: .8rem;
    font-weight: 100
}

.tasarla-space-planner .tasarla-fullscreen-row__caption--bigger {
    font-size: 1.5rem;
    font-weight: 200
}

.tasarla-space-planner .tasarla-fullscreen__middle {
    margin-top: 100px
}

.tasarla-root--planner .tasarla-onscreen-toggles {
    left: 240px!important
}

.tasarla-root--planner .tasarla-onscreen-toggles .tasarla-small-button--selected {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-root--planner .tasarla-onscreen-toggles .tasarla-small-button--selected .tasarla-svg-icon {
    fill: #fff
}

.tasarla-space-planner {
    background-color: rgba(255, 255, 255, .9);
    width: 216px;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0
}

.tasarla-space-planner .tasarla-fullscreen {
    top: 0;
    background-color: rgba(255, 255, 255, .9)
}

.tasarla-space-planner .tasarla-fullscreen__saveButton {
    right: 100px;
    height: 40px;
    position: absolute;
    bottom: unset!important;
    width: unset!important;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    height: 80px
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer .tasarla-svg-icon--check {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    fill: #fff
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer a {
    font-weight: 600
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer__check {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-width: 1px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer__check--checked {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-space-planner .tasarla-fullscreen__disclaimer__p {
    position: absolute;
    margin-left: 38px;
    width: 362px;
    font-size: small;
    line-height: 20px
}

.tasarla-space-planner .tasarla-fullscreen__close {
    right: 1rem;
    top: 1rem
}

.tasarla-space-planner__footer {
    height: 70px
}

.tasarla-space-planner__footer .tasarla-new-mode-pick-button {
    border: 2px solid #4ac2f9;
    margin-bottom: 16px;
    margin-left: 16px;
    width: auto
}

.tasarla-space-planner__gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 30px;
    position: absolute;
    width: 200px;
    bottom: 57px
}

.tasarla-space-planner__gradient--inverse {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    height: 30px;
    position: absolute;
    width: 200px;
    top: 4rem
}

.tasarla-space-planner__header {
    height: 7rem
}

.tasarla-space-planner .tasarla-dropdown {
    border-radius: 0;
    top: 1rem;
    margin-left: 8px
}

.tasarla-space-planner .tasarla-scrollable-content-inner-items {
    padding-top: 25px;
    padding-bottom: 25px
}

.tasarla-space-planner .tasarla-button--blue {
    bottom: -4px;
    position: absolute;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 20px;
    text-align: center;
    margin-left: 16px;
    margin-bottom: 16px;
    display: block
}

.tasarla-space-planner .tasarla-dropdown__preIcon {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    margin-right: 1rem;
    margin-left: .5rem
}

.tasarla-space-planner .tasarla-dropdown__preIcon .tasarla-svg-icon {
    fill: #666
}

.tasarla-space-planner .tasarla-dropdown__arrow {
    right: 1rem;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.tasarla-space-planner .tasarla-dropdown__arrow--up {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1)
}

.tasarla-space-planner .tasarla-dropdown__head {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding-right: 0;
    border-radius: 0
}

.tasarla-space-planner .tasarla-dropdown__head span {
    margin-left: 2.5rem;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000
}

.tasarla-space-planner .tasarla-dropdown__panel {
    border-radius: 0;
    border: 1px solid #dedede;
    position: absolute;
    width: 200px;
    top: 42px;
    background-color: #fff;
    margin-left: 8px
}

.tasarla-space-planner .tasarla-dropdown__option {
    font-size: 1rem;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    line-height: 2rem
}

.tasarla-space-planner .tasarla-dropdown__option span {
    margin-left: 3rem
}

.tasarla-space-planner .tasarla-dropdown__option:hover {
    background-color: #f8f8f8
}

.tasarla-space-planner .tasarla-item {
    background-color: rgba(255, 255, 255, 0);
    width: calc(50% - 10px)
}

.tasarla-space-planner .tasarla-item--swatch {
    width: 33.33%;
    height: 30px;
    margin: 0
}

.tasarla-space-planner .tasarla-item.tasarla-hidden {
    border: none;
    -webkit-filter: none;
    filter: none
}

.tasarla-space-planner .tasarla-item:hover {
    -webkit-filter: drop-shadow(0 0 4px #999);
    filter: drop-shadow(0 0 4px #999)
}

.tasarla-dropdown__head .tasarla-svg-icon.tasarla-svg-icon--arrow-down {
    width: 30px;
    height: 30px
}

.tasarla-space-planner .tasarla-dropdown__head .tasarla-svg-icon.tasarla-svg-icon--arrow-down {
    fill: #666
}

.tasarla-scale-legenda {
    cursor: pointer;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    height: 3px;
    background-color: #d3d3d3;
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px
}

.tasarla-scale-legenda__text {
    display: block;
    text-align: center;
    top: -20px;
    position: relative
}

.tasarla-share-nagger-backdrop {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000
}

.tasarla-message--share-nagger {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 500px;
    max-width: 800px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tasarla-message--share-nagger .tasarla-new-mode-pick-button {
    margin-left: 1rem
}

.tasarla-popoverable {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-row--nopad {
    padding: unset
}

.tasarla-loading__background {
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10000;
    position: absolute;
    background-color: #fff
}

.tasarla-loading__logo {
    width: 10%;
    height: 10%;
    max-width: 200px;
    max-height: 200px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1
}

.tasarla-loading__logo svg {
    position: absolute
}

.tasarla-loading__spinning {
    width: 100%;
    height: 100%;
    -webkit-animation: spinning 1.5s infinite;
    animation: spinning 1.5s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: .2
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: .2
    }
}

.tasarla-loading__counter {
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 1.5em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 4px;
    text-align: center;
    width: 400%;
    font-family: custom, ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-weight: 600;
    color: #000;
    margin-top: 20px
}

.tasarla-loading__error {
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 1.5em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 20px;
    text-align: center;
    width: 400%;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    font-weight: 600;
    color: #000;
    overflow-wrap: break-word
}

.tasarla-loading__building {
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-animation: pulse 5s infinite;
    animation: pulse 5s infinite
}

.tasarla-no-pulse {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8);
        opacity: .5
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8);
        opacity: .5
    }
}

.tasarla-loading__broken-roof {
    -webkit-animation: roofanim 3s infinite;
    animation: roofanim 3s infinite;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes roofanim {
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-8px) rotate(-5deg);
        transform: translateY(-8px) rotate(-5deg)
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(-8px) rotate(-5deg);
        transform: translateY(-8px) rotate(-5deg)
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes roofanim {
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-8px) rotate(-5deg);
        transform: translateY(-8px) rotate(-5deg)
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(-8px) rotate(-5deg);
        transform: translateY(-8px) rotate(-5deg)
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tasarla-loading__broken-window {
    -webkit-animation: windowanim 3s infinite;
    animation: windowanim 3s infinite;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes windowanim {
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateX(5px) rotateX(90deg);
        transform: translateX(5px) rotateX(90deg)
    }
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes windowanim {
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateX(5px) rotateX(90deg);
        transform: translateX(5px) rotateX(90deg)
    }
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.tasarla-loading__broken-door {
    -webkit-animation: dooranim 3s infinite;
    animation: dooranim 3s infinite;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes dooranim {
    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    70% {
        -webkit-transform: translateX(-5px) rotateX(-90deg);
        transform: translateX(-5px) rotateX(-90deg)
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes dooranim {
    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    70% {
        -webkit-transform: translateX(-5px) rotateX(-90deg);
        transform: translateX(-5px) rotateX(-90deg)
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.tasarla-review-ui {
    position: absolute;
    top: 16px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 400px;
    left: 50%;
    margin-left: -200px
}

.tasarla-review-ui .tasarla-new-mode-pick-button {
    margin-left: 1rem;
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-review-ui .tasarla-new-mode-pick-button:hover:not(.tasarla-tasarla-new-mode-pick-button--disabled) {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-review-ui__question {
    font-size: 16px;
    color: #2f4f4f
}

.tasarla-dome-default {
    width: 116px;
    height: 80px;
    background-color: rgba(100, 100, 100, .2);
    margin: 4px;
    cursor: pointer;
    background-size: cover;
    opacity: .8;
    -webkit-filter: blur(1px) saturate(80%);
    filter: blur(1px) saturate(80%);
    -webkit-transition: -webkit-filter .5s
}

.tasarla-dome-default .tasarla-svg-icon--close {
    width: 24px;
    height: 24px;
    float: right;
    fill: #fff
}

.tasarla-dome-default:hover {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}

.tasarla-dome-default--selected {
    -webkit-filter: none;
    filter: none;
    border-color: #00f;
    opacity: 1
}

.tasarla-sky-stuff {
    height: calc(100% - 60px)
}

.tasarla-sky-stuff .tasarla-spacer {
    height: 100%
}

.tasarla-sky-stuff .tasarla-scrollable__content {
    overflow-x: hidden;
    height: 300px
}

.tasarla-sky-stuff .tasarla-new-mode-pick-button {
    width: 268px
}

.tasarla-sky-stuff .tasarla-switch {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.tasarla-sky-stuff .tasarla-labelled-slider {
    width: 100%
}

.tasarla-light-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-light-settings .tasarla-switch {
    width: 30%;
    height: 36px;
    margin-bottom: 0
}

.tasarla-light-settings .tasarla-labelled-slider {
    width: 70%;
    margin-bottom: 0
}

.tasarla-sun-dial-container {
    position: absolute;
    width: 132px;
    height: 132px;
    left: 360px;
    bottom: 0
}

.tasarla-sun-dial-container .tasarla-sun-dial {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.tasarla-sun-dial-container .tasarla-sun-dial .tasarla-center {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.tasarla-sun-dial-container .tasarla-sun-dial .tasarla-center .tasarla-handle {
    position: absolute;
    background-color: #4ac2f9;
    background-color: var(--dark);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.tasarla-topbar__content-middle--viewpoints {
    margin: auto
}

.tasarla-topbar__content-middle--isViewer .tasarla-camera-viewpoints-dropdown {
    background-color: rgba(0, 0, 0, .2)
}

.tasarla-topbar__content-middle--isViewer .tasarla-topbar__viewpoint-and-play .tasarla-topbar__play-viewpoints {
    background-color: rgba(0, 0, 0, .2)
}

.tasarla-topbar__content-middle--isViewer .tasarla-topbar__viewpoint-and-play .tasarla-topbar__play-viewpoints .tasarla-svg-icon {
    fill: #fff
}

.tasarla-topbar__viewpoint-and-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-selected-camera-panel {
    height: 100%
}

.tasarla-selected-camera-panel .tasarla-scenery {
    margin-bottom: 2rem
}

.tasarla-selected-camera-panel .tasarla-scrollable__inner {
    padding: 0
}

.tasarla-selected-camera-panel .tasarla-labelled-slider {
    margin-left: 4px;
    margin-right: 4px
}

.tasarla-selected-camera-panel .tasarla-add-image {
    margin-top: 24px;
    font-weight: 400
}

.tasarla-selected-camera-panel .tasarla-button__preIcon {
    margin-right: 8px
}

.tasarla-selected-camera-panel .tasarla-button__preIcon .tasarla-svg-icon {
    height: 20px
}

.tasarla-selected-camera-panel .tasarla-background-image {
    width: 268px;
    height: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-selected-camera-panel .tasarla-background-image img {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: calc(100% - 60px);
    max-height: 100%
}

.tasarla-selected-camera-panel .tasarla-background-image .tasarla-svg-icon--close {
    position: relative;
    right: 16px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: right;
    fill: grey
}

.tasarla-selected-camera-panel .tasarla-background-image .tasarla-svg-icon--close:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-selected-camera-panel .tasarla-middle-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 48px;
    font-size: 20px;
    font-weight: 400
}

.tasarla-selected-camera-panel .tasarla-shutter-flash {
    background-color: #fff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 300px;
    opacity: 0;
    -webkit-animation: show .3s ease;
    animation: show .3s ease
}

.tasarla-root--collapsed .tasarla-selected-camera-panel .tasarla-shutter-flash {
    left: 0
}

.tasarla-selected-camera-panel .tasarla-shutter-button {
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc((100% + 300px)/ 2);
    top: 100px
}

.tasarla-root--collapsed .tasarla-selected-camera-panel .tasarla-shutter-button {
    left: 50%
}

.tasarla-selected-camera-panel .tasarla-shutter-button .tasarla-svg-icon--close {
    width: 24px;
    height: 24px;
    top: -8px;
    right: -16px;
    position: absolute;
    fill: #fff;
    cursor: pointer
}

.tasarla-selected-camera-panel .tasarla-shutter-button .tasarla-shutter-button-inner {
    cursor: pointer;
    background-color: #4ac2f9;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-animation: pulseOpacity 2s ease infinite;
    animation: pulseOpacity 2s ease infinite
}

.tasarla-selected-camera-panel .tasarla-shutter-button .tasarla-shutter-button-inner .tasarla-svg-icon--render-images {
    fill: #fff;
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.tasarla-selected-camera-panel .tasarla-shutter-button .tasarla-button--shutterclicked {
    -webkit-box-shadow: 0 0 40px 40px #fff;
    box-shadow: 0 0 40px 40px #fff
}

.tasarla-selected-camera-panel .tasarla-shutter-button .tasarla-button--shutterclicked .tasarla-svg-icon--render-images {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tasarla-selected-camera-panel .tasarla-render-camera {
    position: fixed;
    left: calc((100% + 300px)/ 2);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(50% - 75px)
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-svg-icon--close {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 8px;
    position: absolute;
    fill: #4ac2f9;
    fill: var(--dark);
    cursor: pointer
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-panel {
    padding: 1rem;
    background-color: #edf8fe;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    width: 450px;
    border-radius: 0
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-panel .tasarla-buttons {
    margin-top: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-panel .tasarla-buttons .tasarla-button__preIcon {
    margin-right: 8px
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-render-header {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #4a4a4a;
    margin-top: 16px;
    margin-bottom: 32px
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-render-header .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    fill: #ffc411;
    margin-bottom: -5px;
    margin-right: 8px
}

.tasarla-selected-camera-panel .tasarla-render-camera .tasarla-button__preIcon {
    margin-left: auto;
    margin-right: auto
}

.tasarla-root--collapsed .tasarla-selected-camera-panel .tasarla-render-camera {
    left: 50%
}

.tasarla-selected-camera-panel .tasarla-button--stretch {
    margin-bottom: 16px
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes pulseOpacity {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulseOpacity {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.tasarla-widget-container-outside {
    width: 100%
}

.tasarla-widget-container {
    overflow: hidden;
    position: relative;
    height: 240px;
    margin-top: 24px;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px
}

.tasarla-widget-container--orbital {
    padding-left: 20px;
    margin-left: 120px
}

.tasarla-widget-container .tasarla-scale__container {
    height: 200px;
    margin-top: 20px
}

.tasarla-widget-container .tasarla-scale__container .tasarla-svg-icon--camera-widget-scaled {
    width: 36px;
    height: 36px
}

.tasarla-widget-container .tasarla-hit-area {
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
    height: 100%
}

.tasarla-widget-container .tasarla-camera-container {
    position: relative;
    pointer-events: none;
    left: 20px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.tasarla-widget-container .tasarla-camera-container .tasarla-cone .tasarla-cone-visual {
    border-bottom: 400px solid #fff;
    border-color: #4ac2f9;
    border-color: var(--dark);
    opacity: .2
}

.tasarla-widget-container .tasarla-camera-container .tasarla-cone .tasarla-rotator {
    top: 0;
    left: 50%;
    position: absolute
}

.tasarla-widget-container .tasarla-camera-container .tasarla-cone .tasarla-rotator .tasarla-svg-icon--camera-rotator {
    pointer-events: none
}

.tasarla-widget-container .tasarla-rotator {
    pointer-events: all;
    cursor: pointer;
    -webkit-transform: translate(-55%, 100%) rotate(90deg);
    transform: translate(-55%, 100%) rotate(90deg)
}

.tasarla-widget-container .tasarla-rotator .tasarla-svg-icon {
    fill: grey;
    width: 40px;
    height: 40px
}

.tasarla-widget-container .tasarla-rotator--dragging .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-widget-ground-container {
    margin-top: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-widget-ground-container .tasarla-ground-left {
    width: 100%;
    height: 4px;
    background-color: #9b9b9b;
    margin-left: 16px
}

.tasarla-widget-ground-container .tasarla-ground-label {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -4px;
    font-size: 12px
}

.tasarla-widget-ground-container .tasarla-ground-right {
    width: 100%;
    height: 4px;
    background-color: #9b9b9b;
    margin-right: 16px
}

.tasarla-camera-delete-warning {
    margin-bottom: 16px
}

.tasarla-camera-delete-warning .tasarla-svg-icon--add-camera {
    height: 22px;
    margin-top: 3px
}

.tasarla-camera-delete-warning .tasarla-prompt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.tasarla-camera-delete-warning .tasarla-prompt .tasarla-svg-icon--warning {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 16px
}

.tasarla-camera-delete-warning .tasarla-text {
    color: #111;
    line-height: 24px;
    font-weight: 600
}

.tasarla-camera-delete-warning .tasarla-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-camera-delete-warning .tasarla-buttons .tasarla-button {
    padding: .5rem 1rem .5rem .5rem;
    margin-right: 16px
}

.tasarla-camera-delete-warning .tasarla-buttons .tasarla-button .tasarla-svg-icon--update {
    height: 16px
}

.tasarla-camera-delete-warning .tasarla-buttons .tasarla-button--inverted {
    padding: .5rem .5rem .5rem .5rem
}

.tasarla-camera-switcher {
    width: 100%;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-camera-switcher input {
    padding: 0;
    outline: 0;
    color: #777;
    font-family: ProximaNova, Arial, Helvetica, sans-serif, serif;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    min-height: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 124px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tasarla-camera-switcher .tasarla-goto-next,
.tasarla-camera-switcher .tasarla-goto-previous {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 32px;
    height: 32px;
    cursor: pointer
}

.tasarla-camera-switcher .tasarla-goto-next:hover,
.tasarla-camera-switcher .tasarla-goto-previous:hover {
    opacity: .5
}

.tasarla-camera-switcher .tasarla-hitarea {
    cursor: pointer;
    width: 32px;
    height: 32px
}

.tasarla-camera-switcher .tasarla-hitarea:hover .tasarla-close,
.tasarla-camera-switcher .tasarla-hitarea:hover .tasarla-edit {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-camera-switcher .tasarla-close,
.tasarla-camera-switcher .tasarla-edit {
    margin-left: 8px;
    margin-top: 8px;
    fill: #4a4a4a;
    width: 16px;
    height: 16px
}

.tasarla-camera-switcher .tasarla-close {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 8px
}

.tasarla-camera-switcher .tasarla-goto-previous {
    margin-left: -10px
}

.tasarla-camera-switcher .tasarla-goto-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -10px;
    margin-left: auto
}

.tasarla-camera-switcher .tasarla-inline-warning {
    width: 20px;
    height: 18px;
    margin-right: 8px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.tasarla-camera-switcher .tasarla-inline-warning--red {
    fill: #ff3029
}

.tasarla-camera-switcher .tasarla-inline-warning--yellow {
    fill: #ffc411
}

.tasarla-camera-switcher .tasarla-warning-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-camera-switcher .tasarla-name {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    height: 32px
}

.tasarla-camera-switcher .tasarla-name--warning {
    width: 132px
}

.tasarla-camera-viewpoints-dropdown {
    border-radius: 0;
    margin-left: 8px;
    width: 216px;
    height: 40px;
    position: relative;
    border: solid 2px transparent;
    text-transform: lowercase
}

.tasarla-camera-viewpoints-dropdown__camtype {
    float: right;
    position: relative
}

.tasarla-camera-viewpoints-dropdown__order-container {
    float: right;
    position: relative
}

.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--orbital,
.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--order-camera,
.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--walkthrough {
    width: 16px;
    height: 16px;
    fill: #4a4a4a;
    cursor: pointer;
    margin-right: 8px;
    margin-left: 8px;
    top: 3px;
    position: relative
}

.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--orbital:hover,
.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--order-camera:hover,
.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--walkthrough:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--orbital:hover,
.tasarla-camera-viewpoints-dropdown .tasarla-svg-icon--walkthrough:hover {
    fill: #4a4a4a
}

.tasarla-camera-viewpoints-dropdown__inner {
    overflow-y: auto;
    max-height: 80vh
}

.tasarla-camera-viewpoints-dropdown__panel {
    padding-top: 40px;
    border-radius: 0;
    background-color: #fff;
    line-height: 40px;
    position: relative;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    width: 216px;
    left: -2px;
    top: -2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.tasarla-camera-viewpoints-dropdown__panel--hidden {
    display: none
}

.tasarla-camera-viewpoints-dropdown__label {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    position: absolute;
    cursor: pointer;
    line-height: 38px;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: grey
}

.tasarla-camera-viewpoints-dropdown__label--green {
    -webkit-animation: fattyString 1s ease-in-out;
    animation: fattyString 1s ease-in-out
}

.tasarla-camera-viewpoints-dropdown__label--focussed {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-camera-viewpoints-dropdown__dragging-viewpoint {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    position: fixed;
    width: 214px;
    height: 40px;
    opacity: .9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.tasarla-camera-viewpoints-dropdown__dragging-viewpoint .tasarla-camera-viewpoints-dropdown__name {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-camera-viewpoints-dropdown__viewpoint {
    cursor: pointer;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #777
}

.tasarla-camera-viewpoints-dropdown__viewpoint--insertBefore {
    border-top: 2px solid #4ac2f9
}

.tasarla-camera-viewpoints-dropdown__viewpoint--insertAfter {
    border-bottom: 2px solid #4ac2f9
}

.tasarla-camera-viewpoints-dropdown__viewpoint--active {
    background-color: #d3d3d3
}

.tasarla-camera-viewpoints-dropdown__viewpoint:hover {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-camera-viewpoints-dropdown__name {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 8px
}

.tasarla-camera-viewpoints-dropdown__arrow {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
    transform: translate3d(0, -50%, 0) scaleY(1);
    right: .3rem;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.tasarla-camera-viewpoints-dropdown__arrow .tasarla-svg-icon {
    width: 30px;
    height: 30px;
    fill: #d3d3d3
}

.tasarla-camera-viewpoints-dropdown__arrow--up {
    -webkit-transform: translate3d(0, -50%, 0) scaleY(-1);
    transform: translate3d(0, -50%, 0) scaleY(-1)
}

.tasarla-camera-viewpoints-dropdown__arrow--up .tasarla-svg-icon {
    fill: #777
}

.tasarla-icon-name-input-row {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.tasarla-icon-name-input-row .tasarla-svg-icon {
    top: calc(50% - 12px);
    position: relative;
    height: 24px;
    width: 24px;
    fill: #4ac2f9;
    fill: var(--dark);
    margin-right: 8px
}

.tasarla-icon-name-input-row__name {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.tasarla-icon-name-input-row .tasarla-input {
    max-width: 90px;
    margin-left: auto
}

.tasarla-icon-name-input-row .tasarla-input__value-changer {
    border: 2px solid transparent
}

.tasarla-icon-name-input-row .tasarla-input__value-changer .tasarla-svg-icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    padding: 2px
}

@-webkit-keyframes fattyString {
    0% {
        color: #30c409;
        font-weight: 700
    }
    70% {
        font-weight: 300;
        color: grey
    }
}

@keyframes fattyString {
    0% {
        color: #30c409;
        font-weight: 700
    }
    70% {
        font-weight: 300;
        color: grey
    }
}

.tasarla-side-by-side .tasarla-new-mode-pick-button+.tasarla-new-mode-pick-button {
    margin-top: auto;
    margin-left: 8px
}

.tasarla-save-and-saveas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.tasarla-save-and-saveas .tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #fff
}

.tasarla-save-and-saveas .tasarla-save-dropdown {
    position: absolute;
    width: 100%;
    top: 58px;
    background-color: #fff;
    height: 44px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2)
}

.tasarla-save-and-saveas .tasarla-save-dropdown .tasarla-save-as {
    cursor: pointer;
    line-height: 40px;
    margin-left: 8px;
    color: #777
}

.tasarla-save-and-saveas .tasarla-save-dropdown .tasarla-save-as:hover {
    color: #666
}

.tasarla-save-and-saveas .tasarla-input {
    width: 200px
}

.tasarla-save-and-saveas .tasarla-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px
}

.tasarla-save-and-saveas .tasarla-line2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tasarla-topbar .tasarla-save-and-saveas .tasarla-line2 .tasarla-new-mode-pick-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    width: auto
}

.tasarla-topbar .tasarla-save-and-saveas .tasarla-line2 .tasarla-new-mode-pick-button .tasarla-label {
    margin-right: 16px
}

.tasarla-save-and-saveas .tasarla-caption {
    line-height: 44px
}

.tasarla-save-and-saveas .tasarla-saveas__container {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: fixed;
    width: 300px;
    background-color: #fff;
    top: calc(50vh - 40px);
    left: calc(50vw - 360px);
    line-height: 40px;
    height: 130px;
    text-transform: lowercase;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    padding: 10px
}

.tasarla-save-and-saveas .tasarla-saveas__container .tasarla-new-mode-pick-button {
    margin-top: 16px;
    border-color: transparent;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-save-and-saveas .tasarla-saveas__container .tasarla-new-mode-pick-button:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-save-and-saveas .tasarla-button--save {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0
}

.tasarla-save-and-saveas .tasarla-button--save .tasarla-svg-icon {
    margin-top: 4px;
    max-height: 25px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s
}

.tasarla-save-and-saveas .tasarla-button--save:first-child {
    padding: .5rem 1rem;
    margin-right: 0;
    border-right: none
}

.tasarla-save-and-saveas .tasarla-button--opened .tasarla-svg-icon {
    -webkit-transform: scale(1.2, -1.2);
    transform: scale(1.2, -1.2)
}

.tasarla-saving-indicator {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green
}

.tasarla-saving-indicator--unsaved {
    background-color: #ff0
}

.tasarla-saving-indicator--inprogress {
    background-color: orange
}

.tasarla-saving-indicator--error {
    background-color: red
}

.tasarla-input-and-clipboard .tasarla-small-icon-button {
    width: 40px;
    height: 40px
}

.tasarla-input-and-clipboard input {
    font-family: Lato;
    padding: .5rem;
    width: 100%;
    min-height: 36px;
    outline: 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #4a4a4a;
    background-color: #fff;
    font-style: normal;
    font-weight: 600;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .9rem
}
.tasarla-langselector{

    text-align: center;
    padding-top: 25px;
    font-size: 14px;
}

.newprojectfile{
    display: none;
}
.tasarla-input-and-clipboard input:focus {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-onscreen-toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: calc(55% - 365px);
    font-size: 1rem;
    -webkit-transition: left .3s ease;
    transition: left .3s ease
}

.tasarla-spacer--spacing-top  .tasarla-slider-label--spacing-top {
    margin-top: 0rem;
}


.tasarla-root--collapsed .tasarla-onscreen-toggles {
    left: 1rem
}

.tasarla-onscreen-toggles .tasarla-switch {
    margin: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-onscreen-toggles .tasarla-switch .tasarla-switch__button {
    width: 32px;
    height: 32px
}

.tasarla-onscreen-toggles .tasarla-switch .tasarla-switch__button:hover {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-onscreen-toggles .tasarla-switch .tasarla-switch__button--selected:hover {
    color: #fff
}

.tasarla-onscreen-toggles .tasarla-small-button {
    cursor: pointer;
    margin-left: 8px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    width: 32px;
    height: 32px;
    background-color: #fff
}

.tasarla-onscreen-toggles .tasarla-small-button .tasarla-svg-icon {
    margin-left: 6px;
    margin-top: 6px;
    height: 20px;
    width: 20px;
    fill: grey
}

.tasarla-onscreen-toggles .tasarla-small-button:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-pseudo-project-button {
    text-transform: lowercase;
    cursor: pointer;
    font-size: 1rem;
    padding-left: 1rem;
    line-height: 40px;
    font-weight: 500
}

.tasarla-pseudo-project-button:hover {
    background-color: #fff;
    opacity: .8
}

.tasarla-floor-sidebar {
    height: 100%
}

.tasarla-floor-sidebar .tasarla-scrollable__inner {
    padding: 0
}

.tasarla-floor-sidebar .tasarla-restore-versions-header {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tasarla-floor-sidebar .tasarla-restore-actions {
    margin-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-floor-sidebar .tasarla-restore-actions .tasarla-new-mode-pick-button:first-child {
    margin-right: 8px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem {
    width: 100%;
    margin-bottom: 8px;
    position: relative
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem--selected .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button {
    margin-top: 0
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button {
    width: 268px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button .tasarla-label span {
    width: 230px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button .tasarla-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button .tasarla-icons .tasarla-svg-icon {
    margin-right: 6px;
    margin-top: 10px;
    fill: #fff;
    width: 20px;
    height: 20px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button .tasarla-icons .tasarla-svg-icon:hover {
    opacity: .5
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container .tasarla-new-mode-pick-button .tasarla-dropdown__arrow {
    -webkit-transform: rotate(0) translate(0, -50%);
    transform: rotate(0) translate(0, -50%)
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container--disabled .tasarla-new-mode-pick-button .tasarla-children .tasarla-icons .tasarla-svg-icon:first-child {
    cursor: default;
    fill: #47a7ed
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-head-container--disabled .tasarla-new-mode-pick-button .tasarla-children .tasarla-icons .tasarla-svg-icon:first-child:hover {
    fill: #47a7ed
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel {
    padding: 8px;
    width: 260px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-inner {
    width: 260px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-settings {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-settings .tasarla-input-floor-height {
    width: 25%
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings {
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-svg-icon--hamburger {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 8px;
    top: 140px;
    cursor: pointer
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-failed {
    width: 100%;
    height: 180px;
    background-color: #fff
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-failed .tasarla-svg-icon--loader {
    width: 100%;
    height: 100%;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-small-buttons {
    background-color: #edf8fe;
    background-color: var(--light);
    padding: 16px;
    width: 50%;
    margin-left: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-small-buttons .tasarla-new-mode-pick-button {
    margin-top: 8px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-small-buttons .tasarla-new-mode-pick-button:first-child {
    margin-top: 0
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-big-thumb {
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings img {
    margin: 0
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-settings .tasarla-big-thumb-img {
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
    height: 180px;
    width: 100%
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-failed {
    width: calc(50% - 4px);
    height: 90px
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-svg-icon--loader {
    fill: #4ac2f9;
    fill: var(--dark);
    width: calc(50% - 4px);
    height: 90px;
    margin-left: 25%
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item {
    cursor: pointer;
    width: calc(50% - 4px);
    height: 90px;
    background-color: rgba(255, 255, 255, .5);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 2px solid transparent;
    position: relative
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item .tasarla-title {
    pointer-events: none;
    position: absolute;
    top: 0
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    background-color: #fff
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--selected {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    background-color: #fff
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--selected:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    background-color: #fff
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--add {
    background-color: rgba(255, 255, 255, .5)
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--add .tasarla-svg-icon {
    margin-left: calc(57px - 18px);
    margin-top: calc(45px - 18px);
    width: 32px;
    height: 32px;
    fill: #4ac2f9;
    fill: var(--dark);
    opacity: .5
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--add:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark)
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--add:hover .tasarla-svg-icon {
    opacity: 1
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--disabled {
    cursor: default;
    background-color: #d3d3d3
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--disabled .tasarla-svg-icon {
    fill: grey
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--disabled:hover {
    border: 2px solid transparent;
    background-color: #d3d3d3
}

.tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-floor-accordeon-elem .tasarla-floor-accordeon-panel .tasarla-floor-design-container .tasarla-floor-design-item--disabled:hover .tasarla-svg-icon {
    fill: grey
}

.tasarla-floor-sidebar .tasarla-design-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px
}

.tasarla-floor-sidebar .tasarla-design-options .tasarla-new-mode-pick-button {
    margin: 4px
}

.tasarla-floor-sidebar .tasarla-design-options .tasarla-svg-icon {
    width: 24px;
    height: 24px
}

.tasarla-floor-sidebar .tasarla-labelled-slider {
    margin-top: 8px;
    margin-bottom: 16px
}

.tasarla-floor-sidebar .tasarla-floor-name-and-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-floor-sidebar .tasarla-floor-name-and-delete .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-left: 4px;
    fill: #47a7ed;
    fill: var(--dark-darkened);
    cursor: pointer
}

.tasarla-floor-sidebar .tasarla-radio-list {
    width: 100%
}

.tasarla-floor-sidebar .tasarla-radio-list__item-and-options {
    width: 100%
}

.tasarla-floor-sidebar .tasarla-radio-list__options .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-floor-sidebar .tasarla-radio-list__item {
    position: relative
}

.tasarla-floor-sidebar .tasarla-radio-list__item .tasarla-design-thumb {
    background-color: #fff;
    position: absolute;
    left: 300px;
    top: -90px;
    visibility: hidden;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.tasarla-floor-sidebar .tasarla-radio-list__item .tasarla-input {
    width: 200px
}

.tasarla-floor-sidebar .tasarla-radio-list__item .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 24px;
    height: 24px
}

.tasarla-floor-sidebar .tasarla-radio-list__item:hover .tasarla-design-thumb {
    opacity: 1;
    visibility: visible
}

.tasarla-floor-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    margin-bottom: 8px;
    padding-left: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative
}

.tasarla-floor-item__arrows .tasarla-svg-icon {
    width: 28px;
    height: 28px;
    fill: #ddd
}

.tasarla-floor-item__arrows .tasarla-svg-icon--arrow-upward {
    position: absolute;
    top: 0;
    right: 0
}

.tasarla-floor-item__arrows .tasarla-svg-icon--arrow-upward:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-floor-item__arrows .tasarla-svg-icon--arrow-downward {
    position: absolute;
    bottom: 0;
    right: 0
}

.tasarla-floor-item__arrows .tasarla-svg-icon--arrow-downward:hover {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-floor-item__house {
    fill: #d3d3d3;
    position: absolute;
    height: 56px;
    width: 56px;
    opacity: .2;
    left: 0
}

.tasarla-floor-item__height {
    margin-left: auto;
    margin-right: 32px;
    color: #ddd
}

.tasarla-floor-item__name {
    margin-top: 8px;
    min-height: 17px
}

.tasarla-floor-item__design-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-floor-item__design {
    line-height: 16px
}

.tasarla-floor-item__design-count {
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #d3d3d3;
    text-align: center;
    margin-right: 8px
}

.tasarla-floor-item--selected {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    background-color: #fff
}

.tasarla-floor-item--selected .tasarla-floor-item__house {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-floor-item--selected .tasarla-floor-item__name {
    font-weight: 600;
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-input-and-clipboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-small-icon-button {
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-small-icon-button .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-top: 8px;
    fill: #fff
}

.tasarla-small-icon-button:hover {
    background-color: #fff
}

.tasarla-small-icon-button:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-button__caption {
    text-transform: lowercase
}

.tasarla-dropdown__custom-panel {
    text-transform: lowercase
}

.tasarla-icon-name-input-row {
    text-transform: lowercase
}

.tasarla-middle-header {
    text-transform: lowercase
}

.tasarla-scale__notch-label {
    text-transform: lowercase
}

.tasarla-fullscreen__header {
    text-transform: lowercase
}

.tasarla-fullscreen-row__caption {
    text-transform: lowercase
}

.tasarla-fullscreen-row__caption--noLowerCase {
    text-transform: none
}

.tasarla-new-separator {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 2rem);
    flex: 1 0 calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid #fff;
    margin: .5rem 1rem;
    margin-top: 16px
}

.tasarla-button-paragraph-noleft {
    text-transform: lowercase;
    margin-top: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 2px
}

.tasarla-button-paragraph {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: lowercase;
    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 2px
}

.tasarla-margin-top {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 1rem
}

.tasarla-margin-top-small {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: .5rem
}

.tasarla-spacer--margin-top-3rem {
    margin-top: 3rem
}

.tasarla-margin-top-more {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 24px
}

.tasarla-margin-bottom {
    margin-bottom: 1rem
}

.tasarla-margin-bottom-more {
    margin-bottom: 24px
}

.tasarla-floors-label {
    margin-top: 24px;
    margin-bottom: 24px
}

.tasarla-width100 {
    width: 100%
}

.tasarla-new-mode-pick-button {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    background-color: #fff0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    border-bottom: 1px solid #6b6868;
    border-top: 1px solid #585757;
}

.tasarla-new-mode-pick-button--no-label {
    width: 40px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tasarla-new-mode-pick-button--no-label .tasarla-label {
    display: none
}

.tasarla-new-mode-pick-button--no-label .tasarla-dropdown__arrow {
    left: 50%;
    right: auto
}

.tasarla-new-mode-pick-button--no-label .tasarla-dropdown__arrow--material-down {
    -webkit-transform: rotate(0) translate(-50%, -50%);
    transform: rotate(0) translate(-50%, -50%)
}

.tasarla-new-mode-pick-button--no-label .tasarla-dropdown__arrow--material-up {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%)
}

.tasarla-new-mode-pick-button .tasarla-image {
    width: 48px;
    height: 36px;
    margin: 2px
}

.tasarla-new-mode-pick-button .tasarla-material {
    width: 36px;
    height: 36px;
    margin: 0;
    margin-top: 6px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tasarla-new-mode-pick-button .tasarla-material--draggable:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.tasarla-new-mode-pick-button .tasarla-icon {
    margin-top: auto;
    margin-bottom: auto
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    display: block;
    fill: #fff;
    width: 22.4px;
    height: 22.4px;
    margin-left: calc((40px - 22.4px)/ 2);
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-new-mode-pick-button .tasarla-icon--hidden {
    width: 0
}

.tasarla-new-mode-pick-button .tasarla-icon--hidden .tasarla-svg-icon {
    padding: 0;
    width: 0
}

.tasarla-new-mode-pick-button .tasarla-prelabel {
    text-transform: lowercase;
    color: grey;
    position: absolute;
    font-size: .7rem;
    top: 4px;
    margin-left: 48px
}
.tasarla-transform-buttons .tasarla-new-mode-pick-button .tasarla-label{
    color: #0c0c0c;
}

.tasarla-new-mode-pick-button .tasarla-label {
    padding-left: 15px;
    overflow: hidden;
    font-size: 14px;
    color: #fbefef;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%

}

.tasarla-new-mode-pick-button .tasarla-label--noLowerCase {
    text-transform: none
}

.tasarla-new-mode-pick-button .tasarla-label--allCaps {
    text-transform: uppercase
}

.tasarla-new-mode-pick-button .tasarla-label span {
    position: relative;
    z-index: 10
}

.tasarla-new-mode-pick-button--noLabelMargin .tasarla-label {
    padding-left: 0
}

.tasarla-new-mode-pick-button .tasarla-material+.tasarla-label {
    padding-left: 11px
}

.tasarla-new-mode-pick-button--label-and-pre .tasarla-label {
    top: 8px;
}

.tasarla-new-mode-pick-button--label-and-pre .tasarla-prelabel {
    top: 8px
}

.tasarla-new-mode-pick-button--spinning .tasarla-icon {
    background-color: #fff
}

.tasarla-selected-surface-panel .tasarla-onoffswitch__caption{
    color: #ffffff!important;
}


.tasarla-new-mode-pick-button--spinning .tasarla-icon .tasarla-svg-icon {
    background-color: transparent!important;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-new-mode-pick-button--small {
    height: 24px;
    min-height: 24px
}

.tasarla-new-mode-pick-button--small .tasarla-icon .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    padding: 4px
}

.tasarla-new-mode-pick-button--small .tasarla-label {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 24px;
    font-size: .8rem
}

.tasarla-new-mode-pick-button--disabled {
    cursor: default
}

.tasarla-new-mode-pick-button--disabled .tasarla-label {
    opacity: .25
}

.tasarla-new-mode-pick-button--disabled .tasarla-icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .25
}

.tasarla-new-mode-pick-button--disabled .tasarla-dropdown__arrow {
    opacity: .25
}

.tasarla-new-mode-pick-button--withmargin {
    margin-left: 16px;
    margin-right: 8px
}

.tasarla-new-mode-pick-button--accordeon-opened {
    width: 270px;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-new-mode-pick-button--accordeon-opened .tasarla-label {
    font-weight: 500;
    color: #fff
}

.tasarla-new-mode-pick-button--accordeon-opened .tasarla-label span {
    width: 170px!important
}

.tasarla-new-mode-pick-button--close .tasarla-label span {
    width: 230px!important
}

.tasarla-new-mode-pick-button--no-grow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.tasarla-new-mode-pick-button--no-grow .tasarla-label {
    padding-right: 1rem
}

.tasarla-new-mode-pick-button--arrow-and-label .tasarla-label {
    padding-right: 20px
}

.tasarla-new-mode-pick-button:not(.tasarla-new-mode-pick-button--disabled) .tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #d3d3d3
}

.tasarla-new-mode-pick-button:not(.tasarla-new-mode-pick-button--disabled):hover .tasarla-icon .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-new-mode-pick-button:not(.tasarla-new-mode-pick-button--disabled):hover .tasarla-dropdown__arrow .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-new-mode-pick-button:not(.tasarla-new-mode-pick-button--disabled):hover .tasarla-label {
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-new-mode-pick-button--disabled:hover .tasarla-svg-icon {
    fill: grey
}

.tasarla-two-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-two-buttons .tasarla-new-mode-pick-button {
    border-top-color: transparent
}

.tasarla-design-history-header .tasarla-onoffswitch__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem
}

.tasarla-print-logo {
    right: 1rem;
    position: absolute;
    bottom: 1rem;
    height: 60px;
    width: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-color: rgba(255, 255, 255, .8);
    display: none
}

@media print {
    @page {
        size: A3 landscape;
        margin: 2rem;
        width: 297mm;
        height: 209mm
    }
    .tasarla-root .tasarla-space-planner {
        display: none
    }
    .tasarla-root .tasarla-onscreen-toggles {
        display: none
    }
    .tasarla-root .tasarla-print-logo {
        display: block
    }
    .tasarla-root .tasarla-side-bar {
        display: none
    }
    .tasarla-root .tasarla-topbar {
        display: none
    }
    .tasarla-root .tasarla-zoom {
        display: none
    }
    .tasarla-root .tasarla-pretend-stage {
        left: 0;
        top: 0;
        width: 297mm;
        height: 209mm
    }
    .tasarla-root .tasarla-pretend-stage canvas {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%
    }
    .tasarla-root #canvas3d {
        left: 0;
        top: 0;
        width: 297mm;
        height: 209mm
    }
    .tasarla-root--planner .tasarla-pretend-stage {
        left: -216px
    }
}

.tasarla-viewFinder .tasarla-top-left {
    position: absolute;
    top: 152px;
    left: 340px
}

.tasarla-viewFinder .tasarla-top-left .tasarla-top-left-hor {
    background-color: #fff;
    width: 50px;
    height: 10px
}

.tasarla-viewFinder .tasarla-top-left .tasarla-top-left-ver {
    background-color: #fff;
    width: 10px;
    height: 40px
}

.tasarla-viewFinder .tasarla-top-right {
    position: absolute;
    top: 152px;
    left: 870px
}

.tasarla-viewFinder .tasarla-top-right .tasarla-top-right-hor {
    background-color: #fff;
    width: 50px;
    height: 10px
}

.tasarla-viewFinder .tasarla-top-right .tasarla-top-right-ver {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    background-color: #fff;
    width: 10px;
    height: 40px
}

.tasarla-viewFinder .tasarla-bottom-left {
    position: absolute;
    top: 428px;
    left: 340px
}

.tasarla-viewFinder .tasarla-bottom-left .tasarla-bottom-left-hor {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    background-color: #fff;
    width: 50px;
    height: 10px
}

.tasarla-viewFinder .tasarla-bottom-left .tasarla-bottom-left-ver {
    background-color: #fff;
    width: 10px;
    height: 40px
}

.tasarla-viewFinder .tasarla-bottom-right {
    position: absolute;
    top: 428px;
    left: 870px
}

.tasarla-viewFinder .tasarla-bottom-right .tasarla-bottom-right-hor {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    background-color: #fff;
    width: 50px;
    height: 10px
}

.tasarla-viewFinder .tasarla-bottom-right .tasarla-bottom-right-ver {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    background-color: #fff;
    width: 10px;
    height: 40px
}

.tasarla-opening-menu {
    position: absolute;
    top: 0;
    left: 300px;
    width: 200px
}

.tasarla-opening-menu .tasarla-context-menu {
    -webkit-transform: none;
    transform: none
}

.tasarla-crazy-action-button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 80px;
    margin-top: 48px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-crazy-action-button .tasarla-label {
    color: #fff;
    font-weight: 500;
    width: 50%;
    position: absolute;
    left: 25%;
    text-align: center;
    font-size: 1rem;
    line-height: 14px;
    letter-spacing: 2px
}

.tasarla-crazy-action-button .tasarla-svg-icon {
    width: 50px;
    height: 50px;
    fill: #fff;
    margin-top: 16px;
    margin-left: 30px
}

.tasarla-crazy-action-button:hover {
    background-color: #fff;
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-crazy-action-button:hover .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-crazy-action-button:hover .tasarla-label {
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-roomtypes__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.tasarla-roomtype {
    cursor: pointer;
    height: 85px;
    width: 30%;
    margin: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 3px;
    border-style: solid;
    border-color: transparent
}

.tasarla-roomtype__label {
    color: #666;
    text-transform: lowercase;
    text-align: center;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto
}

.tasarla-roomtype:hover {
    opacity: .8
}

.tasarla-roomtype--selected {
    border-color: #fff
}

.tasarla-intro-button {
    cursor: pointer;
    margin-top: 8px
}

.tasarla-intro-button .tasarla-svg-icon {
    width: 150px;
    height: 50px;
    fill: #777
}

.tasarla-intro-button__label {
    text-align: center;
    display: block;
    color: #777;
    font-size: 1.2rem;
    width: 150px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 600
}

.tasarla-intro-button:hover .tasarla-svg-icon {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-intro-button:hover .tasarla-intro-button__label {
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-transform-buttons {
    margin-top: 24px
}

.tasarla-transform-buttons .tasarla-new-mode-pick-button+.tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-roomstyles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 360px;
    overflow-y: scroll;
    margin-top: 24px;
    margin-left: 8px
}

.tasarla-roomstyle-container {
    position: relative
}

.tasarla-roomstyle-container .tasarla-roomstyle-overlay {
    position: absolute
}

.tasarla-roomstyle-container .tasarla-roomstyle-name {
    pointer-events: none;
    cursor: pointer;
    width: 240px;
    height: 110px;
    background-color: rgba(0, 0, 0, .6);
    top: 8px;
    left: 8px;
    position: absolute;
    opacity: 0
}

.tasarla-roomstyle-container .tasarla-roomstyle-name .tasarla-name {
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.tasarla-roomstyle-container:hover .tasarla-roomstyle-name {
    opacity: 1
}

.tasarla-autoLayoutButton {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 110px;
    cursor: pointer;
    margin: 8px;
    opacity: .8
}

.tasarla-autoLayoutButton:hover {
    opacity: 1
}

.tasarla-dropdown {
    margin-bottom: 8px
}

.tasarla-phase-explanation {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 24px
}

.tasarla-phase-explanation .tasarla-phase-header {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 600
}

.tasarla-phase-container {
    margin-top: 16px;
    margin-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    position: relative;
    width: 80%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.tasarla-phase-container .tasarla-phase {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-phase-container .tasarla-phase span {
    color: #47a7ed;
    color: var(--dark-darkened);
    font-size: large;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto
}

.tasarla-phase-container .tasarla-phase--active {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-phase-container .tasarla-phase--active span {
    color: #fff
}

.tasarla-room-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.tasarla-room-container .tasarla-new-mode-pick-button {
    background-color: transparent
}

.tasarla-new-mode-pick-button--introroom {
    width: 80px;
    height: 80px;
    border-color: transparent
}

.tasarla-new-mode-pick-button--introroom .tasarla-svg-icon {
    width: 80px!important;
    height: 80px!important;
    margin-left: 0!important;
    background-color: transparent!important
}

.tasarla-previous {
    pointer-events: auto;
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 10000
}

.tasarla-previous .tasarla-new-mode-pick-button {
    border: 1px solid transparent
}

.tasarla-previous .tasarla-new-mode-pick-button .tasarla-svg-icon {
    background-color: transparent;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-previous .tasarla-new-mode-pick-button:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-next {
    pointer-events: auto;
    position: absolute;
    bottom: 0;
    right: 1rem;
    z-index: 10000;
    width: 110px;
}

.tasarla-next .tasarla-new-mode-pick-button {
    border-color: #47a7ed;
    border-color: var(--dark-darkened);
    border-width: 2px;
    border-style: solid
}

.tasarla-next .tasarla-new-mode-pick-button .tasarla-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-next .tasarla-svg-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.tasarla-shaded {
    background-color: #edf8fe;
    background-color: var(--light);
    background-image: var(--sidebar-image-url);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-shaded .tasarla-first-panel {
    position: relative;
    pointer-events: auto;
    height: 400px;
    width: 640px;
    max-height: 90vh;
    margin: auto;
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-shaded .tasarla-first-panel--big {
    height: 600px;
    width: 960px
}

.tasarla-shaded .tasarla-first-panel .tasarla-intro-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover
}

.tasarla-shaded .tasarla-first-panel .tasarla-picture {
    height: 100%;
    position: relative
}

.tasarla-shaded .tasarla-first-panel .tasarla-picture .tasarla-border-top {
    width: 100%;
    height: 1rem;
    top: -1rem;
    position: absolute;
    background-color: #4ac2f9;
    background-color: var(--dark);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.tasarla-shaded .tasarla-first-panel .tasarla-picture .tasarla-howdoyou {
    font-size: 1.6rem;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

.langlabel{
    color: #000;
}

.tasarla-shaded .tasarla-first-panel .tasarla-picture .tasarla-svg-icon--logo-white {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 5%
}

.tasarla-shaded .tasarla-first-panel .tasarla-picture .tasarla-customLogo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 5%;
    max-width: 50%;
    background-size: contain;
    max-height: 240px;
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(2px 4px 6px #000);
    filter: drop-shadow(2px 4px 6px #000)
}

.tasarla-shaded .tasarla-first-panel .tasarla-footer {
    position: relative;
    top: -30%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    background-color: #fff
}

.tasarla-shaded .tasarla-first-panel .tasarla-footer .tasarla-border-bottom {
    width: 100%;
    height: 1rem;
    bottom: -1rem;
    position: absolute;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.tasarla-shaded .tasarla-first-panel .tasarla-footer .tasarla-new-mode-pick-button {
    margin: 2rem
}

.tasarla-intro-background {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100
}
.tasarla-phase-header
{
    color: black;
}
.tasarla-phase-p{
    color: black;
}

.tasarla-intro-background .tasarla-intro-background-top {
    pointer-events: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: calc((100% - 640px)/ 2);
    height: calc((100% - 600px)/ 2);
    z-index: 10
}

.tasarla-intro-background .tasarla-intro-background-bottom {
    pointer-events: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: calc((100% - 640px)/ 2);
    height: calc((100% - 600px)/ 2);
    bottom: 0;
    z-index: 10
}

.tasarla-intro-background .tasarla-intro-background-left {
    pointer-events: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: calc((100% - 960px)/ 2);
    height: 640px;
    height: 600px;
    top: calc((100% - 640px)/ 2);
    top: calc((100% - 600px)/ 2);
    z-index: 10
}

.tasarla-intro-background .tasarla-intro-background-right {
    pointer-events: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: calc((100% - 960px)/ 2);
    height: 640px;
    top: calc((100% - 640px)/ 2);
    height: 600px;
    top: calc((100% - 600px)/ 2);
    right: 0;
    z-index: 10
}

.tasarla-intro-panel {
    position: absolute;
    top: calc((100% - 640px)/ 2);
    top: calc((100% - 600px)/ 2);
    left: calc((100% - 960px)/ 2);
    height: 640px;
    height: 600px;
    width: 960px
}

.tasarla-intro-panel .tasarla-intro-border-top {
    position: relative;
    top: -1rem;
    height: 1rem;
    width: 100%;
    background-color: #f9f8f7;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 10
}

.tasarla-intro-panel .tasarla-intro-border-top-sidebar-part {
    position: absolute;
    top: -1rem;
    height: 1rem;
    width: calc(300px);
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 0;
    z-index: 10
}

.tasarla-intro-panel .tasarla-intro-border-bottom {
    position: relative;
    height: 1rem;
    top: calc(640px - 1rem);
    top: calc(600px - 1rem);
    width: 100%;
    background-color: #f9f8f7;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 10
}

.tasarla-intro-panel .tasarla-intro-border-bottom-sidebar-part {
    position: relative;
    height: 1rem;
    top: calc(640px - 2rem);
    top: calc(600px - 2rem);
    width: 300px;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
    z-index: 10
}

.tasarla-intro-panel .tasarla-intro-border-left {
    top: 0;
    position: absolute;
    height: 640px;
    height: 600px;
    width: 1rem;
    z-index: 10;
    background-color: #fff
}

.tasarla-intro-panel .tasarla-intro-border-right {
    top: 0;
    right: 0;
    position: absolute;
    height: 640px;
    height: 600px;
    width: 1rem;
    z-index: 10;
    background-color: #f9f8f7
}

.tasarla-intro-panel .tasarla-switch.tasarla-metric {
    pointer-events: auto;
    cursor: pointer;
    z-index: 1000;
    bottom: 0;
    left: 300px;
    position: absolute;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-intro-panel .tasarla-switch.tasarla-metric .tasarla-switch__button {
    width: 32px;
    height: 32px
}

.tasarla-intro-panel .tasarla-switch.tasarla-visuals {
    pointer-events: auto;
    cursor: pointer;
    z-index: 1000;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.tasarla-intro-panel .tasarla-switch.tasarla-visuals .tasarla-switch__button {
    width: 45px;
    height: 40px
}

.tasarla-intro-panel .tasarla-switch.tasarla-visuals .tasarla-switch__button .tasarla-svg-icon {
    width: 1.5rem;
    height: 1.5rem
}

.tasarla-work-stage {
    position: absolute;
    height: 600px;
    width: 660px;
    left: 300px
}

.tasarla-intro-3d-view .tasarla-new-mode-pick-button {
    border-width: 2px;
    border-style: solid;
    border-color: #4ac2f9;
    border-color: var(--dark);
    width: 80%;
    margin-left: 10%;
    margin-top: 32px
}

.tasarla-intro-3d-view .tasarla-new-mode-pick-button .tasarla-label {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-intro-sidepanel {
    padding-left: 1rem;
    pointer-events: auto;
    position: absolute;
    background: #fff;
    height: 640px;
    height: 600px;
    width: 300px;
    left: 0;
    top: 0vh
}

.tasarla-intro-sidepanel .tasarla-labelled-slider+.tasarla-labelled-slider {
    margin-top: .1rem
}

.tasarla-intro-sidepanel .tasarla-labelled-slider.tasarla-grey {
    margin-top: .5rem
}

.tasarla-intro-sidepanel .tasarla-auto-layout-options {
    margin-top: 24px;
    margin-left: 40px
}

.tasarla-intro-sidepanel .tasarla-scale__container {
    padding-left: 14px
}

.tasarla-intro-background .tasarla-shaded .tasarla-first-panel .tasarla-footer--transp {
    top: -50%;
    height: 50%;
    background-color: transparent
}

.tasarla-intro-background .tasarla-shaded .tasarla-first-panel .tasarla-footer--transp .tasarla-new-mode-pick-button {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px
}

.tasarla-intro-background .tasarla-roomplanner-intro-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-new-mode-pick-button {
    background-color: #4ac2f9;
    background-color: var(--dark);
    height: 42px;
    width: 130px;
    font-weight: 600
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-new-mode-pick-button .tasarla-label {
    text-align: center;
    color: #fff;
    color: var(--light)
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-new-mode-pick-button:hover {
    opacity: .8
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-dropdown {
    margin-top: 0;
    margin-bottom: 0;
    width: 200px;
    height: 42px;
    border-color: #4ac2f9;
    border-color: var(--dark);
    border: 2px solid
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-dropdown .tasarla-dropdown__head {
    background-color: unset
}

.tasarla-intro-background .tasarla-roomplanner-intro-part .tasarla-input {
    border-color: #4ac2f9;
    border-color: var(--dark);
    border: 2px solid
}

.tasarla-shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.tasarla-shortcut-label {
    margin-top: 4px;
    font-size: 1rem;
    font-weight: 500
}

.tasarla-keys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0
}

.tasarla-keys__wasd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0
}

.tasarla-keys__wasd .tasarla-key-single {
    margin-left: 4px
}

.tasarla-plus {
    margin: 4px;
    margin-top: 6px;
    font-size: 1rem;
    font-weight: 700
}

.tasarla-key-bigger,
.tasarla-key-single {
    padding: 4px;
    background-color: #ddd;
    font-size: 1rem;
    font-weight: 500;
    color: #777;
    border-radius: 4px;
    text-align: center
}

.tasarla-key-single {
    width: 32px
}

.tasarla-key-bigger {
    width: 64px
}

.tasarla-camera-render-setings {
    background-color: #dcdcdc;
    border: 8px solid #4ac2f9;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-camera-render-setings h4 {
    cursor: pointer;
    font-weight: 600
}

.tasarla-camera-render-setings .tasarla-setting-topic {
    width: 100%
}

.tasarla-camera-render-setings .tasarla-setting-topic+.tasarla-setting-topic {
    margin-top: 20px
}

.tasarla-camera-render-setings .tasarla-labelled-slider {
    margin-top: 0;
    margin-bottom: 0
}

.tasarla-camera-render-setings .tasarla-scrollable-content-inner-items {
    padding: 8px;
    padding-bottom: 100px
}

.tasarla-image-response {
    z-index: 10000;
    position: absolute;
    right: 16px;
    top: 78px
}

.tasarla-image-response .tasarla-image-container {
    border-radius: 4px;
    position: absolute;
    right: 0;
    -webkit-transition: right 1s;
    transition: right 1s;
    background-color: #fff;
    width: calc(352px + 48px);
    height: calc(198px + 96px + 16px + 8px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-animation: tweenin .5s;
    animation: tweenin .5s
}

.tasarla-image-response .tasarla-image {
    cursor: pointer;
    margin-left: 24px;
    margin-top: 40px;
    width: 352px;
    height: 198px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute
}

.tasarla-image-response .tasarla-picture-label {
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center
}

.tasarla-image-response .tasarla-svg-icon--close {
    right: 16px;
    top: 8px;
    fill: #777;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    fill: #777
}

.tasarla-image-response .tasarla-seeExports {
    height: 40px
}

.tasarla-image-response .tasarla-image-ready {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin-bottom: 28px;
    bottom: 0;
    margin-left: 24px
}

.tasarla-image-response .tasarla-image-ready .tasarla-image-ready-text {
    line-height: 24px;
    margin-left: 8px;
    -ms-flex-item-align: center;
    align-self: center;
    font-style: italic
}

.tasarla-image-response .tasarla-image-ready .tasarla-svg-icon--check {
    width: 24px;
    height: 24px;
    background-color: #8bc24a;
    border-radius: 50%;
    fill: #fff
}

.tasarla-image-response .tasarla-new-mode-pick-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(50% - 24px);
    background-color: var(--dark-darkened);
    margin-bottom: 20px;
    margin-right: 8px
}

.tasarla-image-response .tasarla-new-mode-pick-button:hover {
    background-color: var(--dark-darkened);
    opacity: .8
}

.tasarla-image-response .tasarla-new-mode-pick-button .tasarla-label {
    text-align: center;
    color: #fff
}

@-webkit-keyframes tweenin {
    0% {
        right: -600px
    }
    100% {
        right: 0
    }
}

@keyframes tweenin {
    0% {
        right: -600px
    }
    100% {
        right: 0
    }
}

.tasarla-things-in-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: 100%
}

.tasarla-things-in-use .tasarla-scrollable {
    height: auto;
    overflow: auto;
    min-height: 100px;
    overflow-x: hidden
}

.tasarla-things-in-use .tasarla-scrollable-content-inner .tasarla-color {
    width: 30px;
    height: 30px;
    margin: 4px
}

.tasarla-things-in-use .tasarla-scrollable-content-inner .tasarla-material {
    width: 45px;
    height: 45px;
    margin: 4px
}

.tasarla-things-in-use .tasarla-scrollable-content-inner .tasarla-component {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    border-radius: 5%;
    width: calc(25% - 10px);
    height: 57px;
    margin: 5px
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner {
    margin-bottom: 3rem
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner .tasarla-component {
    position: relative;
    width: 116px;
    height: 144px
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner .tasarla-component .tasarla-title {
    font-size: .7rem;
    line-height: .7rem;
    height: 1.4rem;
    position: absolute;
    white-space: unset;
    color: #333;
    font-weight: 400;
    top: 132px;
    margin-left: 0;
    z-index: 1000
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner .tasarla-component .tasarla-svg-icon--info {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    fill: #bbb;
    opacity: .5;
    cursor: pointer
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner .tasarla-component .tasarla-svg-icon--info:hover {
    opacity: 1
}

.tasarla-things-in-use--roomplanner .tasarla-scrollable-content-inner .tasarla-component:hover .tasarla-title {
    color: #000
}

.tasarla-minimap {
    position: relative;
    background-color: #fff;
    height: 223px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 16px;
}

.tasarla-minimap polygon {
    cursor: pointer;
    fill-opacity: 1;
    -webkit-transition: fill-opacity, fill .3s;
    transition: fill-opacity, fill .3s;
    stroke-width: 0
}

.tasarla-minimap .tasarla-selected {
    stroke-width: 2px;
    stroke: #4ac2f9;
    stroke: var(--dark)
}

.tasarla-minimap .tasarla-blue {
    fill: #4ac2f9;
    fill: var(--dark);
    fill-opacity: .5
}

.tasarla-minimap .tasarla-blue:hover {
    fill-opacity: 1
}

.tasarla-minimap .tasarla-blue .tasarla-selected {
    stroke-width: 2px;
    stroke: #4ac2f9;
    stroke: var(--dark)
}

.tasarla-minimap-hovertext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin-left: 20px;
    bottom: 10px;
    font-size: 1rem;
    font-weight: 500
}

.tasarla-minimap-text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-minimap-text-name {
    margin-right: .5rem
}

.tasarla-minimap-sqt {
    font-weight: 400;
    font-size: 14px
}

.tasarla-minimap-title-and-sqt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0
}

.tasarla-north-arrow-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 16px
}

.tasarla-north-arrow-picker .tasarla-svg-icon {
    width: 70px;
    height: 70px
}

.tasarla-north-arrow-picker .tasarla-north {
    border-radius: 50%;
    background-color: none;
    cursor: pointer
}

.tasarla-north-arrow-picker .tasarla-north:hover {
    background-color: rgba(255, 255, 255, .5)
}

.tasarla-north-arrow-picker .tasarla-north--selected {
    background-color: #fff
}

.tasarla-north-arrow-picker .tasarla-north--selected:hover {
    background-color: #fff
}

.tasarla-north-arrow-container {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px
}

.tasarla-north-arrow-container .tasarla-svg-icon {
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px
}

.tasarla-north-arrow-onscreen {
    width: 96px;
    height: 96px;
    right: 16px;
    bottom: 16px;
    position: absolute;
    cursor: pointer
}

.tasarla-north-arrow-onscreen .tasarla-svg-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    width: 96px;
    height: 96px
}

@media (max-height:850px) {
    .tasarla-labelled-slider+.tasarla-labelled-slider {
        margin-top: .5rem
    }
    .tasarla-big-image {
        height: 150px;
        margin: 1.25rem
    }
    .tasarla-room-type {
        padding: .3125rem 0
    }
    .tasarla-side-bar-header-container {
        margin-bottom: .5rem
    }
    .tasarla-selected-camera-panel .tasarla-spacer--spacing-top {
        margin-top: .5rem
    }
    .tasarla-selected-camera-panel .tasarla-background-image,
    .tasarla-selected-camera-panel .tasarla-widget-container {
        margin-top: 0
    }
}

@media (max-height:600px) {
    .tasarla-sky-stuff .tasarla-scrollable__content {
        height: 200px
    }
    .tasarla-sky-stuff .tasarla-scrollable__content .tasarla-dome-default {
        width: 81px;
        height: 56px
    }
}

@media all and (max-width:700px) {
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-north-arrow-onscreen {
        width: 64px;
        height: 64px
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-north-arrow-onscreen .tasarla-svg-icon {
        width: 64px;
        height: 64px
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar .tasarla-view-settings .tasarla-switch.tasarla-nomargin--is2D {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 4rem
    }
}

@media all and (max-width:400px) {
    .tasarla-root.tasarla-root--collapsed .tasarla-north-arrow-onscreen {
        width: 64px;
        height: 64px
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-north-arrow-onscreen .tasarla-svg-icon {
        width: 64px;
        height: 64px
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar .tasarla-view-settings .tasarla-switch.tasarla-nomargin--is2D {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 4rem
    }
}

.tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-new-mode-pick-button {
    min-width: 80px
}

.tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-new-mode-pick-button .tasarla-icon {
    display: none
}

@media all and (max-width:768px) {
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
        display: none
    }
}

@media all and (max-width:468px) {
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
        display: none
    }
}

@media all and (max-width:1050px) {
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-dropdown__container--export-images .tasarla-dropdown__custom-panel-3d {
        width: unset;
        right: 0
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-dropdown__container--export-images .tasarla-dropdown__custom-panel-3d .tasarla-dropdown__custom-option {
        white-space: nowrap;
        padding-right: 1rem
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-new-mode-pick-button .tasarla-icon {
        display: none
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
        width: 100px
    }
    .tasarla-root:not(.tasarla-root--collapsed) .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button .tasarla-label {
        display: none
    }
}

@media all and (max-width:750px) {
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-dropdown__container--export-images .tasarla-dropdown__custom-panel-3d {
        width: unset;
        right: 0
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-dropdown__container--export-images .tasarla-dropdown__custom-panel-3d .tasarla-dropdown__custom-option {
        white-space: nowrap;
        padding-right: 1rem
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-right .tasarla-topbar__actions .tasarla-new-mode-pick-button .tasarla-icon {
        display: none
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
        width: 100px
    }
    .tasarla-root.tasarla-root--collapsed .tasarla-topbar__content-middle .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button .tasarla-label {
        display: none
    }
}

@media (max-width:876px) {
    .tasarla-root.tasarla-root--is3d .tasarla-floors--planner {
        min-width: 110px
    }
    .tasarla-root.tasarla-root--is3d .tasarla-floors--planner .tasarla-floors__toggle {
        width: unset
    }
    .tasarla-root.tasarla-root--is3d .tasarla-floors--planner .tasarla-floors__toggle-caption {
        display: none
    }
}

@media (max-width:700px) {
    .tasarla-root.tasarla-root--planner .tasarla-camera-viewpoints-dropdown {
        width: 150px
    }
    .tasarla-root.tasarla-root--planner .tasarla-camera-viewpoints-dropdown__panel {
        width: 150px
    }
}

.tasarla-root.tasarla-root--is3d .tasarla-floors--planner .tasarla-floors__toggle {
    margin-top: 1rem
}

.tasarla-root.tasarla-root--is3d .tasarla-floors--planner .tasarla-floors__panel {
    margin-top: 0
}

.tasarla-view-settings--viewer {
    position: relative;
    top: 0
}

.tasarla-camera-viewpoints-dropdown__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    display: inline-block;
    line-height: 2;
    vertical-align: middle
}

@media (max-width:876px) {
    .tasarla-floors--viewer {
        min-width: 110px
    }
    .tasarla-floors--viewer .tasarla-floors__toggle-caption {
        display: none
    }
}

@media (max-width:700px) {
    .tasarla-root.tasarla-root--viewer .tasarla-camera-viewpoints-dropdown {
        width: 150px
    }
    .tasarla-root.tasarla-root--viewer .tasarla-camera-viewpoints-dropdown__panel {
        width: 150px
    }
}

@media (max-width:620px) {
    .tasarla-view-settings--viewer .tasarla-switch.tasarla-nomargin.tasarla-nomargin--is2D {
        display: none
    }
    .tasarla-view-settings--viewer .tasarla-visuals-button {
        display: none
    }
}

@media (max-width:640px) {
    .tasarla-view-settings--viewer .tasarla-switch.tasarla-nomargin.tasarla-nomargin--is3D {
        position: fixed;
        bottom: 1rem;
        right: 0rem
    }
}

@media (max-width:400px) {
    .tasarla-topbar__content-middle--isViewer {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 1rem
    }
    .tasarla-topbar__content-middle--isViewer .tasarla-camera-viewpoints-dropdown {
        width: 160px
    }
    .tasarla-topbar__content-middle--isViewer .tasarla-camera-viewpoints-dropdown__panel {
        width: 160px
    }
    .tasarla-floors--viewer.tasarla-floors--notNeeded {
        display: none
    }
    .tasarla-floors--viewer {
        max-width: 200px
    }
    .tasarla-floors--viewer .tasarla-floors__panel {
        width: 300px
    }
    .tasarla-view-settings--viewer .tasarla-switch.tasarla-nomargin.tasarla-nomargin--is2D {
        display: none
    }
    .tasarla-view-settings--viewer .tasarla-visuals-button {
        display: none
    }
    .tasarla-view-settings--viewer .tasarla-switch.tasarla-nomargin.tasarla-nomargin--is3D {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 1rem;
        right: 0rem
    }
    .tasarla-root--viewer .tasarla-zoom__all {
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        margin-top: 0
    }
    .tasarla-root--viewer .tasarla-zoom .tasarla-zoom__in-out {
        display: none
    }
    .tasarla-root--viewer.tasarla-root--no-transition .tasarla-floors--viewer {
        display: none
    }
    .tasarla-root--viewer.tasarla-root--no-transition .tasarla-sun-dial-container {
        display: none
    }
}

.tasarla-svg-icon--level-1 {
    fill: #c4c4c4
}

.tasarla-svg-icon--level-2 {
    fill: #abd65f
}

.tasarla-svg-icon--level-3 {
    fill: #4ac2f9
}

.tasarla-svg-icon--level-4 {
    fill: #784ed1
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon--level-1 {
    background-color: #fff;
    fill: #c4c4c4
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon--level-2 {
    background-color: #fff;
    fill: #abd65f
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon--level-3 {
    background-color: #fff;
    fill: #4ac2f9
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon--level-4 {
    background-color: #fff;
    fill: #784ed1
}

.tasarla-user-select-disabled--reviewer .tasarla-floor-sidebar .tasarla-floor-accordeon {
    margin: 0;
    margin-bottom: 0
}

.tasarla-user-select-disabled--reviewer .tasarla-floor-sidebar .tasarla-floor-accordeon .tasarla-svg-icon--unchecked {
    background-color: #fff;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-user-select-disabled--reviewer .tasarla-review-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tasarla-user-select-disabled--reviewer .tasarla-review-divider .tasarla-svg-icon--floors {
    fill: #4ac2f9;
    fill: var(--dark);
    width: 40px;
    height: 40px
}

.tasarla-root--white-top .tasarla-topbar:before {
    background-image: unset;
    background-color: #fff
}

.tasarla-root--white-top .tasarla-topbar {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button {
    border-color: transparent
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button .tasarla-label {
    color: #000
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button--disabled {
    opacity: .2
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button:hover {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button:hover .tasarla-svg-icon {
    fill: #fff
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button:hover .tasarla-label {
    color: #fff
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button--disabled:hover {
    background: 0 0
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button--disabled:hover .tasarla-svg-icon {
    fill: #000
}

.tasarla-root--white-top .tasarla-topbar .tasarla-new-mode-pick-button--disabled:hover .tasarla-label {
    color: #000
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__nav .tasarla-svg-icon {
    fill: #000;
    opacity: .75
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__nav .tasarla-topbar__mode--active {
    after-border-bottom-color: #00f
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__nav .tasarla-topbar__mode--active .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark);
    opacity: 1
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__content .tasarla-svg-icon {
    fill: #000
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__collapse-expand-button .tasarla-svg-icon {
    fill: #fff
}

.tasarla-root--white-top .tasarla-topbar .tasarla-topbar__camera-viewpoint-container .tasarla-camera-viewpoints-dropdown__label {
    color: #000
}

.tasarla-side-bar {
    background: linear-gradient(
            225deg
            , #000000, #797878);
}

.tasarla-new-mode-pick-button .tasarla-icon .tasarla-svg-icon {
    background-color: #fff;
    fill: #252525;
}
.tasarla-topbar__brand-logo{
    display: flex;
    flex-direction: row;
    position: absolute;
    padding-top: 6px;
    padding-left: 15px;
}

.tasarla-button-paragraph {
    visibility: hidden
}

.tasarla-button-paragraph-noleft {
    visibility: hidden
}

.tasarla-margin-top-small {
    visibility: hidden
}

.tasarla-floors-label {
    visibility: hidden
}

.tasarla-topbar__nav {
    top: 53px;
    width: 358px;
    height: 60px;
}

.tasarla-topbar__nav--hidden {
    display: none
}

.tasarla-topbar-nav-temp {
    position: absolute;
    width: 300px;
    top: -36px;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-topbar-nav-temp .tasarla-topbar__header {
    top: -2px;
    position: relative
}

.tasarla-topbar__mode {
    width: 60px;
    height: 48px
}

.tasarla-topbar__mode .tasarla-svg-icon {
    height: 24px;
    width: 24px
}

.tasarla-topbar__mode--active:after {
    content: "";
    transform: rotate(
            271deg
    );
    display: block;
    position: absolute;
    right: 0;
    top: 48px;
    border-right: 8px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: -9px;
}

.tasarla-topbar__mode--bottom {
    margin-top: auto;
    margin-bottom: 60px
}

.tasarla-topbar__mode--active {
    background: #fff
}

.tasarla-topbar__mode--active .tasarla-svg-icon {
    fill: #47a7ed;
    fill: #000000;
}

.tasarla-side-bar {
    padding-right: 8px;
}

.tasarla-topbar:not(.tasarla-topbar--hidden):before {
    background: linear-gradient(296deg, #000000, #0a1b34);
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px
}

.tasarla-topbar .tasarla-svg-icon--logo-circle,
.tasarla-topbar .tasarla-svg-icon--logo-circle-branded {
    cursor: pointer;
    position: absolute;
    height: 60px;
    width: 60px;
    padding: 13px;
    margin-left: 3px;
    -webkit-transition: padding .3s;
    transition: padding .3s
}

.tasarla-topbar .tasarla-svg-icon--logo-circle-branded:hover,
.tasarla-topbar .tasarla-svg-icon--logo-circle:hover {
    padding: 11px
}

.tasarla-root--collapsed .tasarla-topbar .tasarla-svg-icon--logo-circle,
.tasarla-root--collapsed .tasarla-topbar .tasarla-svg-icon--logo-circle-branded {
    padding: 30px
}

.tasarla-topbar .tasarla-topbar__nav--patched .tasarla-topbar-nav-temp .tasarla-topbar__header {
    color: grey
}

.tasarla-topbar .tasarla-topbar__nav--patched .tasarla-topbar-nav-temp .tasarla-svg-icon {
    fill: grey
}

.tasarla-topbar .tasarla-topbar__content .tasarla-new-mode-pick-button {
    border: 2px solid transparent
}

.tasarla-topbar .tasarla-topbar__content .tasarla-new-mode-pick-button .tasarla-label {
    color: grey
}

.tasarla-topbar .tasarla-topbar__content .tasarla-new-mode-pick-button .tasarla-svg-icon {
    fill: white;
}

.tasarla-topbar .tasarla-topbar__content .tasarla-new-mode-pick-button:hover .tasarla-svg-icon {
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-topbar .tasarla-topbar__content .tasarla-new-mode-pick-button:hover .tasarla-label {
    color: #4ac2f9;
    color: var(--dark)
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__camera-viewpoint-container .tasarla-new-mode-pick-button {
    background: 0 0
}

.tasarla-side-bar {

    padding-top: 88px;

}

.tasarla-topbar__nav-submenu {
    width: 365px;
    position: fixed;
    top: 107px;

    height: 48px;

}

.tasarla-switch .tasarla-nomargin tasarla-nomargin--is2D
{
    display: none!important;
}

.tasarla-topbar__nav-submenu .tasarla-topbar__new-header {
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.1rem;
    font-weight: 700;
    width: 250px;
    position: absolute;
    line-height: 48px;
    text-transform: capitalize;
    margin-left: 13px;
}

.tasarla-topbar__nav-submenu .tasarla-svg-icon--arrow_left,
.tasarla-topbar__nav-submenu .tasarla-svg-icon--close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    fill: #444;
    position: absolute;
    right: 8px;
    top: 12px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tasarla-topbar__nav-submenu .tasarla-svg-icon--arrow_left {
    width: 32px;
    height: 32px;
    top: 8px;
    margin-top: 14px;
}

.tasarla-topbar__nav-submenu--deeper .tasarla-svg-icon--close {
    background-color: #eee
}

.tasarla-search-color-result {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 4px
}

.tasarla-input.tasarla-colors input {
    padding-left: 30px
}

.tasarla-selected-color-big {
    cursor: pointer
}

.tasarla-scroll-to-top .tasarla-new-mode-pick-button {
    border-radius: 50%
}

.tasarla-scroll-to-top .tasarla-new-mode-pick-button .tasarla-svg-icon {
    height: 24px;
    width: 24px;
    fill: #fff;
    margin-left: 0;
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-scroll-to-top {
    position: unset;
    right: unset;
    bottom: unset
}

.tasarla-label-and-switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasarla-label-and-switch--added-spacing-bottom {
    margin-bottom: 12px;
    padding-top: 12px
}

.tasarla-item {
    position: relative;
    background-position: center 0
}



.tasarla-item--wider {
    margin-bottom: 27px;
    height: 144px;
    width: 138px;
}

.tasarla-material-big-thumb-for-default {
    height: 64px
}

.tasarla-favorite-maker .tasarla-svg-icon--star,
.tasarla-favorite-maker .tasarla-svg-icon--star-full,
.tasarla-item .tasarla-svg-icon--star,
.tasarla-item .tasarla-svg-icon--star-full {
    width: 20px;
    height: 20px;
    position: absolute;
    fill: #bbb;
    opacity: .5;
    right: 0;
    margin: 2px
}

.tasarla-favorite-maker .tasarla-svg-icon--star-full:hover,
.tasarla-favorite-maker .tasarla-svg-icon--star:hover,
.tasarla-item .tasarla-svg-icon--star-full:hover,
.tasarla-item .tasarla-svg-icon--star:hover {
    opacity: .8
}

.tasarla-favorite-maker .tasarla-svg-icon--star-full,
.tasarla-item .tasarla-svg-icon--star-full {
    fill: #4ac2f9;
    fill: var(--dark);
    opacity: .6
}

.tasarla-favorite-maker .tasarla-svg-icon--star:hover,
.tasarla-item .tasarla-svg-icon--star:hover {
    mix-blend-mode: difference
}

.tasarla-favorite-maker .tasarla-svg-icon--info,
.tasarla-item .tasarla-svg-icon--info {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    fill: #bbb;
    opacity: .5
}

.tasarla-favorite-maker .tasarla-svg-icon--info:hover,
.tasarla-item .tasarla-svg-icon--info:hover {
    opacity: 1
}

.tasarla-dropdown {
    border: 1px solid #d8d8d8
}

.tasarla-double-dropdown {
    height: 40px
}

.tasarla-double-dropdown .tasarla-dropdown {
    border: 1px solid transparent
}

.tasarla-show-favorites-switch {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #d8d8d8
}

.tasarla-show-favorites-switch .tasarla-svg-icon {
    padding: 8px;
    width: 36px;
    height: 36px;
    fill: #4ac2f9;
    fill: var(--dark)
}

.tasarla-favorites-and-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px
}

.tasarla-scrollable-content-favorite-color .tasarla-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 4px
}

.tasarla-side-bar .tasarla-new-mode-pick-button+.tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-swappable-container+.tasarla-swappable-container .tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-swappable-container+.tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-swappable-container+.tasarla-width100 .tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-row+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--10of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--11of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--12of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--1of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--2of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--3of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--4of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--5of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--6of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--7of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--8of12+.tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--9of12+.tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-row+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--10of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--11of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--12of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--1of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--2of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--3of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--4of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--5of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--6of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--7of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--8of12+.tasarla-swappable-container .tasarla-new-mode-pick-button,
.tasarla-side-bar .tasarla-row--9of12+.tasarla-swappable-container .tasarla-new-mode-pick-button {
    border-top: 1px solid transparent
}

.tasarla-side-bar .tasarla-new-mode-pick-button--opened {
    border-bottom: 1px solid transparent
}

.tasarla-side-bar .tasarla-new-mode-pick-button+.tasarla-labelled-slider {
    margin-top: .5rem
}

.tasarla-side-bar .tasarla-labelled-slider+.tasarla-labelled-slider {
    margin-top: .5rem
}

.tasarla-side-bar .tasarla-labelled-slider+.tasarla-new-mode-pick-button {
    margin-top: 1rem
}

.tasarla-empty-row {
    height: 48px
}

.tasarla-dropdown-list {
    margin-top: 12px
}

.tasarla-dropdown-list .tasarla-dropdown+.tasarla-dropdown {
    margin-top: 12px
}

.tasarla-dropdown {
    border-radius: 6px
}

.tasarla-dulux-container {
    margin-top: 18px;
    margin-bottom: 18px
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-middle .tasarla-project-name {
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-left {
    margin-left: -52px;
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-left .tasarla-svg-icon--redo,
.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-left .tasarla-svg-icon--undo {
    height: 28px;
    width: 28px
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-left .tasarla-new-mode-pick-button {
    margin: 6px
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-right .tasarla-new-mode-pick-button {
    background-color: #8b8b8b;
    border-radius: 3px;
    height: 38px;
    min-height: 38px;
    border: unset
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-right .tasarla-new-mode-pick-button .tasarla-label {
    line-height: 38px;
    color: #fff
}

.tasarla-topbar .tasarla-topbar__content .tasarla-topbar__content-right .tasarla-new-mode-pick-button .tasarla-svg-icon {
    fill: #fff
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container {
    position: absolute;
    left: 60px
}

.tasarla-root--collapsed .tasarla-topbar .tasarla-floor-dropdown-and-panel-container {
    left: -300px
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel {
    display: none
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-new-mode-pick-button {
    max-height: 40px
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-row {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-row .tasarla-svg-icon--settings {
    cursor: pointer;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    fill: #d3d3d3;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-row .tasarla-svg-icon--settings:hover {
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-name {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-name:hover {
    color: #555
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-name--selected {
    color: #47a7ed;
    color: var(--dark-darkened);
    font-weight: 700
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel .tasarla-floor-dropdown-name--selected:hover {
    color: #47a7ed;
    color: var(--dark-darkened)
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel--opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    width: calc(100% - 26px);
    background-color: #fff;
    height: 0;
    z-index: 1000;
    position: absolute;
    left: 13px;
    top: 45px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-floor-dropdown-panel--opened {
    min-height: calc(96px + 24px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 26px
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-new-floor-dropdown-head {
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    width: 276px;
    border-radius: 6px;
    margin: 12px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    -webkit-transition: left .3s;
    transition: left .3s;
    z-index: 1001;
    position: relative
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-new-floor-dropdown-head span {
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 36px;
    margin-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 85%
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-new-floor-dropdown-head .tasarla-svg-icon--arrow-down {
    fill: #47a7ed;
    fill: var(--dark-darkened);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: 6px;
    right: 6px
}

.tasarla-topbar .tasarla-floor-dropdown-and-panel-container .tasarla-new-floor-dropdown-head--opened .tasarla-svg-icon--arrow-down {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.tasarla-floorlayers-and-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tasarla-floorlayers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 96px
}

.tasarla-floorlayers-container .tasarla-floor-layer {
    width: 48px;
    background-color: #f9f8f7;
    height: 100%;
    margin-top: 2px
}

.tasarla-floorlayers-container .tasarla-floor-layer--active {
    background-color: #4ac2f9;
    background-color: var(--dark)
}

.tasarla-visuals-button--active:hover .tasarla-svg-icon {
    fill: #fff;
    opacity: .5
}

.tasarla-slider-with-input {
    line-height: 48px
}

.tasarla-slider-label {
    position: absolute
}

.tasarla-slider-with-input .tasarla-scale__container {
    margin-top: 7px
}

.tasarla-input {
    line-height: 48px
}

.tasarla-favorites-and-search .tasarla-input {
    line-height: unset
}

.tasarla-make-roomstyle-container {
    height: 170px
}

.tasarla-blue-design-button .tasarla-new-mode-pick-button {
    width: 100px;
    height: 34px;
    min-height: 34px;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #d8d8d8
}

.tasarla-blue-design-button .tasarla-new-mode-pick-button--arrow-and-label .tasarla-label {
    font-size: .8rem;
    padding-right: unset
}

.tasarla-blue-design-button .tasarla-new-mode-pick-button .tasarla-label {
    line-height: 34px;
    padding-left: 8px
}

.tasarla-blue-design-button .tasarla-new-mode-pick-button .tasarla-svg-icon {
    fill: #fff
}

.tasarla-side-bar .tasarla-new-mode-pick-button .tasarla-svg-icon--delete {
    fill: red
}

.tasarla-design-all-or-new-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tasarla-design-thumb {
    width: 120px;
    height: 90px;
    background-color: #f9f8f7;
    margin: 6px;
    cursor: pointer;
    position: relative
}

.tasarla-design-thumb .tasarla-design-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    pointer-events: none
}

.tasarla-design-thumb .tasarla-thumb-img {
    height: 100%;
    background-size: contain;
    border: 2px solid transparent;
    background-repeat: no-repeat
}

.tasarla-design-thumb .tasarla-thumb-img--selected {
    border-color: #47a7ed;
    border-color: var(--dark-darkened)
}

.tasarla-design-thumb .tasarla-svg-icon {
    margin-left: 36px;
    margin-top: 21px;
    fill: #47a7ed;
    fill: var(--dark-darkened);
    width: 48px;
    height: 48px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.tasarla-design-thumb:hover .tasarla-svg-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tasarla-dropdown__head {
    margin-left: 0
}

.tasarla-dropdown__head span {
    margin-left: 12px
}

.tasarla-dropdown__head .tasarla-dropdown__img {
    width: 34px;
    height: 34px
}

.tasarla-selected-surface-panel .tasarla-dropdown {
    margin-left: 0;
    margin-right: 0
}

.tasarla-selected-surface-panel .tasarla-area-drawing {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #fff
}

.tasarla-selected-surface-panel .tasarla-area-drawing svg {
    background-color: transparent
}

.tasarla-wallside-picker {
    margin-top: 17px;
}

.tasarla-wallside-picker .tasarla-wallside {
    text-transform: capitalize;
    height: 32px;
    line-height: 32px;
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    color: #fff;
    font-size: 14px
}

.tasarla-wallside-picker .tasarla-wallside--disabled {
    color: #222;
    background-color: #ddd
}

.tasarla-wallside-picker .tasarla-wallside--left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.tasarla-wallside-picker .tasarla-wallside--right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.tasarla-wallcanvas-and-tab {
    margin-top: 0
}

.tasarla-big-image {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 0;
    margin-bottom: 0p
}

.tasarla-complementary--unloaded,
.tasarla-selected-color-big--unloaded {
    background-color: #f9f8f7;
    opacity: 1
}

.tasarla-wallside-popup-container {
    left: 0
}

.tasarla-input--file {
    line-height: 24px
}

.tasarla-selected-wall-panel .tasarla-material-thumb-container .tasarla-material-big-thumb {
    position: relative;
    margin-top: 16px;
    width: 100%;
    height: 100px;
    background-color: red
}

.tasarla-selected-wall-panel .tasarla-material-thumb-container .tasarla-material-name {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-left: 8px;
    padding-top: 8px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

.tasarla-selected-wall-panel .tasarla-material-thumb-container .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    cursor: pointer
}

.tasarla-selected-wall-panel .tasarla-material-thumb-container .tasarla-svg-icon:hover {
    background: #fff
}

.tasarla-selected-wall-panel .tasarla-material-thumb-container .tasarla-svg-icon--delete {
    top: 6px;
    right: 6px
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container {
    position: relative
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container .tasarla-svg-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    cursor: pointer
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container .tasarla-svg-icon:hover {
    background: #fff
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container .tasarla-svg-icon--delete {
    top: 6px;
    right: 6px
}

.tasarla-selected-surface-panel .tasarla-material-thumb-container .tasarla-svg-icon--settings {
    bottom: 6px;
    right: 6px;
    fill: #47a7ed;
    fill: var(--dark-darkened)
}

.tasarla-minimap svg {
    margin-left: 14px
}

.tasarla-minimap-active-design-and-sqm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tasarla-minimap-active-design-and-sqm .tasarla-minimap-explanation {
    line-height: 20px
}

.tasarla-minimap-active-design-and-sqm .tasarla-minimap-sqt {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.tasarla-minimap-active-design-and-sqm .tasarla-minimap-sqt--interactive {
    cursor: pointer
}

.tasarla-minimap-area-and-blue-button {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

.tasarla-minimap-and-designame {
    position: relative
}

.tasarla-minimap-and-designame .tasarla-designname {
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 1rem;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tasarla-selected-surface-panel .tasarla-bdf-list-room-type-sets__dropdown {
    margin-left: 1rem;
    margin-right: 1rem
}

.tasarla-minimap-title-and-sqt {
    top: 65px;
    margin-left: 9px;
    z-index: 1000;
    pointer-events: none;
    width: 255px;
}

.tasarla-minimap-explanation {
    margin-bottom: 1px;
    font-size: 12px;
    color: #d6d6d6;
}

.tasarla-minimap-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    color: #d6d6d6;
}

.tasarla-topbar .tasarla-line2 .tasarla-new-mode-pick-button {
    border-radius: 3px
}

.tasarla-topbar .tasarla-line2 .tasarla-new-mode-pick-button .tasarla-svg-icon {
    fill: #fff
}

.tasarla-topbar .tasarla-line2 .tasarla-new-mode-pick-button .tasarla-label {
    color: #fff
}

.tasarla-topbar .tasarla-line2 .tasarla-new-mode-pick-button:hover .tasarla-label {
    color: #fff
}

.tasarla-topbar__content .tasarla-line2 .tasarla-new-mode-pick-button {
    background-color: #47a7ed;
    background-color: var(--dark-darkened)
}

.tasarla-topbar__content .tasarla-line2 .tasarla-new-mode-pick-button:hover .tasarla-svg-icon {
    fill: #fff
}

.tasarla-topbar__content .tasarla-line2 .tasarla-new-mode-pick-button:hover .tasarla-label {
    color: #fff
}

.tasarla-save-and-saveas .tasarla-saveas__container {
    background-color: #fff
}

.tasarla-save-and-saveas .tasarla-caption {
    margin-right: 8px
}

.tasarla-big-image__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    bottom: unset;
    top: -40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    overflow: hidden;
    vertical-align: middle
}

.tasarla-selected-item-panel .tasarla-surface-header,
.tasarla-selected-surface-panel .tasarla-surface-header,
.tasarla-selected-wall-panel .tasarla-surface-header {
    width: 275px;
    position: fixed;
    top: 109px;
}
.tasarla-color-materialpicker-container .tasarla-switch{
    flex-direction: row;

}

.tasarla-design-history-header .tasarla-onoffswitch__wrapper{
    display: none!important;
}

.tasarla-side-bar .tasarla-switch{
    flex-direction: row;
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-surface-name-and-sqm,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-surface-name-and-sqm,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-surface-name-and-sqm {
    position: relative;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;

}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-name,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-name,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-name {
    font-weight: 500
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-sqm,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-sqm,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-surface-name-and-sqm .tasarla-surface-sqm {
    font-weight: 400;
    font-size: .8rem
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-item-type,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-item-type,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-item-type {
    font-size: 12px;
    margin-left: 16px
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-item-name,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-item-name,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-item-name {
    line-height: 16px;
    margin-top: 9px;
    font-weight: 500;
    font-size: 1rem;
    margin-left: 16px;
    color: #fff;
}
.tasarla-item--bigger
{
    background-position: center;
}

.tasarla-selected-item-panel .tasarla-surface-header .tasarla-surface-submode-name,
.tasarla-selected-surface-panel .tasarla-surface-header .tasarla-surface-submode-name,
.tasarla-selected-wall-panel .tasarla-surface-header .tasarla-surface-submode-name {
    position: absolute;
    top: 5px;
    right: 48px;
    font-weight: 500
}

.tasarla-labelled-slider {
    position: relative
}

.tasarla-zoom__button--active .tasarla-svg-icon--edit-3d {
    border-radius: 6px;
    background-color: #47a7ed;
    background-color: var(--dark-darkened);
    fill: #fff
}

.tasarla-flex10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-selected-wall-ui {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tasarla-height100 {
    height: 100%
}

.tasarla-height20px {
    height: 60px
}


.cpyright{
    z-index: 999999;
    position: absolute;
    bottom: 10px;
    left: 0px;
    flex: 1 0 50%;
    padding-inline: 15px;
    max-width: 50%;
    line-height: 1.2;
}

.copy-sec {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    color: black;
    font-weight: 500;
}

.copy-sec img {
    width: 40px;
}