﻿body {
    overflow-x: hidden;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 0px;
    font-family: 'FbAbsolutiHeb-Light';
    background-color: #f8f8f8;
}

.formStyleGlobal {
    width: 100%;
}


#1d1b18a6-4814-44d8-a52b-096eadf6ce1c {
    max-width: 778px;
}

.contractstatement .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container {
    display: table-row;
    grid-template-columns: repeat(3, 1fr);
}

.richtext {
    display: flex;
}

.radiobuttonlist label {
/*    min-width: 100px;*/
    display: inline-block;
    text-align: right;
    text-wrap: nowrap;
}

.umbraco-forms-fieldset .row-fluid legend
{
    font-size: 16px;
}
.formStyleGlobal .radiobuttonlist
{
    font-size: 16px;
}

.formStyleGlobal .radiobuttonlist {
    display: flex;
    align-items: center;
}
.formStyleGlobal .rent1_identity .radiobuttonlist ,
.formStyleGlobal .rent2_identity .radiobuttonlist {
    display: flex;
}
.umbraco-forms-field-wrapper {
    text-align: right;
}
.umbraco-forms-caption {
    color: var(--Blue, #29ABE2);
    text-align: right;
    font-size: 21px;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}
.umbraco-forms-fieldset .row-fluid legend {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: right;
    width: auto;
    color: #4D4D4D;
}

#signaturePlaceholder {
    height: 127px;
    width: 300px;
    position: relative;
    margin-top: 0%;
    margin-bottom: 0%;
}
.singlechoice {
    display:flex;
}
.statementchild2 {
    flex-direction: column;
}

.contractstatement .currencytype {
    margin-right: -51%;
    margin-top: 6%;
}
/*.umbraco-forms-fieldset:nth-of-type(9) .umbraco-forms-container {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}*/
#signaturePlaceholder canvas {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #29ABE2;
    display: block;
    position: absolute;
}
.rentapartment .radiobuttonlist {
    display: block;
}


.rentapartment {
    display: flex;
    flex-direction: column;
}