@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{margin:0}body,html{min-height:100%;background-color:#f1f6fc;max-width:100%;margin-left:auto;margin-right:auto}#app{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.flex-col{display:flex;flex-direction:column}.flex-row-wrap{flex-wrap:wrap}.flex-row-no-wrap,.flex-row-wrap{display:flex;flex-direction:row}.modal{display:flex;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.modal-content{display:flex;flex-direction:column;padding:2rem;background-color:#fff;width:66%;margin:auto;justify-self:center;align-self:center;border-radius:10px;max-height:90%;overflow:auto}.modal-content h4,label,p{font-weight:400;color:#9c9c9c;margin:1rem 0}.modal-highlight{font-weight:600}.modal-header{align-items:center;justify-content:center}.modal-header img{height:100px}.modal-contnt .request-btn{margin:1rem auto}.modal-rating{margin:.5rem 0;align-self:center}.modal-textarea{margin-bottom:1rem;resize:none;color:#9c9c9c;font-size:1em;border:1px solid grey;border-radius:5px;padding:10px}.nav-item{margin:0;margin-left:1rem;align-self:center;justify-self:end;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:400;color:#0d1d52}.dropdown{position:relative}.dropdown i{margin-left:5px}.dropdown .dropdown-items{position:absolute;left:-130px;width:150px;top:40px;background:#fff;padding:10px;border-radius:5px}.dropdown .dropdown-items a{display:block}.nav-item:hover{border-bottom:1px solid #6c9cd6}.table-link{cursor:pointer}.section-title-row{margin-bottom:1rem;margin-left:10px}.section-title{margin:0;color:#777c82}.show-all{margin:0;margin-left:auto;align-self:center;cursor:pointer;font-size:.67em;text-decoration:none;color:#2c3e50;font-weight:700}#bookingsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem}.loading-section{margin:1rem 0}.loading-spinner{height:2rem;width:2rem;border:6px solid #6c9cd6;border-color:#6c9cd6 transparent #6c9cd6 transparent;border-radius:50%;margin:auto;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.table-entry{margin:0;font-weight:400;font-size:1em}.table-loan-status{color:#35c779}.table-profile{color:#6053b7;transition:.2s ease-out}.table-loan,.table-profile{border:1px solid transparent}.table-loan{color:#d96e27;transition:.4s ease-out}.table-loan,.table-profile{border-radius:5px;padding:0 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;justify-self:start}.red-text{color:red}.table-container{background-color:#fff;padding-top:.5rem;font-weight:600;border-radius:10px}.table-row{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));align-items:center;padding:.75rem;padding-top:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e7e7e7;transition:.4s ease-out}.table-row:not(:first-of-type):hover{background:linear-gradient(90deg,#edfbfe,#f1effc)}.table-row:last-of-type{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.table-row:not(:first-of-type):hover>.table-loan{border:1px solid #d96e27}.table-row:not(:first-of-type):hover>.table-profile{border:1px solid #6053b7}.sp_fack_dash>div:first-child>h4:nth-child(5),.sp_fack_dash>div:not(:first-child)>h4:nth-child(9),.sp_fack_dash>div:not(:first-child)>h4:nth-child(10){display:none}.table-heading{display:flex;flex-direction:row;margin:0;color:hsla(0,0%,50.2%,.69);font-weight:500}.mobile-heading{display:none}@media (max-width:767px){.table-row:first-of-type{color:#4169e1!important;display:none}.table-row{grid-template-columns:1fr 1fr}.mobile-heading{display:flex}}button,textarea{font-family:Roboto,sans-serif}.text-area{padding:2rem 0;border:none;-moz-columns:40;columns:40;width:100%;resize:vertical;text-indent:2rem;font-size:1em;outline:none;border:2px solid transparent;margin-bottom:1rem;border-radius:10px;transition:.3s}.text-area:focus{border:2px solid #91c4ff}.request-btn{margin:auto;width:150px;border-radius:5px;padding:.75rem 0;border:none;background-color:#0e3261;color:#fff;cursor:pointer;border-radius:50em}.request-btn:disabled{opacity:.5;position:relative;width:170px;padding-left:15px}.request-btn:disabled:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:20px;width:15px;height:15px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;-webkit-animation:spinner .6s linear infinite;animation:spinner .6s linear infinite}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}.dashboard-form{display:flex;flex-direction:column}.d-block{margin:auto}.info-icon-container{display:inline-block;position:relative;margin-left:1rem;width:15px;height:15px;padding:2px;align-self:center;background-color:#ececec;border-radius:50%;opacity:1!important}.info-icon{cursor:default;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;color:#000}.info-icon,.info-popup{position:absolute;opacity:1!important}.info-popup{left:-300%;background:#000;color:#fff!important;padding:1rem;border-radius:10px;width:33vw;z-index:45}.file-info{display:flex;flex-direction:row;margin:1rem auto;align-items:center}.file-info button{margin-left:1rem;border-radius:5px;background-color:transparent;border:none}img[data-v-5d281f84]{width:20px;margin:.5rem auto;cursor:pointer}@media (min-width:768px){.view{padding:4.5rem;padding-top:2rem}}@media (max-width:767px){.view{padding:1rem}}.view{background-color:#f1f6fc;display:grid;grid-template-columns:1fr;grid-template-rows:auto;align-items:start;row-gap:2.5rem;min-height:100%}@media (min-width:768px){#loginView{grid-template-columns:3fr 2fr;overflow:hidden}.login-panel{padding:3rem;padding-left:5rem}}.sp_forms_views form>h2{margin-bottom:27px}#loginForm h4{line-height:20px}.form_bottm{text-align:center;display:block;margin-top:20px}.form_bottm>small{display:inline-block}.form_bottm>small>a{text-decoration:none;text-transform:uppercase;color:#999;font-size:13px}.sp_separator{color:#999;margin:0 7px}.form_bottm>small>a:hover{color:#0e3261;text-decoration:underline}#loginView{height:100vh;display:grid}.login-panel{display:grid;overflow:auto;grid-template-columns:1fr;grid-template-rows:.5fr 3fr .5fr;background-color:#fff}.login-panel label{margin-bottom:.4rem}.login-img-panel{position:relative;background:linear-gradient(0deg,#fdefff,#dbe9f2)}.auth-form{margin:auto;width:300px}.form-text-input{padding:.75rem 0;text-indent:.5rem;width:100%;border-radius:5px;border:1px solid #ababab;margin-bottom:1.5rem;margin-top:.5rem}.form-text-input::-moz-placeholder{opacity:.69}.form-text-input:-ms-input-placeholder{opacity:.69}.form-text-input::placeholder{opacity:.69}.form-label{font-size:small;color:#ababab}.submit-btn{width:100%;background-color:#0e3261;color:#fff;border:none;padding:.75rem;border-radius:25px;position:relative;display:flex!important;flex-flow:row nowrap;cursor:pointer}.submit-btn:focus{outline:none}.submit-btn-row{margin-bottom:.5rem}.submit-btn>img{height:20px}.submit-btn>h4{margin:0;margin:auto}.logo-row{align-self:start}#circle{background-color:#f1f6fc;border-radius:50%;position:fixed;height:0;width:0;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999}.enlarge-enter-active{-webkit-animation:enlarge-anim 2.5s;animation:enlarge-anim 2.5s}@-webkit-keyframes enlarge-anim{0%{height:0;width:0}to{width:300vw;height:300vw}}@keyframes enlarge-anim{0%{height:0;width:0}to{width:300vw;height:300vw}}@-webkit-keyframes spinAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo{height:50px}.logo-title{margin:0;align-self:center}.auth-form h2{margin:0;margin-bottom:.25rem;font-size:2em;font-weight:900}.auth-form h4{margin-top:0}.auth-form button,.auth-form input,.auth-form label{display:block}.auth-form small{color:#ababab;margin-top:.5rem}.auth-form small>a{color:#ababab}.error-container,.success-container{margin:auto}.error-container section{background-color:#c00}.error-container section,.success-container section{color:#fff;padding:1rem;border-radius:4px;opacity:.69}.success-container section{background-color:#4bb543}@media (max-width:767px){#loginView{grid-template-columns:1fr;grid-template-rows:100vh;overflow-x:hidden}.login-img-panel{height:100%;position:fixed!important;top:0;left:0}.login-panel{background:inherit;padding:1rem;z-index:3}.auth-form{background:hsla(0,0%,100%,.8);padding:30px 20px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;box-shadow:0 8px 6px -6px rgb(0 0 0/30%);width:95%}#loginForm .form_bottm>small>a,#loginForm>.form-label{color:#666}}*{transition:all .3s ease;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box}.sp_forms_views form>h4{font-weight:400;text-transform:lowercase;font-size:15px;margin-top:3px;margin-bottom:27px}.sp_forms_views input.form-text-input{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;box-shadow:0 2px 3px -2px rgb(0 0 0/50%);border-color:#ccc;padding:15px 12px;margin-top:5px}.sp_forms_views input.form-text-input:hover{box-shadow:0 2px 3px -2px rgb(0 0 0/70%);border-color:#aaa}.sp_forms_views .form-label{text-transform:uppercase;margin-bottom:0;font-size:11px}.sp_forms_views button.submit-btn{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;padding:15px 12px}.auth-form h4{line-height:20px}.sp_checkbox>label{background:#eee;padding:15px 10px;text-align:center;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;margin-left:3px;font-size:12px;cursor:pointer!important;line-height:18px}.sp_checkbox>label>input{position:relative;top:2px}.sp_checkbox>label:hover,.sp_checkbox>label input:checked+label{background:#aaa!important;color:#fff!important}.sp_reg_bottom{text-align:center}.sp_reg_bottom>span{display:block;margin:15px 0 12px;color:#aaa;font-size:14px}.sp_reg_bottom>small a{text-decoration:none;text-transform:uppercase;color:#999;font-size:13px}.sp_reg_bottom>small a:hover{color:#0e3261;text-decoration:underline}[type=radio][data-v-595b4e4a]{display:inline-block}.mt-0[data-v-595b4e4a]{margin-top:0}.mb-0[data-v-595b4e4a]{margin-bottom:0}.identityType[data-v-595b4e4a]{display:grid;grid-template-columns:1fr 1fr}@media (max-width:767px){.identityType[data-v-595b4e4a]{display:block}.login-panel[data-v-595b4e4a]{order:1}.sp_forms_views .form-label[data-v-595b4e4a],.sp_reg_bottom>small a[data-v-595b4e4a]{color:#666}.sp_checkbox>label[data-v-595b4e4a]{display:inline-block;width:calc(50% - 3px);border:1px solid #ccc}.sp_checkbox>label[data-v-595b4e4a]:first-child{margin-left:0;margin-right:3px}.img-login-panel[data-v-595b4e4a]{height:100%;position:fixed!important;top:0;left:0}}@media (min-width:768px){#loginView[data-v-595b4e4a]{grid-template-columns:2fr 3fr}}label[data-v-7f3940b2]{width:100%;display:block;margin-bottom:5px}form[data-v-7f3940b2]{width:400px;max-width:100%}.sp_forms_views form>h2{text-transform:uppercase}.auth-form[data-v-0fb8722a]{width:300px}@media (max-width:767px){.login-panel[data-v-0fb8722a]{order:1}.img-login-panel[data-v-0fb8722a]{height:100%;position:fixed!important;top:0;left:0}.img-login-panel[data-v-0fb8722a]:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.sp_forms_views .form-label[data-v-0fb8722a],.sp_reg_bottom>small a[data-v-0fb8722a]{color:#666}}@media (min-width:768px){#loginView[data-v-0fb8722a]{grid-template-columns:2fr 3fr}}.auth-form[data-v-b20ec3b6]{width:300px}@media (max-width:767px){.login-panel[data-v-b20ec3b6]{order:1}.img-login-panel[data-v-b20ec3b6]{height:100%;position:fixed!important;top:0;left:0}.img-login-panel[data-v-b20ec3b6]:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}}@media (min-width:768px){#loginView[data-v-b20ec3b6]{grid-template-columns:2fr 3fr}}