.cheque-info, .cheque-fields {
width: 100%;
background-color: #fff;
padding: 32px;
border-radius: 16px;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.cheque-info .payment {
background-color: #eee;
border-radius: 4px;
padding: 10px 20px;
}
.cheque-info.cheque-calculator{
margin: 20px auto;
max-width: 30em;
}
.westaweb-output-wrapper, .westaweb-input-wrapper {
width: 100%;
padding: 12px;
border-radius: 8px;
border: 1px solid #9DABC5;
margin-bottom: 20px;
}
.output-row, .input-row {
padding: 4px 8px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 8px;
color: #23417D;
}
.cheque-product-calculator.westaweb-hidden {
display: none;
}
.westaweb-heading {
margin-top: 0 !important;
margin-bottom: 40px !important;
}
.westaweb-checkbox:checked,
.westaweb-checkbox:not(:checked) {
display: none;
width: 0;
height: 0;
visibility: hidden;
}
.westaweb-checkbox:checked + label,
.westaweb-checkbox:not(:checked) + label{
position: relative;
display: inline-block;
padding: 10px 20px;
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 10px 1px;
text-align: center;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.westaweb-checkbox:not(:checked) + label{
color: rgb(35, 65, 125);
background-color: #fff;
border: 1px solid rgb(157, 171, 197);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.westaweb-checkbox:checked + label{
border: 1px solid rgb(8, 161, 93);
background-color: rgb(233, 248, 239);
color: rgb(8, 161, 93);
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}
.westaweb-checkbox:not(:checked) + label:hover{
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.input-row .title,
.output-row .title{
font-family: inherit;
text-wrap: nowrap;
margin: 0;
}
.cheque-custom-order-calculator .westaweb-input-wrapper .value {
width: 50%;
}
.cheque-calculator input, .cheque-calculator select {
padding: 8px 10px;
border-radius: 6px;
border: 1px solid #9DABC5;
width: 100%;
font-family: inherit;
}
.rule-msg {
color: rgb(161 8 8)
}.untselect-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.untselect-container .untselect-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.untselect-container .untselect-selection--single .untselect-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.untselect-container .untselect-selection--single .untselect-selection__clear{position:relative}.untselect-container[dir="rtl"] .untselect-selection--single .untselect-selection__rendered{padding-right:8px;padding-left:20px}.untselect-container .untselect-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.untselect-container .untselect-selection--multiple .untselect-selection__rendered{overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.untselect-container .untselect-search--inline{float:left}.untselect-container .untselect-search--inline .untselect-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.untselect-container .untselect-search--inline .untselect-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.untselect-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.untselect-results{display:block}.untselect-results__options{list-style:none;margin:0;padding:0}.untselect-results__option{padding:6px;user-select:none;-webkit-user-select:none}.untselect-results__option[aria-selected]{cursor:pointer}.untselect-container--open .untselect-dropdown{left:0}.untselect-container--open .untselect-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.untselect-container--open .untselect-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.untselect-search--dropdown{display:block;padding:4px}.untselect-search--dropdown .untselect-search__field{padding:4px;width:100%;box-sizing:border-box}.untselect-search--dropdown .untselect-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.untselect-search--dropdown.untselect-search--hide{display:none}.untselect-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.untselect-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.untselect-container--default .untselect-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.untselect-container--default .untselect-selection--single .untselect-selection__rendered{color:#444;line-height:28px}.untselect-container--default .untselect-selection--single .untselect-selection__clear{cursor:pointer;float:right;font-weight:bold}.untselect-container--default .untselect-selection--single .untselect-selection__placeholder{color:#999}.untselect-container--default .untselect-selection--single .untselect-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.untselect-container--default .untselect-selection--single .untselect-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.untselect-container--default[dir="rtl"] .untselect-selection--single .untselect-selection__clear{float:left}.untselect-container--default[dir="rtl"] .untselect-selection--single .untselect-selection__arrow{left:1px;right:auto}.untselect-container--default.untselect-container--disabled .untselect-selection--single{background-color:#eee;cursor:default}.untselect-container--default.untselect-container--disabled .untselect-selection--single .untselect-selection__clear{display:none}.untselect-container--default.untselect-container--open .untselect-selection--single .untselect-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.untselect-container--default .untselect-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.untselect-container--default .untselect-selection--multiple .untselect-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.untselect-container--default .untselect-selection--multiple .untselect-selection__rendered li{list-style:none}.untselect-container--default .untselect-selection--multiple .untselect-selection__placeholder{color:#999;margin-top:5px;float:left}.untselect-container--default .untselect-selection--multiple .untselect-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.untselect-container--default .untselect-selection--multiple .untselect-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.untselect-container--default .untselect-selection--multiple .untselect-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.untselect-container--default .untselect-selection--multiple .untselect-selection__choice__remove:hover{color:#333}.untselect-container--default[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice,.untselect-container--default[dir="rtl"] .untselect-selection--multiple .untselect-selection__placeholder,.untselect-container--default[dir="rtl"] .untselect-selection--multiple .untselect-search--inline{float:right}.untselect-container--default[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice{margin-left:5px;margin-right:auto}.untselect-container--default[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice__remove{margin-left:2px;margin-right:auto}.untselect-container--default.untselect-container--focus .untselect-selection--multiple{border:solid black 1px;outline:0}.untselect-container--default.untselect-container--disabled .untselect-selection--multiple{background-color:#eee;cursor:default}.untselect-container--default.untselect-container--disabled .untselect-selection__choice__remove{display:none}.untselect-container--default.untselect-container--open.untselect-container--above .untselect-selection--single,.untselect-container--default.untselect-container--open.untselect-container--above .untselect-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.untselect-container--default.untselect-container--open.untselect-container--below .untselect-selection--single,.untselect-container--default.untselect-container--open.untselect-container--below .untselect-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.untselect-container--default .untselect-search--dropdown .untselect-search__field{border:1px solid #aaa}.untselect-container--default .untselect-search--inline .untselect-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.untselect-container--default .untselect-results>.untselect-results__options{max-height:200px;overflow-y:auto}.untselect-container--default .untselect-results__option[role=group]{padding:0}.untselect-container--default .untselect-results__option[aria-disabled=true]{color:#999}.untselect-container--default .untselect-results__option[aria-selected=true]{background-color:#ddd}.untselect-container--default .untselect-results__option .untselect-results__option{padding-left:1em}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__group{padding-left:0}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__option{margin-left:-1em;padding-left:2em}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option{margin-left:-2em;padding-left:3em}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option{margin-left:-3em;padding-left:4em}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option{margin-left:-4em;padding-left:5em}.untselect-container--default .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option .untselect-results__option{margin-left:-5em;padding-left:6em}.untselect-container--default .untselect-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.untselect-container--default .untselect-results__group{cursor:default;display:block;padding:6px}.untselect-container--classic .untselect-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.untselect-container--classic .untselect-selection--single:focus{border:1px solid #5897fb}.untselect-container--classic .untselect-selection--single .untselect-selection__rendered{color:#444;line-height:28px}.untselect-container--classic .untselect-selection--single .untselect-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.untselect-container--classic .untselect-selection--single .untselect-selection__placeholder{color:#999}.untselect-container--classic .untselect-selection--single .untselect-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.untselect-container--classic .untselect-selection--single .untselect-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.untselect-container--classic[dir="rtl"] .untselect-selection--single .untselect-selection__clear{float:left}.untselect-container--classic[dir="rtl"] .untselect-selection--single .untselect-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.untselect-container--classic.untselect-container--open .untselect-selection--single{border:1px solid #5897fb}.untselect-container--classic.untselect-container--open .untselect-selection--single .untselect-selection__arrow{background:transparent;border:none}.untselect-container--classic.untselect-container--open .untselect-selection--single .untselect-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.untselect-container--classic.untselect-container--open.untselect-container--above .untselect-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.untselect-container--classic.untselect-container--open.untselect-container--below .untselect-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.untselect-container--classic .untselect-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.untselect-container--classic .untselect-selection--multiple:focus{border:1px solid #5897fb}.untselect-container--classic .untselect-selection--multiple .untselect-selection__rendered{list-style:none;margin:0;padding:0 5px}.untselect-container--classic .untselect-selection--multiple .untselect-selection__clear{display:none}.untselect-container--classic .untselect-selection--multiple .untselect-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.untselect-container--classic .untselect-selection--multiple .untselect-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.untselect-container--classic .untselect-selection--multiple .untselect-selection__choice__remove:hover{color:#555}.untselect-container--classic[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice{float:right}.untselect-container--classic[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice{margin-left:5px;margin-right:auto}.untselect-container--classic[dir="rtl"] .untselect-selection--multiple .untselect-selection__choice__remove{margin-left:2px;margin-right:auto}.untselect-container--classic.untselect-container--open .untselect-selection--multiple{border:1px solid #5897fb}.untselect-container--classic.untselect-container--open.untselect-container--above .untselect-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.untselect-container--classic.untselect-container--open.untselect-container--below .untselect-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.untselect-container--classic .untselect-search--dropdown .untselect-search__field{border:1px solid #aaa;outline:0}.untselect-container--classic .untselect-search--inline .untselect-search__field{outline:0;box-shadow:none}.untselect-container--classic .untselect-dropdown{background-color:#fff;border:1px solid transparent}.untselect-container--classic .untselect-dropdown--above{border-bottom:none}.untselect-container--classic .untselect-dropdown--below{border-top:none}.untselect-container--classic .untselect-results>.untselect-results__options{max-height:200px;overflow-y:auto}.untselect-container--classic .untselect-results__option[role=group]{padding:0}.untselect-container--classic .untselect-results__option[aria-disabled=true]{color:grey}.untselect-container--classic .untselect-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.untselect-container--classic .untselect-results__group{cursor:default;display:block;padding:6px}.untselect-container--classic.untselect-container--open .untselect-dropdown{border-color:#5897fb}