.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.loading[data-v-2abb2499]{flex-flow:column;min-height:20vh}.bounce[data-v-2abb2499],.loading[data-v-2abb2499]{display:flex;justify-content:center;align-items:center}.bounce[data-v-2abb2499]{width:100%;height:100%;font:normal 700 1.3rem Product Sans,sans-serif;white-space:nowrap}.letter[data-v-2abb2499]{animation:bounce-2abb2499 .75s cubic-bezier(.05,0,.2,1) infinite alternate;display:inline-block;transform:translateZ(0);margin-top:.5em;text-shadow:rgba(0,0,0,.4) 0 0 .01em;font:normal 700 1.3rem Product Sans,sans-serif}.letter[data-v-2abb2499]:first-child{animation-delay:0s;color:#409fd5}.letter[data-v-2abb2499]:nth-child(2){animation-delay:.0625s;color:#42a1d5}.letter[data-v-2abb2499]:nth-child(3){animation-delay:.125s;color:#2a86c7}.letter[data-v-2abb2499]:nth-child(4){animation-delay:.1875s;color:#2583c5}.letter[data-v-2abb2499]:nth-child(5){animation-delay:.25s;color:#2a87c8}.letter[data-v-2abb2499]:nth-child(6){animation-delay:.3125s;color:#3797d1}.letter[data-v-2abb2499]:nth-child(7){animation-delay:.375s;color:#2a86c7}.letter[data-v-2abb2499]:nth-child(8){animation-delay:.4375s;color:#2784c6}@keyframes bounce-2abb2499{0%{transform:translateZ(0);text-shadow:rgba(0,0,0,.4) 0 0 .01em}to{transform:translate3d(0,-1em,0);text-shadow:rgba(0,0,0,.4) 0 1em .55em}}form .v-label[data-v-0f60e574]{font-size:11px!important}@media only screen and (max-width:1369px){form .v-label[data-v-0f60e574]{font-size:10px!important}}form .v-input[data-v-0f60e574],form .v-select[data-v-0f60e574]{font-size:14px!important}@media only screen and (max-width:1369px){form .v-input[data-v-0f60e574],form .v-select[data-v-0f60e574]{font-size:12px!important}}.v-btn[data-v-0f60e574]{background:#004aae!important;color:#fff;transition:background-color .3s ease}.v-btn[data-v-0f60e574]:hover{background:#e9b44e!important}.v-footer[data-v-0f60e574]{display:flex;justify-content:center}.v-skeleton-loader[data-v-0f60e574]{border-radius:0}.editBox .v-text-field[data-v-0f60e574]{height:45px!important;margin-top:-15px}.editBox .v-text-field fieldset[data-v-0f60e574]{border:none!important}.v-picker .v-btn[data-v-0f60e574]{background:#fff!important}.pagination-button[data-v-0f60e574]{display:flex;list-style:none;padding-left:0;justify-content:space-between}.pagination-button[data-v-0f60e574],.table-heading[data-v-0f60e574]{border:1px solid #1c095d;margin-bottom:0;padding:10px;align-items:center}.tableborder[data-v-0f60e574]{border:1px solid #1c095d;margin-bottom:0;align-items:center}.pagination-button[data-v-0f60e574]{border-top:0;padding:5px 10px}.table-heading[data-v-0f60e574]{border-bottom:0}.linkbtn[data-v-0f60e574]{text-decoration:none}.positiveColor[data-v-0f60e574]{background:green;color:#fff;display:block;padding:5px}.negativeColor[data-v-0f60e574]{background:red;color:#fff;display:block;padding:5px}.contain[data-v-0f60e574]{max-width:1266px}#editor-1 iframe[data-v-0f60e574]{height:calc(100vh - 250px)!important}.slick-next[data-v-0f60e574]{right:40px!important}.slick-prev[data-v-0f60e574]{left:30px!important;z-index:9}.slick-next[data-v-0f60e574]:before,.slick-prev[data-v-0f60e574]:before{font-size:40px!important;color:#fff!important;opacity:1!important}.v-input__icon--prepend-inner .material-icons[data-v-0f60e574]{font-size:18px!important}.label100 .v-label[data-v-0f60e574]{width:100%!important;display:flex;justify-content:space-between}.iconText fieldset[data-v-0f60e574]{border:none!important}.iconText .v-text-field[data-v-0f60e574]{margin-left:-13px;margin-top:-7px!important}.v-icon[data-v-0f60e574]{font-size:20px!important}@media only screen and (max-width:1369px){.v-icon[data-v-0f60e574]{font-size:18px!important}}table td[data-v-0f60e574],table th[data-v-0f60e574]{font-size:14px!important;padding:10px 12px!important}@media only screen and (max-width:1369px){table td[data-v-0f60e574],table th[data-v-0f60e574]{font-size:12px!important}}h3[data-v-0f60e574]{font-size:16px}.v-btn__content[data-v-0f60e574]{font-size:12px!important}.offmarket .iconText .v-text-field[data-v-0f60e574]{width:100%}.offmarket .iconText .v-text-field input[data-v-0f60e574],.offmarket .iconText .v-text-field textarea[data-v-0f60e574]{border:1px solid #e6e6e6!important;min-height:50px;padding:10px}.offmarket .iconText .v-select__slot[data-v-0f60e574]{border:1px solid #e6e6e6!important;padding-left:10px;padding-right:10px}.offmarket .iconText .v-select__selections input[data-v-0f60e574]{display:none}.cardIcon[data-v-0f60e574]{cursor:pointer}.dashboardCard[data-v-0f60e574]{display:flex;width:100%;flex-wrap:wrap}.dashboardCard div[data-v-0f60e574]{width:23%;border-radius:10px;display:flex;flex-flow:column;justify-content:center;align-items:center;height:120px;box-shadow:0 3px 10px #e9e8e8;margin-bottom:20px;margin:10px}.dashboardCard div h1[data-v-0f60e574]{color:#0b5e8b}.dashboardCard div strong[data-v-0f60e574]{font-size:35px;color:#1c095d}.filterDropdown[data-v-0f60e574]{display:inline-block;text-align:left;position:relative}.filterDropdown:hover ul[data-v-0f60e574]{display:block}.filterDropdown div[data-v-0f60e574]{width:250px;border:1px solid #efefef;padding:10px}.filterDropdown .v-icon[data-v-0f60e574]{font-size:18px}.filterDropdown ul[data-v-0f60e574]{position:absolute;top:100%;width:250px;list-style:none;padding-left:0;z-index:999;display:none;margin-bottom:0}.filterDropdown ul li[data-v-0f60e574]{padding:10px 15px;box-shadow:0 2px 3px #efefef;background:#fff;cursor:pointer}.tablePostcode[data-v-0f60e574]{border:1px solid #c8c3c3;padding:10px;margin:15px;border-radius:10px}.tablePostcode h1[data-v-0f60e574]{font-size:20px}.tablePostcode th[data-v-0f60e574]{font-size:16px!important}.searchBox[data-v-0f60e574]{width:20%}.activeCard[data-v-0f60e574]{background:#2583c5}.activeCard h1[data-v-0f60e574],.activeCard strong[data-v-0f60e574]{color:#fff!important}.v-input--selection-controls{margin-top:16px;padding-top:4px}.v-input--selection-controls>.v-input__append-outer,.v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.v-input--selection-controls .v-input__slot,.v-input--selection-controls .v-radio{cursor:pointer}.v-input--selection-controls .v-input__slot>.v-label,.v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input .v-icon{width:100%}.v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.v-input--selection-controls__input input[role=checkbox],.v-input--selection-controls__input input[role=radio],.v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.v-input--selection-controls.v-input{flex:0 1 auto}.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:inherit}.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.theme--light.v-input--switch .v-input--switch__thumb{color:#fff}.theme--light.v-input--switch .v-input--switch__track{color:rgba(0,0,0,.38)}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#fafafa!important}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:rgba(0,0,0,.12)!important}.theme--dark.v-input--switch .v-input--switch__thumb{color:#bdbdbd}.theme--dark.v-input--switch .v-input--switch__track{color:hsla(0,0%,100%,.3)}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#424242!important}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:hsla(0,0%,100%,.1)!important}.v-input--switch__thumb,.v-input--switch__track{background-color:currentColor;pointer-events:none;transition:inherit}.v-input--switch__track{border-radius:8px;width:36px;height:14px;left:2px;position:absolute;opacity:.6;right:2px;top:calc(50% - 7px)}.v-input--switch__thumb{border-radius:50%;top:calc(50% - 10px);height:20px;position:relative;width:20px;display:flex;justify-content:center;align-items:center;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__input{width:38px;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__ripple{top:calc(50% - 24px)}.v-input--switch.v-input--dense .v-input--switch__thumb{width:18px;height:18px}.v-input--switch.v-input--dense .v-input--switch__track{height:12px;width:32px}.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{height:22px;width:44px;top:calc(50% - 12px);left:-3px}.v-input--switch.v-input--dense .v-input--selection-controls__ripple{top:calc(50% - 22px)}.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input{opacity:.6}.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{left:-14px}.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{left:-12px}.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)}.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{right:-14px}.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{right:-12px}.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(-20px)}.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-input--switch--inset .v-input--selection-controls__input,.v-input--switch--inset .v-input--switch__track{width:48px}.v-input--switch--inset .v-input--switch__track{border-radius:14px;height:28px;left:-4px;opacity:.32;top:calc(50% - 14px)}.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{transform:translate(0)!important}.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{transform:translate(-6px)!important}.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)!important}.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(-26px)!important}form .v-label[data-v-0f35c1b2]{font-size:11px!important}@media only screen and (max-width:1369px){form .v-label[data-v-0f35c1b2]{font-size:10px!important}}form .v-input[data-v-0f35c1b2],form .v-select[data-v-0f35c1b2]{font-size:14px!important}@media only screen and (max-width:1369px){form .v-input[data-v-0f35c1b2],form .v-select[data-v-0f35c1b2]{font-size:12px!important}}.v-btn[data-v-0f35c1b2]{background:#004aae!important;color:#fff;transition:background-color .3s ease}.v-btn[data-v-0f35c1b2]:hover{background:#e9b44e!important}.v-footer[data-v-0f35c1b2]{display:flex;justify-content:center}.v-skeleton-loader[data-v-0f35c1b2]{border-radius:0}.editBox .v-text-field[data-v-0f35c1b2]{height:45px!important;margin-top:-15px}.editBox .v-text-field fieldset[data-v-0f35c1b2]{border:none!important}.v-picker .v-btn[data-v-0f35c1b2]{background:#fff!important}.pagination-button[data-v-0f35c1b2]{display:flex;list-style:none;padding-left:0;justify-content:space-between}.pagination-button[data-v-0f35c1b2],.table-heading[data-v-0f35c1b2]{border:1px solid #1c095d;margin-bottom:0;padding:10px;align-items:center}.tableborder[data-v-0f35c1b2]{border:1px solid #1c095d;margin-bottom:0;align-items:center}.pagination-button[data-v-0f35c1b2]{border-top:0;padding:5px 10px}.table-heading[data-v-0f35c1b2]{border-bottom:0}.linkbtn[data-v-0f35c1b2]{text-decoration:none}.positiveColor[data-v-0f35c1b2]{background:green;color:#fff;display:block;padding:5px}.negativeColor[data-v-0f35c1b2]{background:red;color:#fff;display:block;padding:5px}.contain[data-v-0f35c1b2]{max-width:1266px}#editor-1 iframe[data-v-0f35c1b2]{height:calc(100vh - 250px)!important}.slick-next[data-v-0f35c1b2]{right:40px!important}.slick-prev[data-v-0f35c1b2]{left:30px!important;z-index:9}.slick-next[data-v-0f35c1b2]:before,.slick-prev[data-v-0f35c1b2]:before{font-size:40px!important;color:#fff!important;opacity:1!important}.v-input__icon--prepend-inner .material-icons[data-v-0f35c1b2]{font-size:18px!important}.label100 .v-label[data-v-0f35c1b2]{width:100%!important;display:flex;justify-content:space-between}.iconText fieldset[data-v-0f35c1b2]{border:none!important}.iconText .v-text-field[data-v-0f35c1b2]{margin-left:-13px;margin-top:-7px!important}.v-icon[data-v-0f35c1b2]{font-size:20px!important}@media only screen and (max-width:1369px){.v-icon[data-v-0f35c1b2]{font-size:18px!important}}table td[data-v-0f35c1b2],table th[data-v-0f35c1b2]{font-size:14px!important;padding:10px 12px!important}@media only screen and (max-width:1369px){table td[data-v-0f35c1b2],table th[data-v-0f35c1b2]{font-size:12px!important}}h3[data-v-0f35c1b2]{font-size:16px}.v-btn__content[data-v-0f35c1b2]{font-size:12px!important}.offmarket .iconText .v-text-field[data-v-0f35c1b2]{width:100%}.offmarket .iconText .v-text-field input[data-v-0f35c1b2],.offmarket .iconText .v-text-field textarea[data-v-0f35c1b2]{border:1px solid #e6e6e6!important;min-height:50px;padding:10px}.offmarket .iconText .v-select__slot[data-v-0f35c1b2]{border:1px solid #e6e6e6!important;padding-left:10px;padding-right:10px}.offmarket .iconText .v-select__selections input[data-v-0f35c1b2]{display:none}.primary[data-v-0f35c1b2]{background:#1c095d!important}.danger[data-v-0f35c1b2]{background:#da0202!important}.sub-menus[data-v-0f35c1b2]{list-style:none;display:flex;align-items:center;justify-content:flex-start;padding:10px 20px;padding-left:0}.sub-menus li a[data-v-0f35c1b2]{display:block;padding:10px 20px;text-decoration:none;box-shadow:0 3px 5px rgba(0,0,0,.1);margin-right:10px;color:#000;background:#fff;border-radius:5px}