/*!
* apply SCSS
 */@import url(https://fonts.googleapis.com/css?family=Caveat&display=swap);body,html{height:100%;padding:0}.header{display:flex;padding:10px;justify-content:center}hr{border-top:3px dashed #000}main{width:100%;margin:0 auto;text-align:center}.error-body main{display:flex;justify-content:center;align-items:center;height:calc(100% - 50px)}section.message{font-family:Quicksand,sans-serif;font-weight:400;letter-spacing:1px;font-size:14px}section.message p{padding:0 2%}section.message ul{margin:0 auto}section.message ul li{display:inline-block;padding:4px 6px}section.bottom-footer{padding:20px 3%}.start-wrap{height:100%;display:flex;justify-content:center;align-items:center}.body-wrap{max-width:900px;margin:0 auto;min-height:calc(100vh - 130px)}.body-wrap-start{display:flex;justify-content:center;align-items:center;height:calc(100vh - 200px);flex-direction:column}.body-wrap-start .start_text{margin:2rem;text-align:center}.nav-tabs{border:none}.tab-content{padding:10px}.select2-selection--single{height:38px!important;border:1px solid #ced4da!important}.select2-selection--single .select2-selection__rendered{line-height:calc(38px - 2px)!important}.select2-selection--single .select2-selection__arrow{height:38px!important}.select2-selection--single .select2-selection__choice{height:26px}.required-label:after{content:" *";color:red}.loader{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;overflow:auto;background:rgba(255,255,255,.75);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loader-box{border-radius:5px;background:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.15);padding:1rem 2rem;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}.footer{width:100%;height:25px;display:flex;justify-content:center;align-items:center;font-size:11px}.footer a{margin:0 2px}.error-footer{width:100%;text-align:center;font-family:Quicksand,sans-serif;font-weight:400;letter-spacing:1px;font-size:14px;color:#949494;background:#000;padding:0}.error-footer a{color:#acacac;text-decoration:none}.error-footer a:hover{color:#fff}