.card-content ul.stepper{margin:1em -24px;padding:0 24px}@media only screen and (min-width: 993px){.card-content ul.stepper.horizontal{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.card-content ul.stepper.horizontal:first-child{margin-top:-24px}.card-content ul.stepper.horizontal .step.step-content{padding-left:40px;padding-right:40px}.card-content ul.stepper.horizontal .step.step-content .step-actions{padding-left:40px;padding-right:40px}}ul.stepper{counter-reset:section;overflow-y:auto;overflow-x:hidden}ul.stepper .wait-feedback{left:0;right:0;top:0;z-index:2;position:absolute;width:100%;height:100%;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}ul.stepper .step{position:relative;-webkit-transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1),padding-bottom 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1),padding-bottom 400ms cubic-bezier(0.4, 0, 0.2, 1)}ul.stepper .step .step-title{margin:0 -24px;cursor:pointer;padding:15.5px 44px 24px 64px;display:block}ul.stepper .step .step-title:hover{background-color:rgba(0,0,0,0.06)}ul.stepper .step .step-title::after{content:attr(data-step-label);display:block;position:absolute;font-size:12.8px;font-size:0.8rem;color:#424242;font-weight:400}ul.stepper .step .step-content{position:relative;display:none;height:0;-webkit-transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1);width:inherit;overflow:visible;margin-left:41px;margin-right:24px}ul.stepper .step .step-content .step-actions{padding-top:16px;padding-bottom:4px}ul.stepper .step .step-content .step-actions .btn:not(:last-child),ul.stepper .step .step-content .step-actions .btn-flat:not(:last-child),ul.stepper .step .step-content .step-actions .btn-large:not(:last-child){margin-right:5px}ul.stepper .step .step-content .row{margin-bottom:7px}ul.stepper .step::before{position:absolute;counter-increment:section;content:counter(section);height:26px;width:26px;color:white;background-color:#B2B2B2;border-radius:50%;text-align:center;line-height:26px;font-weight:400;-webkit-transition:background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);font-size:14px;left:1px;top:13px}ul.stepper .step.active .step-title{font-weight:500}ul.stepper .step.active .step-content{height:95%;display:block}ul.stepper .step.active::before,ul.stepper .step.done::before{background-color:#2196f3}ul.stepper .step.feedbacking .step-content>*:not(.wait-feedback){opacity:0.1}ul.stepper .step:not(:last-of-type)::after{content:'';position:absolute;top:50px;left:13.5px;width:1px;height:40%;height:-webkit-calc(100% - 52px);height:calc(100% - 52px);background-color:#C3DEE5;-webkit-transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:height 400ms cubic-bezier(0.4, 0, 0.2, 1)}ul.stepper .step:not(:last-of-type).active{margin-bottom:36px}@media only screen and (min-width: 993px){ul.stepper.horizontal{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:720px;overflow:hidden}ul.stepper.horizontal::before{content:'';background-color:transparent;width:140%}ul.stepper.horizontal::after{content:'';background-color:transparent;width:140%}ul.stepper.horizontal .step{position:static;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:84px}ul.stepper.horizontal .step::before{content:none}ul.stepper.horizontal .step:last-of-type{width:auto !important}ul.stepper.horizontal .step:not(:last-of-type)::after,ul.stepper.horizontal .step.active:not(:last-of-type)::after{content:'';position:static;display:inline-block;width:100%;height:5px}ul.stepper.horizontal .step .step-title{height:50px;line-height:50px;margin:auto;padding:0 0px 0 50px;display:inline-block;max-width:144px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}ul.stepper.horizontal .step .step-title::before{position:absolute;counter-increment:section;content:counter(section);height:50px;width:50px;top:0;left:0;color:white;background-color:#C3DEE5;border-radius:50%;text-align:center;line-height:48px;font-weight:400;-webkit-transition:background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);font-size:28px}ul.stepper.horizontal .step .step-title::after{top:15px}ul.stepper.horizontal .step.active ~ .step .step-content{left:100%}ul.stepper.horizontal .step.active .step-content{left:0 !important}ul.stepper.horizontal .step.active .step-title::before,ul.stepper.horizontal .step.done:after{background-color:#48C7E5}ul.stepper.horizontal .step.active .step-title::before,ul.stepper.horizontal .step.done .step-title::before{background-color:#48C7E5}ul.stepper.horizontal .step .step-content{position:absolute;top:84px;display:block;left:-100%;width:100%;overflow-y:auto;overflow-x:hidden;margin:0;padding:20px 20px 0px 20px;-webkit-transition:left 400ms cubic-bezier(0.4, 0, 0.2, 1);transition:left 400ms cubic-bezier(0.4, 0, 0.2, 1)}ul.stepper.horizontal .step .step-content .step-actions{position:absolute;bottom:50px;left:0;width:100%;padding:unset;background-color:transparent;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}ul.stepper.horizontal .step .step-content .step-actions .btn:not(:last-child),ul.stepper.horizontal .step .step-content .step-actions .btn-flat:not(:last-child),ul.stepper.horizontal .step .step-content .step-actions .btn-large:not(:last-child){margin-left:5px;margin-right:0}}/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/materialize-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{float:left;width:100px;height:100px;cursor:crosshair;background-image:url("/assets/images/saturation.png")}.colorpicker-saturation i{position:absolute;top:0;left:0;display:block;width:5px;height:5px;margin:-4px 0 0 -4px;border:1px solid #000;border-radius:5px}.colorpicker-saturation i b{display:block;width:5px;height:5px;border:1px solid #fff;border-radius:5px}.colorpicker-hue,.colorpicker-alpha{float:left;width:15px;height:100px;margin-bottom:4px;margin-left:4px;cursor:row-resize}.colorpicker-hue i,.colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:100%;height:1px;margin-top:-1px;background:#000;border-top:1px solid #fff}.colorpicker-hue{background-image:url("/assets/images/hue.png")}.colorpicker-alpha{display:none;background-image:url("/assets/images/alpha.png")}.colorpicker-saturation,.colorpicker-hue,.colorpicker-alpha{background-size:contain}.colorpicker{top:0;left:0;z-index:2500;min-width:125px;padding:4px;margin-top:1px;border-radius:4px;*zoom:1}.colorpicker:before,.colorpicker:after{display:table;line-height:0;content:""}.colorpicker:after{clear:both}.colorpicker:before{position:absolute;top:-7px;left:6px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.colorpicker:after{position:absolute;top:-6px;left:7px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #ffffff;border-left:6px solid transparent;content:''}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url("/assets/images/alpha.png");background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{float:left;width:10px;height:10px;cursor:pointer}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .input-group-addon i,.colorpicker-element .add-on i{display:inline-block;width:16px;height:16px;vertical-align:text-top;cursor:pointer}.colorpicker.colorpicker-inline{position:relative;z-index:auto;display:inline-block;float:none}.colorpicker.colorpicker-horizontal{width:110px;height:auto;min-width:110px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-hue,.colorpicker.colorpicker-horizontal .colorpicker-alpha{float:left;width:100px;height:15px;margin-bottom:4px;margin-left:0;cursor:col-resize}.colorpicker.colorpicker-horizontal .colorpicker-hue i,.colorpicker.colorpicker-horizontal .colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:1px;height:15px;margin-top:0;background:#ffffff;border:none}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url("/assets/images/hue-horizontal.png")}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url("/assets/images/alpha-horizontal.png")}.colorpicker.colorpicker-hidden{display:none}.colorpicker.colorpicker-visible{display:block}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker-right:before{right:6px;left:auto}.colorpicker-right:after{right:7px;left:auto}.colorpicker-dropdown{position:absolute;top:100%;left:0;z-index:2500;display:none;float:left;padding:2px;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-no-arrow:after{border-right:0;border-left:0}::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#48C7E5;-webkit-box-shadow:0 0 1px rgba(255,255,255,0.5)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px}input:not([type]):focus:not([readonly]),input[type=text]:not(.browser-default):focus:not([readonly]),input[type=password]:not(.browser-default):focus:not([readonly]),input[type=email]:not(.browser-default):focus:not([readonly]),input[type=url]:not(.browser-default):focus:not([readonly]),input[type=time]:not(.browser-default):focus:not([readonly]),input[type=date]:not(.browser-default):focus:not([readonly]),input[type=datetime]:not(.browser-default):focus:not([readonly]),input[type=datetime-local]:not(.browser-default):focus:not([readonly]),input[type=tel]:not(.browser-default):focus:not([readonly]),input[type=number]:not(.browser-default):focus:not([readonly]),input[type=search]:not(.browser-default):focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border:none !important;-webkit-box-shadow:unset !important;box-shadow:unset !important}.qr-scan-photo-container{background-color:white;border:1px solid black}.qr-scan-photo-container .qr-scan-photo-container{width:100%;height:380px;background-color:white;border:1px solid black;border-radius:14px;margin-bottom:15px}.tickets-card{display:none}.tickets-card .cards{cursor:pointer;background-color:#fff;border-radius:8px;padding:20px 30px;position:relative}@media (max-width: 992px){.tickets-card .cards{margin-top:10px}}.tickets-card .cards .card-header{position:relative}.tickets-card .cards .card-header .card-title{font-size:16px;font-weight:500;color:#004d73}.tickets-card .cards .card-header i{position:absolute;right:0;top:5px;color:#17BDD3;cursor:pointer}.tickets-card .cards .card-content{position:relative}.tickets-card .cards .card-content .card-icon{position:absolute;height:73px;width:73px;background-color:#32ABE6;border-radius:50px;left:0}@media screen and (min-width: 992px) and (max-width: 1250px){.tickets-card .cards .card-content .card-icon{height:50px;width:50px}}@media screen and (min-width: 940px) and (max-width: 992px){.tickets-card .cards .card-content .card-icon{height:54px;width:54px}}.tickets-card .cards .card-content .card-icon i{font-size:32px;position:relative;margin:auto;color:#fff}.tickets-card .cards .card-content .card-icon i i{position:absolute;font-size:13px;display:block;top:15px;left:5px;color:#32ABE6}.tickets-card .cards .card-content .incident-count{font-size:96px;font-weight:900;color:#32ABE6;margin:auto}@media screen and (min-width: 992px) and (max-width: 1250px){.tickets-card .cards .card-content .incident-count{font-size:60px}}@media screen and (min-width: 940px) and (max-width: 992px){.tickets-card .cards .card-content .incident-count{font-size:60px}}@media screen and (max-width: 430px){.tickets-card .cards .card-content .incident-count{font-size:60px}}.tickets-card .cards .card-divider{position:absolute;left:0;display:block;height:1px;background-color:#E7EFF2;width:100%}.tickets-card .cards .card-footer{padding-top:20px;margin-bottom:0px}.tickets-card .cards .card-footer span{font-size:14px;font-weight:normal;color:#838383}.unit-tickets-card{-ms-grid-columns:1fr 1fr !important;grid-template-columns:1fr 1fr !important}@media (max-width: 992px){.unit-tickets-card{-ms-grid-columns:1fr !important;grid-template-columns:1fr !important}}.unit-user-cards{display:-ms-grid;display:grid;grid-gap:20px;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;padding:10px 20px;display:none}@media (max-width: 992px){.unit-user-cards{-ms-grid-columns:1fr;grid-template-columns:1fr}}.unit-user-cards .cards{cursor:pointer;background-color:#fff;border-radius:8px;padding:20px 30px;position:relative}@media (max-width: 992px){.unit-user-cards .cards{margin-top:10px}}@media screen and (max-width: 345px){.unit-user-cards .cards{padding:20px 20px}}.unit-user-cards .cards .card-header{position:relative}.unit-user-cards .cards .card-header .card-title{font-size:16px;font-weight:500;color:#004d73}.unit-user-cards .cards .card-header i{position:absolute;right:0;top:5px;color:#17BDD3;cursor:pointer}.unit-user-cards .cards .card-content{position:relative}.unit-user-cards .cards .card-content .card-icon{height:73px;width:73px;background-color:#32ABE6;border-radius:50px}@media screen and (min-width: 992px) and (max-width: 1250px){.unit-user-cards .cards .card-content .card-icon{height:50px;width:50px}}@media screen and (min-width: 940px) and (max-width: 992px){.unit-user-cards .cards .card-content .card-icon{height:54px;width:54px}}@media screen and (max-width: 600px){.unit-user-cards .cards .card-content .card-icon{height:54px;width:54px}}.unit-user-cards .cards .card-content .card-icon i{font-size:32px;position:relative;margin:auto;color:#fff}.unit-user-cards .cards .card-content .card-icon i i{position:absolute;font-size:13px;display:block;top:15px;left:5px;color:#32ABE6}.unit-user-cards .cards .card-content .card-icon i .fa-tint,.unit-user-cards .cards .card-content .card-icon i .fa-bolt{left:8px}.unit-user-cards .cards .card-content .incident-count{font-size:96px;font-weight:900;color:#32ABE6;margin:auto}@media screen and (min-width: 992px){.unit-user-cards .cards .card-content .incident-count{font-size:25px}}@media screen and (min-width: 1500px){.unit-user-cards .cards .card-content .incident-count{font-size:40px}}@media screen and (max-width: 992px){.unit-user-cards .cards .card-content .incident-count{font-size:55px}}@media screen and (max-width: 600px){.unit-user-cards .cards .card-content .incident-count{font-size:40px}}@media screen and (max-width: 430px){.unit-user-cards .cards .card-content .incident-count{font-size:25px}}.unit-user-cards .cards .card-content .js-count-open-ticket,.unit-user-cards .cards .card-content .js-count-total-ticket{font-size:96px}@media screen and (max-width: 992px){.unit-user-cards .cards .card-content .js-count-open-ticket,.unit-user-cards .cards .card-content .js-count-total-ticket{font-size:60px}}.unit-user-cards .cards .card-divider{position:absolute;left:0;display:block;height:1px;background-color:#E7EFF2;width:100%}.unit-user-cards .cards .card-footer{padding-top:20px;margin-bottom:0px}.unit-user-cards .cards .card-footer span{font-size:14px;font-weight:normal;color:#838383}.parking-card{margin-top:-7px;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(330px, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));grid-gap:20px;padding:0 20px}.parking-card .p-card.disabled{pointer-events:none !important}.parking-card .p-card.disabled .cards{background-color:#CFCFCF}.parking-card .cards{cursor:pointer;background-color:#fff;border-radius:8px;padding:20px 30px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:120px}@media (max-width: 992px){.parking-card .cards{margin-top:10px}}.parking-card .cards .parking-label{font-weight:700;font-size:5vw;text-align:center;color:#285C8C}.parking-card .cards i{font-size:6vw;color:#48C7E5}.parking-card .cards .select-searchable{height:37px}.parking-card .cards .select-searchable .select-wrapper{height:100%}.parking-card .cards .select-searchable .select-wrapper input{display:none}.parking-card .cards .select-searchable .select-wrapper .select2-container{height:100%;width:100% !important}.parking-card .cards .select-searchable .select-wrapper .select2-container .selection .select2-selection--single{height:100%;background-color:unset;border:unset}.parking-card .cards .select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__rendered{height:100%;color:#596774;font-size:16px;line-height:40px}.parking-card .cards .select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__arrow{display:none}.parking-card .cards .select-container{width:100%;height:12vw;background:#FFFDF7;border-radius:4px;border:1px solid #C4C4C4;margin-bottom:5vw}.parking-card .cards .select-container .select-wrapper{height:100%;padding-right:8vw}.parking-card .cards .select-container .select-wrapper .caret{fill:#48C7E5;right:0;width:8vw;height:8vw}.parking-card .cards .select-container .select-wrapper input{margin:0;height:100%;border:none;color:#707070;font-size:6vw;line-height:19px;text-indent:10px}.parking-card .cards .select-container .select-wrapper ul li{min-height:12vw}.parking-card .cards .select-container .select-wrapper ul li span{font-size:6vw;line-height:7vw}.parking-card .register-printer-modal-container{width:90%;border-radius:8px}.parking-card .register-printer-modal-container .register-printer-modal{padding:20px}.parking-card .register-printer-modal-container .register-printer-modal .register-printer-title{font-size:18px;margin-bottom:10px;font-weight:600;color:#596774}.parking-card .register-printer-modal-container .register-printer-modal .register-printer-comment{font-size:16px;width:180px;margin:auto;margin-bottom:30px;color:#596774}.parking-card .register-printer-modal-container .register-printer-modal .button-container{margin:0}.parking-card .register-printer-modal-container .register-printer-modal .button-container .got-it-btn{height:50px;width:153px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:25px;font-weight:600;font-size:16px;text-transform:inherit;line-height:3;background-color:#48C7E5}.create-parking-card{margin-top:-7px}.create-parking-card .cards{background-color:#fff;border-radius:8px;position:relative;padding-top:33px;padding-bottom:20px}@media (max-width: 992px){.create-parking-card .cards{margin-top:10px}}.create-parking-card .cards .parking-ticket-id{font-weight:300;font-size:28px;line-height:33px;color:#707070;margin-bottom:30px}.create-parking-card .cards .input-label{font-size:3.7vw;color:#285C8C;margin:0 20px 4px 0}.create-parking-card .cards .date-time-input,.create-parking-card .cards .plate-number{font-size:4vw;line-height:4vw;color:#707070;margin-bottom:10px}.create-parking-card .cards .inputs-container{padding:0 20px;margin-bottom:20px}.create-parking-card .cards .qr-code-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 20px 0 20px}.create-parking-card .cards .qr-code-container .qr-code-terms-condition-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto}.create-parking-card .cards .qr-code-container .qr-code-terms-condition-container .qr-code{margin-right:15px}.create-parking-card .cards .qr-code-container .qr-code-terms-condition-container .terms-condition-container{font-size:3vw;text-align:justify}.create-parking-card .cards .input-text-container{border-radius:4px;background:#FFFDF7;border:1px solid #C4C4C4;height:12vw;width:100%;margin-bottom:5vw}.create-parking-card .cards .input-text-container input{margin:0;height:100%;text-align:center;color:#707070;font-size:6vw;line-height:19px}.create-parking-card .cards .input-text-container input::-webkit-input-placeholder{color:#707070}.create-parking-card .cards .input-text-container input:-ms-input-placeholder{color:#707070}.create-parking-card .cards .input-text-container input::placeholder{color:#707070}.create-parking-card .cards .select-container{width:100%;height:12vw;background:#FFFDF7;border-radius:4px;border:1px solid #C4C4C4;margin-bottom:5vw}.create-parking-card .cards .select-container .select-wrapper{height:100%;padding-right:8vw}.create-parking-card .cards .select-container .select-wrapper .caret{fill:#48C7E5;right:0;width:8vw;height:8vw}.create-parking-card .cards .select-container .select-wrapper input{margin:0;height:100%;border:none;color:#707070;font-size:6vw;line-height:19px;text-indent:10px}.create-parking-card .cards .select-container .select-wrapper ul li{min-height:12vw}.create-parking-card .cards .select-container .select-wrapper ul li span{font-size:6vw;line-height:7vw}.create-parking-card .cards .carousel{z-index:2;height:250px}.create-parking-card .cards .carousel .left-arrow{position:absolute;cursor:pointer;color:#48C7E5;font-size:50px;left:0;top:35%}.create-parking-card .cards .carousel .right-arrow{position:absolute;cursor:pointer;color:#48C7E5;font-size:50px;right:0;top:35%}.create-parking-card .cards .carousel .carousel-item{padding:20px}.create-parking-card .cards .carousel .carousel-item i.fa-times-circle{display:block;position:absolute;top:0px;right:15px;font-size:25px;cursor:pointer;border-radius:50%;line-height:1;height:26px;z-index:1;color:#48C7E5}.create-parking-card .cards .carousel .carousel-item .fa-times-circle-container{display:block;position:absolute;bottom:10px;right:8%;width:30%;border:2px solid #AD1414;padding:3px 28px;border-radius:5px;cursor:pointer}@media screen and (max-width: 600px){.create-parking-card .cards .carousel .carousel-item .fa-times-circle-container{width:40%}}.create-parking-card .cards .carousel .carousel-item .fa-times-circle-container i.fa-times-circle{right:unset;top:unset;display:unset;position:unset;font-size:25px;border-radius:50%;line-height:1;height:26px;z-index:1;color:#AD1414}.create-parking-card .cards .carousel .carousel-item .fa-sync-alt-container{display:block;position:absolute;bottom:10px;left:7%;width:30%;border:2px solid #48C7E5;padding:3px 28px;border-radius:5px;cursor:pointer}@media screen and (max-width: 600px){.create-parking-card .cards .carousel .carousel-item .fa-sync-alt-container{width:40%}}.create-parking-card .cards .carousel .carousel-item .fa-sync-alt-container i.fa-sync-alt{font-size:25px;border-radius:50%;line-height:1;height:26px;z-index:1;color:#48C7E5}.create-parking-card .cards .carousel .carousel-item .item-image{background-repeat:no-repeat;background-position:center;background-size:contain;height:90%;width:90%;margin:auto;background-color:white;display:block;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.create-parking-card .cards .carousel .carousel-item .item-image i{width:100%;font-size:50px;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#285C8C}.create-parking-card .cards .carousel .carousel-item .item-image span{margin-top:10px;font-size:14px;color:#285C8C;font-weight:500}.create-parking-card .cards .input-photo-container{height:55px;width:100%;border-radius:8px;background:#fff;border:2px solid #17BDD3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;margin-bottom:10px;color:#16B5CD;font-weight:700;font-size:18px;line-height:21px}.create-parking-card .cards .input-photo-container i{position:absolute;color:#17BDD3;font-size:24px;line-height:24px;right:20px}.create-parking-card .cards .print-ticket-container{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#16B5CD;border-radius:8px;height:12vw;font-weight:bold;font-size:6vw;line-height:21px;color:#fff;margin-bottom:5vw}.pay-parking-card{margin-top:-7px}.pay-parking-card .cards{background-color:#fff;border-radius:8px;padding:23px 0px 20px 0px;position:relative}@media (max-width: 992px){.pay-parking-card .cards{margin-top:10px}}.pay-parking-card .cards .parking-fee-container{padding:15px 12px;background:#717F84;border-radius:0px 0px 8px 8px;position:absolute;right:11px;top:0}.pay-parking-card .cards .parking-fee-container .parking-fee-label{color:#F9F9F9;font-weight:500;font-size:14px;line-height:16px;margin-bottom:7px}.pay-parking-card .cards .parking-fee-container .parking-fee{font-weight:500;font-size:32px;line-height:37px;color:#fff}.pay-parking-card .cards .parking-fee-container .parking-fee-currency{font-weight:500;font-size:14px;line-height:16px;color:#fff;text-align:right}.pay-parking-card .cards .parking-ticket-id{color:#707070;font-weight:300;font-size:16px;line-height:19px;margin:0 20px;margin-bottom:14px}.pay-parking-card .cards .input-label{font-size:3.7vw;color:#285C8C;margin:0 20px}.pay-parking-card .cards .plate-number{color:#707070;font-size:30px;line-height:35px;margin:0 20px;margin-bottom:18px;width:-webkit-calc(90% - 106px);width:calc(90% - 106px);word-break:break-word}.pay-parking-card .cards .parked-in-date-time-container,.pay-parking-card .cards .time-out-date-time-container{background-color:#EDEDED;padding:14px 20px;margin-bottom:18px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.pay-parking-card .cards .parked-in-date-time-container .date-container .input-label,.pay-parking-card .cards .parked-in-date-time-container .time-container .input-label,.pay-parking-card .cards .time-out-date-time-container .date-container .input-label,.pay-parking-card .cards .time-out-date-time-container .time-container .input-label{margin:0;margin-bottom:4px}.pay-parking-card .cards .parked-in-date-time-container .date-container .parked-in-date,.pay-parking-card .cards .parked-in-date-time-container .date-container .parked-in-time,.pay-parking-card .cards .parked-in-date-time-container .time-container .parked-in-date,.pay-parking-card .cards .parked-in-date-time-container .time-container .parked-in-time,.pay-parking-card .cards .time-out-date-time-container .date-container .parked-in-date,.pay-parking-card .cards .time-out-date-time-container .date-container .parked-in-time,.pay-parking-card .cards .time-out-date-time-container .time-container .parked-in-date,.pay-parking-card .cards .time-out-date-time-container .time-container .parked-in-time{color:#707070;font-size:4vw}.pay-parking-card .cards .duration-discount-container{margin:0 10px 0 20px;margin-bottom:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pay-parking-card .cards .duration-discount-container .duration-container .input-label,.pay-parking-card .cards .duration-discount-container .discount-container .input-label{margin:0;margin-bottom:4px}.pay-parking-card .cards .duration-discount-container .duration-container .duration,.pay-parking-card .cards .duration-discount-container .discount-container .duration{color:#707070;font-size:4vw}.pay-parking-card .cards .duration-discount-container .duration-container .select-container,.pay-parking-card .cards .duration-discount-container .discount-container .select-container{width:54vw;height:12vw;background:#FFFDF7;border-radius:4px;border:1px solid #C4C4C4}.pay-parking-card .cards .duration-discount-container .duration-container .select-container .select-wrapper,.pay-parking-card .cards .duration-discount-container .discount-container .select-container .select-wrapper{height:100%;padding-right:20px}.pay-parking-card .cards .duration-discount-container .duration-container .select-container .select-wrapper .caret,.pay-parking-card .cards .duration-discount-container .discount-container .select-container .select-wrapper .caret{fill:#48C7E5;right:5px}.pay-parking-card .cards .duration-discount-container .duration-container .select-container .select-wrapper input,.pay-parking-card .cards .duration-discount-container .discount-container .select-container .select-wrapper input{margin:0;height:100%;border:none;color:#707070;font-size:6vw;line-height:19px;text-indent:10px}.pay-parking-card .cards .duration-discount-container .duration-container .select-container .select-wrapper ul li,.pay-parking-card .cards .duration-discount-container .discount-container .select-container .select-wrapper ul li{min-height:12vw}.pay-parking-card .cards .duration-discount-container .duration-container .select-container .select-wrapper ul li span,.pay-parking-card .cards .duration-discount-container .discount-container .select-container .select-wrapper ul li span{font-size:6vw;line-height:7vw}.pay-parking-card .cards .duration-discount-container .duration-container{margin-right:20px}.pay-parking-card .cards .additional-details-container{margin:0 20px 0 20px;margin-bottom:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .cards .additional-details-container .details-container{width:100%;padding:10px 10px 0 0}.pay-parking-card .cards .additional-details-container .details-container em{color:#AD1414}.pay-parking-card .cards .additional-details-container .details-container .input-label{margin:0;margin-bottom:4px}.pay-parking-card .cards .additional-details-container .details-container .input-text-container{border-radius:4px;border:1px solid #C4C4C4;height:6vw}.pay-parking-card .cards .additional-details-container .details-container .input-text-container input{margin:0;height:100%;color:#707070;font-size:3vw;text-indent:10px;line-height:19px;border-bottom:unset}.pay-parking-card .cards .additional-details-container .details-container .input-text-container input::-webkit-input-placeholder{color:#707070}.pay-parking-card .cards .additional-details-container .details-container .input-text-container input:-ms-input-placeholder{color:#707070}.pay-parking-card .cards .additional-details-container .details-container .input-text-container input::placeholder{color:#707070}.pay-parking-card .cards .additional-charges-container{margin:0 20px 0 20px;margin-bottom:32px}.pay-parking-card .cards .additional-charges-container .add-additional-charges{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .cards .additional-charges-container .add-additional-charges .input-label{margin:0 0 4px 0}.pay-parking-card .cards .additional-charges-container .add-additional-charges .btn-add-charges{background-color:#16B5CD}.pay-parking-card .cards .additional-charges-container .additional-charges{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1rem}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container{border-radius:4px;border:1px solid #C4C4C4;height:6vw}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container .select-wrapper,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container .select-wrapper{height:100%}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container .select-wrapper .caret,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container .select-wrapper .caret{fill:#48C7E5;right:5px}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container .select-wrapper ul li,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container .select-wrapper ul li{min-height:6vw}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container .select-wrapper ul li span,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container .select-wrapper ul li span{font-size:4vw;line-height:5vw}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container input,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container input{margin:0;height:100%;color:#707070;font-size:3vw;text-indent:10px;line-height:19px;border-bottom:unset}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container input::-webkit-input-placeholder,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container input::-webkit-input-placeholder{color:#707070}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container input:-ms-input-placeholder,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container input:-ms-input-placeholder{color:#707070}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container input::placeholder,.pay-parking-card .cards .additional-charges-container .additional-charges .select-container input::placeholder{color:#707070}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container.output{padding-right:5px}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container.output input{text-align:right}.pay-parking-card .cards .additional-charges-container .additional-charges .input-number-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #C4C4C4;margin-left:10px}.pay-parking-card .cards .additional-charges-container .additional-charges .input-number-container .minus,.pay-parking-card .cards .additional-charges-container .additional-charges .input-number-container .plus{padding:0 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.pay-parking-card .cards .additional-charges-container .additional-charges .input-number-container input{margin:0;text-align:center;font-size:3vw;line-height:19px;color:#707070;height:100%;border-bottom:unset;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pay-parking-card .cards .additional-charges-container .additional-charges .input-text-container:not(:first-child){margin-left:10px}.pay-parking-card .cards .additional-charges-container .additional-charges .delete-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:10px}.pay-parking-card .cards .print-receipt-container{height:55px;margin:0 20px;border-radius:8px;background:#fff;border:2px solid #17BDD3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;margin-bottom:10px;color:#16B5CD;font-weight:700;font-size:18px;line-height:21px}.pay-parking-card .cards .print-receipt-container i{position:absolute;color:#17BDD3;font-size:24px;line-height:24px;right:20px}.pay-parking-card .cards .pay-ticket-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .cards .pay-ticket-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#16B5CD;border-radius:8px;height:12vw;font-weight:bold;font-size:5vw;width:50%;line-height:21px;color:#fff}.pay-parking-card .receipt-container{margin-top:1rem}.pay-parking-card .receipt-container .parking-receipt-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:3vw;padding:0 20px}.pay-parking-card .receipt-container .parking-receipt-container .text-center{text-align:center}.pay-parking-card .receipt-container .parking-receipt-container .justify-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.pay-parking-card .receipt-container .parking-receipt-container .not-taxable{padding:15px 0}.pay-parking-card .receipt-container .parking-receipt-container .receipt-divider{width:100%;border-bottom:solid 3px #000;border-bottom-style:dashed;margin:5px 0px}.pay-parking-card .receipt-container .parking-receipt-container .receipt-logo{width:200px;height:100px;background-image:url(/assets/images/default-image.png);background-position:center;background-repeat:no-repeat;background-size:contain;margin:0 auto}.pay-parking-card .receipt-container .parking-receipt-container .receipt-header{text-align:center;white-space:pre-wrap}.pay-parking-card .receipt-container .parking-receipt-container .receipt-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer{margin-bottom:5px}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer .receipt-customer-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer .receipt-customer-details .detail{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer .receipt-customer-details .detail .line{width:100%;border-bottom:solid 3px #000;border-bottom-style:dashed}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer .receipt-customer-details .detail span:first-child{width:40%}.pay-parking-card .receipt-container .parking-receipt-container .receipt-customer .receipt-customer-details .detail:nth-child(even){-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}.pay-parking-card .receipt-container .parking-receipt-container .receipt-vatable .title{text-align:center}.pay-parking-card .receipt-container .parking-receipt-container .receipt-vatable .details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pay-parking-card .receipt-container .parking-receipt-container .receipt-footer{text-align:center;white-space:pre-wrap}.logs-parking-card{margin-top:-7px}.logs-parking-card .cards{background-color:#fff;border-radius:8px;padding:23px 0px 20px 0px;position:relative}@media (max-width: 992px){.logs-parking-card .cards{margin-top:10px}}.logs-parking-card .cards .input-label{font-size:14px;line-height:16px;color:#285C8C;margin:0 20px;margin-bottom:4px}.logs-parking-card .cards .select-container{margin:0 20px;height:40px;background:#FFFDF7;border-radius:4px;border:1px solid #C4C4C4;position:relative;margin-bottom:18px}.logs-parking-card .cards .select-container .select-wrapper{height:100%;padding-right:30px}.logs-parking-card .cards .select-container .select-wrapper .caret{display:none}.logs-parking-card .cards .select-container .select-wrapper input{margin:0;height:100%;border:none;color:#707070;font-size:16px;line-height:19px;text-indent:10px}.logs-parking-card .cards .select-container .select-wrapper .dropdown-content li span{font-size:16px;color:#9EB4BC !important}.logs-parking-card .cards .select-container i{position:absolute;right:11px;top:8px;color:#17BDD3;font-size:20px;line-height:23px}.logs-parking-card .cards .table-container{overflow-x:auto;margin:0 20px;margin-bottom:20px}.logs-parking-card .cards .table-container table thead tr{border-bottom:1px solid #C4C4C4}.logs-parking-card .cards .table-container table thead tr th{color:#707070;font-weight:500;font-size:14px;line-height:16px;padding:12px 10px}.logs-parking-card .cards .table-container table tbody tr{border-bottom:1px solid #C4C4C4}.logs-parking-card .cards .table-container table tbody tr td{color:#444444;font-size:14px;line-height:16px;padding:12px 10px}.logs-parking-card .cards .table-container table th:nth-child(1),.logs-parking-card .cards .table-container table td:nth-child(1){min-width:105px}.logs-parking-card .cards .table-container table th:nth-child(2),.logs-parking-card .cards .table-container table td:nth-child(2){min-width:110px}.logs-parking-card .cards .table-container table th:nth-child(3),.logs-parking-card .cards .table-container table td:nth-child(3){min-width:100px}.logs-parking-card .cards .table-container table th:nth-child(4),.logs-parking-card .cards .table-container table td:nth-child(4){min-width:160px}.logs-parking-card .cards .pagination-container{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 20px}.logs-parking-card .cards .pagination-container .pagination{margin:unset}.logs-parking-card .cards .pagination-container .pagination li{width:unset;overflow:unset;white-space:unset}.logs-parking-card .cards .pagination-container .pagination li a{color:#004d73}.logs-parking-card .cards .pagination-container .pagination li.active{background-color:#48C7E5}.logs-parking-card .cards .pagination-container .pagination li.active a{color:#fff !important}.logs-parking-card .cards .pagination-container .pagination li.disabled{pointer-events:none}.logs-parking-card .cards .pagination-container .fa-angle-left{display:inline-block;font-size:30px;margin-right:10px;cursor:pointer;color:#17BDD3}.logs-parking-card .cards .pagination-container .fa-angle-right{display:inline-block;font-size:30px;margin-left:10px;cursor:pointer;color:#17BDD3}.logs-parking-card .cards .pagination-container .fa-angle-left.disabled,.logs-parking-card .cards .pagination-container .fa-angle-right.disabled{display:none}.reports-parking-card{margin-top:-7px}.reports-parking-card .cards{background-color:#fff;border-radius:8px;padding:23px 0px 20px 0px;position:relative}@media (max-width: 992px){.reports-parking-card .cards{margin-top:10px}}.reports-parking-card .cards .generate-report{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:60px}.reports-parking-card .cards .generate-report .report-btn{color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:0 10px;text-transform:capitalize;border-radius:8px;width:95%;height:auto;margin-bottom:10px}.reports-parking-card .cards .input-label{font-size:14px;line-height:16px;color:#285C8C;margin:0 20px;margin-bottom:4px}.reports-parking-card .cards .select-container{margin:0 20px 0 !important;height:40px;background:#FFFDF7;border-radius:4px;border:1px solid #C4C4C4;position:relative;margin-bottom:18px}.reports-parking-card .cards .select-container .select-wrapper{height:100%;padding-right:30px}.reports-parking-card .cards .select-container .select-wrapper .caret{display:none}.reports-parking-card .cards .select-container .select-wrapper input{margin:0;height:100%;border:none;color:#707070;font-size:16px;line-height:19px;text-indent:10px}.reports-parking-card .cards .select-container .select-wrapper .dropdown-content li span{font-size:16px;color:#9EB4BC !important}.reports-parking-card .cards .select-container i{position:absolute;right:11px;top:8px;color:#17BDD3;font-size:20px;line-height:23px}.reports-parking-card .cards .date-container{margin:0 20px}.reports-parking-card .cards .date-container input{background:rgba(255,255,255,0.1);border:1px solid #D9E4E8;border-radius:8px;color:#596774;text-indent:5px}.reports-parking-card .cards .table-container{overflow-x:auto;margin:0 20px;margin-bottom:20px}.reports-parking-card .cards .table-container table thead tr{border-bottom:1px solid #C4C4C4}.reports-parking-card .cards .table-container table thead tr th{color:#707070;font-weight:500;font-size:14px;line-height:16px;padding:12px 10px;width:20%}.reports-parking-card .cards .table-container table tbody tr{border-bottom:1px solid #C4C4C4}.reports-parking-card .cards .table-container table tbody tr td{color:#444444;font-size:14px;line-height:16px;padding:12px 10px}.reports-parking-card .cards .table-container table tbody tr td .report-btn{color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:0 10px;text-transform:capitalize;border-radius:8px;width:150px;height:auto;margin-bottom:10px}.reports-parking-card .cards .table-container table th:nth-child(2),.reports-parking-card .cards .table-container table td:nth-child(2),.reports-parking-card .cards .table-container table th:nth-child(3),.reports-parking-card .cards .table-container table td:nth-child(3),.reports-parking-card .cards .table-container table th:nth-child(4),.reports-parking-card .cards .table-container table td:nth-child(4){text-align:center}.reports-parking-card .cards .table-container table th:nth-child(5),.reports-parking-card .cards .table-container table td:nth-child(5),.reports-parking-card .cards .table-container table th:nth-child(6),.reports-parking-card .cards .table-container table td:nth-child(6){text-align:right}.reports-parking-card .cards .pagination-container{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 20px}.reports-parking-card .cards .pagination-container .pagination{margin:unset}.reports-parking-card .cards .pagination-container .pagination li{width:unset;overflow:unset;white-space:unset}.reports-parking-card .cards .pagination-container .pagination li a{color:#004d73}.reports-parking-card .cards .pagination-container .pagination li.active{background-color:#48C7E5}.reports-parking-card .cards .pagination-container .pagination li.active a{color:#fff !important}.reports-parking-card .cards .pagination-container .pagination li.disabled{pointer-events:none}.reports-parking-card .cards .pagination-container .fa-angle-left{display:inline-block;font-size:30px;margin-right:10px;cursor:pointer;color:#17BDD3}.reports-parking-card .cards .pagination-container .fa-angle-right{display:inline-block;font-size:30px;margin-left:10px;cursor:pointer;color:#17BDD3}.reports-parking-card .cards .pagination-container .fa-angle-left.disabled,.reports-parking-card .cards .pagination-container .fa-angle-right.disabled{display:none}.qr-parking-scanner-card{height:392px;background:#fff;border-radius:8px;position:relative;margin:0 20px;background-image:url(/assets/images/default-image.png);background-position:center;background-repeat:no-repeat;background-size:contain}.qr-parking-scanner-card .description{position:absolute;bottom:10px;right:10px;color:#285C8C;pointer-events:none}.qr-parking-scanner-card .y-line-1{width:1px;height:100%;background-color:#fff;position:absolute;left:33.33%}.qr-parking-scanner-card .y-line-2{width:1px;height:100%;background-color:#fff;position:absolute;right:33.33%}.qr-parking-scanner-card .x-line-1{width:100%;height:1px;background-color:#fff;position:absolute;top:33.33%}.qr-parking-scanner-card .x-line-2{width:100%;height:1px;background-color:#fff;position:absolute;bottom:33.33%}#video-container{position:relative;height:95px}#video-container video{margin:auto;height:350px;width:350px;-o-object-fit:unset;object-fit:unset;display:none}#video-container .scan-qr-btn{background:#16B5CD;border-radius:8px;height:6vw;font-weight:bold;font-size:18px;line-height:21px;color:#fff;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);text-transform:capitalize;display:block;margin:0 20px;height:12vw}#video-container #result{visibility:hidden}.or-separator{border-bottom:1px solid rgba(255,255,255,0.2);padding:0 10px;text-align:center;line-height:0.1em;margin:10px 20px 20px 20px}.or-separator .label{color:#fff;font-size:14px;padding:0 15px;background-color:#285C8C}.calculate-price-card{margin:0 20px}.calculate-price-card .cards{background-color:#fff;border-radius:8px;padding:20px;position:relative}@media (max-width: 992px){.calculate-price-card .cards{margin-top:10px}}.calculate-price-card .cards .input-label{color:#285C8C;margin-bottom:4px;font-size:3.7vw}.calculate-price-card .cards .input-text-container{border-radius:4px;background:#FFFDF7;border:1px solid #C4C4C4;height:12vw;width:100%;margin-bottom:30px}.calculate-price-card .cards .input-text-container input{margin:0;height:100%;text-align:center;color:#707070;font-size:6vw;line-height:19px}.calculate-price-card .cards .input-text-container input::-webkit-input-placeholder{color:#707070}.calculate-price-card .cards .input-text-container input:-ms-input-placeholder{color:#707070}.calculate-price-card .cards .input-text-container input::placeholder{color:#707070}.calculate-price-card .cards .calculate-price-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#16B5CD;border-radius:8px;height:12vw;font-size:6vw;font-weight:bold;line-height:21px;color:#fff;position:relative}.calculate-price-card .cards .calculate-price-container i{position:absolute;color:#fff;font-size:6vw;line-height:24px;right:20px}.table-action i{margin:0 26px 0 0;cursor:pointer}.fa-pencil-alt{color:#63BC8F}.fa-lock{color:#48C7E5}.fa-trash-alt{color:#f88}.global-button-1 button{height:55px;line-height:52px;padding:0px 30px;border-radius:50px;border:none;text-transform:capitalize;background-color:#48C7E5;font-size:19px;-webkit-box-shadow:none;box-shadow:none;font-weight:700;color:#fff;cursor:pointer}.global-button-1 button img{width:25px;height:20px;margin-left:5px}.help{color:#fff;background-color:#48C7E5;width:40px;height:40px;padding:10px 0px 0px 0px;margin:0px 15px 0px 0px;border-radius:50px;text-align:center}@media (max-width: 992px){.help{margin-top:5px !important}}button{cursor:pointer}input{padding-right:50px}input[type="text"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus{border-bottom:1px solid #D9E4E8;-webkit-box-shadow:unset !important;box-shadow:unset !important}.datepicker-modal{padding:unset !important}.datepicker-modal .datepicker-container{padding:unset !important}.datepicker-modal .datepicker-container .datepicker-date-display{background-color:#004d73;min-height:180px;overflow-y:auto}.datepicker-modal .datepicker-container .datepicker-date-display .year-text i{right:unset !important;float:right !important;color:#AD1414 !important;font-size:15px !important;line-height:1.7 !important;cursor:pointer;position:relative !important;top:0 !important;padding:0}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-controls button:focus{background-color:#004d73}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-controls .selects-container input{border:unset;height:3rem;text-indent:unset;border-radius:unset;color:unset;position:relative}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-table-wrapper .datepicker-table tbody tr .is-today{color:#004d73}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-table-wrapper .datepicker-table tbody tr .is-selected{background-color:#004d73}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-table-wrapper .datepicker-table tbody tr .is-today.is-selected{color:white !important}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-table-wrapper .datepicker-table tbody tr td{width:30px !important;height:30px !important}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-calendar .datepicker-table-wrapper .datepicker-table tbody tr td .datepicker-day-button:focus{background-color:#004d73}.datepicker-modal .datepicker-container .datepicker-calendar-container .datepicker-footer .confirmation-btns button{color:#004d73}.timepicker-modal .timepicker-container{padding:unset !important}.timepicker-modal .timepicker-container .timepicker-digital-display{background-color:#004d73}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container{padding:unset !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column{padding:unset !important;font-weight:unset !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-minutes,.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-hours{color:rgba(255,255,255,0.6) !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-am-pm{padding:unset !important;font-weight:unset !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-am-pm .am-btn,.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-am-pm .pm-btn{color:rgba(255,255,255,0.6) !important;padding:unset !important;font-weight:unset !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .timepicker-span-am-pm .text-primary{color:#fff !important}.timepicker-modal .timepicker-container .timepicker-digital-display .timepicker-text-container .timepicker-display-column .text-primary{color:#fff !important}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-plate{padding:unset !important;font-weight:unset !important;font-size:unset !important}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-plate .timepicker-canvas{padding:unset !important;font-weight:unset !important;font-size:unset !important}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-plate .timepicker-canvas .timepicker-svg g line{stroke:#004d73}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-plate .timepicker-canvas .timepicker-svg g circle{fill:#004d73}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-plate .timepicker-dial .timepicker-tick{padding:unset !important;font-weight:unset !important;font-size:15px !important;color:rgba(0,0,0,0.87) !important}.timepicker-modal .timepicker-container .timepicker-analog-display .timepicker-footer .confirmation-btns button{color:#004d73}@media screen and (max-width: 340px){.timepicker-modal{width:93%}}.search-row{background-color:#fff;margin-bottom:0px}.search-row .search-title{color:#183958;margin-right:2.3%}.search-row .search-title h5{padding:0px 50px 0px 0px}.search-row .search-container{padding:10px 0 0 0px}.search-row .search-container .search-inner{height:40px;width:50%;border:1px solid #D9E4E8;border-radius:10px}.search-row .search-container .search-inner input{padding:0 0 0 0;border-bottom:unset}.search-row .search-container .search-inner .icon-container{text-align:center;padding:5px 0 0 15px;font-size:20px;color:#48C7E5}.search-row .add-user{text-align:center;border-radius:25px;background-color:#48C7E5;color:#fff;font-weight:500;margin:10px 0 0 0;padding:10px;width:150px}table thead tr{border-bottom:3px solid #004D73}table thead tr th{color:#004D73;padding:11.5px 5px;font-weight:500}@media (max-width: 992px){table thead tr{border-bottom:unset}}table tbody tr td{padding:10px 5px;font-size:16px;font-weight:normal;color:#707070}table tbody tr td .status{height:12px;width:12px;display:inline-block;border-radius:50px}table tbody tr td .status.in-progress{background-color:#6CBBD0}table tbody tr td .status.new{background-color:#79B1E8}table tbody tr td .status.closed{background-color:#028DB2}table tbody tr td:nth-child(1){width:120px}table tbody tr td:nth-child(2){width:200px}table tbody tr td:nth-child(3){width:360px}table tbody tr td:nth-child(4){width:120px}table tbody tr td:nth-child(5){width:150px}table tbody tr td:nth-child(6){width:210px}table tbody tr td:nth-child(7){width:120px}table tbody tr td:nth-child(8){width:100px}table tbody tr td:nth-child(9){width:100px}.center-input input{text-align:center}.block-button{border-radius:8px;border:2px solid #48C7E5;background-color:#48C7E5;font-size:15px !important;font-weight:700;color:#fff;padding:15px 30px;width:100%}@media screen and (min-width: 700px){.block-button{font-size:30px !important}}.hollow-button{border-radius:8px;border:2px solid #48C7E5;background-color:transparent;font-size:15px !important;font-weight:700;color:#48C7E5;padding:15px 30px;margin-top:10px;width:100%}@media screen and (min-width: 700px){.hollow-button{font-size:30px !important}}body,html{font-family:'Roboto', sans-serif;margin:0;padding:0;height:100%;width:100%;background-color:#285C8C;overflow-x:hidden}body .video-preview-ios-app-installation,html .video-preview-ios-app-installation{height:150px;width:85px;position:absolute;left:20px;z-index:1;bottom:20px}body .video-preview-ios-app-installation .responsive-video,html .video-preview-ios-app-installation .responsive-video{width:100%;height:100%}body .video-preview-ios-app-installation .controls,html .video-preview-ios-app-installation .controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;max-width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#C6D3DE;height:100%;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;opacity:0.7}body .video-preview-ios-app-installation .controls .buttons,html .video-preview-ios-app-installation .controls .buttons{line-height:2;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}body .video-preview-ios-app-installation .controls .buttons .screen,html .video-preview-ios-app-installation .controls .buttons .screen{border:unset;background-color:unset;line-height:2}body .video-preview-ios-app-installation .controls .buttons .screen:before,html .video-preview-ios-app-installation .controls .buttons .screen:before{content:'\f31e';font-family:"Font Awesome 5 Pro";font-weight:900;width:18px;height:18px;font-size:36px;color:#48C7E5;-webkit-font-smoothing:antialiased;cursor:pointer}body .video-preview-ios-app-installation .controls .time,html .video-preview-ios-app-installation .controls .time{-webkit-box-flex:25;-webkit-flex:25;-ms-flex:25;flex:25;display:inline-block;height:40px;width:70%;line-height:2.5}body .video-preview-ios-app-installation .controls .time .time-bar,html .video-preview-ios-app-installation .controls .time .time-bar{display:inline-block;height:10px;top:0;bottom:0;width:100%;cursor:pointer}body .video-preview-ios-app-installation .controls .time .time-bar .time-bar-fill,html .video-preview-ios-app-installation .controls .time .time-bar .time-bar-fill{height:10px;position:relative}body .video-preview-ios-app-installation .controls .time .time-bar .time-bar-fill .timebar-circle,html .video-preview-ios-app-installation .controls .time .time-bar .time-bar-fill .timebar-circle{height:25px;width:25px;cursor:pointer;border-radius:50px;position:absolute;right:-12px;bottom:-7px}body .mobile-container,html .mobile-container{width:100%;padding:0 40px 0 40px;margin-top:130px}@media screen and (max-width: 375px){body .mobile-container,html .mobile-container{margin-top:30px}}body .mobile-container [type="checkbox"].filled-in:checked+span:not(.lever):after,html .mobile-container [type="checkbox"].filled-in:checked+span:not(.lever):after{top:0;width:20px;height:20px;border:2px solid #48C7E5;background-color:#48C7E5;z-index:0}body .mobile-container .row,html .mobile-container .row{margin-bottom:0px}body .mobile-container i,html .mobile-container i{position:absolute;right:20px;top:13px;font-size:18px;color:#17BDD3}body .mobile-container .mobile-input,html .mobile-container .mobile-input{width:325px;padding:0 0 0 0}body .mobile-container .mobile-input input,html .mobile-container .mobile-input input{border-bottom:none !important;border:1px solid #CECECE !important;border-radius:4px !important;padding:0px 20px !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;background-color:#fff;height:50px;color:#575757;font-size:18px;font-weight:300}body .mobile-container .mobile-input input::-webkit-input-placeholder,html .mobile-container .mobile-input input::-webkit-input-placeholder{color:#575757}body .mobile-container .mobile-input input:-ms-input-placeholder,html .mobile-container .mobile-input input:-ms-input-placeholder{color:#575757}body .mobile-container .mobile-input input::placeholder,html .mobile-container .mobile-input input::placeholder{color:#575757}body .mobile-container a.btn,html .mobile-container a.btn{height:55px;font-size:20px;line-height:55px;width:100%;background-color:#48C7E5;border-radius:5px;font-weight:bolder;margin-bottom:10px;-webkit-box-shadow:unset;box-shadow:unset;padding:0px}body .mobile-container .login-button,html .mobile-container .login-button{width:100%}@media screen and (max-width: 1200px){body .mobile-container .login-button,html .mobile-container .login-button{width:50% !important;left:25%}}@media screen and (max-width: 600px){body .mobile-container .login-button,html .mobile-container .login-button{width:100% !important;left:0}}body .mobile-container .login-footer,html .mobile-container .login-footer{text-align:center;font-size:16px;margin:0px;padding:0px}body .mobile-container .login-footer a,html .mobile-container .login-footer a{color:#fff}body .mobile-container .login-footer span,html .mobile-container .login-footer span{color:#9EB4BC}body .menu-container,html .menu-container{width:100%;margin:0px}body .menu-container .collapsible ul.select2-selection__rendered,html .menu-container .collapsible ul.select2-selection__rendered{display:none}body .menu-container .collapsible li,html .menu-container .collapsible li{height:-webkit-fit-content !important;height:-moz-fit-content !important;height:fit-content !important;margin:0px;margin:0px;padding:0px 0px;border-radius:0px}body .menu-container .collapsible li div:nth-child(2) i,html .menu-container .collapsible li div:nth-child(2) i{text-align:center;width:unset !important;height:unset !important;background-color:unset !important;font-size:15px !important;padding:15px 0 0 0;border-radius:50px}body .menu-container .collapsible li.active .collapsible-header,html .menu-container .collapsible li.active .collapsible-header{background-color:#285C8C;color:#fff}body .menu-container .collapsible li.active .collapsible-header i,html .menu-container .collapsible li.active .collapsible-header i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);color:#fff}body .menu-container .collapsible .collapsible-header,html .menu-container .collapsible .collapsible-header{background:#fdfdfd;border-bottom:unset !important;padding:5px 10px;border-bottom:1px solid #ddd !important;font-weight:400 !important;position:relative}body .menu-container .collapsible .collapsible-header i,html .menu-container .collapsible .collapsible-header i{position:absolute;margin-right:0;right:0;color:#48C7E5}body .menu-container .collapsible .collapsible-body,html .menu-container .collapsible .collapsible-body{padding:0px;border-bottom:1px solid #ddd !important;padding:0px 15px;margin-top:15px}body .menu-container .collapsible .collapsible-body .select-wrapper,html .menu-container .collapsible .collapsible-body .select-wrapper{padding:0px}body .menu-container .collapsible .collapsible-body .btn-next,html .menu-container .collapsible .collapsible-body .btn-next{font-size:16px;color:#fff;background-color:#285C8C;width:100px;cursor:pointer}body .menu-container .nav-container,html .menu-container .nav-container{padding:22px 25px 0px 25px !important}body .menu-container .nav-container .nav-mobile i,html .menu-container .nav-container .nav-mobile i{font-size:30px;margin-top:5px;color:#48C7E5}@media screen and (min-width: 750px){body .menu-container .nav-container .nav-mobile i,html .menu-container .nav-container .nav-mobile i{font-size:35px}}body .menu-container .nav-container .profile-mobile,html .menu-container .nav-container .profile-mobile{height:100%;padding:0}body .menu-container .nav-container .profile-mobile i,html .menu-container .nav-container .profile-mobile i{font-size:23px;position:static;float:right;color:#48C7E5;margin-left:50px;margin-top:-30px}@media screen and (min-width: 750px){body .menu-container .nav-container .profile-mobile i,html .menu-container .nav-container .profile-mobile i{font-size:19px;margin-top:-30px}}body .menu-container .nav-container .profile-mobile .admin-photo,html .menu-container .nav-container .profile-mobile .admin-photo{background-image:url(/assets/images/default-profile-img.png);display:block;height:40px;width:40px;line-height:40px;background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:50px}@media screen and (min-width: 750px){body .menu-container .nav-container .profile-mobile .admin-photo,html .menu-container .nav-container .profile-mobile .admin-photo{height:40px;width:40px}}body .menu-container .nav-container .profile-mobile .dropdown-content,html .menu-container .nav-container .profile-mobile .dropdown-content{position:block;width:250px !important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:-1.5%;top:-55px;overflow-x:hidden;border-radius:8px;padding-bottom:20px;padding-left:15px;padding-top:10px}@media screen and (min-width: 700px){body .menu-container .nav-container .profile-mobile .dropdown-content,html .menu-container .nav-container .profile-mobile .dropdown-content{top:10% !important}}body .menu-container .nav-container .profile-mobile .dropdown-content div,html .menu-container .nav-container .profile-mobile .dropdown-content div{outline:none}body .menu-container .nav-container .profile-mobile .dropdown-content div li,html .menu-container .nav-container .profile-mobile .dropdown-content div li{background-color:transparent;height:30px;padding:10px 0;line-height:unset;height:unset;min-height:unset}body .menu-container .nav-container .profile-mobile .dropdown-content div li a,html .menu-container .nav-container .profile-mobile .dropdown-content div li a{padding:0px;cursor:pointer;line-height:1}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row{padding:unset;margin:unset}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row i,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row i{margin:unset;float:unset}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .ticket,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .ticket{color:#48C7E5;font-size:16px}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row span,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row span{font-size:16px;color:black;font-weight:normal}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .label,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .label{font-size:20px;color:#285C8C;font-weight:700}body .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .notif-count,html .menu-container .nav-container .profile-mobile .dropdown-content div li a .row .notif-count{position:absolute;background-color:#FC9D9D;color:#fff;text-align:center;width:40px;height:25px;margin-left:15px;border-radius:8px;padding-top:3px;line-height:1.2}body .menu-container .nav-container .profile-mobile .dropdown-content div .news-update,html .menu-container .nav-container .profile-mobile .dropdown-content div .news-update{font-size:16px;font-weight:normal;margin-top:35px;margin-bottom:-15px}body .menu-container .nav-container .profile-mobile .speech-bubble,html .menu-container .nav-container .profile-mobile .speech-bubble{display:relative;-webkit-transform-origin:100% 0px;-ms-transform-origin:100% 0px;transform-origin:100% 0px;opacity:1;-webkit-transform:scaleX(1) scaleY(1);-ms-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1);overflow:visible}body .menu-container .nav-container .profile-mobile .speech-bubble li,html .menu-container .nav-container .profile-mobile .speech-bubble li{width:100%;background-color:transparent;margin:0px;border-radius:0px}body .menu-container .nav-container .profile-mobile .speech-bubble:after,html .menu-container .nav-container .profile-mobile .speech-bubble:after{-webkit-box-sizing:inherit;box-sizing:inherit;display:inline-block;content:'';position:absolute;top:0;left:83%;width:0;height:0;border:15px solid transparent;border-bottom-color:#fff;border-top:0;border-right:0;margin-left:-16.5px;margin-top:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}@media screen and (min-width: 700px){body .menu-container .nav-container .profile-mobile .speech-bubble:after,html .menu-container .nav-container .profile-mobile .speech-bubble:after{-webkit-box-sizing:inherit;box-sizing:inherit;display:inline-block;content:'';position:absolute;top:0;left:85%;width:0;height:0;border:25px solid transparent;border-bottom-color:#fff;border-top:0;border-right:0;margin-left:-16.5px;margin-top:-10px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}}body .menu-container .navigation-qr-container,html .menu-container .navigation-qr-container{height:100%;width:100%;position:relative}body .menu-container .navigation-qr-container .navigation,html .menu-container .navigation-qr-container .navigation{position:absolute;width:100%;-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease, -webkit-transform 0.5s ease;-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px)}body .menu-container .navigation-qr-container .navigation ul li,html .menu-container .navigation-qr-container .navigation ul li{height:80px;background-color:#fff;padding:0px 0 0 0;margin:0 25px 15px 25px;border-radius:8px}body .menu-container .navigation-qr-container .navigation ul li div:nth-child(1),html .menu-container .navigation-qr-container .navigation ul li div:nth-child(1){font-size:20px;font-weight:700;padding-top:10px;padding-bottom:10px;margin-bottom:px;color:#285C8C}body .menu-container .navigation-qr-container .navigation ul li div:nth-child(2) i,html .menu-container .navigation-qr-container .navigation ul li div:nth-child(2) i{text-align:center;width:50px;height:50px;background-color:#48C7E5;font-size:20px;color:#fff;padding:15px 0 0 0;border-radius:50px}body .menu-container .navigation-qr-container .navigation .grid-menu-2,html .menu-container .navigation-qr-container .navigation .grid-menu-2{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(100%, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(100%, 1fr));grid-gap:10px;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0px;padding:0px}@media screen and (min-width: 700px){body .menu-container .navigation-qr-container .navigation .grid-menu-2,html .menu-container .navigation-qr-container .navigation .grid-menu-2{-ms-grid-columns:(minmax(350px, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(350px, 1fr))}}@media screen and (min-width: 1000px){body .menu-container .navigation-qr-container .navigation .grid-menu-2 .ticket-element,html .menu-container .navigation-qr-container .navigation .grid-menu-2 .ticket-element{font-size:25px}}@media screen and (min-width: 1800px){body .menu-container .navigation-qr-container .navigation .grid-menu-2,html .menu-container .navigation-qr-container .navigation .grid-menu-2{-ms-grid-columns:(minmax(500px, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(500px, 1fr))}}body .menu-container .navigation-qr-container .navigation .grid-menu,html .menu-container .navigation-qr-container .navigation .grid-menu{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(45%, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(45%, 1fr));grid-gap:10px;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0% 20px;padding-bottom:30px}@media screen and (min-width: 750px){body .menu-container .navigation-qr-container .navigation .grid-menu,html .menu-container .navigation-qr-container .navigation .grid-menu{grid-gap:20px;margin-top:30px}}body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item{margin:0% 0%;font-size:20px;font-weight:700;background-color:#fff;color:#285C8C;border-radius:8px}@media screen and (min-width: 750px){body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item{font-size:40px}}body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a .col,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a .col{padding:5%}body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a i,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a i{height:50px;width:50px;margin:20px 0;font-size:20px;padding:15px;border-radius:50px;background-color:#48C7E5;color:#fff}@media screen and (min-width: 750px){body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a i,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a i{padding:30px;font-size:40px;margin:10% 0;height:100px;width:100px}}body .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a span,html .menu-container .navigation-qr-container .navigation .grid-menu .grid-item a span{color:#004d73}body .menu-container .navigation-qr-container .quick-release,html .menu-container .navigation-qr-container .quick-release{position:absolute;width:100%;-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease, -webkit-transform 0.5s ease;-webkit-transform:translate(9999px, 0);-ms-transform:translate(9999px, 0);transform:translate(9999px, 0)}body .menu-container .navigation-qr-container .quick-release .generate-qr .row,html .menu-container .navigation-qr-container .quick-release .generate-qr .row{margin-bottom:0}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .btn-generate-guest-qr,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .btn-generate-guest-qr{width:80%;height:55px;background-color:#17BDD3;border-radius:8px;font-size:20px;font-weight:600;text-transform:none;padding:0;line-height:2.5;-webkit-box-shadow:none;box-shadow:none;margin-bottom:30px}@media screen and (max-width: 350px){body .menu-container .navigation-qr-container .quick-release .generate-qr .row .btn-generate-guest-qr,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .btn-generate-guest-qr{line-height:3.5;font-size:16px}}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field{width:80%;margin:auto;margin-bottom:10px}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field .input-title,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field .input-title{font-size:18px;color:#fff}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field input,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field input{background-color:#E6E6E6;border-radius:4px;font-size:16px;font-weight:400;color:#707070;text-indent:10px}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field input:focus,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .input-field input:focus{border-bottom:unset}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .qr-container-code-user,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .qr-container-code-user{height:280px;width:78%;margin:auto;margin-top:30px;margin-bottom:15px;border-radius:8px;background-image:url("/assets/images/qrcode/antonie_qr.png");background-position:center;background-repeat:no-repeat;background-size:cover}body .menu-container .navigation-qr-container .quick-release .generate-qr .row .qr-refresh,html .menu-container .navigation-qr-container .quick-release .generate-qr .row .qr-refresh{font-size:20px;text-decoration:underline;color:#86CFDD;font-weight:500;padding-bottom:20px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create,html .menu-container .navigation-qr-container .quick-release .guest-qr-create{padding:25px 25px;padding-top:0}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container{border-radius:8px;background-color:#fff;padding:20px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row{margin-bottom:0}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field{margin:0;margin-bottom:10px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field .input-title,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field .input-title{font-size:18px;color:#004d73}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field input,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field input{border-radius:4px;font-size:16px;font-weight:400;color:#707070;text-indent:10px;border:1px solid #ccc}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field .fa-calendar-alt,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .input-field .fa-calendar-alt{position:absolute;bottom:20px;color:#17BDD3;font-size:20px;right:5px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .btn-generate-share,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .btn-generate-share{width:100%;height:55px;background-color:#17BDD3;border-radius:8px;font-size:20px;font-weight:600;text-transform:none;padding:0;line-height:2.5;-webkit-box-shadow:none;box-shadow:none}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .btn-generated-shared,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .btn-generated-shared{width:100%;height:55px;border:1px solid #17BDD3;border-radius:8px;font-size:20px;font-weight:600;text-transform:none;padding:0;line-height:2.5;-webkit-box-shadow:none;box-shadow:none;background-color:unset;color:#17BDD3}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .qr-container-code-guest,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .qr-container-code-guest{height:280px;width:100%;margin:auto;margin-top:30px;margin-bottom:15px;border-radius:8px;background-color:#E0E0E0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .qr-container-code-guest .instruction,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row .qr-container-code-guest .instruction{color:#AAAAAA;font-size:16px;font-weight:600;padding:20px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to{display:none;margin-bottom:0}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container i,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container i{font-size:34px}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-facebook-messenger,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-facebook-messenger{color:#4753A9}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-viber,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-viber{color:#7B3DBA}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-whatsapp-square,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-whatsapp-square{color:#50D600}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-envelope,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-envelope{color:#325B90}body .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-image,html .menu-container .navigation-qr-container .quick-release .guest-qr-create .qr-container .row.share-to .icons-container .fa-image{color:#788486}body .logo,html .logo{background-image:url("/assets/images/login-logo.png");height:115px;width:326px;max-width:100%;display:block;margin:auto;margin-bottom:20px}body .logo-mobile,html .logo-mobile{width:80%;margin-top:67px;background-position:center;background-size:contain;background-repeat:no-repeat}body .mobile-content,html .mobile-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0px 20px 15px 20px;position:relative}body .mobile-content input,body .mobile-content textarea,html .mobile-content input,html .mobile-content textarea{color:#596774}body .mobile-content .select-wrapper .dropdown-content,html .mobile-content .select-wrapper .dropdown-content{max-width:unset !important}body .mobile-content .select-wrapper .dropdown-content li,html .mobile-content .select-wrapper .dropdown-content li{background-color:unset;padding:unset;margin:unset;height:unset}body .mobile-content .select-wrapper .dropdown-content li span,html .mobile-content .select-wrapper .dropdown-content li span{color:#838383 !important}body .mobile-content .select-wrapper .dropdown-content li:focus,html .mobile-content .select-wrapper .dropdown-content li:focus{background-color:unset}body .mobile-content .select-wrapper .dropdown-content li:not(:last-child),html .mobile-content .select-wrapper .dropdown-content li:not(:last-child){border-bottom:1px solid #efefef;border-radius:unset}body .mobile-content .page-title,html .mobile-content .page-title{font-size:30px;font-weight:300;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body .mobile-content .page-title i,html .mobile-content .page-title i{margin-right:10px;color:#48C7E5}body .mobile-content .page-title .row,html .mobile-content .page-title .row{margin-bottom:unset}body .mobile-content .content-container,body .mobile-content .view-ticket-container,html .mobile-content .content-container,html .mobile-content .view-ticket-container{padding:35px 5% 35px 5%;height:100%;background-color:#fff;border-radius:8px}body .mobile-content .content-container.report-ticket,html .mobile-content .content-container.report-ticket{padding:0}body .mobile-content .view-ticket-container,html .mobile-content .view-ticket-container{margin:10px 0;padding-top:10px;padding-bottom:10px;padding-right:0px;font-size:14px}body .mobile-content .view-ticket-container .ticket-id,html .mobile-content .view-ticket-container .ticket-id{color:#285C8C}@media screen and (min-width: 1000px){body .mobile-content .view-ticket-container .ticket-id,html .mobile-content .view-ticket-container .ticket-id{font-size:20px}}body .mobile-content .view-ticket-container .ticket-id span,html .mobile-content .view-ticket-container .ticket-id span{color:#707070;font-size:16px}@media screen and (min-width: 1000px){body .mobile-content .view-ticket-container .ticket-id span,html .mobile-content .view-ticket-container .ticket-id span{font-size:25px}}body .mobile-content .view-ticket-container .ticket-status,html .mobile-content .view-ticket-container .ticket-status{margin:0px;padding:0px}body .mobile-content .view-ticket-container .ticket-status div,html .mobile-content .view-ticket-container .ticket-status div{margin:0px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0px 10%;border-radius:10px 0 0 10px;font-size:14px;font-weight:medium}@media screen and (min-width: 1000px){body .mobile-content .view-ticket-container .ticket-status div,html .mobile-content .view-ticket-container .ticket-status div{font-size:20px;border-radius:15px 0 0 15px}}body .mobile-content .view-ticket-container .row,html .mobile-content .view-ticket-container .row{margin:5px 0px}body .mobile-content .view-ticket-container .columned-container,html .mobile-content .view-ticket-container .columned-container{padding:0px}body .mobile-content .view-ticket-container .columned-container div,html .mobile-content .view-ticket-container .columned-container div{padding:0px}body .mobile-content .view-ticket-container .ticket-element div:nth-child(1),html .mobile-content .view-ticket-container .ticket-element div:nth-child(1){color:#285C8C}body .mobile-content .view-ticket-container .ticket-element div:nth-child(2),html .mobile-content .view-ticket-container .ticket-element div:nth-child(2){color:#707070}body .mobile-content .view-ticket-container .view-ticket-button,html .mobile-content .view-ticket-container .view-ticket-button{background-color:#48C7E5;color:#fff;border:none;height:30px;padding:0px 30px;border-radius:20px;margin:25px 0 0 0}body .mobile-content .content-container,html .mobile-content .content-container{height:100%;background-color:#fff;border-radius:8px}body .mobile-content .content-container .facility-type,body .mobile-content .content-container .unit-number,body .mobile-content .content-container .guest,html .mobile-content .content-container .facility-type,html .mobile-content .content-container .unit-number,html .mobile-content .content-container .guest{width:95%}@media screen and (max-width: 600px){body .mobile-content .content-container .facility-type,body .mobile-content .content-container .unit-number,body .mobile-content .content-container .guest,html .mobile-content .content-container .facility-type,html .mobile-content .content-container .unit-number,html .mobile-content .content-container .guest{width:100%}}body .mobile-content .content-container .facility-type .select-wrapper .dropdown-content li span,body .mobile-content .content-container .unit-number .select-wrapper .dropdown-content li span,body .mobile-content .content-container .guest .select-wrapper .dropdown-content li span,html .mobile-content .content-container .facility-type .select-wrapper .dropdown-content li span,html .mobile-content .content-container .unit-number .select-wrapper .dropdown-content li span,html .mobile-content .content-container .guest .select-wrapper .dropdown-content li span{font-size:16px;color:#9EB4BC !important}body .mobile-content .content-container .guest input,html .mobile-content .content-container .guest input{border-bottom:unset;text-indent:10px}body .mobile-content .content-container .pin-code .custom-field,html .mobile-content .content-container .pin-code .custom-field{height:75px !important}body .mobile-content .content-container .pin-code .custom-field input,html .mobile-content .content-container .pin-code .custom-field input{border-bottom:unset;text-indent:10px;width:100%;height:100%;text-align:center;font-size:120px;color:#004d73}body .mobile-content .content-container .facility-request-btn,html .mobile-content .content-container .facility-request-btn{width:100%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:20px;text-transform:capitalize;height:auto;border-radius:8px}@media screen and (max-width: 700px){body .mobile-content .content-container .facility-request-btn,html .mobile-content .content-container .facility-request-btn{font-size:18px !important;padding:5px 20px}}body .mobile-content .content-container .override p,html .mobile-content .content-container .override p{margin:unset;display:inline-block}body .mobile-content .content-container .override p label span,html .mobile-content .content-container .override p label span{padding-left:25px;color:#596774}body .mobile-content .content-container .override p label [type="checkbox"].filled-in:checked+span:not(.lever):after,html .mobile-content .content-container .override p label [type="checkbox"].filled-in:checked+span:not(.lever):after{border:2px solid #48C7E5;background-color:#48C7E5}body .mobile-content .content-container .override p label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,html .mobile-content .content-container .override p label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{border:2px solid #9EB4BC}body .mobile-content .content-container .override i,html .mobile-content .content-container .override i{display:inline-block;margin-left:5px}body .mobile-content .content-container .guest-options-2,html .mobile-content .content-container .guest-options-2{margin-top:27px !important}@media screen and (max-width: 600px){body .mobile-content .content-container .guest-options-2,html .mobile-content .content-container .guest-options-2{margin-top:10px !important}}body .mobile-content .content-container .guest-options-2 .select-wrapper,html .mobile-content .content-container .guest-options-2 .select-wrapper{padding-left:15px;width:90%}@media screen and (max-width: 600px){body .mobile-content .content-container .guest-options-2 .select-wrapper,html .mobile-content .content-container .guest-options-2 .select-wrapper{width:95%;padding-left:0px}}body .mobile-content .content-container .guest-options-2 .select-wrapper .caret,html .mobile-content .content-container .guest-options-2 .select-wrapper .caret{fill:#48C7E5;right:-10px}body .mobile-content .content-container .guest-options-2 .select-wrapper .dropdown-content li span,html .mobile-content .content-container .guest-options-2 .select-wrapper .dropdown-content li span{font-size:16px;color:#9EB4BC !important}@media screen and (max-width: 600px){body .mobile-content .content-container .guest-options-2 .right-align,html .mobile-content .content-container .guest-options-2 .right-align{text-align:unset}}body .mobile-content .content-container .guest-options-2 .right-align .add-guest-btn,html .mobile-content .content-container .guest-options-2 .right-align .add-guest-btn{width:78%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;padding:0 5px;text-transform:capitalize;height:45px;font-size:18px;font-weight:500;line-height:2.2;border-radius:5px}@media screen and (max-width: 600px){body .mobile-content .content-container .guest-options-2 .right-align .add-guest-btn,html .mobile-content .content-container .guest-options-2 .right-align .add-guest-btn{width:100%;margin-top:10px}}body .mobile-content .content-container .facility-img,html .mobile-content .content-container .facility-img{background-image:url(/assets/images/pool.jpg);display:block;height:125px;border-radius:20px;width:94%;margin-top:25px;background-position:center;background-repeat:no-repeat;background-size:cover;margin-left:20px}@media screen and (max-width: 600px){body .mobile-content .content-container .facility-img,html .mobile-content .content-container .facility-img{margin-left:0px;width:100%}}body .mobile-content .content-container .mobile-tabs,html .mobile-content .content-container .mobile-tabs{overflow:hidden}body .mobile-content .content-container .mobile-tabs .tab,html .mobile-content .content-container .mobile-tabs .tab{margin-right:20px;-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset}@media screen and (max-width: 320px){body .mobile-content .content-container .mobile-tabs .tab,html .mobile-content .content-container .mobile-tabs .tab{margin-right:5px}}body .mobile-content .content-container .mobile-tabs .tab a,html .mobile-content .content-container .mobile-tabs .tab a{color:#9EB4BC;text-align:left;padding:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:35px;text-transform:none;font-size:18px}body .mobile-content .content-container .mobile-tabs .tab a.active,html .mobile-content .content-container .mobile-tabs .tab a.active{color:#004d73}body .mobile-content .content-container .mobile-tabs .tab a:focus.active,html .mobile-content .content-container .mobile-tabs .tab a:focus.active{background-color:unset;outline:none}body .mobile-content .content-container .mobile-tabs .tab:focus,html .mobile-content .content-container .mobile-tabs .tab:focus{outline:unset}body .mobile-content .content-container .mobile-tabs .indicator,html .mobile-content .content-container .mobile-tabs .indicator{background-color:#48C7E5;margin:unset;height:5px}body .mobile-content .content-container .dropdown-content li>a,body .mobile-content .content-container .dropdown-content li>span,html .mobile-content .content-container .dropdown-content li>a,html .mobile-content .content-container .dropdown-content li>span{font-size:16px;color:#26a69a;display:block;line-height:22px;padding:14px 16px}body .mobile-content .content-container .disabled-field .select-wrapper input,html .mobile-content .content-container .disabled-field .select-wrapper input{color:#CFCFCF}body .mobile-content .content-container .disabled-field .select-wrapper .caret,html .mobile-content .content-container .disabled-field .select-wrapper .caret{fill:#CFCFCF;right:5px}body .mobile-content .content-container .selected,html .mobile-content .content-container .selected{background-color:transparent}body .mobile-content .content-container .note-container,html .mobile-content .content-container .note-container{font-style:italic;font-size:14px}@media screen and (min-width: 700px){body .mobile-content .content-container .note-container,html .mobile-content .content-container .note-container{font-size:25px}}body .mobile-content .content-container .number-label,html .mobile-content .content-container .number-label{display:block}body .mobile-content .content-container .number-field,html .mobile-content .content-container .number-field{width:30%}body .mobile-content .content-container .services-checklist,html .mobile-content .content-container .services-checklist{margin-bottom:50px}body .mobile-content .content-container .services-checklist span,html .mobile-content .content-container .services-checklist span{padding-left:25px}body .mobile-content .content-container .services-checklist [type="checkbox"]+span:not(.lever),html .mobile-content .content-container .services-checklist [type="checkbox"]+span:not(.lever){font-size:16px}body .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:checked+span:not(.lever):before,html .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:checked+span:not(.lever):before{left:-1px}body .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:checked+span:not(.lever):after,html .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:checked+span:not(.lever):after{background-color:#48C7E5;border:2px solid #48C7E5;width:16px;height:16px;top:3px}body .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,html .mobile-content .content-container .services-checklist [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{border:2px solid #9EB4BC;height:16px;width:16px;top:3px}body .mobile-content .content-container .services-checklist td:nth-child(1),html .mobile-content .content-container .services-checklist td:nth-child(1){width:50%}body .mobile-content .content-container .services-checklist td p,html .mobile-content .content-container .services-checklist td p{margin-left:20px;line-height:0px}body .mobile-content .content-container .services-checklist table tr td,body .mobile-content .content-container .services-checklist table th,html .mobile-content .content-container .services-checklist table tr td,html .mobile-content .content-container .services-checklist table th{font-size:15px}@media screen and (min-width: 700px){body .mobile-content .content-container .services-checklist table tr td,body .mobile-content .content-container .services-checklist table th,html .mobile-content .content-container .services-checklist table tr td,html .mobile-content .content-container .services-checklist table th{font-size:25px}}body .mobile-content .content-container .services-checklist table tr td p,body .mobile-content .content-container .services-checklist table th p,html .mobile-content .content-container .services-checklist table tr td p,html .mobile-content .content-container .services-checklist table th p{margin-left:10px;line-height:0px}body .mobile-content .content-container .services-checklist table tr td:nth-child(1),html .mobile-content .content-container .services-checklist table tr td:nth-child(1){width:50%}body .mobile-content .content-container .services-checklist table tr,html .mobile-content .content-container .services-checklist table tr{border-bottom:unset}body .mobile-content .content-container .column-1-3 div:nth-child(2) i,html .mobile-content .content-container .column-1-3 div:nth-child(2) i{margin-left:-53.5%}body .mobile-content .content-container .column-1-3 div:nth-child(4) i,html .mobile-content .content-container .column-1-3 div:nth-child(4) i{margin-left:0px}body .mobile-content .content-container .column-1-3 label:nth-child(3),html .mobile-content .content-container .column-1-3 label:nth-child(3){position:relative;margin-left:41.5%;margin-top:-24px}body .mobile-content .content-container .col,html .mobile-content .content-container .col{margin:0;padding:0}body .mobile-content .content-container .dropdown-select,html .mobile-content .content-container .dropdown-select{width:90%;position:relative}body .mobile-content .content-container .dropdown-select input,html .mobile-content .content-container .dropdown-select input{border-bottom:unset;padding-left:10px;border:1px solid #D9E4E8}body .mobile-content .content-container .dropdown-select .caret,html .mobile-content .content-container .dropdown-select .caret{display:none}body .mobile-content .content-container .dropdown-select i,html .mobile-content .content-container .dropdown-select i{position:absolute;top:10px;right:0;font-size:25px;color:#48C7E5;padding:0px}body .mobile-content .content-container .dropdown-select .dropdown-content li span,html .mobile-content .content-container .dropdown-select .dropdown-content li span{font-size:16px}body .mobile-content .content-container .input-field,body .mobile-content .content-container .custom-field,html .mobile-content .content-container .input-field,html .mobile-content .content-container .custom-field{min-height:45px;margin:0px;padding:0px;position:relative;border-radius:5px;border:1px solid #D9E4E8}body .mobile-content .content-container .input-field .caret,body .mobile-content .content-container .custom-field .caret,html .mobile-content .content-container .input-field .caret,html .mobile-content .content-container .custom-field .caret{fill:#48C7E5;right:5px}body .mobile-content .content-container .input-field input,body .mobile-content .content-container .custom-field input,html .mobile-content .content-container .input-field input,html .mobile-content .content-container .custom-field input{border-bottom:unset !important;text-indent:10px;width:100%;margin:unset}body .mobile-content .content-container .input-field textarea,body .mobile-content .content-container .custom-field textarea,html .mobile-content .content-container .input-field textarea,html .mobile-content .content-container .custom-field textarea{height:100%;max-height:100%;border:none;overflow-y:scroll;padding:10px}body .mobile-content .content-container .input-field ::-webkit-scrollbar,body .mobile-content .content-container .custom-field ::-webkit-scrollbar,html .mobile-content .content-container .input-field ::-webkit-scrollbar,html .mobile-content .content-container .custom-field ::-webkit-scrollbar{display:none}body .mobile-content .content-container .input-field i,body .mobile-content .content-container .custom-field i,html .mobile-content .content-container .input-field i,html .mobile-content .content-container .custom-field i{position:absolute;top:0px;right:10px;font-size:20px;color:#48C7E5;padding:0px}body .mobile-content .content-container .input-field .number-caret i,body .mobile-content .content-container .custom-field .number-caret i,html .mobile-content .content-container .input-field .number-caret i,html .mobile-content .content-container .custom-field .number-caret i{position:absolute;left:41%;margin-top:-45px;font-size:25px;color:#48C7E5;padding:0px}@media screen and (min-width: 700px){body .mobile-content .content-container .input-field .number-caret i,body .mobile-content .content-container .custom-field .number-caret i,html .mobile-content .content-container .input-field .number-caret i,html .mobile-content .content-container .custom-field .number-caret i{left:45%}}body .mobile-content .content-container .input-field .date-icons,body .mobile-content .content-container .custom-field .date-icons,html .mobile-content .content-container .input-field .date-icons,html .mobile-content .content-container .custom-field .date-icons{position:relative;padding:5px;margin-left:50%}@media screen and (min-width: 700px){body .mobile-content .content-container .input-field .date-icons,body .mobile-content .content-container .custom-field .date-icons,html .mobile-content .content-container .input-field .date-icons,html .mobile-content .content-container .custom-field .date-icons{margin-left:60%;padding-top:0px}}body .mobile-content .content-container .input-field .date-icons span,body .mobile-content .content-container .custom-field .date-icons span,html .mobile-content .content-container .input-field .date-icons span,html .mobile-content .content-container .custom-field .date-icons span{margin-left:5px;color:#9EB4BC}body .mobile-content .content-container .input-field .date-icons .row div:nth-child(2) i,body .mobile-content .content-container .custom-field .date-icons .row div:nth-child(2) i,html .mobile-content .content-container .input-field .date-icons .row div:nth-child(2) i,html .mobile-content .content-container .custom-field .date-icons .row div:nth-child(2) i{margin-left:30px}@media screen and (min-width: 700px){body .mobile-content .content-container .input-field .date-icons .row div:nth-child(2) i,body .mobile-content .content-container .custom-field .date-icons .row div:nth-child(2) i,html .mobile-content .content-container .input-field .date-icons .row div:nth-child(2) i,html .mobile-content .content-container .custom-field .date-icons .row div:nth-child(2) i{margin-left:40px}}body .mobile-content .content-container .input-field .chips,body .mobile-content .content-container .custom-field .chips,html .mobile-content .content-container .input-field .chips,html .mobile-content .content-container .custom-field .chips{margin:0;border:unset;border-radius:5px;height:unset;padding:unset;position:relative}body .mobile-content .content-container .input-field .chips .chip,body .mobile-content .content-container .custom-field .chips .chip,html .mobile-content .content-container .input-field .chips .chip,html .mobile-content .content-container .custom-field .chips .chip{color:#707070;margin:5px;font-size:13px;font-weight:500;padding:0 12px}body .mobile-content .content-container .input-field .chips .chip i,body .mobile-content .content-container .custom-field .chips .chip i,html .mobile-content .content-container .input-field .chips .chip i,html .mobile-content .content-container .custom-field .chips .chip i{color:#48C7E5;position:relative;right:0;top:0;padding:unset;padding-left:10px}body .mobile-content .content-container .input-field .chips .chip:focus,body .mobile-content .content-container .custom-field .chips .chip:focus,html .mobile-content .content-container .input-field .chips .chip:focus,html .mobile-content .content-container .custom-field .chips .chip:focus{background-color:#17BDD3}body .mobile-content .content-container .input-field .chips .chip:focus i,body .mobile-content .content-container .custom-field .chips .chip:focus i,html .mobile-content .content-container .input-field .chips .chip:focus i,html .mobile-content .content-container .custom-field .chips .chip:focus i{color:#707070}body .mobile-content .content-container .input-field .chips input,body .mobile-content .content-container .custom-field .chips input,html .mobile-content .content-container .input-field .chips input,html .mobile-content .content-container .custom-field .chips input{border:none;width:unset !important}body .mobile-content .content-container .input-field .chips i.fa-plus-circle,body .mobile-content .content-container .custom-field .chips i.fa-plus-circle,html .mobile-content .content-container .input-field .chips i.fa-plus-circle,html .mobile-content .content-container .custom-field .chips i.fa-plus-circle{bottom:10px;top:unset;font-size:25px !important;cursor:pointer}body .mobile-content .content-container .custom-field.select-searchable,html .mobile-content .content-container .custom-field.select-searchable{height:37px}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper{height:100%}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper input,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper input{display:none}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container{height:100%;width:100% !important}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single{height:100%;background-color:unset;border:unset}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__rendered,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__rendered{height:100%;color:#596774;font-size:16px;line-height:40px}body .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__arrow,html .mobile-content .content-container .custom-field.select-searchable .select-wrapper .select2-container .selection .select2-selection--single .select2-selection__arrow{display:none}body .mobile-content .content-container .custom-field.select-multiple,html .mobile-content .content-container .custom-field.select-multiple{height:37px}body .mobile-content .content-container .custom-field.select-multiple .select-wrapper,html .mobile-content .content-container .custom-field.select-multiple .select-wrapper{height:100%}body .mobile-content .content-container .custom-field.select-multiple .select-wrapper .select2-container,html .mobile-content .content-container .custom-field.select-multiple .select-wrapper .select2-container{display:none}body .mobile-content .content-container .custom-field.select-multiple.select-searchable,html .mobile-content .content-container .custom-field.select-multiple.select-searchable{min-height:37px;height:unset}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper{min-height:37px}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container{display:inline-block;min-height:37px;width:100% !important}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple{min-height:37px;background-color:unset;border:unset}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered{min-height:37px;display:inline-block}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{font-size:16px;color:#596774;padding:2px 5px}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{color:#48C7E5}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search{font-size:16px;color:#596774;padding:2px 5px;float:left;margin-right:5px;margin-top:5px;height:35px !important}body .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search input,html .mobile-content .content-container .custom-field.select-multiple.select-searchable .select-wrapper .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search input{display:block;height:100%;-webkit-box-shadow:none;box-shadow:none}body .mobile-content .content-container .custom-field.date-container,html .mobile-content .content-container .custom-field.date-container{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:37px;height:100%}body .mobile-content .content-container .custom-field.date-container input,html .mobile-content .content-container .custom-field.date-container input{position:absolute;height:100%}body .mobile-content .content-container .custom-field.date-container .dates,html .mobile-content .content-container .custom-field.date-container .dates{position:relative;margin-top:5px;pointer-events:none}body .mobile-content .content-container .custom-field.date-container .dates .date,html .mobile-content .content-container .custom-field.date-container .dates .date{display:inline-block;height:32px;font-size:13px;font-weight:500;line-height:32px;padding:0 12px;border-radius:16px;background-color:#dddddd;border:1px solid #fff;color:#596774;margin:5px}body .mobile-content .content-container .custom-field.unit-select,html .mobile-content .content-container .custom-field.unit-select{margin-bottom:10px}body .mobile-content .content-container .report-ticket-btn,html .mobile-content .content-container .report-ticket-btn{width:85%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px;margin-bottom:20px}@media screen and (min-width: 700px){body .mobile-content .content-container .report-ticket-btn,html .mobile-content .content-container .report-ticket-btn{font-size:30px !important;padding:15px 30px}}body .mobile-content .content-container .reservation-btn,html .mobile-content .content-container .reservation-btn{width:100%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px}@media screen and (min-width: 700px){body .mobile-content .content-container .reservation-btn,html .mobile-content .content-container .reservation-btn{font-size:30px !important;padding:15px 30px}}body .mobile-content .content-container .back-btn,html .mobile-content .content-container .back-btn{width:100%;color:#48C7E5;border:1px solid #48C7E5;background-color:white;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px;margin:5px 0}@media screen and (min-width: 700px){body .mobile-content .content-container .back-btn,html .mobile-content .content-container .back-btn{font-size:30px !important;padding:15px 30px}}body .mobile-content .content-container label,html .mobile-content .content-container label{font-weight:normal;font-size:18px;color:#004d73}@media screen and (min-width: 700px){body .mobile-content .content-container label,html .mobile-content .content-container label{font-size:18px}}body .mobile-content .content-container .grid-container,html .mobile-content .content-container .grid-container{overflow-x:auto;border:1px solid #285C8C}body .mobile-content .content-container .grid-container table thead tr,html .mobile-content .content-container .grid-container table thead tr{border-bottom:1px solid #004d73}body .mobile-content .content-container .grid-container table thead tr th,html .mobile-content .content-container .grid-container table thead tr th{color:#004d73;font-weight:500}body .mobile-content .content-container .grid-container table tbody tr,html .mobile-content .content-container .grid-container table tbody tr{border-bottom:1px solid #758695}body .mobile-content .content-container .grid-container table tbody tr td span,html .mobile-content .content-container .grid-container table tbody tr td span{color:#596774}body .mobile-content .content-container .grid-container table tbody tr td input,html .mobile-content .content-container .grid-container table tbody tr td input{background:rgba(255,255,255,0.1);border:1px solid #D9E4E8;border-radius:8px;color:#596774;text-indent:5px}body .mobile-content .content-container .grid-container table tbody tr td input:focus,html .mobile-content .content-container .grid-container table tbody tr td input:focus{-webkit-box-shadow:none;box-shadow:none}body .mobile-content .content-container .grid-container table tbody tr td .actions-container,html .mobile-content .content-container .grid-container table tbody tr td .actions-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body .mobile-content .content-container .grid-container table tbody tr td .actions-container i,html .mobile-content .content-container .grid-container table tbody tr td .actions-container i{display:none;color:#48C7E5;font-size:20px !important;margin:5px 0;cursor:pointer;text-align:unset !important;width:unset !important;height:unset !important;background-color:unset !important;font-size:unset !important;padding:unset !important;border-radius:unset !important}body .mobile-content .content-container .grid-container table tbody tr:not(:last-child) .actions-container .fa-minus-circle,html .mobile-content .content-container .grid-container table tbody tr:not(:last-child) .actions-container .fa-minus-circle{display:block}body .mobile-content .content-container .grid-container table tbody tr:last-child,html .mobile-content .content-container .grid-container table tbody tr:last-child{border-bottom:none}body .mobile-content .content-container .grid-container table tbody tr:last-child .actions-container .fa-plus-circle,html .mobile-content .content-container .grid-container table tbody tr:last-child .actions-container .fa-plus-circle{display:block}body .mobile-content .content-container .grid-container table tbody tr:last-child .actions-container .fa-minus-circle,html .mobile-content .content-container .grid-container table tbody tr:last-child .actions-container .fa-minus-circle{display:block}body .mobile-content .content-container .productcheckout-container,html .mobile-content .content-container .productcheckout-container{overflow-x:auto;border:1px solid #285C8C;position:relative}body .mobile-content .content-container .productcheckout-container table thead tr,html .mobile-content .content-container .productcheckout-container table thead tr{border-bottom:1px solid #004d73}body .mobile-content .content-container .productcheckout-container table thead tr th,html .mobile-content .content-container .productcheckout-container table thead tr th{color:#004d73;font-weight:500}body .mobile-content .content-container .productcheckout-container table tbody tr,html .mobile-content .content-container .productcheckout-container table tbody tr{border-bottom:1px solid #758695}body .mobile-content .content-container .productcheckout-container table tbody tr td,html .mobile-content .content-container .productcheckout-container table tbody tr td{color:#596774}body .mobile-content .content-container .productcheckout-container table tbody tr td input,html .mobile-content .content-container .productcheckout-container table tbody tr td input{background:rgba(255,255,255,0.1);border:1px solid #D9E4E8;border-radius:8px;color:#596774;text-indent:5px}body .mobile-content .content-container .productcheckout-container table tbody tr td input[type=number],html .mobile-content .content-container .productcheckout-container table tbody tr td input[type=number]{width:60px;display:block;margin:0}body .mobile-content .content-container .productcheckout-container table tbody tr td input:focus,html .mobile-content .content-container .productcheckout-container table tbody tr td input:focus{-webkit-box-shadow:none;box-shadow:none}body .mobile-content .content-container .productcheckout-container table tbody tr td p,html .mobile-content .content-container .productcheckout-container table tbody tr td p{margin:0;width:20px;height:20px}body .mobile-content .content-container .productcheckout-container table tbody tr td p label input,html .mobile-content .content-container .productcheckout-container table tbody tr td p label input{width:20px;height:20px}body .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,html .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{background-color:rgba(255,255,255,0.1);border:2px solid #D9E4E8}body .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:checked+span:not(.lever):after,html .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:checked+span:not(.lever):after{background-color:rgba(255,255,255,0.1);border:2px solid #D9E4E8}body .mobile-content .content-container .productcheckout-container table tbody tr td p label span,html .mobile-content .content-container .productcheckout-container table tbody tr td p label span{padding-left:0}body .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:checked+span:not(.lever):before,html .mobile-content .content-container .productcheckout-container table tbody tr td p label [type="checkbox"].filled-in:checked+span:not(.lever):before{border-right:2px solid #48C7E5;border-bottom:2px solid #48C7E5}body .mobile-content .content-container .productcheckout-container .btn-container .checkout-submit-btn,html .mobile-content .content-container .productcheckout-container .btn-container .checkout-submit-btn{padding:0px 10px;border-radius:50px;text-transform:capitalize;float:right;height:35px;width:90px;font-size:12px;margin:5px 5px 5px 0;background-color:#48C7E5}body .mobile-content .content-container .productcheckout-container .checkout-status,html .mobile-content .content-container .productcheckout-container .checkout-status{display:none;position:absolute;border:1px solid #48C7E5;color:#48C7E5;padding:0px 5px;right:0px;top:13px;-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg);font-weight:700}body .mobile-content .content-container .checkbox-container .checkbox-div label span,html .mobile-content .content-container .checkbox-container .checkbox-div label span{padding-left:25px;text-transform:capitalize;font-size:16px}body .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,html .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{background-color:rgba(255,255,255,0.1);border:2px solid #D9E4E8}body .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:checked+span:not(.lever):after,html .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:checked+span:not(.lever):after{background-color:rgba(255,255,255,0.1);border:2px solid #D9E4E8}body .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:checked+span:not(.lever):before,html .mobile-content .content-container .checkbox-container .checkbox-div label [type="checkbox"].filled-in:checked+span:not(.lever):before{border-right:2px solid #48C7E5;border-bottom:2px solid #48C7E5}body .mobile-content .content-container input[type=submit],html .mobile-content .content-container input[type=submit]{border-radius:8px;border:2px solid #48C7E5;background-color:#48C7E5;font-size:15px;font-weight:700;color:#fff;padding:15px 30px}@media screen and (max-width: 375px){body .mobile-content .content-container canvas,html .mobile-content .content-container canvas{width:255px !important}}body .mobile-content .content-container .textarea-field,html .mobile-content .content-container .textarea-field{height:100px;max-height:100%;margin:0px;padding:0px}body .mobile-content .content-container .header,html .mobile-content .content-container .header{font-size:20px;font-weight:700;color:#004d73}body .mobile-content .content-container .input-div.date,html .mobile-content .content-container .input-div.date{position:relative}body .mobile-content .content-container .input-div.date input,html .mobile-content .content-container .input-div.date input{border-bottom:unset;border:1px solid #D9E4E8;height:40px;text-indent:10px;border-radius:5px;color:#707070}body .mobile-content .content-container .input-div.date .hidden-div,html .mobile-content .content-container .input-div.date .hidden-div{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}body .mobile-content .content-container .input-div.date i,html .mobile-content .content-container .input-div.date i{position:absolute;right:10px;bottom:20px;font-size:20px;color:#48C7E5;z-index:1}body .mobile-content .content-container .comment-section,html .mobile-content .content-container .comment-section{padding:10px;display:none}body .mobile-content .content-container .comment-section .comment-label,html .mobile-content .content-container .comment-section .comment-label{font-weight:400;font-size:16px;margin-bottom:12px}body .mobile-content .content-container .comment-section .comment-input .textarea-field,html .mobile-content .content-container .comment-section .comment-input .textarea-field{width:75%;display:inline-block;vertical-align:bottom;height:unset}body .mobile-content .content-container .comment-section .comment-input .button-container,html .mobile-content .content-container .comment-section .comment-input .button-container{display:inline-block;margin-bottom:7px;width:25%}body .mobile-content .content-container .comment-section .comment-input .button-container .comment-submit-btn,html .mobile-content .content-container .comment-section .comment-input .button-container .comment-submit-btn{height:30px;width:100%;background-color:#48C7E5;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:25px;font-weight:600;font-size:14px;line-height:2;text-transform:capitalize;margin-left:5px}body .mobile-content .content-container .comment-section .comments,html .mobile-content .content-container .comment-section .comments{max-height:230px;overflow-y:auto;margin-bottom:10px}body .mobile-content .content-container .comment-section .comments .comment,html .mobile-content .content-container .comment-section .comments .comment{margin-bottom:10px;position:relative;border-bottom:1px solid #ddd !important}body .mobile-content .content-container .comment-section .comments .comment .name,html .mobile-content .content-container .comment-section .comments .comment .name{font-weight:400}body .mobile-content .content-container .comment-section .comments .comment .comment-data,html .mobile-content .content-container .comment-section .comments .comment .comment-data{color:#596774}body .mobile-content .content-container .comment-section .comments .comment .date,html .mobile-content .content-container .comment-section .comments .comment .date{position:absolute;right:0;top:0;font-size:12px;font-weight:300}body .mobile-content .content-container .carousel,html .mobile-content .content-container .carousel{z-index:2;height:250px}body .mobile-content .content-container .carousel .left-arrow,html .mobile-content .content-container .carousel .left-arrow{position:absolute;cursor:pointer;color:#48C7E5;font-size:50px;left:0;top:35%}body .mobile-content .content-container .carousel .right-arrow,html .mobile-content .content-container .carousel .right-arrow{position:absolute;cursor:pointer;color:#48C7E5;font-size:50px;right:0;top:35%}body .mobile-content .content-container .carousel .carousel-item,html .mobile-content .content-container .carousel .carousel-item{padding:20px}body .mobile-content .content-container .carousel .carousel-item i.fa-times-circle,html .mobile-content .content-container .carousel .carousel-item i.fa-times-circle{display:block;position:absolute;top:0px;right:15px;font-size:25px;cursor:pointer;border-radius:50%;line-height:1;height:26px;z-index:1;color:#48C7E5}body .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container,html .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container{display:block;position:absolute;bottom:10px;right:8%;width:30%;border:2px solid #AD1414;padding:3px 28px;border-radius:5px;cursor:pointer}@media screen and (max-width: 600px){body .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container,html .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container{width:40%}}body .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container i.fa-times-circle,html .mobile-content .content-container .carousel .carousel-item .fa-times-circle-container i.fa-times-circle{right:unset;top:unset;display:unset;position:unset;font-size:25px;border-radius:50%;line-height:1;height:26px;z-index:1;color:#AD1414}body .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container,html .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container{display:block;position:absolute;bottom:10px;left:7%;width:30%;border:2px solid #48C7E5;padding:3px 28px;border-radius:5px;cursor:pointer}@media screen and (max-width: 600px){body .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container,html .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container{width:40%}}body .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container i.fa-sync-alt,html .mobile-content .content-container .carousel .carousel-item .fa-sync-alt-container i.fa-sync-alt{font-size:25px;border-radius:50%;line-height:1;height:26px;z-index:1;color:#48C7E5}body .mobile-content .content-container .carousel .carousel-item .item-image,html .mobile-content .content-container .carousel .carousel-item .item-image{background-repeat:no-repeat;background-position:center;background-size:contain;height:90%;width:90%;margin:auto;background-color:white;display:block;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}body .mobile-content .content-container .carousel .carousel-item .item-image i,html .mobile-content .content-container .carousel .carousel-item .item-image i{width:100%;font-size:50px;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#285C8C}body .mobile-content .content-container .carousel .carousel-item .item-image span,html .mobile-content .content-container .carousel .carousel-item .item-image span{margin-top:10px;font-size:14px;color:#285C8C;font-weight:500}body .mobile-content .content-container .carousel .carousel-item .video-preview,html .mobile-content .content-container .carousel .carousel-item .video-preview{width:90%;max-width:800px;position:relative;margin:auto;height:100%;z-index:2000}body .mobile-content .content-container .carousel .carousel-item .video-preview video,html .mobile-content .content-container .carousel .carousel-item .video-preview video{width:100%;height:100%}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;width:100%;max-width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#C6D3DE;height:40px}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons{line-height:2;padding:0px 20px;display:inline-block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons button,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons button{border:unset;background-color:unset;line-height:2}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons button:focus,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons button:focus{background-color:unset}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause:before{content:'\f04b';font-family:"Font Awesome 5 Free";font-weight:900;width:18px;height:18px;display:inline-block;font-size:18px;color:#48C7E5;-webkit-font-smoothing:antialiased;cursor:pointer}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause.play:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause.play:before{content:'\f04b'}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause.pause:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .play-pause.pause:before{content:'\f04c'}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume:before{content:'\f028';font-family:"Font Awesome 5 Free";font-weight:900;width:18px;height:18px;display:inline-block;font-size:18px;color:#48C7E5;-webkit-font-smoothing:antialiased;cursor:pointer}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume{position:relative}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider{display:none;position:absolute;bottom:30px;width:3px;left:15px;height:100px}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle.noUi-handle-lower,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle.noUi-handle-lower{width:14px;height:14px;border-radius:50px;background-color:#48C7E5;border:unset;-webkit-box-shadow:unset;box-shadow:unset;cursor:pointer}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle:before,body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle:after,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .volume .v-slider .noUi-handle:after{display:none}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .screen:before,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .buttons .screen:before{content:'\f31e';font-family:"Font Awesome 5 Free";font-weight:900;width:18px;height:18px;display:inline-block;font-size:18px;color:#48C7E5;-webkit-font-smoothing:antialiased;cursor:pointer}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time{-webkit-box-flex:25;-webkit-flex:25;-ms-flex:25;flex:25;display:inline-block;height:40px;width:70%;line-height:2.5}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar{display:inline-block;height:10px;top:0;bottom:0;width:100%;background-color:#D0D0D0;cursor:pointer}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar .time-bar-fill,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar .time-bar-fill{height:10px;background-color:#48C7E5;position:relative}body .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar .time-bar-fill .timebar-circle,html .mobile-content .content-container .carousel .carousel-item .video-preview .controls .time .time-bar .time-bar-fill .timebar-circle{height:25px;width:25px;cursor:pointer;border-radius:50px;background-color:#fff;position:absolute;right:-12px;bottom:-7px}body .mobile-content .content-container .incident-button button,html .mobile-content .content-container .incident-button button{width:95%;height:78px;background-color:transparent;border:2px solid #48C7E5;border-radius:8px;color:#48C7E5;-webkit-box-shadow:unset;box-shadow:unset;font-size:16px;font-weight:500;margin:0 7%}body .mobile-content .content-container .incident-button button i,html .mobile-content .content-container .incident-button button i{font-size:34px;padding:0px}body .mobile-content .content-container .incident-button button .row,html .mobile-content .content-container .incident-button button .row{margin-bottom:0px}body .mobile-content .content-container .blocked-label,html .mobile-content .content-container .blocked-label{display:block}body .mobile-content .billings,html .mobile-content .billings{height:100%;background-color:#fff;border-radius:8px;padding:35px 1% 35px 1%}body .mobile-content .billings .billings-table-container,html .mobile-content .billings .billings-table-container{max-height:420px;overflow-y:auto}body .mobile-content .billings .billings-table-container table tbody tr td:nth-child(1),html .mobile-content .billings .billings-table-container table tbody tr td:nth-child(1){width:200px}body .mobile-content .billings .billings-table-container table tbody tr td:nth-child(2),html .mobile-content .billings .billings-table-container table tbody tr td:nth-child(2){width:200px}body .mobile-content .billings .billings-table-container table tbody tr td:nth-child(3),html .mobile-content .billings .billings-table-container table tbody tr td:nth-child(3){width:200px}body .mobile-content .billings .billings-table-container table tbody tr td:last-child,html .mobile-content .billings .billings-table-container table tbody tr td:last-child{width:60px}body .mobile-content .billings .billing-history-container,html .mobile-content .billings .billing-history-container{max-height:420px;overflow-y:auto}body .mobile-content .billings .billing-history-container table tbody tr td i,html .mobile-content .billings .billing-history-container table tbody tr td i{margin-left:2px}body .mobile-content .billings .billing-history-container table tbody tr td:nth-child(1),html .mobile-content .billings .billing-history-container table tbody tr td:nth-child(1){width:250px}body .mobile-content .billings .billing-history-container table tbody tr td:nth-child(2),html .mobile-content .billings .billing-history-container table tbody tr td:nth-child(2){width:220px}body .mobile-content .billings .billing-history-container table tbody tr td:nth-child(3),html .mobile-content .billings .billing-history-container table tbody tr td:nth-child(3){width:200px}body .mobile-content .billings .billing-history-container table tbody tr td:last-child,html .mobile-content .billings .billing-history-container table tbody tr td:last-child{width:150px}body .mobile-content .billings .date-filter-container .month-container,body .mobile-content .billings .date-filter-container .year-container,html .mobile-content .billings .date-filter-container .month-container,html .mobile-content .billings .date-filter-container .year-container{width:206px;display:inline-block;margin-right:10px;margin-bottom:10px;margin-left:10px}body .mobile-content .billings .date-filter-container .month-container .label,body .mobile-content .billings .date-filter-container .year-container .label,html .mobile-content .billings .date-filter-container .month-container .label,html .mobile-content .billings .date-filter-container .year-container .label{font-size:14px;margin-bottom:5px;color:#285C8C}body .mobile-content .billings .date-filter-container .month-container .select-container,body .mobile-content .billings .date-filter-container .year-container .select-container,html .mobile-content .billings .date-filter-container .month-container .select-container,html .mobile-content .billings .date-filter-container .year-container .select-container{min-height:45px;margin:0px;padding:0px;position:relative;border-radius:5px;border:1px solid #D9E4E8}body .mobile-content .billings .date-filter-container .month-container .select-container .select-wrapper input,body .mobile-content .billings .date-filter-container .year-container .select-container .select-wrapper input,html .mobile-content .billings .date-filter-container .month-container .select-container .select-wrapper input,html .mobile-content .billings .date-filter-container .year-container .select-container .select-wrapper input{border-bottom:none;margin:unset;text-indent:10px}body .mobile-content .billings .date-filter-container .month-container .select-container .select-wrapper .caret,body .mobile-content .billings .date-filter-container .year-container .select-container .select-wrapper .caret,html .mobile-content .billings .date-filter-container .month-container .select-container .select-wrapper .caret,html .mobile-content .billings .date-filter-container .year-container .select-container .select-wrapper .caret{fill:#48C7E5;right:5px}body .mobile-content .billings .date-filter-container .year-container,html .mobile-content .billings .date-filter-container .year-container{width:119px}body .mobile-content .billings .billing-menu .billing-details,html .mobile-content .billings .billing-menu .billing-details{margin-bottom:40px;text-align:center}body .mobile-content .billings .billing-menu .billing-details .title,html .mobile-content .billings .billing-menu .billing-details .title{font-weight:600;font-size:22px;color:#285C8C;margin-bottom:20px}body .mobile-content .billings .billing-menu .billing-details .billing-label,html .mobile-content .billings .billing-menu .billing-details .billing-label{font-size:14px;color:#285C8C}body .mobile-content .billings .billing-menu .billing-details .billing-period,html .mobile-content .billings .billing-menu .billing-details .billing-period{font-weight:600;font-size:16px;color:#838383;margin-bottom:20px}body .mobile-content .billings .billing-menu .billing-details .billing-total-bill,html .mobile-content .billings .billing-menu .billing-details .billing-total-bill{color:#838383;font-weight:600;font-size:32px;margin-bottom:15px}body .mobile-content .billings .billing-menu .billing-details .billing-due-date,html .mobile-content .billings .billing-menu .billing-details .billing-due-date{color:#838383;font-weight:600;font-size:16px}body .mobile-content .billings .billing-menu .billing-buttons,html .mobile-content .billings .billing-menu .billing-buttons{padding:0 20px}body .mobile-content .billings .billing-menu .billing-buttons a.pay-now-btn,html .mobile-content .billings .billing-menu .billing-buttons a.pay-now-btn{display:block;width:100%;background-color:#48C7E5;color:#fff;border-radius:25px;font-weight:600;font-size:16px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);margin-bottom:10px;text-transform:capitalize;height:50px;line-height:50px}body .mobile-content .billings .billing-menu .billing-buttons a.view-details-btn,html .mobile-content .billings .billing-menu .billing-buttons a.view-details-btn{display:block;width:100%;background-color:#fff;color:#48C7E5;border:1px solid #48C7E5;border-radius:25px;font-weight:600;font-size:16px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);margin-bottom:10px;text-transform:capitalize;height:50px;line-height:50px}body .mobile-content .billings .payment-menu .billing-details,html .mobile-content .billings .payment-menu .billing-details{text-align:center}body .mobile-content .billings .payment-menu .billing-details .billing-label,html .mobile-content .billings .payment-menu .billing-details .billing-label{font-size:14px;color:#285C8C}body .mobile-content .billings .payment-menu .billing-details .billing-period,html .mobile-content .billings .payment-menu .billing-details .billing-period{font-weight:600;font-size:16px;color:#838383;margin-bottom:20px}body .mobile-content .billings .payment-menu .billing-details .billing-total-bill,html .mobile-content .billings .payment-menu .billing-details .billing-total-bill{font-weight:600;font-size:32px;color:#838383;margin-bottom:16px}body .mobile-content .billings .payment-menu .billing-details .divider,html .mobile-content .billings .payment-menu .billing-details .divider{height:1px;overflow:hidden;background-color:#D9E4E8}body .mobile-content .billings .payment-menu .payment-method,html .mobile-content .billings .payment-menu .payment-method{margin-top:35px}body .mobile-content .billings .payment-menu .payment-method .payment-label,html .mobile-content .billings .payment-menu .payment-method .payment-label{font-size:14px;color:#285C8C;margin-bottom:17px;text-align:center}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;padding:0 20px}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .label,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .label{font-weight:600;font-size:14px;color:#285C8C}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .card-icon,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .card-icon{background-position:center;background-repeat:no-repeat;background-size:contain;height:35px;width:76px}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .card-container a,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .card-container a{-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:16px;height:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #48C7E5}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .credit-card .credit-card-icon,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .credit-card .credit-card-icon{background-image:url(/assets/images/icons/creditcard-icon.svg)}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .gcash .gcash-icon,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .gcash .gcash-icon{background-image:url(/assets/images/icons/gcash-icon.svg)}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .bancnet-card .bancnet-icon,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .bancnet-card .bancnet-icon{background-image:url(/assets/images/icons/bancnet-icon.svg)}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container{width:90%;border-radius:8px}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal{padding:20px}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-title,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-title{font-size:18px;margin-bottom:10px;font-weight:600;color:#596774}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label{font-weight:600;font-size:24px;margin-bottom:20px}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-initial,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-initial{color:#596774}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-final,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-final{color:#838383}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-comments,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-comments{font-size:16px;width:180px;margin:auto;margin-bottom:30px;color:#596774}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-comments .reward,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .confirmation-comments .reward{font-weight:600}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .button-container,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .button-container{margin:0}body .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .button-container .home-btn,html .mobile-content .billings .payment-menu .payment-method .payment-methods-container .payment-modal-container .confirmation-modal .button-container .home-btn{height:50px;width:153px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:25px;font-weight:600;font-size:16px;text-transform:inherit;line-height:3;background-color:#48C7E5}body .mobile-content .billings .payment-menu .payment-method .credentials-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container{margin-top:34px;padding:0 20px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container{position:relative;margin-bottom:20px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .label,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .label,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .label,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .label{font-size:14px;color:#285C8C;margin-bottom:5px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container{position:relative}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container input,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container input,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container input,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container input{height:40px;margin:0;background:rgba(255,255,255,0.1);border:1px solid #D9E4E8;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;font-size:16px;padding:0 11px;-webkit-box-shadow:none;box-shadow:none;padding-right:30px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container .fa-lock-alt,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container .fa-lock-alt,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .text-container .fa-lock-alt,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .text-container .fa-lock-alt{position:absolute;color:#285C8C;top:10px;right:10px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .visa-master-icon,body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .visa-master-icon,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-number-container .visa-master-icon,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container .visa-master-icon{background-image:url(/assets/images/icons/visa-master-icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;top:0;right:0;width:68px;height:16px;position:absolute}body .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .card-holder-container{margin-bottom:32px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container,body .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container{position:relative;display:inline-block;width:48%;margin-bottom:20px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .label,body .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .label,html .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .label,html .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .label{font-size:14px;color:#285C8C;margin-bottom:5px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .text-container,body .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .text-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .text-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .text-container{position:relative}body .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .text-container input,body .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .text-container input,html .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container .text-container input,html .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container .text-container input{height:40px;margin:0;background:rgba(255,255,255,0.1);border:1px solid #D9E4E8;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;font-size:16px;padding:0 11px;-webkit-box-shadow:none;box-shadow:none}body .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .expiry-container{float:left}body .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .cvc-container{float:right}body .mobile-content .billings .payment-menu .payment-method .credentials-container .btn-container .submit-payment-btn,html .mobile-content .billings .payment-menu .payment-method .credentials-container .btn-container .submit-payment-btn{height:50px;width:100%;background:#48C7E5;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:8px;font-weight:600;font-size:16px;text-transform:capitalize;line-height:3}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container{width:90%;border-radius:8px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal{padding:20px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-title,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-title{font-size:18px;margin-bottom:10px;font-weight:600;color:#596774}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label{font-weight:600;font-size:24px;margin-bottom:20px}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-initial,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-initial{color:#596774}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-final,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-label .confirmation-final{color:#838383}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-comments,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-comments{font-size:16px;width:180px;margin:auto;margin-bottom:30px;color:#596774}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-comments .reward,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .confirmation-comments .reward{font-weight:600}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .button-container,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .button-container{margin:0}body .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .button-container .home-btn,html .mobile-content .billings .payment-menu .payment-method .credentials-container .payment-modal-container .confirmation-modal .button-container .home-btn{height:50px;width:153px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:25px;font-weight:600;font-size:16px;text-transform:inherit;line-height:3;background-color:#48C7E5}body .mobile-content .button-container,html .mobile-content .button-container{margin:30px 0}body .mobile-content .button-container .view-billing-history-btn,html .mobile-content .button-container .view-billing-history-btn{width:100%;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px;margin-bottom:20px}body .mobile-content .tab-container,html .mobile-content .tab-container{font-size:15px}@media screen and (min-width: 700px){body .mobile-content .tab-container,html .mobile-content .tab-container{font-size:30px}}body .mobile-content .tab-container #record-reading .tab-title,html .mobile-content .tab-container #record-reading .tab-title{color:#707070;font-weight:500}body .mobile-content .tab-container #record-reading .tab-content,html .mobile-content .tab-container #record-reading .tab-content{color:#707070;font-weight:300;font-size:20px}body .mobile-content .tab-container #record-reading .tab-content i,html .mobile-content .tab-container #record-reading .tab-content i{margin-right:10px;font-style:italic}body .mobile-content .tab-container #record-reading .tab-content pre,html .mobile-content .tab-container #record-reading .tab-content pre{white-space:normal}body .mobile-content .tab-container #record-reading .tab-attachment-container,html .mobile-content .tab-container #record-reading .tab-attachment-container{margin:5px 0px}@media screen and (min-width: 700px){body .mobile-content .tab-container #record-reading .tab-attachment-container,html .mobile-content .tab-container #record-reading .tab-attachment-container{margin:10px 0px}}body .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-header,html .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-header{color:#024667;font-weight:500}body .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content,html .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content{color:#707070}body .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content a,html .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content a{color:#707070}body .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content a i,html .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content a i{color:#48C7E5}body .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content i,html .mobile-content .tab-container #record-reading .tab-attachment-container .attachment-content i{color:#48C7E5}body .mobile-content .tab-container #record-reading table tr,body .mobile-content .tab-container #record-reading table td,body .mobile-content .tab-container #record-reading table th,html .mobile-content .tab-container #record-reading table tr,html .mobile-content .tab-container #record-reading table td,html .mobile-content .tab-container #record-reading table th{font-size:15px}@media screen and (min-width: 700px){body .mobile-content .tab-container #record-reading table tr,body .mobile-content .tab-container #record-reading table td,body .mobile-content .tab-container #record-reading table th,html .mobile-content .tab-container #record-reading table tr,html .mobile-content .tab-container #record-reading table td,html .mobile-content .tab-container #record-reading table th{font-size:25px}}body .mobile-content .tab-container #record-reading .filters,html .mobile-content .tab-container #record-reading .filters{margin:15px 0px;padding-left:10px}body .mobile-content .tab-container #record-reading .tabs-2-div,html .mobile-content .tab-container #record-reading .tabs-2-div{position:absolute;left:20px;right:20px}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2{background-color:#C6D3DE;padding-top:10px;padding-left:5%;height:70px}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab{background-color:unset;height:60px}@media screen and (max-width: 768px){body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab{-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset}}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a.active,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a.active{border:1px solid #9EB4BC;background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a{color:#004d73;font-size:24px;text-transform:capitalize;padding:11px 24px}@media screen and (max-width: 414px){body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a{font-size:16px}}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a i,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .tab a i{margin-right:5px}body .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .indicator,html .mobile-content .tab-container #record-reading .tabs-2-div .tabs.mobile-tabs-2 .indicator{display:none}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content{margin-top:80px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row{overflow:auto;padding:0 5px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table thead tr th,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table thead tr th{font-size:18px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table tbody tr td input,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table tbody tr td input{border:1px solid #D9E4E8;border-radius:5px;text-indent:20px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table tbody tr td input:focus,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table tbody tr td input:focus{-webkit-box-shadow:0 1px 0 0 #48C7E5;box-shadow:0 1px 0 0 #48C7E5}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(1),body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(1),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(1),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(1){width:100px;min-width:83px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(2),body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(2),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(2),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(2){width:120px;min-width:85px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(3),body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(3),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(3),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(3){width:160px;max-width:160px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(4),body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(4),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table td:nth-child(4),html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row table th:nth-child(4){width:unset}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .unit-title,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .unit-title{text-align:center;color:#285C8C;margin-bottom:10px;font-size:30px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item{position:relative;text-align:center;color:#48C7E5;font-size:30px;cursor:pointer;margin-bottom:2px;border:2px solid}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item .fa-clipboard-check,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item .fa-clipboard-check{display:none;font-size:20px;position:absolute;top:7px;right:7px;color:#48C7E5}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item:hover,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item:hover{color:#fff;background-color:#48C7E5;border-color:#48C7E5}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item:hover .fa-clipboard-check,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .units-row .js-item:hover .fa-clipboard-check{color:#fff}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading{display:none;margin:unset;margin-top:30px;position:relative}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .fa-window-close,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .fa-window-close{font-size:28px;color:#48C7E5;position:absolute;top:-30px;cursor:pointer}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-title,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-title{text-align:center;color:#285C8C;margin-bottom:10px;font-size:30px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-title,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-title{color:#004d73;font-weight:normal;font-size:18px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-input,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-input{text-align:center;color:#285C8C;font-size:30px;cursor:pointer;margin-bottom:10px;border:2px solid #C6D3DE;border-radius:4px;height:50px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-input input,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .reading-input input{border-bottom:none;text-align:center;font-size:30px;color:#285C8C;margin:unset}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .last-reading,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .readings .last-reading{margin-bottom:30px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons{margin-top:25px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .prev-btn,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .prev-btn{float:left;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 20px 5px 15px;font-size:22px;text-transform:capitalize;height:auto;border-radius:8px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .prev-btn i,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .prev-btn i{font-size:20px;margin-right:5px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .next-btn,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .next-btn{float:right;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 15px 5px 20px;font-size:22px;text-transform:capitalize;height:auto;border-radius:8px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .next-btn i,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .buttons .next-btn i{font-size:20px;margin-left:5px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature{display:none;padding-top:65px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature .signature-title,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature .signature-title{font-weight:normal;font-size:18px;color:#004d73}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature .btn-create-ticket,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .unit-reading .unit-reading-signature .btn-create-ticket{width:100%;margin-top:20px;background-color:#48C7E5;font-weight:700;font-size:22px;height:auto;border-radius:8px;padding:10px 20px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .swipe-instructions,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .swipe-instructions{margin-top:20px;color:#48C7E5;font-weight:600;text-align:center;display:none}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row{margin-top:50px;margin-bottom:0px}body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row .record-meter-btn,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row .record-meter-btn{width:100%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px}@media screen and (min-width: 700px){body .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row .record-meter-btn,html .mobile-content .tab-container #record-reading .tabs-2-div-content .content .btn-row .record-meter-btn{font-size:30px !important;padding:15px 30px}}body .mobile-content .tab-container #view-readings table tr,body .mobile-content .tab-container #view-readings table td,body .mobile-content .tab-container #view-readings table th,html .mobile-content .tab-container #view-readings table tr,html .mobile-content .tab-container #view-readings table td,html .mobile-content .tab-container #view-readings table th{font-size:24px}@media screen and (min-width: 700px){body .mobile-content .tab-container #view-readings table tr,body .mobile-content .tab-container #view-readings table td,body .mobile-content .tab-container #view-readings table th,html .mobile-content .tab-container #view-readings table tr,html .mobile-content .tab-container #view-readings table td,html .mobile-content .tab-container #view-readings table th{font-size:25px}}body .mobile-content .tab-container #view-readings .filters,html .mobile-content .tab-container #view-readings .filters{margin:15px 0px;padding-left:10px}body .mobile-content .tab-container #view-readings .tabs-2-div,html .mobile-content .tab-container #view-readings .tabs-2-div{position:absolute;left:20px;right:20px}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2{background-color:#C6D3DE;padding-top:10px;padding-left:5%;height:70px}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab{background-color:unset;height:60px}@media screen and (max-width: 768px){body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab{-webkit-box-flex:unset;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset}}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a.active,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a.active{border:1px solid #9EB4BC;background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a{color:#004d73;font-size:24px;text-transform:capitalize;padding:11px 24px}@media screen and (max-width: 414px){body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a{font-size:16px}}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a i,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .tab a i{margin-right:5px}body .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .indicator,html .mobile-content .tab-container #view-readings .tabs-2-div .tabs.mobile-tabs-2 .indicator{display:none}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content{margin-top:80px}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row{overflow:auto;padding:0 5px}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table thead tr th,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table thead tr th{font-size:18px}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr td input,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr td input{border:1px solid #D9E4E8;border-radius:5px;text-indent:20px}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr td input:focus,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr td input:focus{-webkit-box-shadow:0 1px 0 0 #48C7E5;box-shadow:0 1px 0 0 #48C7E5}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody tr{scroll-snap-align:start}}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table tbody{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1){width:100px;min-width:83px}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1){width:unset;max-width:unset}}@media screen and (max-width: 600px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(1),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(1){font-size:12px}}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2){width:120px;min-width:85px}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2){width:unset;max-width:unset}}@media screen and (max-width: 600px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(2),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(2){font-size:12px}}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3){width:120px;max-width:120px}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3){width:unset;max-width:unset}}@media screen and (max-width: 600px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(3),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(3){font-size:12px}}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4){width:150px;max-width:150px}@media (max-width: 992px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4){width:160px;max-width:unset}}@media screen and (max-width: 600px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td:nth-child(4),html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table th:nth-child(4){font-size:12px;width:120px}}@media screen and (max-width: 600px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .table-row table td{font-size:16px !important}}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row{margin-top:50px;margin-bottom:0px}body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row .record-meter-btn,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row .record-meter-btn{width:100%;color:#fff;border:2px solid #48C7E5;background-color:#48C7E5;font-weight:700;padding:5px 30px;font-size:15px;text-transform:capitalize;height:auto;border-radius:8px}@media screen and (min-width: 700px){body .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row .record-meter-btn,html .mobile-content .tab-container #view-readings .tabs-2-div-content .content .btn-row .record-meter-btn{font-size:30px !important;padding:15px 30px}}body .mobile-content .tab-container #news-mobile .tab-title,html .mobile-content .tab-container #news-mobile .tab-title{color:#707070;font-weight:500;margin:10px 0}body .mobile-content .tab-container #news-mobile .tab-content,html .mobile-content .tab-container #news-mobile .tab-content{color:#707070;font-weight:300;font-size:20px;margin:25px 0}body .mobile-content .tab-container #news-mobile .tab-content i,html .mobile-content .tab-container #news-mobile .tab-content i{margin-right:10px;font-style:italic}body .mobile-content .tab-container #news-mobile .tab-content pre,html .mobile-content .tab-container #news-mobile .tab-content pre{white-space:normal}body .mobile-content .tab-container #news-mobile .tab-attachment-container,html .mobile-content .tab-container #news-mobile .tab-attachment-container{margin:5px 0px}@media screen and (min-width: 700px){body .mobile-content .tab-container #news-mobile .tab-attachment-container,html .mobile-content .tab-container #news-mobile .tab-attachment-container{margin:10px 0px}}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-header,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-header{color:#024667;font-weight:500}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-header i,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-header i{color:#48C7E5}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content{color:#707070}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content a,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content a{color:#707070}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content a i,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content a i{color:#48C7E5}body .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content i,html .mobile-content .tab-container #news-mobile .tab-attachment-container .attachment-content i{color:#48C7E5}body .mobile-content .tab-container #events-mobile .tab-title,html .mobile-content .tab-container #events-mobile .tab-title{color:#707070;font-weight:500;margin:10px 0}body .mobile-content .tab-container #events-mobile .tab-content,html .mobile-content .tab-container #events-mobile .tab-content{color:#707070;font-weight:300;font-size:20px;margin:25px 0}body .mobile-content .tab-container #events-mobile .tab-content i,html .mobile-content .tab-container #events-mobile .tab-content i{margin-right:10px;font-style:italic}body .mobile-content .tab-container #events-mobile .tab-content pre,html .mobile-content .tab-container #events-mobile .tab-content pre{white-space:normal}body .mobile-content .tab-container #events-mobile .tab-attachment-container,html .mobile-content .tab-container #events-mobile .tab-attachment-container{margin:5px 0px}@media screen and (min-width: 700px){body .mobile-content .tab-container #events-mobile .tab-attachment-container,html .mobile-content .tab-container #events-mobile .tab-attachment-container{margin:10px 0px}}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-header,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-header{color:#024667;font-weight:500}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-header i,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-header i{color:#48C7E5}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content{color:#707070}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content a,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content a{color:#707070}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content a i,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content a i{color:#48C7E5}body .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content i,html .mobile-content .tab-container #events-mobile .tab-attachment-container .attachment-content i{color:#48C7E5}body .ticket-modal,html .ticket-modal{padding:2% 20px;background-color:white;border-radius:8px}body .ticket-modal .ticket-header,html .ticket-modal .ticket-header{padding:0px 15% 0px 15%;font-size:22px;font-weight:400;color:#024667}body .ticket-modal .ticket-number,html .ticket-modal .ticket-number{font-weight:500}body .ticket-modal .ticket-number p,html .ticket-modal .ticket-number p{font-size:30px;padding:3%;margin:0px;color:#024667}body .ticket-modal .ticket-number p span,html .ticket-modal .ticket-number p span{color:#48C7E5}body .ticket-modal .ticket-note,html .ticket-modal .ticket-note{color:#707070;text-align:center;padding:0px 5%;margin-bottom:10px}body .ticket-modal .ticket-footer,html .ticket-modal .ticket-footer{margin-bottom:0px}body .checkout-modal-container,html .checkout-modal-container{background-color:white;border-radius:8px;width:90%}body .checkout-modal-container .checkout-container,html .checkout-modal-container .checkout-container{position:relative;padding:50px 20px 20px 20px}body .checkout-modal-container .checkout-container .fa-long-arrow-alt-left,html .checkout-modal-container .checkout-container .fa-long-arrow-alt-left{position:absolute;left:5px;top:8px;color:#48C7E5;font-size:24px}body .checkout-modal-container .checkout-container .productcheckout-container,html .checkout-modal-container .checkout-container .productcheckout-container{border:none}body .checkout-modal-container .checkout-container .productcheckout-container table thead tr th,html .checkout-modal-container .checkout-container .productcheckout-container table thead tr th{color:#285C8C;font-weight:500;font-size:12px}body .checkout-modal-container .checkout-container .productcheckout-container table tbody tr,html .checkout-modal-container .checkout-container .productcheckout-container table tbody tr{border-bottom:1px solid #D9E4E8}body .checkout-modal-container .checkout-container .productcheckout-container table tbody tr td,html .checkout-modal-container .checkout-container .productcheckout-container table tbody tr td{color:#596774;font-size:12px}body .checkout-modal-container .checkout-container .button-container .checkout-btn,html .checkout-modal-container .checkout-container .button-container .checkout-btn{width:100%;height:50px;font-weight:600;font-size:16px;line-height:3;text-transform:capitalize;background:#48C7E5;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.08);box-shadow:0px 4px 4px rgba(0,0,0,0.08);border-radius:25px}body .checkout-modal-container .checkout-container .total-container,html .checkout-modal-container .checkout-container .total-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:18px;font-weight:600;color:#285C8C;padding-right:10px;margin:5px 0}body .checkout-modal-container .checkout-container .total-container .total,html .checkout-modal-container .checkout-container .total-container .total{margin-left:20px;font-weight:400}body .fab-container,html .fab-container{display:none;z-index:999;position:fixed;bottom:10px;-webkit-transition-duration:500ms;transition-duration:500ms}body .fab-container button,html .fab-container button{background-color:#48C7E5;color:#fff;border:none;border-radius:50px;width:40px;height:40px;right:10px;bottom:10px;position:fixed}.swal2-container .swal2-popup .select-wrapper{display:none}.swal2-container .swal-print-receipt-btn{background-color:#3085d6;border-left-color:#3085d6;border-right-color:#3085d6}.select2-container--open .select2-dropdown{border:1px solid #D9E4E8;width:335px;z-index:1100;padding-top:5px}.select2-container--open .select2-dropdown .select2-search--dropdown{padding:4px 6px}.select2-container--open .select2-dropdown .select2-search--dropdown .select2-search__field{text-indent:10px;color:#596774;-webkit-box-shadow:none;box-shadow:none}.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-size:16px;color:#596774}.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted{background-color:#48C7E5}.modal-pay-parking-ticket{position:fixed;top:0;background-color:rgba(0,0,0,0.4);width:100%;left:0;height:100%;z-index:999;display:none}.modal-pay-parking-ticket .modal-pay-parking-container{width:80%;background-color:white;left:50%;position:absolute;-webkit-transform:translate(-50%, -500%);-ms-transform:translate(-50%, -500%);transform:translate(-50%, -500%);top:50%;height:350px;border-radius:8px;padding:20px 30px;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out}.modal-pay-parking-ticket .modal-pay-parking-container .alert-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}.modal-pay-parking-ticket .modal-pay-parking-container .alert-icon i{font-size:45px;color:#a5dc86}.modal-pay-parking-ticket .modal-pay-parking-container .alert-title{font-size:26px;text-align:center;font-weight:600;color:#595959}.modal-pay-parking-ticket .modal-pay-parking-container .alert-btn-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-pay-parking-ticket .modal-pay-parking-container .alert-btn-container .print-receipt-btn{background-color:#41b3ce;border-left-color:#48c7e5;border-right-color:#48c7e5;padding:14px 11px;font-size:17px;color:#FFFFFF;font-weight:500;text-align:center;margin-bottom:15px}.modal-pay-parking-ticket .modal-pay-parking-container .alert-btn-container .dismiss-receipt-btn{background-color:#ee6e73;border-left-color:#ee6e73;border-right-color:#ee6e73;padding:14px 11px;font-size:17px;color:#FFFFFF;font-weight:500;text-align:center}.modal-pay-parking-ticket .modal-pay-parking-container .alert-btn-container .force-cut-btn{text-align:center;margin:15px;color:#ee6e73}.modal-print-parking-report{position:fixed;top:0;background-color:rgba(0,0,0,0.4);width:100%;left:0;height:100%;z-index:999;display:none}.modal-print-parking-report .modal-print-parking-report-container{width:80%;background-color:white;left:50%;position:absolute;-webkit-transform:translate(-50%, -500%);-ms-transform:translate(-50%, -500%);transform:translate(-50%, -500%);top:50%;height:700px;border-radius:8px;padding:20px 30px;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;text-align:center;overflow:hidden;overflow-y:auto;font-size:2.7vw}.modal-print-parking-report .modal-print-parking-report-container .action-buttons{position:-webkit-sticky;position:sticky;text-align:right;height:20px;top:1px}.modal-print-parking-report .modal-print-parking-report-container .action-buttons button{color:#fff;font-weight:700;padding:0 10px;text-transform:capitalize;border-radius:8px;height:auto;margin-bottom:10px}.modal-print-parking-report .modal-print-parking-report-container .action-buttons .btn-print{border:2px solid #48C7E5;background-color:#48C7E5}.modal-print-parking-report .modal-print-parking-report-container .action-buttons .btn-close{border:2px solid #AD1414;background-color:#AD1414}.modal-print-parking-report .modal-print-parking-report-container .header{white-space:pre-wrap;text-align:center}.modal-print-parking-report .modal-print-parking-report-container .report-label{margin:2rem 0px}.modal-print-parking-report .modal-print-parking-report-container .report-tds{text-align:left;margin-bottom:2rem}.modal-print-parking-report .modal-print-parking-report-container .report-cash-total,.modal-print-parking-report .modal-print-parking-report-container .report-vat-summary,.modal-print-parking-report .modal-print-parking-report-container .report-gross-sales,.modal-print-parking-report .modal-print-parking-report-container .report-total-net-sales,.modal-print-parking-report .modal-print-parking-report-container .report-id{margin-bottom:2rem}.modal-print-parking-report .modal-print-parking-report-container .report-id{text-align:left}.modal-print-parking-report .modal-print-parking-report-container .details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.modal-print-parking-report .modal-print-parking-report-container .report-footer{text-align:center;white-space:pre-wrap}
