body{background-color:#f9f9f9!important;font-family:Roboto!important}::-webkit-scrollbar{width:8px!important;height:8px!important}::-webkit-scrollbar-thumb{background:#888!important;border-radius:10px!important}::-webkit-scrollbar-thumb:hover{background:#555!important}::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:10px!important}*{scrollbar-width:thin!important;scrollbar-color:#888 #f1f1f1!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Roboto!important}[v-cloak]{display:none}.content-wrapper{background-color:#fff!important}.dr-pointer{cursor:pointer!important}.dr-border{border:1px solid #ccc!important}.dr-font-weight-bold-600{font-weight:600!important;font-size:smaller!important}.dr-white-color{color:#fff!important}.dr-orange-color{color:#ff671d!important}.dr-orange-bg{background-color:#ff671d!important}.dr-shadow-orange-boder{box-shadow:0 4px 8px rgba(255,103,29,.7)!important}.dr-orange-border{border-color:rgba(255,103,29,.7)!important}.dr-denim-blue-color{color:#005cb9!important}.dr-denim-blue-bg{background-color:#005cb9!important}.dr-body-bg{background-color:#fff9f3!important}.dr-gray-color{color:#6c757d!important}.dr-btn-dropdown{width:30px!important;height:30px!important;border:none!important;font-size:16px!important;font-weight:700!important;outline:0!important;cursor:pointer!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background-color .3s,color .3s!important}.dr-btn-dropdown:focus,.dr-btn-dropdown:hover{background-color:transparent!important;color:#ff671d!important}.form-element{position:relative;margin:0 auto}.form-element input,.form-element select,.form-element textarea{box-sizing:border-box;width:100%;font-family:Roboto!important;padding:16px 20px 0 20px;font-size:16px;border:none;border-radius:5px;outline:0;color:#666}.form-element textarea{height:100px;resize:none}.form-element select{height:45px;border:1px solid #ced4da}.form-element-gray-bg input,.form-element-gray-bg select,.form-element-gray-bg textarea{background-color:#f6f6fa!important}.floating-label{box-sizing:border-box;width:100%;position:absolute;top:20%;left:20px;font-size:16px;cursor:text;color:#bbb;transition:font .1s ease,top .1s ease,transform .1s ease;transition:font .1s ease,top .1s ease,transform .1s ease,-webkit-transform .1s ease,-moz-transform .1s ease,-o-transform .1s ease}input:focus~.floating-label,input:valid~.floating-label,select:focus~.floating-label,select:valid~.floating-label,textarea:focus~.floating-label,textarea:valid~.floating-label{font-size:11px;top:7px;color:#777}.form-element-input.is-valid:focus,.form-element-input:focus{box-shadow:0 0 10px rgba(168,114,224,.3)!important}.loading-img,.overlay{z-index:999;background:rgba(255,255,255,.7);border-radius:3px;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.overlay-global{z-index:999;border-radius:3px;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.dr-info-box{display:flex;align-items:flex-start;padding:10px;margin:10px 0;background-color:#fff;border-radius:5px;transition:all .3s ease;overflow:hidden}.dr-info-box-icon{flex:0 0 auto;font-size:24px;color:#ff671d}.dr-info-box-content{flex:1 1 auto;max-width:calc(100% - 40px)}.dr-info-box-number{font-weight:700;font-size:16px;font-family:Roboto!important;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s ease}.dr-box-description{position:relative}.dr-box-description .dr-text{margin-bottom:5px;color:#777;font-family:Roboto!important;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease}.dr-box-description .show-more{color:#005cb9;font-size:12px;cursor:pointer;transition:color .3s ease}.dr-box-description .show-more:hover{color:#ff671d}.dr-box-description.expanded .dr-text{-webkit-line-clamp:initial;height:auto}.dr-info-box-content.expanded .dr-info-box-number{white-space:normal}.dr-pagination{list-style:none;padding:0;margin:0;justify-content:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.dr-page-item{margin:0 5px}.dr-page-item:hover{background-color:#dee2e6!important}.dr-page-item .dr-page-link{color:#6c757d;border:none;background:0 0;font-size:14px}.dr-page-item .dr-page-link:focus,.dr-page-item .dr-page-link:hover{text-decoration:none;color:#ff671d}.dr-page-item.disabled .dr-page-link{color:#dee2e6;pointer-events:none;cursor:default}.dr-page-item.active .dr-page-link{color:#fff;padding:5px 10px}.dr-page-link.dr-active-link{font-weight:700}.dr-page-link.dr-inactive-link{color:#6c757d!important}.switch{position:relative;display:inline-block;width:55px;height:30px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:23px;width:23px;left:2px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.3s}.slider:after{right:3px}input:checked+.slider{background-color:#ff671d}input:focus+.slider{box-shadow:0 0 1px #3c8dbc}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}.slide-in-right{animation:slideInFromRight .5s ease-out}.bio-row{width:50%!important;float:left!important;margin-bottom:10px!important;padding:0 15px!important}.font-weight-normal{font-size:1.1em!important}.label-small{font-size:13px!important}.nav-item.dropdown .nav-link::after{display:none!important}.dr-body-search{padding:10px;display:flex;justify-content:flex-end}.dr-search-box{position:relative;display:flex;justify-content:center;align-items:center}.dr-input-search{height:30px;width:30px;border:none;padding:10px;font-size:16px;letter-spacing:2px;outline:0;border-radius:25px;transition:all .5s ease-in-out;background-color:#fff;padding-right:40px;color:#6c757d}.dr-input-search::placeholder{color:#6c757d}.dr-btn-search{width:30px;height:30px;border:none;font-size:16px;font-weight:700;outline:0;cursor:pointer;border-radius:50%;position:absolute;right:0;color:#fff;background-color:#ff671d;pointer-events:painted;transition:background-color .3s,color .3s}.dr-search-box:focus-within .dr-btn-search{color:#ff671d;background-color:transparent}.dr-search-box:focus-within .dr-input-search{width:300px;border-radius:0;background-color:transparent;border-bottom:1px solid #6c757d;transition:all .5s cubic-bezier(0,.11,.35,2)}.table-wrapper{cursor:grab}.table-wrapper:active{cursor:grabbing}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ccc!important}.select2-container--default .select2-selection--multiple{border:1px solid #ccc!important}.select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex!important;flex-wrap:wrap!important;align-items:center!important;height:40px!important;overflow-y:scroll!important;position:relative!important}.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar{width:0!important;background:0 0!important}.select2-container--default .select2-selection--multiple .select2-selection__rendered{scrollbar-width:none!important;-ms-overflow-style:none!important}.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-right:3px!important;background-color:#ff671d!important;color:#fff!important;border:none!important;border-radius:3px!important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important;margin-left:5px!important}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{font-weight:700!important;position:absolute!important;top:20%!important;left:20px!important;font-size:16px!important;color:#bbb!important;transition:font .1s ease,top .1s ease,transform .1s ease!important;pointer-events:none!important}.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__placeholder,.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__placeholder{font-size:11px!important;top:7px!important;color:#777!important}