.footerContainer{background-color:#faebd7}
@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body.authentication{background:url(../img/login-bg-2.jpg) no-repeat center center fixed !important;background-size:cover !important;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.login-container{position:relative;height:100vh;width:100vw}.login-container .container-fluid{padding:0;height:100vh}.login-container .container-fluid .row{margin:0;height:100vh;align-items:stretch}.col-xl-6:first-child{position:relative;display:flex;align-items:center;justify-content:center;padding:0}.login-about{width:100%;height:100%;background:linear-gradient(180deg, rgba(12, 19, 22, 0.9) 10%, rgba(0, 97, 138, 0.9) 60%, rgba(255, 255, 255, 0.1) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;position:relative}.login-about img{display:block;margin:5px auto;width:200px;animation-name:makebigger;animation-duration:1s;animation-delay:.4s;animation-iteration-count:1;animation-timing-function:ease-out;animation-fill-mode:forwards}.login-about .slogan{display:flex;flex-direction:row;font-weight:300;text-transform:uppercase;margin-top:20px}.login-about .slogan span{font-size:11px;color:#fff;text-align:center}@keyframes makebigger{0%{width:200px}100%{width:300px}}.col-xl-6:last-child{position:relative;display:flex;align-items:center;justify-content:center;padding:0;background:rgba(0,0,0,0)}.col-xl-6:last-child::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.1);z-index:1}.col-xl-6:last-child .login-wrapper{position:relative;z-index:2}@media(prefers-color-scheme: dark){.col-xl-6:last-child::before{background:rgba(0,0,0,.3)}}.login-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center;padding:20px}.login-screen{position:relative;background:#fff;border:1px solid #e1e8f3;border-radius:20px;box-shadow:0 30px 15px -20px rgba(0,0,0,.2);min-width:299px;max-width:370px;width:100%;font-family:"Inter",sans-serif}.login-screen .login-body{padding:2.5rem 2.5rem 0 2.5rem}.login-screen .login-body h6{font-size:.875rem;margin-bottom:2rem;line-height:160%;font-weight:300;color:#333}.login-screen .login-body .field-wrapper{position:relative;margin-bottom:1rem}.login-screen .login-body .field-wrapper label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#333}.login-screen .login-body .field-wrapper input{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;background:#fff;color:#333;font-size:.875rem;transition:all .3s ease}.login-screen .login-body .field-wrapper input:hover{border-color:#999}.login-screen .login-body .field-wrapper input:focus{outline:none;border-color:#ad9c04;box-shadow:0 0 0 2px rgba(173,156,4,.2)}.login-screen .login-body .field-wrapper input.form-control.valid,.login-screen .login-body .field-wrapper input.was-validated:valid{border-color:rgba(25,135,84,.9)}.login-screen .login-body .field-wrapper input.form-control.input-validation-error,.login-screen .login-body .field-wrapper input.was-validated:invalid{border-color:rgba(220,53,69,.9)}.login-screen .login-body .field-wrapper input::placeholder{color:#999}.login-screen .login-body .field-wrapper .field-placeholder{color:#999}.login-screen .login-body .field-wrapper .text-danger,.login-screen .login-body .field-wrapper .field-validation-error{color:#dc3545;font-size:.75rem;margin-top:.25rem;display:block}.login-screen .moretexts{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.login-screen .moretexts a{font-size:12px;color:#877903;text-decoration:none;transition:all .3s ease}.login-screen .moretexts a:hover{color:#ad9c04;opacity:.8;text-decoration:underline}.login-screen .actions{display:flex;margin-bottom:1rem;justify-content:flex-end;align-items:center}.login-screen .actions .btn-primary{background-color:#ad9c04;border-color:#ad9c04;color:#000;padding:.75rem 2rem;border-radius:4px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.login-screen .actions .btn-primary:hover{background-color:#dbd476;border-color:#dbd476;color:#000;transform:translateY(-1px);box-shadow:0 4px 8px rgba(173,156,4,.3)}.login-screen .actions .btn-primary:focus{outline:none;box-shadow:0 0 0 2px rgba(173,156,4,.5)}.login-screen .actions .btn-primary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(173,156,4,.3)}@media(prefers-color-scheme: dark){.login-screen{background:#2c3034;border-color:#404448;box-shadow:0 30px 15px -20px rgba(0,0,0,.5);color:#fff}.login-screen .login-body h6{color:#fff}.login-screen .login-body .field-wrapper label{color:#fff}.login-screen .login-body .field-wrapper input{background:#2c3034;color:#fff;border-color:#555}.login-screen .login-body .field-wrapper input:hover{border-color:#777}.login-screen .login-body .field-wrapper input:focus{border-color:#ad9c04}.login-screen .login-body .field-wrapper input::placeholder{color:#aaa}.login-screen .login-body .field-wrapper input:-webkit-autofill,.login-screen .login-body .field-wrapper input:-webkit-autofill:hover,.login-screen .login-body .field-wrapper input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #2c3034 inset !important;-webkit-text-fill-color:#fff !important}.login-screen .login-body .field-wrapper .field-placeholder{color:#aaa}.login-screen .login-body .field-wrapper .text-danger,.login-screen .login-body .field-wrapper .field-validation-error{color:#ff6b6b}.login-screen .moretexts a{color:#dbd476}.login-screen .moretexts a:hover{color:#ad9c04}}@media(max-width: 1199.98px){.login-container .row{flex-direction:column}.col-xl-6:first-child,.col-xl-6:last-child{width:100%;min-height:50vh}.login-about img{width:150px;animation:none}}@media(max-width: 767.98px){.login-wrapper{padding:10px}.login-screen{min-width:auto;margin:0 10px}.login-about{padding:20px}.login-about img{width:120px}.login-about .slogan span{font-size:10px}}.login-screen,.login-screen .field-wrapper input,.moretexts a,.btn-primary{transition:all .3s ease}.login-container,.login-container *{box-sizing:border-box}#loading-wrapper{z-index:9999}
.text-truncate-popover{border-bottom:1px dotted #6c757d;text-decoration:none}.text-truncate-popover:hover{border-bottom-color:#007bff;color:#007bff}.popover-close-btn{border-radius:3px !important;transition:all .2s ease}.popover-close-btn:hover{background-color:#6c757d !important;border-color:#6c757d !important;color:#fff !important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:6px}.pnotify-text-with-max-height{overflow-y:hidden}.header-user-name{text-align:right}.avatar .fa-user{margin-top:7px}.sidebar-tabs .nav-link{padding:.1rem .1rem;display:block}.sidebar-tabs .nav-link .svg-inline--fa{align-self:center}ul.header-actions .dropdown-menu{background:#dbd476}ul.header-actions .header-profile-actions{background:#000;border-radius:50px;width:76px}.center-right{display:flex;flex-direction:column;align-items:center;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);left:60%}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#a9a9a9;background-color:#e0e0e0;border-color:#d2d2d2}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#a9a9a9;background-color:#e0e0e0;border-color:#d2d2d2}.select2-container .select2-selection--single{height:40px;border:1px solid #ced4da}.select2-container .select2-selection--single .select2-selection__rendered{padding-top:5px}.select2-container .select2-selection--single .select2-selection__arrow{height:38px}.field-validation-error{display:block}button:disabled{cursor:not-allowed;color:#fff;background-color:#ebebeb;border-color:#dad7d7}legend{font-size:12px}.default-form-container{text-align:center;padding:0 0 0 160px}.popover-body{color:#000 !important}table.dataTable td{word-break:keep-all}.select2-container .select2-selection--multiple{display:flex;width:100%}.select2-selection--single{width:100%}span .selection{display:flex}.pnotify-container{display:flex}.modal-fullscreen .modal-content{height:auto !important}table.dataTable>thead>tr>th:not(.sorting_disabled){padding-right:15px}div.dataTables_wrapper div.dataTables_filter{text-align:left}.dataTables_filter input{width:400px !important}.default-sidebar-dropdown .default-sidebar-submenu ul{color:#7fffd4 !important;max-height:420px !important;overflow:auto !important}.sidebar-wrapper ::-webkit-scrollbar{width:5px}.sidebar-wrapper ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:0px}.sidebar-wrapper ::-webkit-scrollbar-thumb{background:#686104;border-radius:0px}.sidebar-wrapper ::-webkit-scrollbar-thumb:hover{background:#686104}.dt-button{padding:2px 5px !important}.inputTopay{background-color:#ff9f9f !important;color:#000 !important;font-weight:800 !important;font-size:13px !important}.inputToreceive{background-color:#e1ffe1 !important;color:#000 !important;font-weight:800 !important;font-size:13px !important}.dropdown-menu.lrg{width:50rem !important}.dataTables_scrollBody{overflow:auto;height:725px !important;min-height:725px !important;max-height:725px !important}@media(max-height: 1500px){.dataTables_scrollBody{overflow:auto;height:400px !important;min-height:400px !important;max-height:400px !important}}@media(max-height: 500px){.dataTables_scrollBody{overflow:auto;height:150px !important;min-height:150px !important;max-height:150px !important}}.float-bottom-left{z-index:1000;position:fixed;top:85px;right:321px;background-color:#fff;padding:6px;width:17%;max-width:250px;min-width:220px;font-size:18px;font-weight:bold;text-align:center}.dt-buttons{margin-bottom:10px !important}.svg-inline--fa.fa-hand-holding{margin-bottom:13px}
.table.draggable tbody tr td:first-child{text-align:center}.table.draggable tbody tr.dragover{background-color:#fffcda}
﻿@font-face{font-family:"Arvo",serif;src:url("../fonts/Arvo/Arvo-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Arvo",serif;src:url("../fonts/Arvo/Arvo-Regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Arvo",serif;src:url("../fonts/Arvo/Arvo-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Arvo",serif;src:url("../fonts/Arvo/Arvo-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Rubik Mono One";src:url("../fonts/rubik-mono/RubikMonoOne-Regular.ttf") format("truetype");font-style:normal}html,body{height:100%;font-size:100%}body{margin:0;padding:0;font:400 .8rem "Arvo",serif;color:#454f58;min-height:100%;position:relative}body.authentication{display:flex;align-items:center;justify-content:center;background:url(../img/login-bg-2.jpg) no-repeat;background-size:cover;background-attachment:fixed;overflow:auto}body.error-page{background:#ec4f3d}body.subscribe-page{background:#a6b2c5;display:flex}body.maintenance-page{background:#686104;display:flex;align-items:center}body.default-sidebar .main-container{padding:0 0 0 260px}body.fullscreen .page-header .toggle-sidebar{display:flex;margin:0 0 0 13px}body.fullscreen .page-wrapper .main-container{padding-left:0}body.fullscreen .page-wrapper .sidebar-wrapper{background:#404042;left:-375px}body.fullscreen .page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo{margin:3.5rem auto 2.5rem auto}body.fullscreen .page-wrapper.toggled .sidebar-wrapper{left:10px}body.full-view .page-wrapper{padding:0}body.full-view .sidebar-wrapper{height:100vh;background:#404042;top:0;left:0}body.full-view .sidebar-wrapper .sidebar-tabs{height:100vh}body.full-view .sidebar-wrapper .sidebar-tabs .nav{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;height:100vh}body.full-view .main-container{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;height:100vh}body.full-view .content-wrapper{height:calc(100vh - 130px)}body.full-view .sidebar-actions{margin:4.5rem 0 1rem 0}@media screen and (max-width: 1024px){body.full-view .page-wrapper .sidebar-wrapper{left:-350px;background:#404042}body.full-view .page-wrapper.toggled .sidebar-wrapper{left:0}}body.compact-sidebar .main-container{padding:0 0 0 160px}body.slim-sidebar .main-container{padding:0 0 0 75px}#loading-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5000;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1rem}#loading-wrapper .spinner-border{width:5rem;height:5rem;color:#ad9c04;border-width:.7em;margin-bottom:10px}a{color:#1273eb;text-decoration:none}a:hover{text-decoration:none;color:inherit}img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}ul{list-style-type:none;margin:0;padding:0}ul.custom{font-size:.825rem;margin:20px 0 0 20px}ul.custom li{line-height:180%}h1,h2,h3,h4,h5,h6{font-weight:600}h1{font-size:2.5rem;margin-bottom:.8rem}h2{font-size:2rem;margin-bottom:.5rem}h3{font-size:1.5rem;margin-bottom:.5rem}h4{font-size:1.25rem;margin-bottom:.4rem}h5{font-size:1rem;margin-bottom:.3rem}h6{font-size:.85rem;margin-bottom:.2rem}p{margin-bottom:.2rem;line-height:180%}.img-36{width:36px;height:36px}.img-48{width:48px;height:48px}.img-64{width:64px;height:64px}.img-72{width:72px;height:72px}.img-90{width:90px;height:90px}.bg-primary{background:#ad9c04 !important}.bg-secondary{background:#394758 !important}.red-bg,.bg-danger{background:#ec4f3d !important}.green-bg,.bg-success{background:#5dab18 !important}.yellow-bg,.bg-warning{background:#e4b42b !important}.blue-bg,.bg-info{background:#1273eb !important}.light-bg,.bg-light{background:#f5f8fd !important;color:#111}.text-primary{color:#ad9c04 !important}.text-secondary{color:#394758 !important}.text-danger{color:#ec4f3d !important}.text-success{color:#5dab18 !important}.text-warning{color:#e4b42b !important}.text-info{color:#1273eb !important}.text-light{color:#fff !important}.text-lighter{color:#9aa5af !important}.h-320{min-height:320px}.h-350{min-height:350px}.h-380{min-height:380px}.h-410{min-height:410px}.h-475{min-height:475px}.h-250{min-height:250px}.h-180{min-height:180px}[class^=icon-],[class*=" icon-"]{text-shadow:1px 1px #fff}.page-wrapper{padding:5px 5px 5px 5px;overflow:hidden;background:#686104}.app-footer{font-size:.65rem;color:rgba(0,0,0,.5);margin:0;padding:0 0 0 25px}@media(max-width: 576px){.app-footer{padding:1rem 1rem 1rem 1rem}}.main-container{background:#ececec;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding:0 0 0 370px;height:calc(100vh - 10px)}@media screen and (max-width: 1024px){.page-wrapper .sidebar-wrapper{left:-350px;background:#404042}.page-wrapper.toggled .sidebar-wrapper{left:0px}.page-wrapper .sidebar-wrapper{background:#404042}.page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo{margin:3.5rem auto 1.5rem auto}.page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo img{width:32px;height:32px}.page-wrapper .sidebar-wrapper .sidebar-tabs .tab-content{margin:0 0 10px;width:280px}.page-wrapper .main-container{padding-left:0px}body.default-sidebar .page-wrapper{background:#404042}body.default-sidebar .page-wrapper .sidebar-wrapper{left:-280px}body.default-sidebar .page-wrapper.toggled .sidebar-wrapper{left:0px}body.default-sidebar .page-wrapper .main-container{padding-left:0px}body.default-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo{margin:0 0 1rem 3.5rem}body.default-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo img{max-height:34px}body.slim-sidebar .page-wrapper .sidebar-wrapper{left:-280px;background:#404042}body.slim-sidebar .page-wrapper.toggled .sidebar-wrapper{left:10px}body.slim-sidebar .page-wrapper .main-container{padding-left:0px}body.slim-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo{margin:0 0 1rem 3.5rem;min-height:60px}body.slim-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo img{max-height:34px}}.page-header{padding:0;margin:0 0 10px 0;border-bottom:1px solid hsl(0,0%,87.5490196078%)}.page-header .toggle-sidebar{border:2px solid #ad9c04;background:#e3e7f2;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;box-shadow:inset -1px -1px 0px #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;margin:0 0 0 13px;z-index:999}.page-header .toggle-sidebar i{color:#ad9c04;font-size:1.1rem}@media screen and (max-width: 1024px){.page-header .toggle-sidebar{display:flex;margin:0 0 0 13px}}@media screen and (max-width: 576px){.page-header .toggle-sidebar{display:flex;margin:0 0 0 13px}}@media(max-width: 576px){.page-header{padding:0 1rem}}.search-container{margin:13px 0 13px 0;padding:0;display:flex;align-items:center;flex-direction:row;justify-conten:space-between}.search-container a.logo{margin:0 15px 0 0}.search-container a.logo img{width:40px;height:40px}.search-container .ui.search{position:relative}.search-container .ui.search .search.icon{color:#ad9c04;opacity:1;position:absolute;top:8px;right:10px;font-size:1.5rem}.search-container .prompt{border:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;height:40px;padding:.375rem 0 .375rem 3rem}.search-container .prompt:focus,.search-container .prompt:hover{border:0;border-color:#ad9c04;box-shadow:none;outline:auto !important;outline-color:#ad9c04 !important;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.header-actions{display:flex;align-items:center;justify-content:flex-end}.header-actions>li>a{padding:1.5rem 1.3rem;display:flex;position:relative;align-items:center;justify-content:center}.header-actions>li>a>i{font-size:1.2rem;color:#ad9c04}.header-actions>li>a .count-label{position:absolute;top:8px;right:5px;width:16px;height:16px;line-height:16px;font-size:.6rem;font-weight:600;text-align:center;background:#ad9c04;color:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.header-actions>li>a.user-settings{padding:.85rem 1rem .85rem 1rem;color:#111}.header-actions>li>a.user-settings .avatar{text-align:center;position:relative;margin:0;width:40px;height:40px}.header-actions>li>a.user-settings .avatar>img{width:40px;height:40px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.header-actions>li>a.user-settings .avatar .status{position:absolute;top:-3px;right:-4px;width:13px;height:15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:2px solid #fff}.header-actions>li>a.user-settings .avatar .status.busy{background:#ec4f3d}.header-actions>li>a.user-settings .avatar .status.online{background:#5dab18}.header-actions>li>a.user-settings .avatar .status.away{background:#e4b42b}.header-actions>li>a.user-settings span.user-name{margin-right:8px;vertical-align:middle;font-size:.825rem;display:inline-block;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-actions>li:hover>a,.header-actions>li:focus>a{background:#dbd476}.header-actions>li:hover>a i,.header-actions>li:focus>a i{color:#ad9c04}.header-actions>li:hover .dropdown-menu,.header-actions>li:focus .dropdown-menu{margin-top:0;display:block}@media(max-width: 576px){.header-actions>li>a.user-settings span.user-name{display:none}.header-actions>li:nth-child(2n){display:none}.header-actions>li:first-child{display:none}}ul.header-notifications li a{padding:.7rem 1rem;display:flex;align-items:center;flex-direction:row}ul.header-notifications li a>.user-img{position:relative;margin:0 10px 0 0}ul.header-notifications li a>.user-img img{width:40px;height:40px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}ul.header-notifications li a>.user-img:after{content:"";position:absolute;right:-3px;bottom:5px;width:10px;height:10px;border:1px solid #fff;background:#ad9c04;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}ul.header-notifications li a>.user-img.online:after{background:#5dab18}ul.header-notifications li a>.user-img.busy:after{background:#ec4f3d}ul.header-notifications li a>.user-img.away:after{background:#e4b42b}ul.header-notifications li a .details{display:flex;flex-direction:column}ul.header-notifications li a .details>.user-title{font-weight:600;font-size:.825rem;margin:0 0 2px 0;color:#111}ul.header-notifications li a .details .noti-details{font-size:.75rem;line-height:150%;color:#fff}ul.header-notifications li a .details .noti-date{opacity:.4;line-height:150%;font-size:.7rem;color:#fff}ul.header-notifications li a:hover{background:#f2f4f9}ul.activity{margin:0 0 0 10px;padding:1rem}ul.activity li.activity-list{position:relative;border-left:1px solid #e1e8f3}ul.activity li.activity-list:after{background-color:#fff;border:2px solid rgb(63.6561264822,142.6363636364,240.3438735178);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;bottom:0;content:"";height:10px;width:10px;left:0;margin-left:-6px;position:absolute;top:6px}ul.activity li.activity-list:before{border:4px solid rgb(229.4565217391,240,253.0434782609);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;bottom:0;content:"";height:18px;width:18px;left:0;margin-left:-10px;position:absolute;top:2px}ul.activity li.activity-list .detail-info{margin:0 0 0 20px;padding-bottom:15px}ul.activity li.activity-list .detail-info p.date{margin:0 0 2px 0;padding:0;font-size:.75rem;font-weight:600}ul.activity li.activity-list .detail-info p.info{margin:0;font-size:.75rem;color:#fff;line-height:150%}ul.activity li.activity-list:last-child .detail-info{padding-bottom:0}ul.activity li.activity-list.info:after{border:2px solid #1273eb}ul.activity li.activity-list.info:before{border:4px solid rgb(253.1422924901,253.9090909091,254.8577075099)}ul.activity li.activity-list.success:after{border:2px solid #5dab18}ul.activity li.activity-list.success:before{border:4px solid hsl(91.8367346939,75.3846153846%,88.2352941176%)}ul.activity li.activity-list.danger:after{border:2px solid #ec4f3d}ul.activity li.activity-list.danger:before{border:4px solid hsl(6.1714285714,82.1596244131%,93.2352941176%)}ul.activity li.activity-list.warning:after{border:2px solid #e4b42b}ul.activity li.activity-list.warning:before{border:4px solid hsl(44.4324324324,77.4058577406%,88.137254902%)}.header-profile-actions{margin:0;padding:0;display:flex;justify-content:center;flex-direction:row}.header-profile-actions a{border-right:1px dotted rgba(1,118,192,.1);padding:.5rem 1rem;transition:all .5s ease;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;font-size:.725rem;font-weight:400}.header-profile-actions a:hover{color:#ad9c04}.header-profile-actions a i{font-weight:300;margin-bottom:.3rem;font-size:1.2rem;vertical-align:text-top}.header-profile-actions a:last-child{border-right:0}.breadcrumb-container{margin:0 0 10px 0}.breadcrumb-container .breadcrumb{margin:12px 0 0 0}.breadcrumb-container .btn{margin:0 0 0 .3rem}.content-wrapper-scroll{padding:0}.content-wrapper{padding:0rem 1.5rem 0 1.5rem;height:calc(100vh - 130px);overflow:auto}@media(max-width: 576px){.content-wrapper{padding:0rem 1rem 0 1rem;height:calc(100vh - 152px)}}.stats-tile{padding:1rem;margin:0 0 20px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;display:flex;align-items:center;flex-direction:row;position:relative}.stats-tile .sale-icon{height:60px;width:60px;display:flex;align-items:center;justify-content:center;margin-right:15px;text-align:center;background:#fcfab2;color:#ad9c04;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.stats-tile .sale-icon i{font-size:1.5rem;color:#ad9c04}.stats-tile .sale-details{color:#ad9c04}.stats-tile .sale-details h2{margin:0;line-height:100%}.stats-tile .sale-details p{margin:0;color:#454f58}.stats-tile .sale-details h5{font-size:.75rem;font-weight:400;line-height:150%;color:#9aa5af}.stats-tile .sale-details h5 i{font-size:.8rem;vertical-align:middle;font-weight:700;margin:0 3px 0 0}.stats-tile .sale-details h5 span{margin:0 3px 0 0}.stats-tile .sale-details h5 span.high{color:#5dab18}.stats-tile .sale-details h5 span.low{color:#ec4f3d}.stats-tile .sale-graph{position:absolute;top:50%;right:15px;margin-top:-15px}.stats-tile2{padding:1rem;margin:0 0 20px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:163px;max-height:163px}.stats-tile2 .sale-icon{height:60px;width:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;text-align:center;background:#fcfab2;border:5px solid rgb(252.3825,250.6375,187.8175);-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.stats-tile2 .sale-icon i{font-size:1.5rem;color:#ad9c04}.stats-tile2 .sale-details{color:#ad9c04}.stats-tile2 .sale-details h2{margin:0;line-height:100%}.stats-tile2 .sale-details p{margin:0;color:#fff}.stats-tile3{padding:1.5rem 1rem 1rem 1rem;margin:0 0 20px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;display:flex;flex-direction:column;position:relative}.stats-tile3 .sale-icon3{margin:0 0 10px 0}.stats-tile3 .sale-icon3 i{font-size:1.8rem;color:#fff}.stats-tile3 .sale-icon3 img{width:36px;height:36px}.stats-tile3 .stats-graph3{position:absolute;top:30px;right:15px}.stats-tile3 .sale-details3 h3{margin:0;line-height:100%;color:#ad9c04;font-size:1.4rem}.stats-tile3 .sale-details3 p{margin:0;font-size:.75rem;color:#9aa5af}.stats-tile4{padding:1.5rem 1rem 1rem 1rem;margin:0 0 20px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:url(../img/shade.png);background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;align-items:center;position:relative}.stats-tile4 .stats-icon4{margin:0 0 1rem 0;display:flex}.stats-tile4 .stats-icon4 i{font-size:1.2rem;color:#fff;text-shadow:none;background:hsla(0,0%,100%,.1);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;padding:15px}.stats-tile4 h3{margin:0 0 .5rem 0;line-height:100%;font-size:1.6rem}.stats-tile4 h4{margin:0;font-size:.75rem}.stats-tile4.min-height{min-height:175px}.stats-tiles-list{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-top:1px solid #e1e8f3;border-bottom:1px solid #e1e8f3;display:flex;align-items:center;justify-content:space-between;flex-direction:row;text-align:center;margin:1rem 0 0 0}.stats-tiles-list .tiles-list{width:100%;padding:5px;border-right:1px solid #e1e8f3}.stats-tiles-list .tiles-list img{width:30px;height:30px;margin:10px 0}.stats-tiles-list .tiles-list h2{color:#ad9c04;font-size:1.4rem;margin:0}.stats-tiles-list .tiles-list p{margin:0;color:#fff}.stats-tiles-list .tiles-list:first-child{border-left:1px solid #e1e8f3}@media(max-width: 576px){.stats-tiles-list{overflow:auto}.stats-tiles-list .tiles-list{min-width:100px}}.image-stats-tile{margin:0 0 32px 0;display:flex;align-items:center}.image-stats-tile .image-stats-box img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-right:10px;max-width:80px}.image-stats-tile .img-stats-details{display:flex;flex-direction:column}.image-stats-tile .img-stats-details p{margin:0 0 2px 0;font-size:.75rem;color:#9aa5af}.image-stats-tile .img-stats-details h5{margin:0;font-weight:600;font-size:.9rem;color:#373e46}.image-stats-tile .weekly-graph-details{margin-left:auto}.earnings-detail{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.earnings-detail .earnings-info h5{margin:3px 0 0 0}.earnings-detail .earnings-info p{margin:0;font-size:.75rem}.earnings-detail .earnings-icon{border:1px solid #5dab18;background:rgb(230.0070422535,242.823943662,221.676056338);width:36px;height:36px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;display:flex;align-items:center;justify-content:center}.earnings-detail .earnings-icon i{font-size:1rem;color:#5dab18}.earnings-detail .earnings-icon.blue{border:1px solid #1273eb;background:hsl(208.5,90.9090909091%,96.3725490196%)}.earnings-detail .earnings-icon.blue i{font-size:1rem;color:#1273eb}.earnings-detail .earnings-icon.red{border:1px solid #ec4f3d;background:rgb(255,244.5,244.5)}.earnings-detail .earnings-icon.red i{font-size:1rem;color:#ec4f3d}.top-users-container{margin:1rem 0 0 0}.top-users-container .top-user{margin:0 0 20px 0;padding-bottom:.5rem;display:flex;align-items:flex-start}.top-users-container .top-user img.avatar{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;width:48px;height:48px;margin:0 10px 0 0}.top-users-container .top-user .user-details{flex-direction:column;flex:1}.top-users-container .top-user .user-details h6{margin:0 0 .5rem 0;font-size:.825rem}.top-users-container .top-user .user-details .user-score .progress{height:4px;margin:0 0 .4rem 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.top-users-container .top-user .user-details .user-score .rank{color:#fff;font-size:.725rem}ul.customer-rating li{margin-bottom:15px;display:flex;justify-content:flex-start}ul.customer-rating li .customer{margin-right:10px}ul.customer-rating li .customer img{width:48px;height:48px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}ul.customer-rating li .customer-review .stars{margin:10px 0 15px 0;width:100%}ul.customer-rating li .customer-review .stars img{width:12px;height:12px}ul.customer-rating li .customer-review h5{margin:0 0 9px 0;font-size:.875rem}ul.customer-rating li .customer-review h6.by{margin:0 0 10px 0;font-size:.8rem;font-weight:400}ul.customer-rating li .customer-review h6.by a{color:#fff}ul.customer-rating li .customer-review p{margin:0 0 5px 0;line-height:150%;color:#9aa5af}ul.customer-rating li:last-child{margin-bottom:0px}.custom-file{min-height:40px}.custom-file .custom-file-input{padding:10px 12px;min-height:40px}.custom-file .custom-file-label{border:1px solid #dbdaea;min-height:40px;line-height:26px;color:#111;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.custom-file .custom-file-label::after{min-height:38px;background:#f2f4f9;padding:10px 12px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.nowrap{white-space:nowrap}.field-wrapper{position:relative;margin-bottom:1rem;margin-top:.5rem;min-width:90px}.field-wrapper .field-placeholder{position:absolute;box-sizing:border-box;color:#ad9c04;background:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;font-size:.75rem;font-weight:600;top:-12px;left:7px;padding:2px 7px;z-index:10;text-align:left;height:17px}.field-wrapper input,.field-wrapper select,.field-wrapper textarea{border:1px solid #dbdaea;padding:9px 12px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:100%;min-height:40px;font-size:.725rem;color:#8a96a0}.field-wrapper input:hover,.field-wrapper textarea:hover{border:1px solid #ad9c04}.field-wrapper input:focus,.field-wrapper textarea:focus{outline-color:#ad9c04}.field-wrapper .input-group .btn{font-size:.75rem;font-weight:600}.field-wrapper-group{display:flex}.field-wrapper-group .field-wrapper{flex:1}.field-wrapper-group .input-icon-block{max-height:40px;min-width:40px;margin:.5rem 0 0 .2rem;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.field-wrapper-group .input-icon-block i{font-size:.9rem;display:block}.form-section-header{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#fcfab2;margin:.5rem 0 1rem 0;padding:.6rem .9rem;font-size:.8rem;font-weight:600;color:#111}.form-section-header span.title-info{font-size:.7rem;font-weight:400;color:#9aa5af;margin:0 0 0 5px}.form-section-header.light-bg{background-color:#f2f4f9}.checkbox-container .form-check{margin:1rem .5rem 0 0}.checkbox-container .field-placeholder{left:-5px;background:rgba(0,0,0,0)}.form-actions-footer{background:#f8f8fb;padding:1rem;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.custom-btn-group{display:flex;flex-wrap:wrap}.custom-btn-group.right-align{justify-content:flex-end}.custom-btn-group .btn{margin:.3rem}.custom-btn-group .btn-sm{margin:.2rem .1rem}.custom-icon-group{display:flex;flex-wrap:wrap}.custom-icon-group.right-align{justify-content:flex-end}.custom-icon-group .btn{margin:.3rem}.custom-icon-group .btn i{margin:0}.custom-icon-group .btn-sm{margin:.2rem .1rem}.custom-icon-group .btn-sm i{margin:0}.graph-day-selection{display:flex;flex-wrap:wrap;justify-content:flex-end}.graph-day-selection .btn{font-size:.7rem;font-weight:600;padding:6px 15px;border:0;color:#111;background:rgba(0,0,0,0);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.graph-day-selection .btn.active{background:#fcfab2;color:#ad9c04}.graph-day-selection .btn:hover{background:#f2f4f9}.graph-day-selection .btn:focus{outline:none;box-shadow:none}.graph-day-selection a{display:flex;align-items:center;color:#ad9c04;font-size:.65rem;font-weight:600;padding:.2rem .8rem;line-height:1.5;background:#fcfab2;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.graph-day-selection a:hover{color:#ad9c04}.graph-day-selection a.reportrange{cursor:pointer;display:flex;align-items:center;color:#ad9c04;font-weight:600}.graph-day-selection a.reportrange span.range-text{margin:0 5px 0 5px}@media screen and (max-width: 768px){.graph-day-selection .btn{padding:.2rem .5rem}}.stats-list-container{display:flex;flex-direction:row;justify-content:space-around;padding:0;margin:0}.stats-list-container .stats-list-item{display:flex;align-items:center;margin:0}.stats-list-container .stats-list-item .stats-icon{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;height:36px;width:36px;margin-right:10px}.stats-list-container .stats-list-item .stats-icon i{font-size:1rem}.stats-list-container .stats-list-item .stats-info{flex-direction:row}.stats-list-container .stats-list-item .stats-info h6.stats-title{font-size:.7rem;margin:0;font-weight:600;color:#fff}.stats-list-container .stats-list-item .stats-info p.stats-amount{font-size:.8rem;font-weight:600;margin:0}.stats-list-container .stats-list-item.primary .stats-icon{background:#fcfab2}.stats-list-container .stats-list-item.primary .stats-icon i{color:#ad9c04}.stats-list-container .stats-list-item.secondary .stats-icon{background:#95a3b5}.stats-list-container .stats-list-item.secondary .stats-icon i{color:#394758}.weekly-earnings{text-align:center}.weekly-earnings .svg-container{width:80px;margin:-10px auto 0 auto}.weekly-earnings p{font-size:.65rem;color:#fff}.weekly-earnings h5{margin:0}.monthly-earnings{text-align:center;margin:1rem 0 0 0;background:rgb(252.3825,250.6375,187.8175);color:#ad9c04;padding:.8rem 1rem;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.monthly-earnings .svg-container{width:80px;margin:-10px auto 0 auto}.monthly-earnings p{font-size:.75rem}.monthly-earnings h4{margin:0}.monthly-earnings.red{background:rgb(255,239.4,239.4);color:#ec4f3d}.monthly-earnings.blue{background:hsl(208.5,90.9090909091%,95.3725490196%);color:#1273eb}.monthly-earnings.yellow{background:hsl(44.5454545455,80.487804878%,89.9215686275%);color:#e4b42b}.earnings-badge-container{display:flex;align-items:center;justify-content:center}.earnings-badge-container .earnings-badge{text-align:center;margin:0 3px;background:rgba(0,0,0,.05);padding:.4rem 1rem;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;min-width:120px}.earnings-badge-container .earnings-badge p{font-size:.75rem;margin:0;color:hsla(0,0%,100%,.5)}.earnings-badge-container .earnings-badge h4{margin:0;color:#fff}.report-card{background:#5a4e9a url("../img/pattern.svg") no-repeat;background-position:center 100px;background-size:cover;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px;padding:0;min-height:324px;position:relative}.report-card .graph{padding:0}.report-card .report-card-body{padding:0 1.25rem 1.25rem 1.25rem}.report-card .report-card-body p{font-size:.725rem;color:#fff;margin:-10px 0 0 0}.report-card .report-card-body .btn{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-weight:400;margin:15px 0}.top-items-container .top-item-img{max-height:180px;margin:auto;display:flex}.top-items-container .top-item-details{display:flex;align-items:center;flex-direction:column}.top-items-container .top-item-details h6{margin:15px 0 10px 0;color:#fff}.top-items-container .top-item-details .rating-block{margin:0 auto 10px auto;width:124px !important;display:flex;align-items:center}.top-items-container .top-item-details .rating-block img{width:16px;height:16px}.top-items-container .top-item-details .rating-block .rating-count{font-size:14px;margin:0 0 0 3px;font-weight:300;color:#9aa5af}.cakes-list{display:flex;flex-direction:row;flex-wrap:wrap}.cakes-list li{width:50%}.cakes-list li a{padding:6px 0;display:flex;align-items:center;color:#111}.cakes-list li a:hover{color:#fff}.cakes-list li a .badge{margin-right:8px;min-width:32px;padding:.3rem;font-size:.725rem;border:1px solid #e1e8f3;color:#ad9c04;font-weight:700;background:rgba(0,0,0,0)}@media(max-width: 420px){.cakes-list li{width:100%}}.sales-card{background:#5dab18;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px;padding:0;min-height:324px;color:#fff}.sales-card .sales-card-header{padding:1.25rem 1.25rem 0 1.25rem}.sales-card .sales-card-header p{font-size:.75rem}.sales-card .sales-card-header h3{margin:0 0 1rem 0}.sales-card .graph{padding:0;margin:-30px 0 0 0}.sales-card .graph .apexcharts-legend-text{color:hsla(0,0%,100%,.5) !important}.sales-card .graph .apexcharts-xaxis-texts-g text{fill:hsla(0,0%,100%,.5) !important}.sales-card .graph .apexcharts-legend-marker{border-radius:30px !important}.sales-card .graph .apexcharts-xaxis line{stroke:rgba(0,0,0,0) !important}.sales-card .sales-card-body{padding:0 1.25rem 1.25rem 1.25rem}.followers-card{background:#002ca9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px;padding:1.25rem 1.25rem;min-height:324px}.followers-card p{font-size:.75rem;color:hsla(0,0%,100%,.5)}.followers-card h3{margin:0 0 1rem 0;color:#fff}.followers-card .btn{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-weight:400}.followers-card img{max-height:160px;margin:20px auto 0 auto}.tickets-container{margin:0}.tickets-container li{margin:0 0 7px 0;padding-bottom:.5rem;display:flex;align-items:center}.tickets-container li img.avatar{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;width:48px;height:48px;margin:0 10px 0 0}.tickets-container li .ticket-details{flex-direction:column;flex:1}.tickets-container li .ticket-details h6{margin:0 0 .2rem 0;font-size:.825rem}.tickets-container li .ticket-details .ticket-time{color:#9aa5af;font-size:.7rem}.tickets-container li .ticket-status{margin-left:auto}.tickets-container li .ticket-status .badge{min-width:70px}.tickets-container li:last-child{margin:0}.chats{position:relative;padding:0}.chats li{margin-bottom:25px}.chats li.chats-left,.chats li.chats-right{position:relative}.chats li img{width:50px;height:50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.chats li .chats-avatar{float:left}.chats li.chats-right>.chats-avatar{float:right}.chats li .chats-name{font-size:.75rem;text-align:center;margin-top:5px;color:#fff}.chats li .chats-hour{margin:0 0 0 70px;padding:2px;margin-bottom:20px;font-size:.65rem}.chats li .chats-hour>span{font-size:.8rem;color:#5dab18}.chats li .chats-text{margin:0 0 0 70px;padding:15px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#f2f4f9;left:15px;line-height:170%}.chats li .chats-text:before{content:"";position:absolute;width:0;height:0;top:28px;left:52px;border:10px solid;border-color:rgba(0,0,0,0) #f2f4f9 rgba(0,0,0,0) rgba(0,0,0,0)}.chats li.chats-right>.chats-text{text-align:right;right:16px;margin:0 70px 0 0;background-color:#f2f4f9}.chats li.chats-right>.chats-text:before{left:auto;right:52px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #f2f4f9}.chats li.chats-right>.chats-hour{text-align:right;margin:0 70px 0 0}.todo-container{margin:0 0 0 10px}.todo-container .todo-body{margin:0;padding:0;border-left:1px solid #e1e8f3}.todo-container .todo-body li.todo-list{position:relative;display:block;cursor:pointer}.todo-container .todo-body li.todo-list .dot{position:absolute;top:4px;left:-10px;color:#ad9c04}.todo-container .todo-body li.todo-list .dot:before{font-size:1.2rem;content:"";font-family:"icomoon";background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.todo-container .todo-body li.todo-list .todo-info{line-height:100%;margin:0 0 0 20px;padding-bottom:20px}.todo-container .todo-body li.todo-list .todo-info p{line-height:100%;margin-bottom:.3rem}.todo-container .todo-body li.todo-list .todo-info p span.time{float:right;font-size:.8rem}.todo-container .todo-body li.todo-list .todo-info p.dt{color:#9aa5af;font-size:.725rem}.todo-container .todo-body li.todo-list .todo-info .todo-type{color:#fff;font-size:.825rem}.todo-container .todo-body li.todo-list.done{text-decoration:line-through;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;color:rgba(0,0,0,.4)}.todo-container .todo-body li.todo-list.done .dot:before{content:"";font-family:"icomoon"}.todo-container .todo-body li.todo-list:last-child .todo-info{padding-bottom:0}ul.statistics{margin:0}ul.statistics li{display:flex;align-items:center;margin:0 0 13px 0}ul.statistics li .stat-icon{background:#ad9c04;width:36px;height:36px;display:flex;align-items:center;justify-content:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin:0 10px 0 0}ul.statistics li .stat-icon i{font-size:1rem;color:#fff;text-shadow:none}.goal-container{margin-bottom:20px;background:#fff;padding:1rem;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;min-height:140px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.goal-container:after{background:url(../img/dashed-circles-dark.svg) no-repeat;background-size:100%;width:150px;height:150px;position:absolute;right:0;top:50%;margin:-75px -15px 0 0;content:""}.goal-container .goal-info h5{margin:0;font-weight:700;line-height:100%;color:#ad9c04}.goal-container .goal-info h6{margin:10px 0 0 0;font-weight:400;font-size:.85rem}.goal-container .goal-graph{margin:0;width:90px;height:90px}.payments-card{margin-bottom:20px;padding:1rem;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;min-height:140px}.payments-card h4{margin:0;font-weight:700;line-height:100%;color:#ad9c04}.payments-card h6{margin:0 0 10px 0;font-weight:400;font-size:.8rem}.payments-card .btn{font-weight:400;margin-left:0}.payments-card .btn i{margin:0 5px 0 0}.payments-card.primary{background:#ad9c04;color:#fff}.payments-card.primary h4{color:#fff}.graph-card{margin-bottom:20px;position:relative;padding:1rem;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;min-height:140px;overflow:hidden;position:relative}.graph-card h4{margin:0;font-weight:700;line-height:100%;color:#ad9c04}.graph-card h6{margin:0 0 10px 0;font-weight:400;font-size:.8rem}.graph-card .graph-placeholder{position:absolute;bottom:-30px;left:-2px;right:-2px}.product-card{background:#fff;border:0;box-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px}.product-card .product-card-body{padding:1rem 1rem;position:relative}.product-card .product-card-body .product-title{margin-bottom:.7rem;font-size:1rem;font-weight:700;line-height:100%}.product-card .product-card-body .product-price{display:flex;flex-direction:row;font-size:.8rem}.product-card .product-card-body .product-price .disount-price{color:#111;margin-right:7px}.product-card .product-card-body .product-price .actucal-price{color:#fff;margin-right:7px;text-decoration:line-through}.product-card .product-card-body .product-price .off-price{color:#ad9c04}.product-card .product-card-body .product-rating{margin:8px 0;display:flex;align-items:center;flex-direction:row}.product-card .product-card-body .product-rating .rating-stars{width:90px !important;line-height:100%}.product-card .product-card-body .product-rating .rating-stars img{width:14px;height:14px}.product-card .product-card-body .product-rating .total-ratings{font-size:.8rem;color:#fff}.product-card .product-card-body .product-description{min-height:50px;font-size:.75rem;margin:0 0 8px 0;color:#fff}.product-card .product-card-body .product-actions{display:flex;flex-direction:row}.product-card .product-card-body .product-actions .btn{margin-right:5px}.product-card .product-card-img-top{border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-shrink:0;width:100%}.rating-block{width:70px !important;line-height:100%}.rating-block img{width:10px;height:10px}.rating-block-lg{width:90px !important;line-height:100%}.rating-block-lg img{width:14px;height:14px}table.products-table{background:#fff;margin-bottom:0;padding:.6rem}table.products-table thead tr{margin:0 0 15px 0;transition:all .5s ease}table.products-table thead tr th{background:#1273eb;border:0 !important;color:#fff}table.products-table thead tr th:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}table.products-table thead tr th:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}table.products-table tbody tr{margin:0 0 5px 0;border-bottom:1px solid #e8edf3}table.products-table tbody tr td{background:#fff;transition:all .5s ease;border:0;padding:.6rem;vertical-align:middle;color:#072242}table.products-table tbody tr td:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}table.products-table tbody tr td:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}table.products-table tbody tr td img.user{width:40px;height:40px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}table.products-table tbody tr td .badge{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:.35rem .5rem;min-width:60px;background:#fcfab2;color:#ad9c04}table.products-table td .media-box{display:flex;align-items:center}table.products-table td .media-box img.media-avatar{height:40px;width:40px;margin:0 10px 0 0}table.products-table td .media-box .media-box-body{flex:1}table.products-table td .media-box .media-box-body a{font-size:.75rem;font-weight:600;margin:0 0 5px 0}table.products-table td .media-box .media-box-body p{font-size:.7rem;color:#969ea5;margin:0}.create-offer-container .form-control{margin:0 0 .3rem 0;max-height:69px}.create-offer-container .share-thoughts-footer{display:flex;align-items:center;justify-content:space-between}.create-offer-container .share-thoughts-footer .btn{max-height:32px}.create-offer-container .share-thoughts-footer .share-icons{display:flex}.create-offer-container .share-thoughts-footer .share-icons a{width:32px;height:32px;margin:0 .3rem 0 0;display:flex;align-items:center;justify-content:center;background:#f2f4f9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.create-offer-container .share-thoughts-footer .share-icons a i{color:#111;font-size:.9rem}.social-tile{position:relative;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.social-tile .social-icon{height:60px;width:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;text-align:center;background:#fcfab2;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.social-tile .social-icon i{font-size:1.5rem;color:#ad9c04}.social-tile .social-graph{margin:0 0 10px 0}.social-tile h2{margin:0;color:#ad9c04}.social-tile p{color:#9aa5af}ul.recent-orders li{margin-bottom:20px;display:flex;align-items:center;flex-direction:row}ul.recent-orders li .order-img{position:relative}ul.recent-orders li .order-img img{height:50px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}ul.recent-orders li .order-img .badge{position:absolute;top:10px;left:0px;font-weight:400;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;font-size:.65rem;padding:3px 4px 4px 4px}ul.recent-orders li .order-details{margin-left:15px}ul.recent-orders li .order-details h5.order-title{margin:0 0 5px 0;line-height:120%;font-size:.9rem}ul.recent-orders li .order-details p.order-desc{line-height:120%;font-size:.75rem;color:#9aa5af}ul.recent-orders li .order-details span.order-date{color:#ad9c04;font-size:.7rem}.dashboard-header{position:relative;padding:3rem 2rem 0 2rem}.dashboard-header:after{content:"";min-height:280px;-webkit-border-radius:10px 10px 100px 100px;-moz-border-radius:10px 10px 100px 100px;border-radius:10px 10px 100px 100px;background:#ad9c04;position:absolute;top:0;left:0;right:0}.dashboard-header .dashboard-header-content{z-index:100;position:relative}.dashboard-header .dashboard-header-content .welcome-title{margin:2rem auto;text-align:center}.dashboard-header .dashboard-header-content .welcome-title h1{font-weight:300;color:#fff;margin:0 auto;display:inline-block;position:relative}.dashboard-header .dashboard-header-content .welcome-title h1 .winner-icon{position:absolute;left:-7px;top:-55px}.dashboard-header .dashboard-header-content .welcome-title h1 .winner-icon img{width:60px;height:60px}.dashboard-header .dashboard-header-content .btn{margin:0 0 0 .3rem;background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8)}.dashboard-header .dashboard-header-content .btn:hover{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.8)}.dashboard-header .dashboard-header-content .field-wrapper input{border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5);background:rgba(0,0,0,0);min-width:170px}.dashboard-header .dashboard-header-content .field-wrapper input:focus{outline:none !important}.dashboard-header .dashboard-header-content .field-wrapper .input-group-text{border:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);border-left:0px}.dashboard-header .dashboard-header-content .field-wrapper .input-group-text i{text-shadow:none;color:hsla(0,0%,100%,.5)}.dashboard-header .dashboard-header-content .field-wrapper .field-placeholder{background-color:#ad9c04;font-size:.65rem;font-weight:400;color:hsla(0,0%,100%,.5);padding:2px 10px}.dashboard-header .dashboard-header-content .sales-tile-container{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;margin:0 auto 1rem auto}.dashboard-header .dashboard-header-content .sales-tile-container .sales-tile{background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:1rem;margin:.5rem;min-width:110px;min-height:110px;display:flex;align-items:center;justify-content:center;flex-direction:column}.dashboard-header .dashboard-header-content .sales-tile-container .sales-tile h1{margin:0 0 .3rem 0;color:#ad9c04;font-weight:400}.dashboard-header .dashboard-header-content .sales-tile-container .sales-tile h6{font-size:.8rem;font-weight:400}@media screen and (max-width: 768px){.dashboard-header{padding:3rem 1rem 0 1rem}.dashboard-header .dashboard-header-content .welcome-title{margin-top:5rem}.dashboard-header .dashboard-header-content .welcome-title h1{font-size:1.8rem}.dashboard-header .dashboard-header-content .btn i{margin:0}.dashboard-header .dashboard-header-content .btn span{display:none}}@media screen and (max-width: 420px){.dashboard-header{padding:3rem .4rem 0 .4rem}.dashboard-header .dashboard-header-content .btn{display:none}}.reports-summary{position:relative;padding:2rem 1rem 0 1rem}.reports-summary .reports-summary-block{display:flex;flex-direction:column;margin:0 0 1.5rem 0}.reports-summary .reports-summary-block h5{margin:0 0 .4rem 0;font-size:.825rem}.reports-summary .reports-summary-block h6{margin:0;font-weight:400;font-size:.75rem;color:#9aa5af}@media(max-width: 420px){.reports-summary{padding:0}}.profile-header{position:relative;padding:0;margin-bottom:20px}.profile-header h1{font-weight:300;color:#ad9c04;font-size:1.8rem;margin:0 auto 1rem auto}.profile-header .profile-header-content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:hsl(357,74.4680851064%,78.137254902%);padding:1rem 1.5rem 1rem 1.5rem;display:flex;align-items:center;position:relative}.profile-header .profile-header-content:after{content:"";position:absolute;background:url("../img/login-bg.jpg");background-position:center;background-size:cover;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;top:0;left:0;right:0;bottom:0;opacity:.3}.profile-header .profile-header-content .profile-header-tiles{width:100%;margin-right:1rem;z-index:100}.profile-header .profile-header-content .profile-header-tiles .profile-tile{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:.6rem;margin:.2rem 0;display:flex;align-items:center;flex-direction:row}.profile-header .profile-header-content .profile-header-tiles .profile-tile>.icon{width:36px;height:36px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin:0 .6rem 0 0;display:flex;align-items:center;justify-content:center;background:#e75b62}.profile-header .profile-header-content .profile-header-tiles .profile-tile>.icon i{font-size:1rem;color:#fff;text-shadow:none}.profile-header .profile-header-content .profile-header-tiles .profile-tile h6{margin:0;line-height:150%;font-weight:400;font-size:.8rem;color:#fff}.profile-header .profile-header-content .profile-header-tiles .profile-tile h6 span{font-weight:600;color:#111}.profile-header .profile-header-content .profile-avatar-tile{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:.7rem;margin:-60px 0 0 auto;z-index:100}.profile-header .profile-header-content .profile-avatar-tile img{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:180px}@media screen and (max-width: 768px){.profile-header .profile-header-content{flex-direction:column-reverse}.profile-header .profile-header-content .profile-header-tiles{margin-right:0}.profile-header .profile-header-content .profile-avatar-tile{margin:20px 0}}.consulting-banner{background:#ad9c04;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:10px 0 20px 0;position:relative;min-height:161px}.consulting-banner .consulting-banner-bg{background-image:url(../img/consulting.svg);background-repeat:no-repeat;background-size:100%;position:absolute;right:20px;top:-40px;width:220px;height:220px;z-index:100}.consulting-banner .consulting-body{padding:1.5rem 1.5rem 1rem 1.5rem;position:relative;overflow:hidden;z-index:101}.consulting-banner .consulting-body:before{content:"";background:url(../img/lines-bg.svg) no-repeat;background-repeat:no-repeat;background-size:100%;position:absolute;right:-25px;bottom:-25px;width:420px;height:150px;opacity:.4}.consulting-banner .consulting-content{color:#fff;padding:1rem 0}.consulting-banner .consulting-content h4{font-size:1.4rem;line-height:180%}.consulting-banner .consulting-content p{font-size:.8rem;opacity:.5;line-height:150%}@media(max-width: 576px){.consulting-banner{margin:30px 0 20px 0}.consulting-banner .consulting-body{padding:8.5rem 1.5rem 1rem 1.5rem}}.consulting-card{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1.25rem 1.25rem;margin:0 0 20px 0;position:relative;overflow:hidden;min-height:190px}.consulting-card .consulting-card-bg{background-image:url(../img/consulting2.png);background-repeat:no-repeat;background-size:100%;position:absolute;right:20px;bottom:-10px;width:80px;height:130px;z-index:100}.consulting-card:before{content:"";background:url(../img/lines-bg2.svg) no-repeat;background-repeat:no-repeat;background-size:100%;position:absolute;right:-45px;bottom:-55px;width:300px;height:200px;opacity:.4}.consulting-card .consulting-card-body{z-index:101;position:relative;margin-right:110px}.consulting-card .consulting-card-body h4{color:#ad9c04;font-size:1.2rem}.consulting-card .consulting-card-body p{font-size:.8rem;margin:1rem 0 2rem 0;color:#fff;line-height:150%}.consulting-card .consulting-card-body .btn{font-size:.8rem}.subscription-card{background:#ad9c04;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1.25rem 1.25rem;margin:0 0 20px 0;color:#fff;position:relative;overflow:hidden}.subscription-card:before{content:"";background:url(../img/lines-bg2.svg) no-repeat;background-repeat:no-repeat;background-size:100%;position:absolute;right:-45px;bottom:-55px;width:300px;height:200px;opacity:.4}.subscription-card h4{font-size:1.2rem}.subscription-card p{font-size:.8rem;opacity:.5;margin:0 0 .5rem 0;line-height:150%}.subscription-card .btn{font-size:.8rem;z-index:1000;position:relative}.schedule-sesion-form{padding-left:20px;border-left:1px solid #dbdaea}.change-img-avatar{max-height:174px;display:flex;margin:0 auto 10px auto}.account-settings-block{border-left:1px solid #e1e8f3;margin-bottom:20px;height:100%;padding:0 0 0 1rem}.account-settings-block .settings-block{margin-bottom:1rem}.account-settings-block .settings-block .settings-block-title{margin:0 0 .7rem 0;font-size:.825rem;font-weight:400}.account-settings-block .settings-block .settings-block-body{padding:0}@media(max-width: 992px){.account-settings-block{border-left:0;padding:0}}.pricing-chnage-plan{margin:0 0 1rem 0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap}.pricing-chnage-plan a{padding:5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;min-width:70px;max-width:70px;min-height:70px;margin:0 10px 10px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;border:1px solid #e1e8f3}.pricing-chnage-plan a:hover{background-color:hsl(208.5,90.9090909091%,96.3725490196%);border:1px solid #d5eafd}.pricing-chnage-plan a>h5{font-size:.9rem;margin:0 0 5px 0;font-weight:400;color:#ad9c04}.pricing-chnage-plan a>h6{font-size:.7rem;margin:0;font-weight:400;color:#fff}.pricing-chnage-plan a.active-plan{background:#ad9c04;border:1px solid #ad9c04}.pricing-chnage-plan a.active-plan>h5{color:#fff}.pricing-chnage-plan a.active-plan>h6{color:#fff}.polls-container p{color:#fff;font-size:.75rem;margin:0 0 1rem 0}.polls-container .poll-block{margin:0 0 1.5rem 0}.polls-container .poll-block .poll-block-header{display:flex;align-items:center;justify-content:space-between;margin:0}.polls-container .poll-block .poll-block-header .score{font-size:.65rem}.polls-container .poll-block .progress{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.polls-container .poll-block .progress .progress-bar{font-size:.65rem}.timeline-activity{margin:0}.timeline-activity .activity-log{padding-left:1.8rem;padding-bottom:1.5rem;position:relative;display:flex;flex-direction:column}.timeline-activity .activity-log:before{content:"";position:absolute;top:5px;left:0px;background:#ad9c04;border:3px solid #f5f8fd;width:15px;height:15px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;z-index:1}.timeline-activity .activity-log:after{content:"";position:absolute;left:7px;top:10px;border-left:1px dashed #e1e8f3;height:100%;width:1px}.timeline-activity .activity-log .log-name{font-weight:600}.timeline-activity .activity-log .log-details{font-size:.8rem;color:#fff}.timeline-activity .activity-log .log-time{color:#fff;margin-left:.5rem}.timeline-activity .activity-log:last-child{padding-bottom:0}.stacked-images{display:flex}.stacked-images img{display:flex;align-items:center;justify-content:center;text-align:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;overflow:hidden;margin-right:-10px;margin-right:-10px;border:2px solid #fff;background:#f2f4f9;letter-spacing:.03rem}.stacked-images img.sm{width:36px;height:36px}.stacked-images .plus{display:flex;align-items:center;justify-content:center;text-align:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;overflow:hidden;margin-right:-10px;margin-right:-10px;border:2px solid #fff;background:#ad9c04;letter-spacing:.03rem;font-weight:700;font-size:.7rem}.stacked-images .plus.sm{width:36px;height:36px;color:#fff}.gallery{margin:0 auto}.gallery a{border:1px solid #e1e8f3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;overflow:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;display:block;margin:0 0 2px 0;opacity:1;padding:3px}.gallery a img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.gallery a .overlay{top:0;bottom:0;left:0;right:0;opacity:0;position:absolute;z-index:20;background:rgba(0,0,0,.5);overflow:hidden;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.gallery a .expand{position:absolute;top:50%;left:50%;z-index:100;border:2px solid #e4b42b;text-align:center;color:#e4b42b;line-height:32px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;font-size:20px;margin-left:-18px;margin-top:-18px;width:36px;height:36px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.gallery a:hover{opacity:1}.gallery a:hover .overlay{opacity:1}.gallery a:hover span.expand{width:36px;height:36px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.gallery-tiles img{padding:5px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.icons-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.icons-container span{font-size:1rem;text-align:center;cursor:pointer;width:60px;height:60px;line-height:60px;color:#fff;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;background:#f5f8fd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:2px}.icons-container span:hover{background-color:#ad9c04;text-shadow:none;color:#fff}.chart-height{position:relative;height:250px}.chart-height-md{position:relative;height:220px}.chart-height-sm{position:relative;height:180px}.chart-height-xl{position:relative;height:300px}.carousel-login .carousel-indicators li{width:10px;background-color:#ec4f3d}.carousel-login .carousel-quotes{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:250px;width:50%;margin:20px auto}.carousel-login .carousel-quotes p{font-size:1rem;font-weight:300;line-height:210%}.carousel-login .carousel-control-next-icon,.carousel-login .carousel-control-prev-icon{background-color:hsl(6.1714285714,82.1596244131%,88.2352941176%);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-size:50%;padding:20px}.error-screen{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#fff;height:100%}.error-screen h1{font-family:Rubik Mono One;font-size:15rem;margin:0;line-height:100%}.error-screen h5{margin-bottom:2rem;line-height:180%;font-weight:300}.error-screen .btn{padding:.7rem 1.8rem;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:#fff;border:1px solid #fff}.error-screen .btn:hover{color:#394758;background:#fff}@media screen and (max-width: 768px){.error-screen h1{font-size:8rem}}@-webkit-keyframes stars-blink{10%{opacity:.3}30%{opacity:.7}70%{opacity:.5}90%{opacity:.8}}@keyframes stars-blink{10%{opacity:.3}30%{opacity:.7}70%{opacity:.5}90%{opacity:.8}}@-webkit-keyframes earth-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes earth-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rocket-launch{100%{-webkit-transform:translate(1250px, -1900px)}}@keyframes rocket-launch{100%{transform:translate(1250px, -1900px)}}@-webkit-keyframes astronaut-movement{100%{-moz-transform:translate(-120px, -120px)}}@keyframes astronaut-movement{100%{-webkit-transform:translate(-120px, -120px)}}@-webkit-keyframes astronaut-rotate{100%{-moz-transform:rotate(-900deg)}}@keyframes astronaut-rotate{100%{-webkit-transform:rotate(-900deg)}}.error-screen2{position:relative;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(at 70% 100%, rgb(98.2288135593, 88.5762711864, 2.2711864407), #ad9c04);color:#fff;height:100vh}.error-screen2:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:url(../img/error-screen/stars.svg) repeat;animation:stars-blink 3s linear infinite;background-size:55%}.error-screen2 .earth{position:absolute;top:25%;left:10%;-webkit-animation:earth-spin 150s linear infinite;-moz-animation:earth-spin 150s linear infinite;animation:earth-spin 150s linear infinite;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;width:110px;height:110px}.error-screen2 .moon{position:absolute;top:10%;left:29%;box-shadow:0 0 80px #fff;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;width:60px;height:60px}.error-screen2 .rocket{position:absolute;top:80%;left:5%;animation:rocket-launch 200s linear infinite;width:40px;height:40px}.error-screen2 .astronaut-container{position:absolute;top:50%;right:20%;will-change:transform;animation:astronaut-movement 75s infinite linear both alternate}.error-screen2 .astronaut-container .astronaut{animation:astronaut-rotate 240s infinite linear both alternate;width:120px}.error-screen2 .contents{text-align:center;z-index:1000}.error-screen2 .contents h1{font-family:Rubik Mono One;font-size:12rem;margin:0;line-height:100%}.error-screen2 .contents h5{margin-bottom:2rem;line-height:180%;font-weight:300}.error-screen2 .contents .btn{padding:.7rem 1.8rem;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:#fff;border:1px solid #fff}.error-screen2 .contents .btn:hover{color:#394758;background:#fff}@media screen and (max-width: 768px){.error-screen2 .earth{top:15%}.error-screen2 .moon{position:absolute;top:5%;left:15%}.error-screen2 .astronaut-container{top:80%;right:15%}.error-screen2 .contents h1{font-size:5rem}}.subscribe-screen{text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#111;background:#fff;min-width:320px;max-width:320px;margin:auto}.subscribe-screen .subscribe-header{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;background-color:#ad9c04;margin-bottom:2.5rem;overflow:hidden;position:relative}.subscribe-screen .subscribe-header:before{content:"";background:url(../img/lines-bg.svg) no-repeat;background-repeat:no-repeat;background-size:100%;position:absolute;left:0px;bottom:-10px;width:420px;height:130px;opacity:.4}.subscribe-screen .subscribe-header .subscribe-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;background-color:#fff;z-index:1000}.subscribe-screen .subscribe-header .subscribe-icon i{font-size:1.8rem;color:#ad9c04;text-shadow:none}.subscribe-screen .subscribe-body{padding:0rem 1.5rem 2rem 1.5rem}.subscribe-screen .subscribe-body h1{font-size:1.8rem;margin:0 0 2rem 0;line-height:100%;color:#ad9c04}.subscribe-screen .subscribe-body p{margin-bottom:2rem;line-height:180%;font-weight:300}.maintenance-message{color:#fff;display:flex;justify-content:flex-end;flex-direction:column;height:100%}.maintenance-message h1{font-size:4rem;margin:0 0 1rem 0;line-height:100%;font-weight:700}.maintenance-message h4{font-size:2rem;margin:0 0 1rem 0;line-height:100%}.maintenance-message p{font-size:.85rem;margin:0;line-height:180%;font-weight:300}.maintenance-message .btn{padding:.7rem 1.8rem;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:#fff;border:1px solid #fff}.maintenance-message .btn:hover{color:#394758;background:#fff}@media screen and (max-width: 768px){.maintenance-message{display:flex;justify-content:center;align-items:center;margin-bottom:150px}.maintenance-message p{text-align:center}}.doc-block{position:relative;display:flex;align-items:center;flex-direction:column;padding:2rem 1.5rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#f6f6fd;margin:0 0 1rem 0}.doc-block .doc-icon{width:100px;height:100px;padding:1rem;display:flex;align-items:center;justify-content:center;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;margin:0 0 1rem 0;background:#fff}.doc-block .doc-icon img{width:50px;height:50px}.doc-block .doc-title{font-size:.9rem;font-weight:600;margin:0 0 1rem 0}figure.user-card{background:#f6f6fd;padding:2rem 1rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;position:relative}figure.user-card a.edit-card{position:absolute;right:15px;top:15px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#fff;margin:0 0 0 5px}figure.user-card a.edit-card i{font-size:1rem;color:#ad9c04}figure.user-card a.edit-card:hover{background:#ad9c04;border:1px solid #ad9c04;opacity:1}figure.user-card a.edit-card:hover i{color:#fff}figure.user-card .profile{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;max-width:72px;margin-bottom:20px}figure.user-card h5{margin:0 0 1rem 0;font-size:.9rem}figure.user-card .list-group{margin:0;background:rgba(0,0,0,0)}figure.user-card .list-group .list-group-item{background:hsla(0,0%,100%,.5);display:flex;justify-content:space-between}.timeline{position:relative;padding:10px;margin:0 auto;overflow:hidden;color:#fff}.timeline:after{content:"";position:absolute;top:0;left:50%;margin-left:-1px;border-right:2px dashed #e1e8f3;height:100%;display:block}.timeline-row{padding-left:50%;position:relative;margin-bottom:30px}.timeline-row .timeline-time{position:absolute;right:50%;top:31px;text-align:right;margin-right:20px;font-size:1.5rem}.timeline-row .timeline-time small{display:block;font-size:.75rem}.timeline-row .timeline-content{position:relative;padding:20px 30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.timeline-row .timeline-content:after{content:"";position:absolute;top:20px;height:3px;width:40px}.timeline-row .timeline-content:before{content:"";position:absolute;top:20px;right:-50px;width:20px;height:20px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;z-index:100;background:#fff;border:2px dashed #e1e8f3}.timeline-row .timeline-content h4{margin:0 0 20px 0;color:#ad9c04;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:150%;font-weight:400}.timeline-row .timeline-content p{margin-bottom:30px;line-height:150%}.timeline-row .timeline-content i{font-size:2rem;line-height:100%;padding:10px;border:2px solid #ad9c04;color:#ad9c04;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;margin-bottom:10px;display:inline-block}.timeline-row .timeline-content .thumbs{margin-bottom:20px}.timeline-row .timeline-content .thumbs img{margin-bottom:10px}.timeline-row .timeline-content .badge{background:#ad9c04;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#fff}.timeline-row:nth-child(even) .timeline-content{background:#f2f4f9;margin-left:40px;text-align:left}.timeline-row:nth-child(even) .timeline-content:after{left:-39px;border-right:18px solid #f2f4f9;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0)}.timeline-row:nth-child(even) .timeline-content:before{left:-50px;right:initial}.timeline-row:nth-child(odd){padding-left:0;padding-right:50%}.timeline-row:nth-child(odd) .timeline-time{right:auto;left:50%;text-align:left;margin-right:0;margin-left:20px}.timeline-row:nth-child(odd) .timeline-content{background:#f2f4f9;margin-right:40px;margin-left:0;text-align:right}.timeline-row:nth-child(odd) .timeline-content:after{right:-39px;border-left:18px solid #f2f4f9;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0)}@media(max-width: 767px){.timeline{padding:15px 10px}.timeline:after{left:28px}.timeline .timeline-row{padding-left:0;margin-bottom:16px}.timeline .timeline-row .timeline-time{position:relative;right:auto;top:0;text-align:left;margin:0 0 6px 56px}.timeline .timeline-row .timeline-time strong{display:inline-block;margin-right:10px}.timeline .timeline-row .timeline-icon{top:52px;left:-2px;margin-left:0}.timeline .timeline-row .timeline-content{padding:15px;margin-left:56px;box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative}.timeline .timeline-row .timeline-content:after{right:auto;left:-39px;top:32px}.timeline .timeline-row:nth-child(odd){padding-right:0}.timeline .timeline-row:nth-child(odd) .timeline-time{position:relative;right:auto;left:auto;top:0;text-align:left;margin:0 0 6px 56px}.timeline .timeline-row:nth-child(odd) .timeline-content{margin-right:0;margin-left:55px}.timeline .timeline-row:nth-child(odd) .timeline-content:after{right:auto;left:-39px;top:32px;border-right:18px solid #ad9c04;border-left:inherit}.timeline.animated .timeline-row:nth-child(odd) .timeline-content{left:20px}.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content{left:0}}.empty-chat-screen{background:#fff;z-index:100;-webkit-border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;border-radius:0 10px 10px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 auto;height:calc(100vh - 160px)}.empty-chat-screen img.my-avatar{max-width:90px;height:90px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;margin:0 0 1rem 0}.empty-chat-screen img.empty-chat-display{max-width:210px;max-height:210px;margin:0 0 1.5rem 0}.empty-chat-screen h5{font-size:.8rem;font-weight:400}.empty-chat-screen h6{font-size:.9rem;color:#ad9c04;margin:0 0 1rem 0;font-weight:400}.empty-chat-screen p{font-size:.825rem;color:#fff;margin:0;text-align:center;max-width:75%}.search-chat-container{margin:0 0 .5rem 0;padding:0 20px}.search-chat-container .input-group{position:relative}.search-chat-container .input-group:after{position:absolute;top:10px;left:15px;content:"";padding:.375rem 0 .375rem .75rem;background:url(../img/icon-search.svg);background-size:100%;width:21px;height:21px;z-index:100}.search-chat-container .form-control{border:2px solid #dbdaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fff;height:40px;padding:.375rem 0 .375rem 3rem}.search-chat-container .form-control:focus,.search-chat-container .form-control:hover{border:2px solid #ad9c04;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.chat-wrapper{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:flex}.chat-users-container{border-right:1px solid rgb(235.9285714286,240.3785714286,247.3714285714);width:330px;padding:20px 0}.chat-users-container .users-container ul.users-list{margin:0;padding:0;list-style-type:none}.chat-users-container .users-container ul.users-list li{border-bottom:1px solid rgb(235.9285714286,240.3785714286,247.3714285714)}.chat-users-container .users-container ul.users-list li a{padding:15px 20px;display:flex;flex-direction:row}.chat-users-container .users-container ul.users-list li a>.chat-avatar{margin:0 1rem 0 0;position:relative;width:46px;height:46px}.chat-users-container .users-container ul.users-list li a>.chat-avatar .status{position:absolute;bottom:0px;right:0px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;width:14px;height:14px;border:2px solid #fff}.chat-users-container .users-container ul.users-list li a>.chat-avatar .status.online{background:#5dab18}.chat-users-container .users-container ul.users-list li a>.chat-avatar .status.busy{background:#ec4f3d}.chat-users-container .users-container ul.users-list li a>.chat-avatar .status.away{background:#e4b42b}.chat-users-container .users-container ul.users-list li a>.chat-avatar .status.offline{background:#a6b2c5}.chat-users-container .users-container ul.users-list li a>.chat-avatar img{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:46px;height:46px}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar{width:46px;height:46px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.blue{background:#d5eafd;color:#2d8dec}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.yellow{background:#f7e6b5;color:#cc9a09}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.red{background:#ffdbdb;color:#de3e3e}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.green{background:#d8eccb;color:#4c900f}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.pink{background:#ffe2e7;color:#e24f69}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.orange{background:#fde8d9;color:#e6680e}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.violet{background:#f2e2ff;color:#8936ca}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar.brown{background:#e8dad7;color:#a7644a}.chat-users-container .users-container ul.users-list li a .users-list-body{display:flex;align-items:center;justify-content:space-between;flex:1}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg{flex:1;max-width:210px}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg>h6{margin:0;font-weight:600;font-size:.775rem;color:#fff}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg>p{margin:0;line-height:200%;font-size:.7rem;color:#fff}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-time{color:#fff;font-size:.65rem;display:flex;align-items:flex-end;flex-direction:column}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-time>.time{margin:0}.chat-users-container .users-container ul.users-list li a .users-list-body .chat-time>.count{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:16px;height:16px;background:#1273eb;color:#fff;font-size:.6rem;font-weight:600;margin:0 0 .2rem 0;display:flex;align-items:center;justify-content:center}.chat-users-container .users-container ul.users-list li a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;color:#111;background:#f2f4f9}.chat-users-container .users-container ul.users-list li.active-chat{color:#111;background:#f5f8fd}.chat-users-container .users-container ul.users-list li.active-chat a:hover{color:#111;background:#f5f8fd}.chat-content-wrapper{padding:0;flex:1}.active-user-chatting{display:flex;align-items:center;justify-content:space-between;flex-direction:row;padding:1rem 1rem;border-bottom:1px solid #e1e8f3}.active-user-chatting .active-user-info{display:flex;align-items:center}.active-user-chatting .active-user-info img.avatar{margin:0 10px 0 0;width:40px;height:40px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.active-user-chatting .active-user-info .bg-chat-avatar{width:50px;height:50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 15px 0 0}.active-user-chatting .active-user-info .bg-chat-avatar.blue{background:#d5eafd;color:#2d8dec}.active-user-chatting .active-user-info .bg-chat-avatar.yellow{background:#f7e6b5;color:#cc9a09}.active-user-chatting .active-user-info .bg-chat-avatar.red{background:#ffdbdb;color:#de3e3e}.active-user-chatting .active-user-info .bg-chat-avatar.green{background:#d8eccb;color:#4c900f}.active-user-chatting .active-user-info .bg-chat-avatar.pink{background:#ffe2e7;color:#e24f69}.active-user-chatting .active-user-info .bg-chat-avatar.orange{background:#fde8d9;color:#e6680e}.active-user-chatting .active-user-info .bg-chat-avatar.violet{background:#f2e2ff;color:#8936ca}.active-user-chatting .active-user-info .bg-chat-avatar.brown{background:#e8dad7;color:#a7644a}.active-user-chatting .active-user-info>.avatar-info h5{font-size:.8rem;margin:0;line-height:160%}.active-user-chatting .active-user-info>.avatar-info .typing{color:#fff;font-size:.725rem}.active-user-chatting .chat-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.active-user-chatting .chat-actions a{width:40px;height:40px;display:flex;justify-content:center;align-items:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;box-shadow:5px 5px 10px #eaeef7;margin:0 0 0 10px}.active-user-chatting .chat-actions a i{font-size:.8rem}.active-user-chatting .chat-actions a:hover{box-shadow:5px 5px 20px rgb(197.0689655172,208.1034482759,232.9310344828)}.chat-container{position:relative;padding:1.5rem .2rem}.chat-container .chat-box{padding:0 .8rem}.chat-container .chat-box li.chat-left,.chat-container .chat-box li.chat-right{display:flex;margin-bottom:40px}.chat-container .chat-box li .chat-avatar{margin-right:20px}.chat-container .chat-box li .chat-avatar img{width:48px;height:48px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.chat-container .chat-box li .chat-hour{padding:0;font-size:.75rem;margin:5px 0 0 0;color:#fff}.chat-container .chat-box li .chat-hour.read>span{color:#5dab18}.chat-container .chat-box li .chat-hour>span{font-size:16px;color:#fff}.chat-container .chat-box li .chat-name{font-size:.75rem;color:#fff;text-align:center;font-weight:600}.chat-container .chat-box li .chat-text-wrapper{display:flex;flex-direction:column;align-items:flex-start}.chat-container .chat-box li .chat-text-wrapper .chat-text{padding:.7rem 1rem;background:#fcfab2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:150%;align-self:flex-start;position:relative;font-size:.8rem;margin:0 0 5px 0}.chat-container .chat-box li .chat-text-wrapper .chat-text p{font-weight:400;line-height:190%}.chat-container .chat-box li .chat-text-wrapper .chat-text:first-child:before{content:"";position:absolute;width:0;height:0;top:14px;left:-16px;border:8px solid;border-color:rgba(0,0,0,0) #fcfab2 #fcfab2 rgba(0,0,0,0)}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail{position:relative;margin:5px 0}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img{max-width:210px}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail a.download{position:absolute;bottom:10px;left:10px;display:none}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail a.download>img{width:18px;height:18px}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail:hover .download{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.3);-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail:hover .download i{color:#fff;text-shadow:none}.chat-container .chat-box li .chat-text-wrapper .chat-files-group{display:flex;flex-direction:row}.chat-container .chat-box li .chat-text-wrapper .chat-files-group .chat-file{margin:0 3px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.chat-container .chat-box li .chat-text-wrapper .chat-files-group .chat-file img{width:24px;height:24px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.chat-container .chat-box li .chat-text-wrapper a.shared-files{display:flex;align-items:center;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:7px 15px}.chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-folder{margin-right:10px}.chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-folder img{width:24px;height:24px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-link{font-size:.75rem;font-weight:600}.chat-container .chat-box li .chat-text-wrapper a.shared-files:hover{color:#000}.chat-container .chat-box li.chat-right{justify-content:flex-end}.chat-container .chat-box li.chat-right>.chat-avatar{margin-left:20px;margin-right:0}.chat-container .chat-box li.chat-right .chat-text-wrapper>.chat-text{text-align:right;background:#f5f8fd;align-self:flex-end}.chat-container .chat-box li.chat-right .chat-text-wrapper>.chat-text:before{right:-16px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f5f8fd #f5f8fd;left:inherit}.chat-container .chat-box li.divider{position:relative;display:flex;align-items:center;margin:2rem 0;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.chat-container .chat-box li.divider:before{content:"";display:block;flex:1;height:1px;background-color:#e1e8f3;margin-right:10px}.chat-container .chat-box li.divider:after{content:"";display:block;flex:1;height:1px;background-color:#e1e8f3;margin-left:10px}.chat-container .chat-box li:last-child.chat-left,.chat-container .chat-box li:last-child.chat-right{margin:0}.chat-form{margin:0;padding:1.5rem 1rem .5rem 1rem;display:flex;align-items:center;flex-direction:row}.chat-form .form-group{flex:1;margin:0}.chat-form .form-group textarea{height:40px;font-size:.75rem}.chat-form .chat-form-actions{display:flex;margin:0 10px}.chat-form .chat-form-actions a.action-icon{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chat-form .chat-form-actions a.action-icon img{width:18px;height:18px}.chat-form .chat-form-actions a.action-icon .action-icon-tooltip{padding:3px 12px;background:#000;color:#fff;display:none;position:absolute;top:-25px;font-size:.7rem;z-index:100;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.chat-form .chat-form-actions a.action-icon .action-icon-tooltip:before{content:"";position:absolute;left:50%;bottom:-5px;margin-left:-3px;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:6px solid #000}.chat-form .chat-form-actions a.action-icon .action-icon-popup{padding:5px;margin-bottom:10px;background:#fff;border:1px solid #e1e8f3;display:none;position:absolute;bottom:32px;right:0;width:240px;z-index:100;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.chat-form .chat-form-actions a.action-icon .action-icon-popup:before{content:"";position:absolute;right:13px;bottom:-6px;width:12px;height:12px;transform:rotate(45deg);background:#fff;border-bottom:1px solid #e1e8f3;border-right:1px solid #e1e8f3}.chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap}.chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list span{font-size:1.2rem;padding:3px;margin:1px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list span:hover{background:#f2f4f9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.chat-form .chat-form-actions a.action-icon:hover{background:#d5eafd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.chat-form .chat-form-actions a.action-icon:hover .action-icon-tooltip{display:block}.chat-form .chat-form-actions a.action-icon:hover .action-icon-popup{display:flex}.chat-form .btn{display:flex;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chat-form .btn img{width:21px;height:21px}.call-container{margin:2rem 0;display:flex;align-items:center;justify-content:center;flex-direction:column}.call-container .current-user{margin:0 0 1.5rem 0}.call-container .current-user img{width:90px;height:90px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.call-container h5.calling-user-name{font-weight:400;margin:0 0 2rem 0}.call-container h5.calling-user-name .calling{color:#1273eb}.call-container .calling-btns{display:flex;align-items:center;justify-content:center;flex-direction:row}.call-container .calling-btns .btn{width:50px;height:50px;margin:.3rem .5rem;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;display:flex;justify-content:center;align-items:center;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.call-container .calling-btns .btn i{font-size:1.2rem;margin:0}@media(max-width: 576px){.search-chat-container{display:none}.empty-chat-screen img.empty-chat-display{max-width:120px;max-height:120px}.chat-users-container{width:auto;padding-top:30px}.chat-users-container .users-container ul.users-list li a{padding:15px}.chat-users-container .users-container ul.users-list li a>.chat-avatar{margin:0}.chat-users-container .users-container ul.users-list li a .users-list-body{display:none}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img{max-width:100px}.chat-form .chat-form-actions{display:none}.chat-form .btn{margin:0 0 0 5px}}@media(max-width: 420px){.empty-chat-screen{height:calc(100vh - 150px)}.chat-users-container .users-container ul.users-list li a{padding:10px}.chat-users-container .users-container ul.users-list li a>.chat-avatar{width:36px;height:36px}.chat-users-container .users-container ul.users-list li a>.chat-avatar img{width:36px;height:36px}.chat-users-container .users-container ul.users-list li a>.chat-avatar .bg-avatar{width:36px;height:36px;font-size:11px}.active-user-chatting{padding:.5rem 1rem}.active-user-chatting .active-user-info>.avatar-info{display:none}.active-user-chatting .active-user-info .bg-chat-avatar{width:36px;height:36px;font-size:11px}.chat-container{padding:.5rem .2rem}.chat-container .chat-box{padding:0 .5rem}.chat-container .chat-box li .chat-avatar{margin-right:15px}.chat-container .chat-box li .chat-avatar img{width:36px;height:36px}.chat-container .chat-box li .chat-text-wrapper .chat-text{padding:.7rem;max-width:130px}.chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img{max-width:60px}.chat-container .slimScrollDiv{height:calc(100vh - 280px) !important}.chat-container .chatContainerScroll{height:calc(100vh - 280px) !important}.chat-form{padding:.5rem 1rem .5rem 1rem}}.tasks-section{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:flex}.labels-container{position:relative;border-right:1px solid rgb(235.9285714286,240.3785714286,247.3714285714);width:160px;padding:20px 0;display:flex;-ms-flex-direction:column;flex-direction:column}.labels-container .filters-block{margin:1rem 0 2rem 0}.labels-container .filters-block h5{font-size:.8rem;text-transform:uppercase;font-weight:600;margin:0 0 .8rem 0;padding:0 1.5rem}.labels-container .filters-block .filters a{font-size:.75rem;padding:.5rem 1.5rem;color:#9aa5af;display:flex;align-items:center}.labels-container .filters-block .filters a i{font-size:1rem;margin:0 .5rem 0 0;color:#9aa5af}.labels-container .filters-block .filters a:hover{background:#f5f8fd;color:#ad9c04}.labels-container .filters-block .filters a.active{background:#f5f8fd;color:#111}.labels-container .tags-block{margin:1rem 0 1rem 0}.labels-container .tags-block h5{font-size:.8rem;text-transform:uppercase;font-weight:600;margin:0 0 .8rem 0;padding:0 1.5rem}.labels-container .tags-block .tags a{font-size:.75rem;padding:.3rem 1.5rem;color:#9aa5af;display:flex;align-items:center}.labels-container .tags-block .tags a i{font-size:1rem;margin:0 .5rem 0 0}.labels-container .tags-block .tags a:hover{background:#f5f8fd;color:#ad9c04}@media(max-width: 767px){.labels-container{width:110px}.labels-container .filters-block h5{padding:0 .75rem}.labels-container .filters-block .filters a{padding:.5rem .75rem}.labels-container .tags-block h5{padding:0 .75rem}.labels-container .tags-block .tags a{padding:.5rem .75rem}}.tasks-container{position:relative;padding:0 0 1rem 0;flex:1}.tasks-container .tasks-header{display:flex;align-items:center;justify-content:space-between;flex-direction:row;padding:.8rem 1.5rem;border-bottom:1px solid rgb(235.9285714286,240.3785714286,247.3714285714);-webkit-border-radius:0 3px 0 0;-moz-border-radius:0 3px 0 0;border-radius:0 3px 0 0}.tasks-container .tasks-header h3{margin:0;font-size:1.2rem;color:#ad9c04}.tasks-container .tasks-header h3 span{display:flex;font-size:.725rem;line-height:220%;font-weight:400;color:#9aa5af}@media(max-width: 767px){.tasks-container .tasks-header{padding:1rem 1rem}.tasks-container .tasks-header h3{display:none}}.task-list{position:relative;padding:0 .5rem}.task-list .task-block{position:relative;display:flex;align-items:center;flex-direction:row;padding:1.5rem 1rem;border-bottom:1px solid rgb(235.9285714286,240.3785714286,247.3714285714)}.task-list .task-block .task-checkbox{margin:0 2rem 0 0;position:relative}.task-list .task-block .task-checkbox input[type=checkbox]{opacity:0;width:100%;height:100%;position:absolute;cursor:pointer}.task-list .task-block .task-checkbox input[type=checkbox]:focus{outline:0}.task-list .task-block .task-checkbox input[type=checkbox]:checked+.ripple-container .check-off{border-color:#111}.task-list .task-block .task-checkbox input[type=checkbox]:checked+.ripple-container .check-on{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s;color:#111;position:absolute;left:2px;top:2px}.task-list .task-block .task-checkbox input[type=checkbox]:checked+.ripple-container .check-on i{font-size:1.3rem;font-weight:700}.task-list .task-block .task-checkbox input[type=checkbox]+.ripple-container{width:auto;position:relative;display:inline-block;width:25px;height:25px;top:0}.task-list .task-block .task-checkbox input[type=checkbox]+.ripple-container:before{content:"";position:absolute;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.task-list .task-block .task-checkbox input[type=checkbox]+.ripple-container .check-off{position:absolute;width:25px;height:25px;left:0;top:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:2px solid #e1e8f3;transition:border-color ease .28s}.task-list .task-block .task-checkbox input[type=checkbox]+.ripple-container .check-on{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.task-list .task-block .task-details{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;opacity:1;flex:1}.task-list .task-block .task-details .task-name{margin-bottom:.3rem;font-size:.8rem;font-weight:600}.task-list .task-block .task-details .task-desc{margin-bottom:.7rem;color:#fff;line-height:180%;font-size:.725rem}.task-list .task-block .task-details .task-types{margin:0}.task-list .task-block ul.task-actions{width:110px;display:flex;flex:0 0 1%;align-items:center;justify-content:flex-end}.task-list .task-block ul.task-actions li>a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.task-list .task-block ul.task-actions li>a i{font-size:1.4rem}.task-list .task-block ul.task-actions li>a:hover{background:#f2f4f9}.task-list .task-block ul.task-actions li>a.important.active{color:#ec4f3d}.task-list .task-block ul.task-actions li>a.star.active{color:#e4b42b}.task-list .task-block.task-checked{background:#f5f8fd}.task-list .task-block.task-checked .task-details{opacity:.7;text-decoration:line-through}.task-list .task-block.task-checked ul.task-actions{opacity:.7}.task-list .task-block .dropdown-menu{background:#ad9c04;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.task-list .task-block .dropdown-menu a{padding:.3rem 1rem;color:#fff;display:flex;align-items:center}.task-list .task-block .dropdown-menu a i{font-size:.9rem;margin:0 .5rem 0 0;text-shadow:none}.task-list .task-block .dropdown-menu a:hover{background:rgb(148.0762711864,133.5254237288,3.4237288136)}@media(max-width: 767px){.task-list .task-block{align-items:flex-start;flex-direction:column;padding:1rem 1rem}.task-list .task-block .task-checkbox{margin:0 0 1rem 0}.task-list .task-block .task-details .task-types .badge{max-width:60px;overflow:hidden;white-space:nowrap;padding:.35rem .3rem;text-overflow:ellipsis}}.invoice-container{padding:0}.invoice-container .invoice-header .invoice-logo{margin:.8rem 0 1rem 0;display:inline-block}.invoice-container .invoice-header .invoice-logo img{width:50px;height:50px}.invoice-container .invoice-header address{font-size:.8rem;color:#fff;margin:0;text-align:right}.invoice-container .invoice-details{display:flex;margin:1rem 0 .5rem 0;padding:1rem;line-height:180%;background:#fcfab2}.invoice-container .invoice-details .invoice-num{text-align:right;margin-left:auto;font-size:.8rem}.invoice-container .invoice-body{padding:3rem 0}.invoice-container .invoice-footer{text-align:center;font-size:.7rem}.invoice-container .invoice-footer span{display:inline-block;background:#fcfab2;padding:3px 10px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.pricing-plan{margin:0 0 1.5rem 0;width:100%;position:relative;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.pricing-plan .pricing-header{padding:20px 0;text-align:center;background:#ad9c04;-webkit-border-radius:3px 3px 0px 0px;-moz-border-radius:3px 3px 0px 0px;border-radius:3px 3px 0px 0px}.pricing-plan .pricing-header .pricing-title{font-size:1.2rem;color:#fff;padding:1rem 0;text-transform:uppercase;font-weight:300;margin:0;text-shadow:0 30px 10px rgba(0,0,0,.15)}.pricing-plan .pricing-header .pricing-cost{color:#fff;padding:1rem 0;font-size:2.5rem;font-weight:700;text-shadow:0 30px 10px rgba(0,0,0,.15)}.pricing-plan .pricing-header .pricing-save{color:#fff;padding:.8rem 0;font-size:1rem;font-weight:300}.pricing-plan .pricing-body{border:1px solid #e1e8f3}.pricing-plan .pricing-features{padding:20px 0;margin:0;text-align:left}.pricing-plan .pricing-features li{padding:15px 15px 15px 40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;line-height:100%}.pricing-plan .pricing-features li:before{position:absolute;left:15px;top:15px;font-size:1rem;color:#000;content:"";font-family:"icomoon"}.pricing-plan .pricing-footer{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;text-align:center;padding:1rem 0 2rem 0}@media(max-width: 767px){.pricing-plan .pricing-header{text-align:center}.pricing-plan .pricing-header i{display:block;float:none;margin-bottom:1.5rem}}.search-results-container{background:#fff;padding:2rem 1.5rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative}.search-results-container .search-results-header{margin-bottom:1.5rem}.search-results-container .search-results-header .search-results-title{font-size:1.5rem;color:#ad9c04}.search-results-container .search-results-body{padding:1rem 0 0 0}.search-results-container .search-results-block{margin:0 0 1.5rem 0}.search-results-container .search-results-block p.title{font-size:.8rem;color:#ad9c04;margin:0 0 .3rem 0;font-weight:600}.search-results-container .search-results-block a.link{color:#fff;font-size:.75rem;margin:0 0 .3rem 0;display:block;font-weight:600}.search-results-container .search-results-block p.desc{font-size:.75rem;margin:0;color:#9aa5af}.submit-request-card{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px;padding:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.submit-request-card>h5{margin:0 0 1rem 0}.submit-request-card>p{margin:0;color:#fff}.submit-request-card>.btn{white-space:nowrap;min-width:130px}.slimScrollBar{opacity:.3 !important}.slimScrollDiv:hover .slimScrollBar{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:.5 !important}#dropzone{margin:1rem 0}.dropzone{border:2px dashed #ad9c04 !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#fff !important;min-height:250px !important}.dropzone .dz-message{font-weight:400}.dropzone .dz-message .note{font-size:.7rem;display:block;margin-top:1rem;color:#fff !important}.dropzone .dz-message .dz-button{margin-top:3rem;background:rgba(0,0,0,0);color:#fff !important;font-size:1.3rem !important}#dropzone-sm{margin:0}#dropzone-sm .dropzone{border:1px dashed #ad9c04 !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#fff !important;min-height:174px !important}#dropzone-sm .dropzone .dz-message{font-weight:400;margin:0}#dropzone-sm .dropzone .dz-message .note{font-size:.7rem;display:block;margin-top:1rem;color:#fff !important}#dropzone-sm .dropzone .dz-message .dz-button{margin:3rem 0 0 0;background:rgba(0,0,0,0);color:#fff !important;font-size:1rem !important}#creditCardType{display:flex;align-items:center;flex-direction:row}#creditCardType .credit-card{margin:5px 5px 0 0;display:inline-block}#creditCardType .credit-card img{max-width:36px;filter:grayscale(100%)}#creditCardType .credit-card.highlight img{filter:grayscale(10%)}.jvectormap-container{width:100%;height:100%;position:relative;overflow:hidden;touch-action:none}.jvectormap-tip{position:absolute;display:none;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;background:#000;color:#fff;font-size:.75rem;padding:6px 12px}@keyframes showHideDot{0%{opacity:0}50%{opacity:1}60%{opacity:1}100%{opacity:0}}.jvectormap-marker{opacity:0;animation:showHideDot 1.5s ease-in-out infinite}img.hover-tabs-img{display:none}@media screen and (min-width: 1140px){img.hover-tabs-img{display:block;position:fixed;top:150px;left:50px;max-width:480px;z-index:1000}}.accordion{background:#fff}.accordion .accordion-button{text-align:left;font-size:.9rem}.accordion .accordion-button.collapsed{border-bottom-width:0}.accordion .accordion-button:not(.collapsed){color:#ad9c04;background-color:#fcfab2}.accordion .accordion-button:focus{box-shadow:none}.accordion .accordion-collapse{border-width:0 1px}.accordion .accordion-body p{line-height:180%;color:#fff;font-size:.775rem}.card{background:#fff;border:0;box-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px}.card .card-header{background:rgba(0,0,0,0);border:0;padding:1.25rem 1.25rem 0 1.25rem;display:flex;align-items:center;justify-content:space-between}.card .card-header .card-title{margin:0;font-size:.9rem;font-weight:600;line-height:100%}.card .card-header-lg{padding:1rem 1.25rem 1rem 1.25rem;border-bottom:1px solid #f2f4f9;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.card .card-header-lg h4{margin:0;font-size:1rem;font-weight:400}.card .card-body{padding:1.25rem 1.25rem;position:relative}.card .card-body .card-title{margin-bottom:.7rem;font-size:.85rem;font-weight:600;line-height:100%}.card .card-footer{background:rgba(0,0,0,0);border-top:1px solid #e1e8f3;padding:1rem 1.25rem}.card .card-img-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.card .card-img-top{border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.alert{margin-bottom:.5rem;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:0;padding:.75rem 1rem;font-size:.8rem;color:#fff}.alert .alert-link{color:#fff;font-weight:600;margin-left:5px}.alert.alert-primary{color:#fff;background:#ad9c04}.alert.alert-primary hr{border-top-color:rgb(197.9237288136,178.4745762712,4.5762711864)}.alert.alert-secondary{color:#fff;background:#394758}.alert.alert-secondary hr{border-top-color:rgb(67.024137931,83.4862068966,103.475862069)}.alert.alert-success{background:#5dab18}.alert.alert-success hr{border-top-color:rgb(105.1615384615,193.3615384615,27.1384615385)}.alert.alert-danger{background:#ec4f3d}.alert.alert-danger hr{border-top-color:hsl(6.1714285714,82.1596244131%,63.2352941176%)}.alert.alert-info{background:#1273eb}.alert.alert-info hr{border-top-color:rgb(39.9703557312,128.7272727273,238.5296442688)}.alert.alert-warning{background:#e4b42b}.alert.alert-warning hr{border-top-color:hsl(44.4324324324,77.4058577406%,58.137254902%)}.alert.alert-light{background:#f5f8fd;color:#111}.alert.alert-light hr{border-top-color:rgb(223.75,233.125,248.75)}.alert i{font-size:1.1rem;margin-right:10px;vertical-align:middle}.alert .alert-link{text-decoration:underline;font-weight:400}.alert .alert-heading{font-weight:600;margin-bottom:1rem}.alert.alert-dismissible .btn-close{padding:.9rem}.badge{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-weight:600;padding:.25rem .5rem;line-height:100%;vertical-align:middle}.breadcrumb{background:rgba(0,0,0,0);padding:0;font-size:.725rem}.breadcrumb .breadcrumb-item{color:#9aa5af;font-weight:400}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{color:#9aa5af;font-family:"icomoon" !important;content:"";font-size:1rem;line-height:1;vertical-align:middle}.breadcrumb .breadcrumb-item a{color:#ad9c04}.breadcrumb .breadcrumb-item .active{color:#9aa5af}button:focus{outline:none}.btn.stripes-btn{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent) !important;background-size:.3rem .3rem !important}.btn{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid rgba(0,0,0,0);font-size:.825rem;font-weight:400;padding:6px 15px}.btn i{font-size:.9rem;margin:0 3px 0 0}.btn [class^=icon-],.btn [class*=" icon-"]{text-shadow:1px 1px rgba(0,0,0,.1)}.btn-sm{padding:.4rem .8rem}.btn-lg{padding:.8rem 1.5rem}.btn-link{color:#ad9c04}.btn-light{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec}.btn-light:hover{color:#53565a;background-color:rgb(217.885106383,223.1872340426,229.814893617);border-color:rgb(217.885106383,223.1872340426,229.814893617)}.btn-check:focus+.btn-light,.btn-light:focus{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;outline:0;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-light.dropdown-toggle.show,.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-light.dropdown-toggle.show:focus,.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-light:disabled,.btn-light.disabled,fieldset:disabled .btn-light{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;pointer-events:none}.btn-outline-light{color:#53565a;border-color:#e3e7ec}.btn-outline-light:hover{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;outline:0;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-outline-light.dropdown-toggle.show,.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-outline-light.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus{color:#53565a;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .2rem rgba(227,231,236,.1)}.btn-outline-light:disabled,.btn-outline-light.disabled,fieldset:disabled .btn-outline-light{color:#53565a;background-color:#e3e7ec;border-color:#e3e7ec}.btn-dark{color:#fff;background-color:#212c3a;border-color:#212c3a}.btn-dark:hover{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%)}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);outline:0;box-shadow:0 0 0 .2rem #d3d6da}.btn-dark.dropdown-toggle.show,.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);box-shadow:0 0 0 .2rem #d3d6da}.btn-dark.dropdown-toggle.show:focus,.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);box-shadow:0 0 0 .2rem #d3d6da}.btn-dark:disabled,.btn-dark.disabled,fieldset:disabled .btn-dark{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%)}.btn-outline-dark{color:#212c3a;border-color:#212c3a}.btn-outline-dark:hover{color:#fff;background-color:#212c3a;border-color:#212c3a}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);outline:0;box-shadow:0 0 0 .2rem #d3d6da}.btn-outline-dark.dropdown-toggle.show,.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);box-shadow:0 0 0 .2rem #d3d6da}.btn-outline-dark.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%);box-shadow:0 0 0 .2rem #d3d6da}.btn-outline-dark:disabled,.btn-outline-dark.disabled,fieldset:disabled .btn-outline-dark{color:#fff;background-color:hsl(213.6,27.4725274725%,22.8431372549%);border-color:hsl(213.6,27.4725274725%,22.8431372549%)}.btn-primary{color:#fff;background-color:#ad9c04;border-color:#ad9c04}.btn-primary:hover{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136)}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);outline:0;box-shadow:0 0 0 .2rem #e4f0ff}.btn-primary.dropdown-toggle.show,.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);box-shadow:0 0 0 .2rem #e4f0ff}.btn-primary.dropdown-toggle.show:focus,.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);box-shadow:0 0 0 .2rem #e4f0ff}.btn-primary:disabled,.btn-primary.disabled,fieldset:disabled .btn-primary{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136)}.btn-outline-primary{color:#ad9c04;border-color:#ad9c04}.btn-outline-primary:hover{color:#fff;background-color:#ad9c04;border-color:#ad9c04}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);outline:0;box-shadow:0 0 0 .2rem #e4f0ff}.btn-outline-primary.dropdown-toggle.show,.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);box-shadow:0 0 0 .2rem #e4f0ff}.btn-outline-primary.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus{color:#fff;background-color:rgb(148.0762711864,133.5254237288,3.4237288136);border-color:rgb(148.0762711864,133.5254237288,3.4237288136);box-shadow:0 0 0 .2rem #e4f0ff}.btn-outline-primary:disabled,.btn-outline-primary.disabled,fieldset:disabled .btn-outline-primary{color:#fff;background-color:lighten #ad9c04,50%;border-color:lighten #ad9c04,50%}.btn-secondary{color:#fff;background-color:#394758;border-color:#394758}.btn-secondary:hover{color:#fff;background-color:rgb(46.975862069,58.5137931034,72.524137931);border-color:rgb(46.975862069,58.5137931034,72.524137931)}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#394758;border-color:#394758;outline:0;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-secondary.dropdown-toggle.show,.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active{color:#fff;background-color:#394758;border-color:#394758;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-secondary.dropdown-toggle.show:focus,.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus{color:#fff;background-color:#394758;border-color:#394758;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-secondary:disabled,.btn-secondary.disabled,fieldset:disabled .btn-secondary{color:#fff;background-color:lighten #ad9c04,50%;border-color:lighten #ad9c04,50%}.btn-outline-secondary{color:#394758;border-color:#394758}.btn-outline-secondary:hover{color:#fff;background-color:#394758;border-color:#394758}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{color:#fff;background-color:#394758;border-color:#394758;outline:0;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-outline-secondary.dropdown-toggle.show,.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active{color:#fff;background-color:#394758;border-color:#394758;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-outline-secondary.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus{color:#fff;background-color:#394758;border-color:#394758;box-shadow:0 0 0 .2rem rgba(57,72,88,.0025)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled,fieldset:disabled .btn-outline-secondary{color:#fff;background-color:#394758;border-color:#394758}.btn-info{color:#fff;background-color:#1273eb;border-color:#1273eb}.btn-info:hover{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249)}.btn-check:focus+.btn-info,.btn-info:focus{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);outline:0;box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-info.dropdown-toggle.show,.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-info.dropdown-toggle.show:focus,.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-info:disabled,.btn-info.disabled,fieldset:disabled .btn-info{color:#fff;background-color:rgb(253.1422924901,253.9090909091,254.8577075099);border-color:rgb(253.1422924901,253.9090909091,254.8577075099)}.btn-outline-info{color:#1273eb;border-color:#1273eb}.btn-outline-info:hover{color:#fff;background-color:#1273eb;border-color:#1273eb}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);outline:0;box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-outline-info.dropdown-toggle.show,.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-outline-info.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus{color:#fff;background-color:rgb(16.185770751,103.4090909091,211.314229249);border-color:rgb(16.185770751,103.4090909091,211.314229249);box-shadow:0 0 0 .2rem rgba(16,103,211,.0035)}.btn-outline-info:disabled,.btn-outline-info.disabled,fieldset:disabled .btn-outline-info{color:#fff;background-color:rgb(253.1422924901,253.9090909091,254.8577075099);border-color:rgb(253.1422924901,253.9090909091,254.8577075099)}.btn-danger{color:#fff;background-color:#ec4f3d;border-color:#ec4f3d}.btn-danger:hover{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873)}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);outline:0;box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-danger.dropdown-toggle.show,.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-danger.dropdown-toggle.show:focus,.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-danger:disabled,.btn-danger.disabled,fieldset:disabled .btn-danger{color:#fff;background-color:#fff;border-color:#fff}.btn-outline-danger{color:#ec4f3d;border-color:#ec4f3d}.btn-outline-danger:hover{color:#fff;background-color:#ec4f3d;border-color:#ec4f3d}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);outline:0;box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-outline-danger.dropdown-toggle.show,.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-outline-danger.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus{color:#fff;background-color:rgb(233.7253521127,57.9295774648,37.7746478873);border-color:rgb(233.7253521127,57.9295774648,37.7746478873);box-shadow:0 0 0 .2rem rgba(237,59,39,.0025)}.btn-outline-danger:disabled,.btn-outline-danger.disabled,fieldset:disabled .btn-outline-danger{color:#fff;background-color:hsl(6.1714285714,82.1596244131%,78.2352941176%);border-color:hsl(6.1714285714,82.1596244131%,78.2352941176%)}.btn-warning{color:#fff;background-color:#e4b42b;border-color:#e4b42b}.btn-warning:hover{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234)}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);outline:0;box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-warning.dropdown-toggle.show,.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-warning.dropdown-toggle.show:focus,.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-warning:disabled,.btn-warning.disabled,fieldset:disabled .btn-warning{color:#fff;background-color:#fff;border-color:#fff}.btn-outline-warning{color:#e4b42b;border-color:#e4b42b}.btn-outline-warning:hover{color:#fff;background-color:#e4b42b;border-color:#e4b42b}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);outline:0;box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-outline-warning.dropdown-toggle.show,.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-outline-warning.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus{color:#fff;background-color:rgb(217.7656903766,168.460251046,27.7343096234);border-color:rgb(217.7656903766,168.460251046,27.7343096234);box-shadow:0 0 0 .2rem rgba(239,180,13,.0035)}.btn-outline-warning:disabled,.btn-outline-warning.disabled,fieldset:disabled .btn-outline-warning{color:#000;background-color:#fff;border-color:#fff}.btn-success{color:#fff;background-color:#5dab18;border-color:#5dab18}.btn-success:hover{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615)}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);outline:0;box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-success.dropdown-toggle.show,.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-success.dropdown-toggle.show:focus,.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-success:disabled,.btn-success.disabled,fieldset:disabled .btn-success{color:#fff;background-color:hsl(91.8367346939,75.3846153846%,88.2352941176%);border-color:hsl(91.8367346939,75.3846153846%,88.2352941176%)}.btn-outline-success{color:#5dab18;border-color:#5dab18}.btn-outline-success:hover{color:#fff;background-color:#5dab18;border-color:#5dab18}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);outline:0;box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-outline-success.dropdown-toggle.show,.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-outline-success.dropdown-toggle.show:focus,.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus{color:#fff;background-color:rgb(80.8384615385,148.6384615385,20.8615384615);border-color:rgb(80.8384615385,148.6384615385,20.8615384615);box-shadow:0 0 0 .2rem rgba(81,149,21,.003)}.btn-outline-success:disabled,.btn-outline-success.disabled,fieldset:disabled .btn-outline-success{color:#fff;background-color:hsl(91.8367346939,75.3846153846%,88.2352941176%);border-color:hsl(91.8367346939,75.3846153846%,88.2352941176%)}::-webkit-input-placeholder{color:#9ba6b5}:-moz-placeholder{color:#9ba6b5}::-moz-placeholder{color:#9ba6b5}:-ms-input-placeholder{color:#9ba6b5}.form-control{border:1px solid #dbdaea;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#8a96a0;font-size:.725rem;min-height:32px}.form-control:hover{border:1px solid #ad9c04}.form-control:focus{border-color:#ad9c04;box-shadow:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;outline:auto !important;outline-color:#ad9c04 !important}.form-control:disabled,.form-control[readonly]{background:#f8f8fb;cursor:not-allowed}.col-form-label{padding-top:calc(.595rem + 1px);padding-bottom:calc(.595rem + 1px);min-height:40px}.form-select:disabled{background-color:#f8f8fb;cursor:not-allowed}.input-group-text{border:1px solid #dbdaea;background:#f8f8fb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.75rem;min-height:40px;margin:0}.input-group-text i{color:#6c7882}.form-text{color:#9aa5af}label{margin-bottom:.1rem;font-size:.8rem;font-weight:600}.form-control.valid,.was-validated .form-control:valid{border-color:rgba(25,135,84,.9)}.form-control.input-validation-error,.was-validated .form-control:invalid{border-color:rgba(220,53,69,.9)}.valid-feedback{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.7rem;color:rgba(25,135,84,.9)}.invalid-feedback{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.7rem;color:rgba(220,53,69,.9)}.valid-tooltip{right:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.7rem;background:rgba(25,135,84,.9)}.invalid-tooltip{right:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.7rem;background:rgba(220,53,69,.9)}.form-control::-webkit-file-upload-button{background:#f8f8fb;font-size:.75rem;min-height:40px;margin:-1rem 1rem -1rem -0.75rem;color:#111;line-height:40px}.form-check{margin:0 1rem 0 0}.form-check .form-check-label{font-weight:400;font-size:.75rem;margin:3px 0 0 5px}.form-check .form-check-input[type=checkbox]{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:1rem !important;height:1rem !important;margin-top:.15em;min-height:auto;padding:0}.form-check .form-check-input[type=radio]{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:1rem !important;height:1rem !important;margin-top:.15em;min-height:auto;padding:0}.list-group{margin-bottom:2rem;background:#fff;border:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-bottom:1rem}.list-group .list-group-item{font-size:.725rem;padding:.7rem .75rem;border:1px solid #e1e8f3;color:#111}.list-group .list-group-item:first-child{-webkit-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}.list-group .list-group-item:last-child{-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.list-group .list-group-item.active{color:#fff;background-color:#ad9c04;border-color:#ad9c04}.list-group .list-group-item.disabled{color:#9aa5af}.list-group-item+.list-group-item{border-top-width:0 !important}.modal{text-align:left}.modal .modal-content{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:0}.modal .modal-header{background:#ad9c04;color:#fff;border:0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.modal .modal-body{padding:1.2rem;max-height:calc(100vh - 180px)}.modal .modal-footer{border-top:1px solid #e1e8f3;padding:.2rem .75rem}.modal-backdrop.show{opacity:.7}.btn-close{color:#fff;text-shadow:0 1px 0 #000;background:url(../img/cancel.svg) center/1em auto no-repeat;margin-right:0 !important}.btn-close:hover{color:#fff}.dropdown-menu{border:0;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;box-shadow:20px 30px 30px rgba(0,0,0,.2);width:1rem;font-size:.75rem}.dropdown-menu:before{position:absolute;top:-9px;left:12px;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:9px solid #fff}.dropdown-menu.dropdown-menu-end{right:0}.dropdown-menu.dropdown-menu-end:before{right:15px;left:auto;top:-9px;border:0px}.dropdown-menu.sm{width:10rem;min-width:auto}.dropdown-menu.md{width:16rem}.dropdown-menu.lrg{width:18rem}.dropdown-menu .dropdown-item{padding:.5rem 1rem .5rem 1rem;font-size:.8rem;line-height:100%;position:relative;color:#111}.dropdown-menu .dropdown-item:hover{background:#ad9c04;color:#fff}.dropdown-menu .dropdown-item:first-child{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.dropdown-menu .dropdown-item:last-child{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.dropdown-menu .dropdown-item.active-page{color:#fff;background:#ad9c04;cursor:not-allowed}.dropdown-menu .dropdown-divider{border-top:1px solid #eaeef7}.dropdown-menu .dropdown-menu-header{padding:.7rem 1rem;margin-bottom:.5rem;background:#f2f4f9;font-size:.85rem;font-weight:700}.dropdown-toggle::after{vertical-align:middle}.dropdown-toggle.sub-nav-link::after{float:right;margin:.15rem 0 0 0;border-right:0;border-left:5px solid;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0)}.dropdown-divider{margin:.3rem 0}.custom-tabs-container .nav-tabs{margin:0 -20px;border-bottom:1px solid #e1e8f3}.custom-tabs-container .nav-tabs .nav-link{padding:.6rem 2rem;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;color:#fff}.custom-tabs-container .nav-tabs .nav-link.active{border-color:rgba(0,0,0,0) #e1e8f3 #fff;box-shadow:0 -3px 0 0 #ad9c04;color:#111}.custom-tabs-container .nav-tabs .nav-item:first-child{margin-left:20px}.custom-tabs-container .tab-content{margin:0 0 10px;padding:1.5rem 0 0 0}.tooltip{font-size:.7rem}.tooltip-inner{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.popover{border:1px solid #e1e8f3}.popover-body{color:#fff;font-size:.775rem}.popover-header{background:#f2f4f9;font-size:.9rem;padding:.7rem 1rem;border-bottom:1px solid #e1e8f3}.table{color:#6f7479;font-size:.725rem;border-color:#e8edf3;vertical-align:middle}.table th,.table td{white-space:normal}.table th{font-size:.725rem;font-weight:600;color:#072242;border-bottom:1px solid #c8d3df !important}.table .td-actions{display:flex;align-items:center;justify-content:flex-end;flex-direction:row}.table .td-actions a.icon{margin:0 3px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;color:#fff}.table .td-actions a.icon i{font-size:.7rem;text-shadow:none}.table .td-actions a.icon.red{background:#ec4f3d}.table .td-actions a.icon.green{background:#5dab18}.table .td-actions a.icon.blue{background:#1273eb}.table a.link{color:#ad9c04;font-weight:600;text-decoration:underline}.table .flag-img{width:18px;height:18px;margin:0 10px 0 0}.table.v-middle{vertical-align:middle}.table-hover>tbody>tr:hover{background-color:#f5f8fd;--bs-table-accent-bg: $light-color}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f5f8fd;--bs-table-accent-bg: $light-color}.table-actions{display:flex;flex-direction:row}.table-actions .btn{margin:0 3px}.table-actions .btn i{margin:0}.table-container{padding:1.25rem 1.25rem;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px}.table-container.light-green{background:#fff}.table-container.light-green .table th{color:#5dab18}.table-container.light-green .table td{border-bottom:1px solid hsl(96.3636363636,46.4788732394%,84.0784313725%)}.table-container.light-green .table a{color:#5dab18}.table-container.light-blue{background:#fff}.table-container.light-blue .table th{color:#1273eb}.table-container.light-blue .table td{border-bottom:1px solid hsl(208.5,90.9090909091%,89.3725490196%)}.table-container.light-blue .table a{color:#1273eb}.pagination .page-item:first-child .page-link{border-top-left-radius:2px;border-bottom-left-radius:2px}.pagination .page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.pagination .page-item.active .page-link{background:#ad9c04;border:1px solid #ad9c04;color:#fff}.pagination .page-item.active .page-link:hover{background:#ad9c04}.pagination .page-link{color:#ad9c04;border:1px solid #e1e8f3}.pagination .page-link:hover{background:#f2f4f9}.progress{background:#f2f4f9;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:.625rem}.progress-bar{background-color:#ad9c04}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;background-size:.5rem .5rem !important}.gutters{margin-right:-10px;margin-left:-10px}.gutters>.col,.gutters>[class*=col-]{padding-right:10px;padding-left:10px}.container-fluid{padding-right:0px}
.twitter-typeahead{width:100%}.twitter-typeahead .Typeahead{position:relative;*z-index:1;width:500px;margin:85px auto 0 auto;text-align:left;-webkit-box-shadow:0 0 2px #111;-moz-box-shadow:0 0 2px #111;box-shadow:0 0 2px #111}.twitter-typeahead .tt-hint,.twitter-typeahead .tt-input{width:100%;padding:5px 8px;font-size:12px;line-height:30px}.twitter-typeahead .tt-hint{position:absolute;top:0;left:0;color:#ccd6dd;opacity:1}.twitter-typeahead .tt-input{position:relative;background-color:#ececec;outline:none}.twitter-typeahead .tt-menu{width:100%;position:absolute;top:95%;left:2.5%;z-index:100;display:none;margin-bottom:20px;overflow:hidden;background-color:#fff;box-shadow:0px 0px 0px 1px green;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.twitter-typeahead .tt-menu.is-open{display:block}.twitter-typeahead .tt-selectable{cursor:pointer;padding:12px 0 12px 20px;border:1px solid #ececec;background-color:#e4e4e4}.twitter-typeahead .tt-selectable+.tt-selectable{border:1px solid #ccd6dd}.twitter-typeahead .scrollable-dropdown-menu .tt-dropdown-menu{max-height:150px;overflow-y:auto}.twitter-typeahead .tt-dataset{max-height:216px;overflow:auto}

@media(max-width: 1440px){.float-bottom-left{width:35%}}
@media(max-width: 425px){.float-bottom-left{width:59%;top:70px;right:153px}}
@media(max-width: 768px){.default-form-container{text-align:center;padding:0 0 0 0}.float-bottom-left{width:35%;top:96px;right:49px}}