@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
.toggle-switch{position:relative;margin-right:10px;width:75px;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;text-align:left}.toggle-switch-checkbox{display:none}.toggle-switch-label{display:block;overflow:hidden;cursor:pointer;border:0 solid #bbb;border-radius:20px;margin:0}.toggle-switch-label:focus{outline:none}.toggle-switch-label:focus>span{box-shadow:0 0 2px 5px #ff0}.toggle-switch-label>span:focus{outline:none}.toggle-switch-inner{display:block;width:200%;margin-left:-100%;transition:margin .2s ease-in 0s}.toggle-switch-inner:before,.toggle-switch-inner:after{display:block;float:left;width:50%;height:34px;padding:0;line-height:34px;font-size:14px;color:#fff;font-weight:bold;box-sizing:border-box}.toggle-switch-inner:before{content:attr(data-yes);text-transform:uppercase;padding-left:10px;background-color:#343a40;color:#fff}.toggle-switch-disabled{background-color:#ddd;cursor:not-allowed}.toggle-switch-disabled:before{background-color:#ddd;cursor:not-allowed}.toggle-switch-inner:after{content:attr(data-no);text-transform:uppercase;padding-right:10px;background-color:#bbb;color:#fff;text-align:right}.toggle-switch-switch{display:block;width:24px;margin:5px;background:#fff;position:absolute;top:0;bottom:0;right:40px;border:0 solid #bbb;border-radius:20px;transition:all .2s ease-in 0s}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0px}.toggle-switch.small-switch{width:40px}.toggle-switch.small-switch .toggle-switch-inner:after,.toggle-switch.small-switch .toggle-switch-inner:before{content:"";height:20px;line-height:20px}.toggle-switch.small-switch .toggle-switch-switch{width:16px;right:20px;margin:2px}@media screen and (max-width: 991px){.toggle-switch{transform:scale(0.9)}}@media screen and (max-width: 767px){.toggle-switch{transform:scale(0.825)}}@media screen and (max-width: 575px){.toggle-switch{transform:scale(0.75)}}
.list-selection-tile {
    cursor: pointer;
    transition: background-color 0.05s ease-in-out;
}

.list-selection-tile:hover {
    background-color: #dae9fd;
    transition: background-color 0.05s ease-in-out;
}

.list-selection-tile-selected {
    background-color: #dae9fd;
}

.border-light-grey {
    border: 1px solid #e0e0e0;
}

.bg-light2 {
    cursor: pointer;
    transition: background-color 0.05s ease-in-out;
    border-bottom: 1px solid #e0e0e0;
}

.bg-light2:last-child {
    border-bottom: none;
}

.bg-light2:hover {
    /*background-color: #edf1f6;*/
    background-color: #f6f9fd;
    /*background-color: #edf0f5;*/
    transition: background-color 0.05s ease-in-out;
}

.bg-light2-selected {
    background-color: #f6f9fd;
    /*background-color: #edf1f6;*/
    /*background-color: #edf0f5;*/
}

.custom-notification{position:fixed;bottom:30px;right:30px;min-height:100px;width:300px;background-color:#fff;border-radius:10px;padding:15px 20px;box-sizing:border-box;z-index:10000;box-shadow:0 0 20px rgba(0,0,0,.4);transition:width .2s ease-in-out,height .2s ease-in-out;animation:notification-appear .2s ease-in-out both}@keyframes notification-appear{0%{min-height:0}100%{min-height:100px}}.custom-notification-inner hr{margin:5px 0}.custom-notification-close{cursor:pointer;color:red;font-size:16px}.custom-notification-status{font-size:18px;font-weight:bold}.custom-notification-message{font-size:16px}
.jr-menu-icon .menu-icon{position:relative;width:70%;height:1px;min-height:1px;color:inherit;background-color:gray;display:block;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;margin:6px 0;cursor:pointer}.jr-menu-icon .menu-icon:after,.jr-menu-icon .menu-icon:before{position:absolute;display:block;color:inherit;background-color:inherit;left:0;height:1px;min-height:1px;content:"";-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.jr-menu-icon .menu-icon:after{width:120%;bottom:-6px}.jr-menu-icon .menu-icon:before{width:130%;top:-6px}.jr-menu-icon:hover .menu-icon{width:100%}.jr-menu-icon:hover .menu-icon:after,.jr-menu-icon:hover .menu-icon:before{width:100%}.user-list .user-avatar,.jr-fab-btn,.user-avatar,.size-50{height:50px !important;width:50px !important;line-height:50px}.jr-btn-fab-lg,.size-60{height:60px !important;width:60px !important;line-height:60px}.size-70{height:70px !important;width:70px !important;line-height:70px}.size-80{height:80px !important;width:80px !important;line-height:80px}.size-100{height:100px !important;width:100px !important;line-height:100px}.size-20{height:20px !important;width:20px !important;line-height:20px}.icon,.jr-btn-fab-xs,.jr-menu-icon,.size-30{height:30px !important;width:30px !important;line-height:30px}.jr-btn-fab-sm,.size-40{height:40px !important;width:40px !important;line-height:40px}.profile-intro img.avatar-circle,.size-120{height:120px !important;width:120px !important;line-height:120px}.icon-addon{display:inline-block;text-align:center;background-color:inherit}.jr-card{padding:24px 30px;margin-bottom:34px;background-color:#fff;border-radius:8px;border:1px solid #ced4da;position:relative}.ripple-effect{position:relative;overflow:hidden}.ripple-effect:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;border-radius:100%;transform:scale(1, 1) translate(-50%);transform-origin:50% 50%}.ripple-effect:hover:after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0, 0);opacity:.5}20%{transform:scale(60, 60);opacity:.3}100%{opacity:0;transform:scale(100, 100)}}@-webkit-keyframes ripple{0%{transform:scale(0, 0);opacity:.5}20%{transform:scale(60, 60);opacity:.3}100%{opacity:0;transform:scale(100, 100)}}.quick-menu .icon-alert:after{display:block;-webkit-box-shadow:0 0 0 rgba(244,67,54,.4);-moz-box-shadow:0 0 0 rgba(244,67,54,.4);-o-box-shadow:0 0 0 rgba(244,67,54,.4);box-shadow:0 0 0 rgba(244,67,54,.4);animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(244,67,54,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(244,67,54,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(244,67,54,.4);box-shadow:0 0 0 0 rgba(244,67,54,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(244,67,54,0);box-shadow:0 0 0 10px rgba(244,67,54,0)}100%{-moz-box-shadow:0 0 0 0 rgba(244,67,54,0);box-shadow:0 0 0 0 rgba(244,67,54,0)}}@-webkit-keyframes online{0%{-webkit-box-shadow:0 0 0 0 rgba(40,167,69,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(40,167,69,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(40,167,69,0)}}@keyframes online{0%{-moz-box-shadow:0 0 0 0 rgba(40,167,69,.4);box-shadow:0 0 0 0 rgba(40,167,69,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(40,167,69,0);box-shadow:0 0 0 10px rgba(40,167,69,0)}100%{-moz-box-shadow:0 0 0 0 rgba(40,167,69,0);box-shadow:0 0 0 0 rgba(40,167,69,0)}}@-webkit-keyframes away{0%{-webkit-box-shadow:0 0 0 0 rgba(255,193,7,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,193,7,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,193,7,0)}}@keyframes away{0%{-moz-box-shadow:0 0 0 0 rgba(255,193,7,.4);box-shadow:0 0 0 0 rgba(255,193,7,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(255,193,7,0);box-shadow:0 0 0 10px rgba(255,193,7,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,193,7,0);box-shadow:0 0 0 0 rgba(255,193,7,0)}}a.badge-dark,a.badge-info,a.badge-warning,a.badge-danger,a.badge-success,a.btn-dark,a.btn-success,a.btn-warning,a.btn-danger,a.btn-info{color:#fff !important}a.badge-dark:hover,a.badge-info:hover,a.badge-warning:hover,a.badge-danger:hover,a.badge-success:hover,a.btn-dark:hover,a.btn-success:hover,a.btn-warning:hover,a.btn-danger:hover,a.btn-info:hover,a.badge-dark:focus,a.badge-info:focus,a.badge-warning:focus,a.badge-danger:focus,a.badge-success:focus,a.btn-dark:focus,a.btn-success:focus,a.btn-warning:focus,a.btn-danger:focus,a.btn-info:focus{color:#fff !important}.btn:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active,.btn-info:not([disabled]):not(.disabled).active,.btn-success:not([disabled]):not(.disabled).active,.btn-warning:not([disabled]):not(.disabled).active,.btn-danger:not([disabled]):not(.disabled).active,.btn-light:not([disabled]):not(.disabled).active,.btn-dark:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled).active{background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.btn:not([disabled]):not(.disabled):active:focus,.btn-info:not([disabled]):not(.disabled):active:focus,.btn-success:not([disabled]):not(.disabled):active:focus,.btn-warning:not([disabled]):not(.disabled):active:focus,.btn-danger:not([disabled]):not(.disabled):active:focus,.btn-light:not([disabled]):not(.disabled):active:focus,.btn-dark:not([disabled]):not(.disabled):active:focus,.btn-primary:not([disabled]):not(.disabled):active:focus,.btn-secondary:not([disabled]):not(.disabled):active:focus,.btn:not([disabled]):not(.disabled).active:focus,.btn-info:not([disabled]):not(.disabled).active:focus,.btn-success:not([disabled]):not(.disabled).active:focus,.btn-warning:not([disabled]):not(.disabled).active:focus,.btn-danger:not([disabled]):not(.disabled).active:focus,.btn-light:not([disabled]):not(.disabled).active:focus,.btn-dark:not([disabled]):not(.disabled).active:focus,.btn-primary:not([disabled]):not(.disabled).active:focus,.btn-secondary:not([disabled]):not(.disabled).active:focus{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-25{max-width:25% !important}.mw-50{max-width:50% !important}.mw-75{max-width:75% !important}.mw-100{max-width:100% !important}.mh-25{max-height:25% !important}.mh-50{max-height:50% !important}.mh-75{max-height:75% !important}.mh-100{max-height:100% !important}.bg-primary{background-color:#1371ec !important}.text-primary{color:#1371ec !important}.text-primary.icon-outline{border-color:#1371ec !important}.bg-primary.lighten-5{background-color:#e8eaf6 !important}.text-primary.text-lighten-5{color:#e8eaf6 !important}.text-primary.text-lighten-5.icon-outline{border-color:#e8eaf6 !important}.bg-primary.lighten-4{background-color:#c5cae9 !important}.text-primary.text-lighten-4{color:#c5cae9 !important}.text-primary.text-lighten-4.icon-outline{border-color:#c5cae9 !important}.bg-primary.lighten-3{background-color:#9fa8da !important}.text-primary.text-lighten-3{color:#9fa8da !important}.text-primary.text-lighten-3.icon-outline{border-color:#9fa8da !important}.bg-primary.lighten-2{background-color:#7986cb !important}.text-primary.text-lighten-2{color:#7986cb !important}.text-primary.text-lighten-2.icon-outline{border-color:#7986cb !important}.bg-primary.lighten-1{background-color:#1371ec !important}.text-primary.text-lighten-1{color:#1371ec !important}.text-primary.text-lighten-1.icon-outline{border-color:#1371ec !important}.bg-primary.darken-1{background-color:#3949ab !important}.text-primary.text-darken-1{color:#3949ab !important}.text-primary.text-darken-1.icon-outline{border-color:#3949ab !important}.bg-primary.darken-2{background-color:#303f9f !important}.text-primary.text-darken-2{color:#303f9f !important}.text-primary.text-darken-2.icon-outline{border-color:#303f9f !important}.bg-primary.darken-3{background-color:#283593 !important}.text-primary.text-darken-3{color:#283593 !important}.text-primary.text-darken-3.icon-outline{border-color:#283593 !important}.bg-primary.darken-4{background-color:#1a237e !important}.text-primary.text-darken-4{color:#1a237e !important}.text-primary.text-darken-4.icon-outline{border-color:#1a237e !important}.bg-primary.accent-1{background-color:#8c9eff !important}.text-primary.text-accent-1{color:#8c9eff !important}.text-primary.text-accent-1.icon-outline{border-color:#8c9eff !important}.bg-primary.accent-2{background-color:#536dfe !important}.text-primary.text-accent-2{color:#536dfe !important}.text-primary.text-accent-2.icon-outline{border-color:#536dfe !important}.bg-primary.accent-3{background-color:#3d5afe !important}.text-primary.text-accent-3{color:#3d5afe !important}.text-primary.text-accent-3.icon-outline{border-color:#3d5afe !important}.bg-primary.accent-4{background-color:#304ffe !important}.text-primary.text-accent-4{color:#304ffe !important}.text-primary.text-accent-4.icon-outline{border-color:#304ffe !important}.bg-red{background-color:#f44336 !important}.text-red{color:#f44336 !important}.text-red.icon-outline{border-color:#f44336 !important}.bg-red.lighten-5{background-color:#ffebee !important}.text-red.text-lighten-5{color:#ffebee !important}.text-red.text-lighten-5.icon-outline{border-color:#ffebee !important}.bg-red.lighten-4{background-color:#ffcdd2 !important}.text-red.text-lighten-4{color:#ffcdd2 !important}.text-red.text-lighten-4.icon-outline{border-color:#ffcdd2 !important}.bg-red.lighten-3{background-color:#ef9a9a !important}.text-red.text-lighten-3{color:#ef9a9a !important}.text-red.text-lighten-3.icon-outline{border-color:#ef9a9a !important}.bg-red.lighten-2{background-color:#e57373 !important}.text-red.text-lighten-2{color:#e57373 !important}.text-red.text-lighten-2.icon-outline{border-color:#e57373 !important}.bg-red.lighten-1{background-color:#ef5350 !important}.text-red.text-lighten-1{color:#ef5350 !important}.text-red.text-lighten-1.icon-outline{border-color:#ef5350 !important}.bg-red.darken-1{background-color:#e53935 !important}.text-red.text-darken-1{color:#e53935 !important}.text-red.text-darken-1.icon-outline{border-color:#e53935 !important}.bg-red.darken-2{background-color:#d32f2f !important}.text-red.text-darken-2{color:#d32f2f !important}.text-red.text-darken-2.icon-outline{border-color:#d32f2f !important}.bg-red.darken-3{background-color:#c62828 !important}.text-red.text-darken-3{color:#c62828 !important}.text-red.text-darken-3.icon-outline{border-color:#c62828 !important}.bg-red.darken-4{background-color:#b71c1c !important}.text-red.text-darken-4{color:#b71c1c !important}.text-red.text-darken-4.icon-outline{border-color:#b71c1c !important}.bg-red.accent-1{background-color:#ff8a80 !important}.text-red.text-accent-1{color:#ff8a80 !important}.text-red.text-accent-1.icon-outline{border-color:#ff8a80 !important}.bg-red.accent-2{background-color:#ff5252 !important}.text-red.text-accent-2{color:#ff5252 !important}.text-red.text-accent-2.icon-outline{border-color:#ff5252 !important}.bg-red.accent-3{background-color:#ff1744 !important}.text-red.text-accent-3{color:#ff1744 !important}.text-red.text-accent-3.icon-outline{border-color:#ff1744 !important}.bg-red.accent-4{background-color:#d50000 !important}.text-red.text-accent-4{color:#d50000 !important}.text-red.text-accent-4.icon-outline{border-color:#d50000 !important}.bg-pink{background-color:#e91e63 !important}.text-pink{color:#e91e63 !important}.text-pink.icon-outline{border-color:#e91e63 !important}.bg-pink.lighten-5{background-color:#fce4ec !important}.text-pink.text-lighten-5{color:#fce4ec !important}.text-pink.text-lighten-5.icon-outline{border-color:#fce4ec !important}.bg-pink.lighten-4{background-color:#f8bbd0 !important}.text-pink.text-lighten-4{color:#f8bbd0 !important}.text-pink.text-lighten-4.icon-outline{border-color:#f8bbd0 !important}.bg-pink.lighten-3{background-color:#f48fb1 !important}.text-pink.text-lighten-3{color:#f48fb1 !important}.text-pink.text-lighten-3.icon-outline{border-color:#f48fb1 !important}.bg-pink.lighten-2{background-color:#f06292 !important}.text-pink.text-lighten-2{color:#f06292 !important}.text-pink.text-lighten-2.icon-outline{border-color:#f06292 !important}.bg-pink.lighten-1{background-color:#ec407a !important}.text-pink.text-lighten-1{color:#ec407a !important}.text-pink.text-lighten-1.icon-outline{border-color:#ec407a !important}.bg-pink.darken-1{background-color:#d81b60 !important}.text-pink.text-darken-1{color:#d81b60 !important}.text-pink.text-darken-1.icon-outline{border-color:#d81b60 !important}.bg-pink.darken-2{background-color:#c2185b !important}.text-pink.text-darken-2{color:#c2185b !important}.text-pink.text-darken-2.icon-outline{border-color:#c2185b !important}.bg-pink.darken-3{background-color:#ad1457 !important}.text-pink.text-darken-3{color:#ad1457 !important}.text-pink.text-darken-3.icon-outline{border-color:#ad1457 !important}.bg-pink.darken-4{background-color:#880e4f !important}.text-pink.text-darken-4{color:#880e4f !important}.text-pink.text-darken-4.icon-outline{border-color:#880e4f !important}.bg-pink.accent-1{background-color:#ff80ab !important}.text-pink.text-accent-1{color:#ff80ab !important}.text-pink.text-accent-1.icon-outline{border-color:#ff80ab !important}.bg-pink.accent-2{background-color:#ff4081 !important}.text-pink.text-accent-2{color:#ff4081 !important}.text-pink.text-accent-2.icon-outline{border-color:#ff4081 !important}.bg-pink.accent-3{background-color:#f50057 !important}.text-pink.text-accent-3{color:#f50057 !important}.text-pink.text-accent-3.icon-outline{border-color:#f50057 !important}.bg-pink.accent-4{background-color:#c51162 !important}.text-pink.text-accent-4{color:#c51162 !important}.text-pink.text-accent-4.icon-outline{border-color:#c51162 !important}.bg-purple{background-color:#9c27b0 !important}.text-purple{color:#9c27b0 !important}.text-purple.icon-outline{border-color:#9c27b0 !important}.bg-purple.lighten-5{background-color:#f3e5f5 !important}.text-purple.text-lighten-5{color:#f3e5f5 !important}.text-purple.text-lighten-5.icon-outline{border-color:#f3e5f5 !important}.bg-purple.lighten-4{background-color:#e1bee7 !important}.text-purple.text-lighten-4{color:#e1bee7 !important}.text-purple.text-lighten-4.icon-outline{border-color:#e1bee7 !important}.bg-purple.lighten-3{background-color:#ce93d8 !important}.text-purple.text-lighten-3{color:#ce93d8 !important}.text-purple.text-lighten-3.icon-outline{border-color:#ce93d8 !important}.bg-purple.lighten-2{background-color:#ba68c8 !important}.text-purple.text-lighten-2{color:#ba68c8 !important}.text-purple.text-lighten-2.icon-outline{border-color:#ba68c8 !important}.bg-purple.lighten-1{background-color:#ab47bc !important}.text-purple.text-lighten-1{color:#ab47bc !important}.text-purple.text-lighten-1.icon-outline{border-color:#ab47bc !important}.bg-purple.darken-1{background-color:#8e24aa !important}.text-purple.text-darken-1{color:#8e24aa !important}.text-purple.text-darken-1.icon-outline{border-color:#8e24aa !important}.bg-purple.darken-2{background-color:#7b1fa2 !important}.text-purple.text-darken-2{color:#7b1fa2 !important}.text-purple.text-darken-2.icon-outline{border-color:#7b1fa2 !important}.bg-purple.darken-3{background-color:#6a1b9a !important}.text-purple.text-darken-3{color:#6a1b9a !important}.text-purple.text-darken-3.icon-outline{border-color:#6a1b9a !important}.bg-purple.darken-4{background-color:#4a148c !important}.text-purple.text-darken-4{color:#4a148c !important}.text-purple.text-darken-4.icon-outline{border-color:#4a148c !important}.bg-purple.accent-1{background-color:#ea80fc !important}.text-purple.text-accent-1{color:#ea80fc !important}.text-purple.text-accent-1.icon-outline{border-color:#ea80fc !important}.bg-purple.accent-2{background-color:#e040fb !important}.text-purple.text-accent-2{color:#e040fb !important}.text-purple.text-accent-2.icon-outline{border-color:#e040fb !important}.bg-purple.accent-3{background-color:#d500f9 !important}.text-purple.text-accent-3{color:#d500f9 !important}.text-purple.text-accent-3.icon-outline{border-color:#d500f9 !important}.bg-purple.accent-4{background-color:#a0f !important}.text-purple.text-accent-4{color:#a0f !important}.text-purple.text-accent-4.icon-outline{border-color:#a0f !important}.bg-deep-purple{background-color:#673ab7 !important}.text-deep-purple{color:#673ab7 !important}.text-deep-purple.icon-outline{border-color:#673ab7 !important}.bg-deep-purple.lighten-5{background-color:#ede7f6 !important}.text-deep-purple.text-lighten-5{color:#ede7f6 !important}.text-deep-purple.text-lighten-5.icon-outline{border-color:#ede7f6 !important}.bg-deep-purple.lighten-4{background-color:#d1c4e9 !important}.text-deep-purple.text-lighten-4{color:#d1c4e9 !important}.text-deep-purple.text-lighten-4.icon-outline{border-color:#d1c4e9 !important}.bg-deep-purple.lighten-3{background-color:#b39ddb !important}.text-deep-purple.text-lighten-3{color:#b39ddb !important}.text-deep-purple.text-lighten-3.icon-outline{border-color:#b39ddb !important}.bg-deep-purple.lighten-2{background-color:#9575cd !important}.text-deep-purple.text-lighten-2{color:#9575cd !important}.text-deep-purple.text-lighten-2.icon-outline{border-color:#9575cd !important}.bg-deep-purple.lighten-1{background-color:#7e57c2 !important}.text-deep-purple.text-lighten-1{color:#7e57c2 !important}.text-deep-purple.text-lighten-1.icon-outline{border-color:#7e57c2 !important}.bg-deep-purple.darken-1{background-color:#5e35b1 !important}.text-deep-purple.text-darken-1{color:#5e35b1 !important}.text-deep-purple.text-darken-1.icon-outline{border-color:#5e35b1 !important}.bg-deep-purple.darken-2{background-color:#512da8 !important}.text-deep-purple.text-darken-2{color:#512da8 !important}.text-deep-purple.text-darken-2.icon-outline{border-color:#512da8 !important}.bg-deep-purple.darken-3{background-color:#4527a0 !important}.text-deep-purple.text-darken-3{color:#4527a0 !important}.text-deep-purple.text-darken-3.icon-outline{border-color:#4527a0 !important}.bg-deep-purple.darken-4{background-color:#311b92 !important}.text-deep-purple.text-darken-4{color:#311b92 !important}.text-deep-purple.text-darken-4.icon-outline{border-color:#311b92 !important}.bg-deep-purple.accent-1{background-color:#b388ff !important}.text-deep-purple.text-accent-1{color:#b388ff !important}.text-deep-purple.text-accent-1.icon-outline{border-color:#b388ff !important}.bg-deep-purple.accent-2{background-color:#7c4dff !important}.text-deep-purple.text-accent-2{color:#7c4dff !important}.text-deep-purple.text-accent-2.icon-outline{border-color:#7c4dff !important}.bg-deep-purple.accent-3{background-color:#651fff !important}.text-deep-purple.text-accent-3{color:#651fff !important}.text-deep-purple.text-accent-3.icon-outline{border-color:#651fff !important}.bg-deep-purple.accent-4{background-color:#6200ea !important}.text-deep-purple.text-accent-4{color:#6200ea !important}.text-deep-purple.text-accent-4.icon-outline{border-color:#6200ea !important}.bg-indigo{background-color:#1371ec !important}.text-indigo{color:#1371ec !important}.text-indigo.icon-outline{border-color:#1371ec !important}.bg-indigo.lighten-5{background-color:#e8eaf6 !important}.text-indigo.text-lighten-5{color:#e8eaf6 !important}.text-indigo.text-lighten-5.icon-outline{border-color:#e8eaf6 !important}.bg-indigo.lighten-4{background-color:#c5cae9 !important}.text-indigo.text-lighten-4{color:#c5cae9 !important}.text-indigo.text-lighten-4.icon-outline{border-color:#c5cae9 !important}.bg-indigo.lighten-3{background-color:#9fa8da !important}.text-indigo.text-lighten-3{color:#9fa8da !important}.text-indigo.text-lighten-3.icon-outline{border-color:#9fa8da !important}.bg-indigo.lighten-2{background-color:#7986cb !important}.text-indigo.text-lighten-2{color:#7986cb !important}.text-indigo.text-lighten-2.icon-outline{border-color:#7986cb !important}.bg-indigo.lighten-1{background-color:#1371ec !important}.text-indigo.text-lighten-1{color:#1371ec !important}.text-indigo.text-lighten-1.icon-outline{border-color:#1371ec !important}.bg-indigo.darken-1{background-color:#3949ab !important}.text-indigo.text-darken-1{color:#3949ab !important}.text-indigo.text-darken-1.icon-outline{border-color:#3949ab !important}.bg-indigo.darken-2{background-color:#303f9f !important}.text-indigo.text-darken-2{color:#303f9f !important}.text-indigo.text-darken-2.icon-outline{border-color:#303f9f !important}.bg-indigo.darken-3{background-color:#283593 !important}.text-indigo.text-darken-3{color:#283593 !important}.text-indigo.text-darken-3.icon-outline{border-color:#283593 !important}.bg-indigo.darken-4{background-color:#1a237e !important}.text-indigo.text-darken-4{color:#1a237e !important}.text-indigo.text-darken-4.icon-outline{border-color:#1a237e !important}.bg-indigo.accent-1{background-color:#8c9eff !important}.text-indigo.text-accent-1{color:#8c9eff !important}.text-indigo.text-accent-1.icon-outline{border-color:#8c9eff !important}.bg-indigo.accent-2{background-color:#536dfe !important}.text-indigo.text-accent-2{color:#536dfe !important}.text-indigo.text-accent-2.icon-outline{border-color:#536dfe !important}.bg-indigo.accent-3{background-color:#3d5afe !important}.text-indigo.text-accent-3{color:#3d5afe !important}.text-indigo.text-accent-3.icon-outline{border-color:#3d5afe !important}.bg-indigo.accent-4{background-color:#304ffe !important}.text-indigo.text-accent-4{color:#304ffe !important}.text-indigo.text-accent-4.icon-outline{border-color:#304ffe !important}.bg-blue{background-color:#2196f3 !important}.text-blue{color:#2196f3 !important}.text-blue.icon-outline{border-color:#2196f3 !important}.bg-blue.lighten-5{background-color:#e3f2fd !important}.text-blue.text-lighten-5{color:#e3f2fd !important}.text-blue.text-lighten-5.icon-outline{border-color:#e3f2fd !important}.bg-blue.lighten-4{background-color:#bbdefb !important}.text-blue.text-lighten-4{color:#bbdefb !important}.text-blue.text-lighten-4.icon-outline{border-color:#bbdefb !important}.bg-blue.lighten-3{background-color:#90caf9 !important}.text-blue.text-lighten-3{color:#90caf9 !important}.text-blue.text-lighten-3.icon-outline{border-color:#90caf9 !important}.bg-blue.lighten-2{background-color:#64b5f6 !important}.text-blue.text-lighten-2{color:#64b5f6 !important}.text-blue.text-lighten-2.icon-outline{border-color:#64b5f6 !important}.bg-blue.lighten-1{background-color:#42a5f5 !important}.text-blue.text-lighten-1{color:#42a5f5 !important}.text-blue.text-lighten-1.icon-outline{border-color:#42a5f5 !important}.bg-blue.darken-1{background-color:#1e88e5 !important}.text-blue.text-darken-1{color:#1e88e5 !important}.text-blue.text-darken-1.icon-outline{border-color:#1e88e5 !important}.bg-blue.darken-2{background-color:#1976d2 !important}.text-blue.text-darken-2{color:#1976d2 !important}.text-blue.text-darken-2.icon-outline{border-color:#1976d2 !important}.bg-blue.darken-3{background-color:#1565c0 !important}.text-blue.text-darken-3{color:#1565c0 !important}.text-blue.text-darken-3.icon-outline{border-color:#1565c0 !important}.bg-blue.darken-4{background-color:#0d47a1 !important}.text-blue.text-darken-4{color:#0d47a1 !important}.text-blue.text-darken-4.icon-outline{border-color:#0d47a1 !important}.bg-blue.accent-1{background-color:#82b1ff !important}.text-blue.text-accent-1{color:#82b1ff !important}.text-blue.text-accent-1.icon-outline{border-color:#82b1ff !important}.bg-blue.accent-2{background-color:#448aff !important}.text-blue.text-accent-2{color:#448aff !important}.text-blue.text-accent-2.icon-outline{border-color:#448aff !important}.bg-blue.accent-3{background-color:#2979ff !important}.text-blue.text-accent-3{color:#2979ff !important}.text-blue.text-accent-3.icon-outline{border-color:#2979ff !important}.bg-blue.accent-4{background-color:#2962ff !important}.text-blue.text-accent-4{color:#2962ff !important}.text-blue.text-accent-4.icon-outline{border-color:#2962ff !important}.bg-light-blue{background-color:#03a9f4 !important}.text-light-blue{color:#03a9f4 !important}.text-light-blue.icon-outline{border-color:#03a9f4 !important}.bg-light-blue.lighten-5{background-color:#e1f5fe !important}.text-light-blue.text-lighten-5{color:#e1f5fe !important}.text-light-blue.text-lighten-5.icon-outline{border-color:#e1f5fe !important}.bg-light-blue.lighten-4{background-color:#b3e5fc !important}.text-light-blue.text-lighten-4{color:#b3e5fc !important}.text-light-blue.text-lighten-4.icon-outline{border-color:#b3e5fc !important}.bg-light-blue.lighten-3{background-color:#81d4fa !important}.text-light-blue.text-lighten-3{color:#81d4fa !important}.text-light-blue.text-lighten-3.icon-outline{border-color:#81d4fa !important}.bg-light-blue.lighten-2{background-color:#4fc3f7 !important}.text-light-blue.text-lighten-2{color:#4fc3f7 !important}.text-light-blue.text-lighten-2.icon-outline{border-color:#4fc3f7 !important}.bg-light-blue.lighten-1{background-color:#29b6f6 !important}.text-light-blue.text-lighten-1{color:#29b6f6 !important}.text-light-blue.text-lighten-1.icon-outline{border-color:#29b6f6 !important}.bg-light-blue.darken-1{background-color:#039be5 !important}.text-light-blue.text-darken-1{color:#039be5 !important}.text-light-blue.text-darken-1.icon-outline{border-color:#039be5 !important}.bg-light-blue.darken-2{background-color:#0288d1 !important}.text-light-blue.text-darken-2{color:#0288d1 !important}.text-light-blue.text-darken-2.icon-outline{border-color:#0288d1 !important}.bg-light-blue.darken-3{background-color:#0277bd !important}.text-light-blue.text-darken-3{color:#0277bd !important}.text-light-blue.text-darken-3.icon-outline{border-color:#0277bd !important}.bg-light-blue.darken-4{background-color:#01579b !important}.text-light-blue.text-darken-4{color:#01579b !important}.text-light-blue.text-darken-4.icon-outline{border-color:#01579b !important}.bg-light-blue.accent-1{background-color:#80d8ff !important}.text-light-blue.text-accent-1{color:#80d8ff !important}.text-light-blue.text-accent-1.icon-outline{border-color:#80d8ff !important}.bg-light-blue.accent-2{background-color:#40c4ff !important}.text-light-blue.text-accent-2{color:#40c4ff !important}.text-light-blue.text-accent-2.icon-outline{border-color:#40c4ff !important}.bg-light-blue.accent-3{background-color:#00b0ff !important}.text-light-blue.text-accent-3{color:#00b0ff !important}.text-light-blue.text-accent-3.icon-outline{border-color:#00b0ff !important}.bg-light-blue.accent-4{background-color:#0091ea !important}.text-light-blue.text-accent-4{color:#0091ea !important}.text-light-blue.text-accent-4.icon-outline{border-color:#0091ea !important}.bg-cyan{background-color:#00bcd4 !important}.text-cyan{color:#00bcd4 !important}.text-cyan.icon-outline{border-color:#00bcd4 !important}.bg-cyan.lighten-5{background-color:#e0f7fa !important}.text-cyan.text-lighten-5{color:#e0f7fa !important}.text-cyan.text-lighten-5.icon-outline{border-color:#e0f7fa !important}.bg-cyan.lighten-4{background-color:#b2ebf2 !important}.text-cyan.text-lighten-4{color:#b2ebf2 !important}.text-cyan.text-lighten-4.icon-outline{border-color:#b2ebf2 !important}.bg-cyan.lighten-3{background-color:#80deea !important}.text-cyan.text-lighten-3{color:#80deea !important}.text-cyan.text-lighten-3.icon-outline{border-color:#80deea !important}.bg-cyan.lighten-2{background-color:#4dd0e1 !important}.text-cyan.text-lighten-2{color:#4dd0e1 !important}.text-cyan.text-lighten-2.icon-outline{border-color:#4dd0e1 !important}.bg-cyan.lighten-1{background-color:#26c6da !important}.text-cyan.text-lighten-1{color:#26c6da !important}.text-cyan.text-lighten-1.icon-outline{border-color:#26c6da !important}.bg-cyan.darken-1{background-color:#00acc1 !important}.text-cyan.text-darken-1{color:#00acc1 !important}.text-cyan.text-darken-1.icon-outline{border-color:#00acc1 !important}.bg-cyan.darken-2{background-color:#0097a7 !important}.text-cyan.text-darken-2{color:#0097a7 !important}.text-cyan.text-darken-2.icon-outline{border-color:#0097a7 !important}.bg-cyan.darken-3{background-color:#00838f !important}.text-cyan.text-darken-3{color:#00838f !important}.text-cyan.text-darken-3.icon-outline{border-color:#00838f !important}.bg-cyan.darken-4{background-color:#006064 !important}.text-cyan.text-darken-4{color:#006064 !important}.text-cyan.text-darken-4.icon-outline{border-color:#006064 !important}.bg-cyan.accent-1{background-color:#84ffff !important}.text-cyan.text-accent-1{color:#84ffff !important}.text-cyan.text-accent-1.icon-outline{border-color:#84ffff !important}.bg-cyan.accent-2{background-color:#18ffff !important}.text-cyan.text-accent-2{color:#18ffff !important}.text-cyan.text-accent-2.icon-outline{border-color:#18ffff !important}.bg-cyan.accent-3{background-color:#00e5ff !important}.text-cyan.text-accent-3{color:#00e5ff !important}.text-cyan.text-accent-3.icon-outline{border-color:#00e5ff !important}.bg-cyan.accent-4{background-color:#00b8d4 !important}.text-cyan.text-accent-4{color:#00b8d4 !important}.text-cyan.text-accent-4.icon-outline{border-color:#00b8d4 !important}.bg-teal{background-color:#009688 !important}.text-teal{color:#009688 !important}.text-teal.icon-outline{border-color:#009688 !important}.bg-teal.lighten-5{background-color:#e0f2f1 !important}.text-teal.text-lighten-5{color:#e0f2f1 !important}.text-teal.text-lighten-5.icon-outline{border-color:#e0f2f1 !important}.bg-teal.lighten-4{background-color:#b2dfdb !important}.text-teal.text-lighten-4{color:#b2dfdb !important}.text-teal.text-lighten-4.icon-outline{border-color:#b2dfdb !important}.bg-teal.lighten-3{background-color:#80cbc4 !important}.text-teal.text-lighten-3{color:#80cbc4 !important}.text-teal.text-lighten-3.icon-outline{border-color:#80cbc4 !important}.bg-teal.lighten-2{background-color:#4db6ac !important}.text-teal.text-lighten-2{color:#4db6ac !important}.text-teal.text-lighten-2.icon-outline{border-color:#4db6ac !important}.bg-teal.lighten-1{background-color:#26a69a !important}.text-teal.text-lighten-1{color:#26a69a !important}.text-teal.text-lighten-1.icon-outline{border-color:#26a69a !important}.bg-teal.darken-1{background-color:#00897b !important}.text-teal.text-darken-1{color:#00897b !important}.text-teal.text-darken-1.icon-outline{border-color:#00897b !important}.bg-teal.darken-2{background-color:#00796b !important}.text-teal.text-darken-2{color:#00796b !important}.text-teal.text-darken-2.icon-outline{border-color:#00796b !important}.bg-teal.darken-3{background-color:#00695c !important}.text-teal.text-darken-3{color:#00695c !important}.text-teal.text-darken-3.icon-outline{border-color:#00695c !important}.bg-teal.darken-4{background-color:#004d40 !important}.text-teal.text-darken-4{color:#004d40 !important}.text-teal.text-darken-4.icon-outline{border-color:#004d40 !important}.bg-teal.accent-1{background-color:#a7ffeb !important}.text-teal.text-accent-1{color:#a7ffeb !important}.text-teal.text-accent-1.icon-outline{border-color:#a7ffeb !important}.bg-teal.accent-2{background-color:#64ffda !important}.text-teal.text-accent-2{color:#64ffda !important}.text-teal.text-accent-2.icon-outline{border-color:#64ffda !important}.bg-teal.accent-3{background-color:#1de9b6 !important}.text-teal.text-accent-3{color:#1de9b6 !important}.text-teal.text-accent-3.icon-outline{border-color:#1de9b6 !important}.bg-teal.accent-4{background-color:#00bfa5 !important}.text-teal.text-accent-4{color:#00bfa5 !important}.text-teal.text-accent-4.icon-outline{border-color:#00bfa5 !important}.bg-green{background-color:#4caf50 !important}.text-green{color:#4caf50 !important}.text-green.icon-outline{border-color:#4caf50 !important}.bg-green.lighten-5{background-color:#e8f5e9 !important}.text-green.text-lighten-5{color:#e8f5e9 !important}.text-green.text-lighten-5.icon-outline{border-color:#e8f5e9 !important}.bg-green.lighten-4{background-color:#c8e6c9 !important}.text-green.text-lighten-4{color:#c8e6c9 !important}.text-green.text-lighten-4.icon-outline{border-color:#c8e6c9 !important}.bg-green.lighten-3{background-color:#a5d6a7 !important}.text-green.text-lighten-3{color:#a5d6a7 !important}.text-green.text-lighten-3.icon-outline{border-color:#a5d6a7 !important}.bg-green.lighten-2{background-color:#81c784 !important}.text-green.text-lighten-2{color:#81c784 !important}.text-green.text-lighten-2.icon-outline{border-color:#81c784 !important}.bg-green.lighten-1{background-color:#66bb6a !important}.text-green.text-lighten-1{color:#66bb6a !important}.text-green.text-lighten-1.icon-outline{border-color:#66bb6a !important}.bg-green.darken-1{background-color:#43a047 !important}.text-green.text-darken-1{color:#43a047 !important}.text-green.text-darken-1.icon-outline{border-color:#43a047 !important}.bg-green.darken-2{background-color:#388e3c !important}.text-green.text-darken-2{color:#388e3c !important}.text-green.text-darken-2.icon-outline{border-color:#388e3c !important}.bg-green.darken-3{background-color:#2e7d32 !important}.text-green.text-darken-3{color:#2e7d32 !important}.text-green.text-darken-3.icon-outline{border-color:#2e7d32 !important}.bg-green.darken-4{background-color:#1b5e20 !important}.text-green.text-darken-4{color:#1b5e20 !important}.text-green.text-darken-4.icon-outline{border-color:#1b5e20 !important}.bg-green.accent-1{background-color:#b9f6ca !important}.text-green.text-accent-1{color:#b9f6ca !important}.text-green.text-accent-1.icon-outline{border-color:#b9f6ca !important}.bg-green.accent-2{background-color:#69f0ae !important}.text-green.text-accent-2{color:#69f0ae !important}.text-green.text-accent-2.icon-outline{border-color:#69f0ae !important}.bg-green.accent-3{background-color:#00e676 !important}.text-green.text-accent-3{color:#00e676 !important}.text-green.text-accent-3.icon-outline{border-color:#00e676 !important}.bg-green.accent-4{background-color:#00c853 !important}.text-green.text-accent-4{color:#00c853 !important}.text-green.text-accent-4.icon-outline{border-color:#00c853 !important}.bg-light-green{background-color:#8bc34a !important}.text-light-green{color:#8bc34a !important}.text-light-green.icon-outline{border-color:#8bc34a !important}.bg-light-green.lighten-5{background-color:#f1f8e9 !important}.text-light-green.text-lighten-5{color:#f1f8e9 !important}.text-light-green.text-lighten-5.icon-outline{border-color:#f1f8e9 !important}.bg-light-green.lighten-4{background-color:#dcedc8 !important}.text-light-green.text-lighten-4{color:#dcedc8 !important}.text-light-green.text-lighten-4.icon-outline{border-color:#dcedc8 !important}.bg-light-green.lighten-3{background-color:#c5e1a5 !important}.text-light-green.text-lighten-3{color:#c5e1a5 !important}.text-light-green.text-lighten-3.icon-outline{border-color:#c5e1a5 !important}.bg-light-green.lighten-2{background-color:#aed581 !important}.text-light-green.text-lighten-2{color:#aed581 !important}.text-light-green.text-lighten-2.icon-outline{border-color:#aed581 !important}.bg-light-green.lighten-1{background-color:#9ccc65 !important}.text-light-green.text-lighten-1{color:#9ccc65 !important}.text-light-green.text-lighten-1.icon-outline{border-color:#9ccc65 !important}.bg-light-green.darken-1{background-color:#7cb342 !important}.text-light-green.text-darken-1{color:#7cb342 !important}.text-light-green.text-darken-1.icon-outline{border-color:#7cb342 !important}.bg-light-green.darken-2{background-color:#689f38 !important}.text-light-green.text-darken-2{color:#689f38 !important}.text-light-green.text-darken-2.icon-outline{border-color:#689f38 !important}.bg-light-green.darken-3{background-color:#558b2f !important}.text-light-green.text-darken-3{color:#558b2f !important}.text-light-green.text-darken-3.icon-outline{border-color:#558b2f !important}.bg-light-green.darken-4{background-color:#33691e !important}.text-light-green.text-darken-4{color:#33691e !important}.text-light-green.text-darken-4.icon-outline{border-color:#33691e !important}.bg-light-green.accent-1{background-color:#ccff90 !important}.text-light-green.text-accent-1{color:#ccff90 !important}.text-light-green.text-accent-1.icon-outline{border-color:#ccff90 !important}.bg-light-green.accent-2{background-color:#b2ff59 !important}.text-light-green.text-accent-2{color:#b2ff59 !important}.text-light-green.text-accent-2.icon-outline{border-color:#b2ff59 !important}.bg-light-green.accent-3{background-color:#76ff03 !important}.text-light-green.text-accent-3{color:#76ff03 !important}.text-light-green.text-accent-3.icon-outline{border-color:#76ff03 !important}.bg-light-green.accent-4{background-color:#64dd17 !important}.text-light-green.text-accent-4{color:#64dd17 !important}.text-light-green.text-accent-4.icon-outline{border-color:#64dd17 !important}.bg-lime{background-color:#cddc39 !important}.text-lime{color:#cddc39 !important}.text-lime.icon-outline{border-color:#cddc39 !important}.bg-lime.lighten-5{background-color:#f9fbe7 !important}.text-lime.text-lighten-5{color:#f9fbe7 !important}.text-lime.text-lighten-5.icon-outline{border-color:#f9fbe7 !important}.bg-lime.lighten-4{background-color:#f0f4c3 !important}.text-lime.text-lighten-4{color:#f0f4c3 !important}.text-lime.text-lighten-4.icon-outline{border-color:#f0f4c3 !important}.bg-lime.lighten-3{background-color:#e6ee9c !important}.text-lime.text-lighten-3{color:#e6ee9c !important}.text-lime.text-lighten-3.icon-outline{border-color:#e6ee9c !important}.bg-lime.lighten-2{background-color:#dce775 !important}.text-lime.text-lighten-2{color:#dce775 !important}.text-lime.text-lighten-2.icon-outline{border-color:#dce775 !important}.bg-lime.lighten-1{background-color:#d4e157 !important}.text-lime.text-lighten-1{color:#d4e157 !important}.text-lime.text-lighten-1.icon-outline{border-color:#d4e157 !important}.bg-lime.darken-1{background-color:#c0ca33 !important}.text-lime.text-darken-1{color:#c0ca33 !important}.text-lime.text-darken-1.icon-outline{border-color:#c0ca33 !important}.bg-lime.darken-2{background-color:#afb42b !important}.text-lime.text-darken-2{color:#afb42b !important}.text-lime.text-darken-2.icon-outline{border-color:#afb42b !important}.bg-lime.darken-3{background-color:#9e9d24 !important}.text-lime.text-darken-3{color:#9e9d24 !important}.text-lime.text-darken-3.icon-outline{border-color:#9e9d24 !important}.bg-lime.darken-4{background-color:#827717 !important}.text-lime.text-darken-4{color:#827717 !important}.text-lime.text-darken-4.icon-outline{border-color:#827717 !important}.bg-lime.accent-1{background-color:#f4ff81 !important}.text-lime.text-accent-1{color:#f4ff81 !important}.text-lime.text-accent-1.icon-outline{border-color:#f4ff81 !important}.bg-lime.accent-2{background-color:#eeff41 !important}.text-lime.text-accent-2{color:#eeff41 !important}.text-lime.text-accent-2.icon-outline{border-color:#eeff41 !important}.bg-lime.accent-3{background-color:#c6ff00 !important}.text-lime.text-accent-3{color:#c6ff00 !important}.text-lime.text-accent-3.icon-outline{border-color:#c6ff00 !important}.bg-lime.accent-4{background-color:#aeea00 !important}.text-lime.text-accent-4{color:#aeea00 !important}.text-lime.text-accent-4.icon-outline{border-color:#aeea00 !important}.bg-yellow{background-color:#ffeb3b !important}.text-yellow{color:#ffeb3b !important}.text-yellow.icon-outline{border-color:#ffeb3b !important}.bg-yellow.lighten-5{background-color:#fffde7 !important}.text-yellow.text-lighten-5{color:#fffde7 !important}.text-yellow.text-lighten-5.icon-outline{border-color:#fffde7 !important}.bg-yellow.lighten-4{background-color:#fff9c4 !important}.text-yellow.text-lighten-4{color:#fff9c4 !important}.text-yellow.text-lighten-4.icon-outline{border-color:#fff9c4 !important}.bg-yellow.lighten-3{background-color:#fff59d !important}.text-yellow.text-lighten-3{color:#fff59d !important}.text-yellow.text-lighten-3.icon-outline{border-color:#fff59d !important}.bg-yellow.lighten-2{background-color:#fff176 !important}.text-yellow.text-lighten-2{color:#fff176 !important}.text-yellow.text-lighten-2.icon-outline{border-color:#fff176 !important}.bg-yellow.lighten-1{background-color:#ffee58 !important}.text-yellow.text-lighten-1{color:#ffee58 !important}.text-yellow.text-lighten-1.icon-outline{border-color:#ffee58 !important}.bg-yellow.darken-1{background-color:#fdd835 !important}.text-yellow.text-darken-1{color:#fdd835 !important}.text-yellow.text-darken-1.icon-outline{border-color:#fdd835 !important}.bg-yellow.darken-2{background-color:#fbc02d !important}.text-yellow.text-darken-2{color:#fbc02d !important}.text-yellow.text-darken-2.icon-outline{border-color:#fbc02d !important}.bg-yellow.darken-3{background-color:#f9a825 !important}.text-yellow.text-darken-3{color:#f9a825 !important}.text-yellow.text-darken-3.icon-outline{border-color:#f9a825 !important}.bg-yellow.darken-4{background-color:#f57f17 !important}.text-yellow.text-darken-4{color:#f57f17 !important}.text-yellow.text-darken-4.icon-outline{border-color:#f57f17 !important}.bg-yellow.accent-1{background-color:#ffff8d !important}.text-yellow.text-accent-1{color:#ffff8d !important}.text-yellow.text-accent-1.icon-outline{border-color:#ffff8d !important}.bg-yellow.accent-2{background-color:#ff0 !important}.text-yellow.text-accent-2{color:#ff0 !important}.text-yellow.text-accent-2.icon-outline{border-color:#ff0 !important}.bg-yellow.accent-3{background-color:#ffea00 !important}.text-yellow.text-accent-3{color:#ffea00 !important}.text-yellow.text-accent-3.icon-outline{border-color:#ffea00 !important}.bg-yellow.accent-4{background-color:#ffd600 !important}.text-yellow.text-accent-4{color:#ffd600 !important}.text-yellow.text-accent-4.icon-outline{border-color:#ffd600 !important}.bg-amber{background-color:#ffc107 !important}.text-amber{color:#ffc107 !important}.text-amber.icon-outline{border-color:#ffc107 !important}.bg-amber.lighten-5{background-color:#fff8e1 !important}.text-amber.text-lighten-5{color:#fff8e1 !important}.text-amber.text-lighten-5.icon-outline{border-color:#fff8e1 !important}.bg-amber.lighten-4{background-color:#ffecb3 !important}.text-amber.text-lighten-4{color:#ffecb3 !important}.text-amber.text-lighten-4.icon-outline{border-color:#ffecb3 !important}.bg-amber.lighten-3{background-color:#ffe082 !important}.text-amber.text-lighten-3{color:#ffe082 !important}.text-amber.text-lighten-3.icon-outline{border-color:#ffe082 !important}.bg-amber.lighten-2{background-color:#ffd54f !important}.text-amber.text-lighten-2{color:#ffd54f !important}.text-amber.text-lighten-2.icon-outline{border-color:#ffd54f !important}.bg-amber.lighten-1{background-color:#ffca28 !important}.text-amber.text-lighten-1{color:#ffca28 !important}.text-amber.text-lighten-1.icon-outline{border-color:#ffca28 !important}.bg-amber.darken-1{background-color:#ffb300 !important}.text-amber.text-darken-1{color:#ffb300 !important}.text-amber.text-darken-1.icon-outline{border-color:#ffb300 !important}.bg-amber.darken-2{background-color:#ffa000 !important}.text-amber.text-darken-2{color:#ffa000 !important}.text-amber.text-darken-2.icon-outline{border-color:#ffa000 !important}.bg-amber.darken-3{background-color:#ff8f00 !important}.text-amber.text-darken-3{color:#ff8f00 !important}.text-amber.text-darken-3.icon-outline{border-color:#ff8f00 !important}.bg-amber.darken-4{background-color:#ff6f00 !important}.text-amber.text-darken-4{color:#ff6f00 !important}.text-amber.text-darken-4.icon-outline{border-color:#ff6f00 !important}.bg-amber.accent-1{background-color:#ffe57f !important}.text-amber.text-accent-1{color:#ffe57f !important}.text-amber.text-accent-1.icon-outline{border-color:#ffe57f !important}.bg-amber.accent-2{background-color:#ffd740 !important}.text-amber.text-accent-2{color:#ffd740 !important}.text-amber.text-accent-2.icon-outline{border-color:#ffd740 !important}.bg-amber.accent-3{background-color:#ffc400 !important}.text-amber.text-accent-3{color:#ffc400 !important}.text-amber.text-accent-3.icon-outline{border-color:#ffc400 !important}.bg-amber.accent-4{background-color:#ffab00 !important}.text-amber.text-accent-4{color:#ffab00 !important}.text-amber.text-accent-4.icon-outline{border-color:#ffab00 !important}.bg-orange{background-color:#ff9800 !important}.text-orange{color:#ff9800 !important}.text-orange.icon-outline{border-color:#ff9800 !important}.bg-orange.lighten-5{background-color:#fff3e0 !important}.text-orange.text-lighten-5{color:#fff3e0 !important}.text-orange.text-lighten-5.icon-outline{border-color:#fff3e0 !important}.bg-orange.lighten-4{background-color:#ffe0b2 !important}.text-orange.text-lighten-4{color:#ffe0b2 !important}.text-orange.text-lighten-4.icon-outline{border-color:#ffe0b2 !important}.bg-orange.lighten-3{background-color:#ffcc80 !important}.text-orange.text-lighten-3{color:#ffcc80 !important}.text-orange.text-lighten-3.icon-outline{border-color:#ffcc80 !important}.bg-orange.lighten-2{background-color:#ffb74d !important}.text-orange.text-lighten-2{color:#ffb74d !important}.text-orange.text-lighten-2.icon-outline{border-color:#ffb74d !important}.bg-orange.lighten-1{background-color:#ffa726 !important}.text-orange.text-lighten-1{color:#ffa726 !important}.text-orange.text-lighten-1.icon-outline{border-color:#ffa726 !important}.bg-orange.darken-1{background-color:#fb8c00 !important}.text-orange.text-darken-1{color:#fb8c00 !important}.text-orange.text-darken-1.icon-outline{border-color:#fb8c00 !important}.bg-orange.darken-2{background-color:#f57c00 !important}.text-orange.text-darken-2{color:#f57c00 !important}.text-orange.text-darken-2.icon-outline{border-color:#f57c00 !important}.bg-orange.darken-3{background-color:#ef6c00 !important}.text-orange.text-darken-3{color:#ef6c00 !important}.text-orange.text-darken-3.icon-outline{border-color:#ef6c00 !important}.bg-orange.darken-4{background-color:#e65100 !important}.text-orange.text-darken-4{color:#e65100 !important}.text-orange.text-darken-4.icon-outline{border-color:#e65100 !important}.bg-orange.accent-1{background-color:#ffd180 !important}.text-orange.text-accent-1{color:#ffd180 !important}.text-orange.text-accent-1.icon-outline{border-color:#ffd180 !important}.bg-orange.accent-2{background-color:#ffab40 !important}.text-orange.text-accent-2{color:#ffab40 !important}.text-orange.text-accent-2.icon-outline{border-color:#ffab40 !important}.bg-orange.accent-3{background-color:#ff9100 !important}.text-orange.text-accent-3{color:#ff9100 !important}.text-orange.text-accent-3.icon-outline{border-color:#ff9100 !important}.bg-orange.accent-4{background-color:#ff6d00 !important}.text-orange.text-accent-4{color:#ff6d00 !important}.text-orange.text-accent-4.icon-outline{border-color:#ff6d00 !important}.bg-deep-orange{background-color:#ff5722 !important}.text-deep-orange{color:#ff5722 !important}.text-deep-orange.icon-outline{border-color:#ff5722 !important}.bg-deep-orange.lighten-5{background-color:#fbe9e7 !important}.text-deep-orange.text-lighten-5{color:#fbe9e7 !important}.text-deep-orange.text-lighten-5.icon-outline{border-color:#fbe9e7 !important}.bg-deep-orange.lighten-4{background-color:#ffccbc !important}.text-deep-orange.text-lighten-4{color:#ffccbc !important}.text-deep-orange.text-lighten-4.icon-outline{border-color:#ffccbc !important}.bg-deep-orange.lighten-3{background-color:#ffab91 !important}.text-deep-orange.text-lighten-3{color:#ffab91 !important}.text-deep-orange.text-lighten-3.icon-outline{border-color:#ffab91 !important}.bg-deep-orange.lighten-2{background-color:#ff8a65 !important}.text-deep-orange.text-lighten-2{color:#ff8a65 !important}.text-deep-orange.text-lighten-2.icon-outline{border-color:#ff8a65 !important}.bg-deep-orange.lighten-1{background-color:#ff7043 !important}.text-deep-orange.text-lighten-1{color:#ff7043 !important}.text-deep-orange.text-lighten-1.icon-outline{border-color:#ff7043 !important}.bg-deep-orange.darken-1{background-color:#f4511e !important}.text-deep-orange.text-darken-1{color:#f4511e !important}.text-deep-orange.text-darken-1.icon-outline{border-color:#f4511e !important}.bg-deep-orange.darken-2{background-color:#e64a19 !important}.text-deep-orange.text-darken-2{color:#e64a19 !important}.text-deep-orange.text-darken-2.icon-outline{border-color:#e64a19 !important}.bg-deep-orange.darken-3{background-color:#d84315 !important}.text-deep-orange.text-darken-3{color:#d84315 !important}.text-deep-orange.text-darken-3.icon-outline{border-color:#d84315 !important}.bg-deep-orange.darken-4{background-color:#bf360c !important}.text-deep-orange.text-darken-4{color:#bf360c !important}.text-deep-orange.text-darken-4.icon-outline{border-color:#bf360c !important}.bg-deep-orange.accent-1{background-color:#ff9e80 !important}.text-deep-orange.text-accent-1{color:#ff9e80 !important}.text-deep-orange.text-accent-1.icon-outline{border-color:#ff9e80 !important}.bg-deep-orange.accent-2{background-color:#ff6e40 !important}.text-deep-orange.text-accent-2{color:#ff6e40 !important}.text-deep-orange.text-accent-2.icon-outline{border-color:#ff6e40 !important}.bg-deep-orange.accent-3{background-color:#ff3d00 !important}.text-deep-orange.text-accent-3{color:#ff3d00 !important}.text-deep-orange.text-accent-3.icon-outline{border-color:#ff3d00 !important}.bg-deep-orange.accent-4{background-color:#dd2c00 !important}.text-deep-orange.text-accent-4{color:#dd2c00 !important}.text-deep-orange.text-accent-4.icon-outline{border-color:#dd2c00 !important}.bg-brown{background-color:#795548 !important}.text-brown{color:#795548 !important}.text-brown.icon-outline{border-color:#795548 !important}.bg-brown.lighten-5{background-color:#efebe9 !important}.text-brown.text-lighten-5{color:#efebe9 !important}.text-brown.text-lighten-5.icon-outline{border-color:#efebe9 !important}.bg-brown.lighten-4{background-color:#d7ccc8 !important}.text-brown.text-lighten-4{color:#d7ccc8 !important}.text-brown.text-lighten-4.icon-outline{border-color:#d7ccc8 !important}.bg-brown.lighten-3{background-color:#bcaaa4 !important}.text-brown.text-lighten-3{color:#bcaaa4 !important}.text-brown.text-lighten-3.icon-outline{border-color:#bcaaa4 !important}.bg-brown.lighten-2{background-color:#a1887f !important}.text-brown.text-lighten-2{color:#a1887f !important}.text-brown.text-lighten-2.icon-outline{border-color:#a1887f !important}.bg-brown.lighten-1{background-color:#8d6e63 !important}.text-brown.text-lighten-1{color:#8d6e63 !important}.text-brown.text-lighten-1.icon-outline{border-color:#8d6e63 !important}.bg-brown.darken-1{background-color:#6d4c41 !important}.text-brown.text-darken-1{color:#6d4c41 !important}.text-brown.text-darken-1.icon-outline{border-color:#6d4c41 !important}.bg-brown.darken-2{background-color:#5d4037 !important}.text-brown.text-darken-2{color:#5d4037 !important}.text-brown.text-darken-2.icon-outline{border-color:#5d4037 !important}.bg-brown.darken-3{background-color:#4e342e !important}.text-brown.text-darken-3{color:#4e342e !important}.text-brown.text-darken-3.icon-outline{border-color:#4e342e !important}.bg-brown.darken-4{background-color:#3e2723 !important}.text-brown.text-darken-4{color:#3e2723 !important}.text-brown.text-darken-4.icon-outline{border-color:#3e2723 !important}.bg-blue-grey{background-color:#607d8b !important}.text-blue-grey{color:#607d8b !important}.text-blue-grey.icon-outline{border-color:#607d8b !important}.bg-blue-grey.lighten-5{background-color:#eceff1 !important}.text-blue-grey.text-lighten-5{color:#eceff1 !important}.text-blue-grey.text-lighten-5.icon-outline{border-color:#eceff1 !important}.bg-blue-grey.lighten-4{background-color:#cfd8dc !important}.text-blue-grey.text-lighten-4{color:#cfd8dc !important}.text-blue-grey.text-lighten-4.icon-outline{border-color:#cfd8dc !important}.bg-blue-grey.lighten-3{background-color:#b0bec5 !important}.text-blue-grey.text-lighten-3{color:#b0bec5 !important}.text-blue-grey.text-lighten-3.icon-outline{border-color:#b0bec5 !important}.bg-blue-grey.lighten-2{background-color:#90a4ae !important}.text-blue-grey.text-lighten-2{color:#90a4ae !important}.text-blue-grey.text-lighten-2.icon-outline{border-color:#90a4ae !important}.bg-blue-grey.lighten-1{background-color:#78909c !important}.text-blue-grey.text-lighten-1{color:#78909c !important}.text-blue-grey.text-lighten-1.icon-outline{border-color:#78909c !important}.bg-blue-grey.darken-1{background-color:#546e7a !important}.text-blue-grey.text-darken-1{color:#546e7a !important}.text-blue-grey.text-darken-1.icon-outline{border-color:#546e7a !important}.bg-blue-grey.darken-2{background-color:#455a64 !important}.text-blue-grey.text-darken-2{color:#455a64 !important}.text-blue-grey.text-darken-2.icon-outline{border-color:#455a64 !important}.bg-blue-grey.darken-3{background-color:#37474f !important}.text-blue-grey.text-darken-3{color:#37474f !important}.text-blue-grey.text-darken-3.icon-outline{border-color:#37474f !important}.bg-blue-grey.darken-4{background-color:#263238 !important}.text-blue-grey.text-darken-4{color:#263238 !important}.text-blue-grey.text-darken-4.icon-outline{border-color:#263238 !important}.bg-grey{background-color:#9e9e9e !important}.text-grey{color:#9e9e9e !important}.text-grey.icon-outline{border-color:#9e9e9e !important}.bg-grey.lighten-5{background-color:#fafafa !important}.text-grey.text-lighten-5{color:#fafafa !important}.text-grey.text-lighten-5.icon-outline{border-color:#fafafa !important}.bg-grey.lighten-4{background-color:#f5f5f5 !important}.text-grey.text-lighten-4{color:#f5f5f5 !important}.text-grey.text-lighten-4.icon-outline{border-color:#f5f5f5 !important}.bg-grey.lighten-3{background-color:#eee !important}.text-grey.text-lighten-3{color:#eee !important}.text-grey.text-lighten-3.icon-outline{border-color:#eee !important}.bg-grey.lighten-2{background-color:#e0e0e0 !important}.text-grey.text-lighten-2{color:#e0e0e0 !important}.text-grey.text-lighten-2.icon-outline{border-color:#e0e0e0 !important}.bg-grey.lighten-1{background-color:#bdbdbd !important}.text-grey.text-lighten-1{color:#bdbdbd !important}.text-grey.text-lighten-1.icon-outline{border-color:#bdbdbd !important}.bg-grey.darken-1{background-color:#757575 !important}.text-grey.text-darken-1{color:#757575 !important}.text-grey.text-darken-1.icon-outline{border-color:#757575 !important}.bg-grey.darken-2{background-color:#616161 !important}.text-grey.text-darken-2{color:#616161 !important}.text-grey.text-darken-2.icon-outline{border-color:#616161 !important}.bg-grey.darken-3{background-color:#424242 !important}.text-grey.text-darken-3{color:#424242 !important}.text-grey.text-darken-3.icon-outline{border-color:#424242 !important}.bg-grey.darken-4{background-color:#212121 !important}.text-grey.text-darken-4{color:#212121 !important}.text-grey.text-darken-4.icon-outline{border-color:#212121 !important}.bg-black{background-color:#000 !important}.text-black{color:#000 !important}.text-black.icon-outline{border-color:#000 !important}.bg-white{background-color:#fff !important}.text-white{color:#fff !important}.text-white.icon-outline{border-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.text-transparent{color:rgba(0,0,0,0) !important}.text-transparent.icon-outline{border-color:rgba(0,0,0,0) !important}@keyframes avatar-glow{0%,100%{box-shadow:0 0 8px 2px rgba(59,130,246,.15)}50%{box-shadow:0 0 24px 8px rgba(59,130,246,.55)}}.avatar-glow{animation:avatar-glow 3s ease-in-out infinite;border-radius:9999px}@keyframes avatar-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}.avatar-breathe{animation:avatar-breathe 3s ease-in-out infinite}@keyframes qr-glow{0%,100%{box-shadow:0 0 10px 4px rgba(0,0,0,.15)}50%{box-shadow:0 0 32px 12px rgba(0,0,0,.5)}}.qr-glow{animation:qr-glow 3s ease-in-out infinite;border-radius:.75rem}@keyframes flipCenter{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(100000px) rotate3d(1, 0, 0, 90deg)}40%{animation-timing-function:ease-in;transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}60%{opacity:1;transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}80%{transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}100%{transform:perspective(100000px)}}@-webkit-keyframes flipCenter{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(100000px) rotate3d(1, 0, 0, 90deg)}40%{animation-timing-function:ease-in;transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}60%{opacity:1;transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}80%{transform:perspective(100000px) rotate3d(1, 0, 0, 0deg)}100%{transform:perspective(100000px)}}.flipCenter{animation-name:flipCenter;backface-visibility:visible}@keyframes desployDown{0%{transform:scaleY(0);transform-origin:center top 0}100%{opacity:1;transform:scaleY(1);transform-origin:center top 0}}@-webkit-keyframes desployDown{0%{transform:scaleY(0);transform-origin:center top 0}100%{opacity:1;transform:scaleY(1);transform-origin:center top 0}}.desployDown{animation-name:desployDown;backface-visibility:visible}@keyframes fadeInRightTiny{0%{opacity:0;transform:translate3d(30%, 0px, 0px)}100%{opacity:1;transform:none}}@-webkit-keyframes fadeInRightTiny{0%{opacity:0;transform:translate3d(30%, 0px, 0px)}100%{opacity:1;transform:none}}.fadeInRightTiny{animation-name:fadeInRightTiny}@keyframes fadeInLeftTiny{0%{opacity:0;transform:translate3d(-30%, 0px, 0px)}100%{opacity:1;transform:none}}@-webkit-keyframes fadeInLeftTiny{0%{opacity:0;transform:translate3d(-30%, 0px, 0px)}100%{opacity:1;transform:none}}.fadeInLeftTiny{animation-name:fadeInLeftTiny}@keyframes slideInRightTiny{0%{transform:translate3d(30%, 0px, 0px)}100%{transform:none}}@-webkit-keyframes slideInRightTiny{0%{transform:translate3d(30%, 0px, 0px)}100%{transform:none}}.slideInRightTiny{animation-name:slideInRightTiny}@keyframes slideInLeftTiny{0%{transform:translate3d(-30%, 0px, 0px)}100%{transform:none}}@-webkit-keyframes slideInLeftTiny{0%{transform:translate3d(-30%, 0px, 0px)}100%{transform:none}}.slideInLeftTiny{animation-name:slideInLeftTiny}@keyframes slideInUpTiny{0%{transform:translate3d(0px, 5%, 0px)}100%{transform:none}}@-webkit-keyframes slideInUpTiny{0%{transform:translate3d(0px, 5%, 0px)}100%{transform:none}}.slideInUpTiny{animation-name:slideInUpTiny}.animation-duration-1{animation-duration:.1s}.animation-duration-2{animation-duration:.2s}.animation-duration-3{animation-duration:.3s}.animation-duration-4{animation-duration:.4s}.animation-duration-5{animation-duration:.5s}.animation-duration-6{animation-duration:.6s}.animation-duration-7{animation-duration:.7s}.animation-duration-8{animation-duration:.8s}.animation-duration-9{animation-duration:.9s}.animation-duration-10{animation-duration:1s}.animation-duration-11{animation-duration:1.1s}.animation-duration-12{animation-duration:1.2s}.animation-duration-13{animation-duration:1.3s}.animation-duration-14{animation-duration:1.4s}.animation-duration-15{animation-duration:1.5s}.animation-duration-16{animation-duration:1.6s}.animation-duration-17{animation-duration:1.7s}.animation-duration-18{animation-duration:1.8s}.animation-duration-19{animation-duration:1.9s}.animation-duration-20{animation-duration:2s}.animation-duration-21{animation-duration:2.1s}.animation-duration-22{animation-duration:2.2s}.animation-duration-23{animation-duration:2.3s}.animation-duration-24{animation-duration:2.4s}.animation-duration-25{animation-duration:2.5s}.animation-duration-26{animation-duration:2.6s}.animation-duration-27{animation-duration:2.7s}.animation-duration-28{animation-duration:2.8s}.animation-duration-29{animation-duration:2.9s}.animation-duration-30{animation-duration:3s}.animation-duration-31{animation-duration:3.1s}.animation-duration-32{animation-duration:3.2s}.animation-duration-33{animation-duration:3.3s}.animation-duration-34{animation-duration:3.4s}.animation-duration-35{animation-duration:3.5s}.animation-duration-36{animation-duration:3.6s}.animation-duration-37{animation-duration:3.7s}.animation-duration-38{animation-duration:3.8s}.animation-duration-39{animation-duration:3.9s}.animation-duration-40{animation-duration:4s}.animation-delay-1{animation-delay:.1s}.animation-delay-2{animation-delay:.2s}.animation-delay-3{animation-delay:.3s}.animation-delay-4{animation-delay:.4s}.animation-delay-5{animation-delay:.5s}.animation-delay-6{animation-delay:.6s}.animation-delay-7{animation-delay:.7s}.animation-delay-8{animation-delay:.8s}.animation-delay-9{animation-delay:.9s}.animation-delay-10{animation-delay:1s}.animation-delay-11{animation-delay:1.1s}.animation-delay-12{animation-delay:1.2s}.animation-delay-13{animation-delay:1.3s}.animation-delay-14{animation-delay:1.4s}.animation-delay-15{animation-delay:1.5s}.animation-delay-16{animation-delay:1.6s}.animation-delay-17{animation-delay:1.7s}.animation-delay-18{animation-delay:1.8s}.animation-delay-19{animation-delay:1.9s}.animation-delay-20{animation-delay:2s}.animation-delay-21{animation-delay:2.1s}.animation-delay-22{animation-delay:2.2s}.animation-delay-23{animation-delay:2.3s}.animation-delay-24{animation-delay:2.4s}.animation-delay-25{animation-delay:2.5s}.animation-delay-26{animation-delay:2.6s}.animation-delay-27{animation-delay:2.6s}.animation-delay-28{animation-delay:2.8s}.animation-delay-29{animation-delay:2.9s}.animation-delay-30{animation-delay:3s}.animation-delay-31{animation-delay:3.1s}.animation-delay-32{animation-delay:3.2s}.animation-delay-33{animation-delay:3.3s}.animation-delay-34{animation-delay:3.4s}.animation-delay-35{animation-delay:3.5s}.animation-delay-36{animation-delay:3.6s}.animation-delay-37{animation-delay:3.7s}.animation-delay-38{animation-delay:3.8s}.animation-delay-39{animation-delay:3.9s}.animation-delay-40{animation-delay:4s}.animation-delay-41{animation-delay:4.1s}.animation-delay-42{animation-delay:4.2s}.animation-delay-43{animation-delay:4.3s}.animation-delay-44{animation-delay:4.4s}.animation-delay-45{animation-delay:4.5s}.animation-delay-46{animation-delay:4.6s}.animation-delay-47{animation-delay:4.7s}.animation-delay-48{animation-delay:4.8s}.animation-delay-49{animation-delay:4.9s}.animation-delay-50{animation-delay:5s}@keyframes webKioskScan{0%,100%{top:10%}50%{top:90%}}@-webkit-keyframes webKioskScan{0%,100%{top:10%}50%{top:90%}}.web-kiosk-scanner-line{animation:webKioskScan 2s ease-in-out infinite}@keyframes skeletonPulse{0%{opacity:.6}50%{opacity:1}100%{opacity:.6}}@keyframes skeletonShimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.qr-skeleton-loader{background-color:var(--gray-200, #e0e0e0);animation:skeletonPulse 1.2s ease-in-out infinite}.skeleton-loader{background-color:var(--gray-200, #e0e0e0);animation:skeletonPulse 1.2s ease-in-out infinite;border-radius:4px}.skeleton-shimmer{background:linear-gradient(90deg, var(--gray-200, #e0e0e0) 25%, transparent 37%, var(--gray-200, #e0e0e0) 63%);background-size:400% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:4px}.skeleton-theme{--skeleton-base-color: var(--gray-200, #e0e0e0);--skeleton-highlight-color: var(--gray-100, #f8f9fa)}html{height:100%}body{font-family:"Nunito Sans",sans-serif;font-size:13px;font-weight:400;color:#5c5c5c;background-color:#fff;height:100%;overflow:auto}body.ios-mobile-view-height{height:auto !important;overflow:visible !important}#nprogress .bar{z-index:5000 !important;background:#e8eaf6 !important}#nprogress .peg{-webkit-box-shadow:0 0 10px #e8eaf6,0 0 5px #e8eaf6 !important;-moz-box-shadow:0 0 10px #e8eaf6,0 0 5px #e8eaf6 !important;-o-box-shadow:0 0 10px #e8eaf6,0 0 5px #e8eaf6 !important;box-shadow:0 0 10px #e8eaf6,0 0 5px #e8eaf6 !important}#nprogress .spinner{z-index:5000 !important}#nprogress .spinner-icon{border-top-color:#e8eaf6 !important;border-left-color:#e8eaf6 !important}.text-transform-none{text-transform:none}.br-break{word-break:break-all !important}.font-weight-semibold{font-weight:500 !important}.z-index-20{z-index:20}.border-bottom{border-bottom:solid 1px #dee2e6}.col-with-divider div[class*=col-]{border-left:solid 1px #dee2e6}.col-with-divider div[class*=col-]:first-child{border:0 none}.height-100{height:100px !important}.height-150{height:150px !important}.height-130{height:130px !important}.height-200{height:200px !important}.max-width-100{max-width:100px !important}.max-height-120{max-height:120px !important}.right-arrow{display:inline-block;color:#1371ec;text-transform:capitalize}.right-arrow:after{content:"";font-family:"Material-Design-Iconic-Font";color:#1371ec;margin-left:8px;font-size:20px;vertical-align:middle}.right-arrow:hover,.right-arrow:focus{text-decoration:none}.letter-spacing-base{letter-spacing:3px}.letter-spacing-lg{letter-spacing:6px}.letter-spacing-xl{letter-spacing:8px}.page-heading{margin-bottom:38px}.page-heading .title{text-transform:capitalize;font-weight:600}.page-heading .breadcrumb{padding:0;background-color:rgba(0,0,0,0);margin-bottom:0}@media screen and (max-width: 575px){.page-heading{margin-bottom:18px}}.sub-heading{font-size:13px;color:#adb5bd;margin-bottom:0}.sub-heading:not(:last-child){margin-bottom:16px !important}.manage-margin{margin-bottom:0}.manage-margin>*{margin-bottom:6px}.manage-margin>*:not(:last-child){margin-right:16px}.no-shadow{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.shadow-sm{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-o-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15)}.shadow{-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-o-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);box-shadow:0 1px 4px 0 rgba(0,0,0,.15)}.shadow-lg{-webkit-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);-o-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);box-shadow:0 1px 8px -1px rgba(0,0,0,.2)}.shadow-xl{-webkit-box-shadow:0 0 16px 0px rgba(0,0,0,.2);-moz-box-shadow:0 0 16px 0px rgba(0,0,0,.2);-o-box-shadow:0 0 16px 0px rgba(0,0,0,.2);box-shadow:0 0 16px 0px rgba(0,0,0,.2)}.avatar-shadow{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.5);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.5);-o-box-shadow:0 1px 3px 0 rgba(0,0,0,.5);box-shadow:0 1px 3px 0 rgba(0,0,0,.5)}.remove-table-border td,.remove-table-border th{border:0 none}.media-list{margin-bottom:10px}.media-list:not(:last-child){border-bottom:solid 1px #e9ecef;padding-bottom:15px;margin-bottom:20px;position:relative}.border-2{border:2px solid #ced4da !important}.border-w2{border-width:2px}.border-primary{border-color:#1371ec !important}.border-red{border-color:#f44336 !important}.border-pink{border-color:#e91e63 !important}.border-purple{border-color:#9c27b0 !important}.border-deep-purple{border-color:#673ab7 !important}.border-indigo{border-color:#1371ec !important}.border-blue{border-color:#2196f3 !important}.border-light-blue{border-color:#03a9f4 !important}.border-cyan{border-color:#00bcd4 !important}.border-teal{border-color:#009688 !important}.border-green{border-color:#4caf50 !important}.border-light-green{border-color:#8bc34a !important}.border-lime{border-color:#cddc39 !important}.border-yellow{border-color:#ffeb3b !important}.border-amber{border-color:#ffc107 !important}.border-orange{border-color:#ff9800 !important}.border-deep-orange{border-color:#ff5722 !important}.border-brown{border-color:#795548 !important}.border-blue-grey{border-color:#607d8b !important}.border-grey{border-color:#9e9e9e !important}.center-crop-img{position:relative;width:100%;min-height:120px;overflow:hidden}.center-crop-img img{position:absolute;left:50%;top:50%;height:100%;width:auto;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.center-crop-img img.portrait{width:100%;height:auto}.pointer{cursor:pointer}.icon-btn{height:48px;display:flex;align-items:center;width:48px;justify-content:center;font-size:20px;cursor:pointer;color:#6c757d}.header-notifications .icon-btn{padding:0 4px}.avatar{width:60px;height:60px;text-align:center;line-height:60px;color:#fafafa}.avatar-lg{width:80px;height:80px;line-height:80px;text-align:center;color:#fafafa}.avatar-sm{width:40px;height:40px;text-align:center;color:#fafafa}.animated{-webkit-animation-fill-mode:none !important;animation-fill-mode:none !important}.overflow-hidden{overflow:hidden}.icons-showcase>div{cursor:pointer;padding:7px 15px;border-radius:4px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.text-decoration{text-decoration:none !important}.row-5{margin-left:-5px;margin-right:-5px}.row-5>[class*=col-]{padding-left:5px;padding-right:5px}.font-size-16{font-size:16px !important}.font-size-20{font-size:20px !important}.clickable{cursor:pointer}.limitHeight{max-height:450px;overflow-y:auto}.btn-white{background-color:#fff;color:#5c5c5c;border-color:#5c5c5c;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-white:hover{background-color:#f8f8ff}.rc-drawer-sidebar{width:30%}@media screen and (max-width: 575px){.rc-drawer-sidebar{width:100%}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400;margin:0 0 12px;color:inherit}h1,.h1{font-size:24px}h2,.h2{font-size:18px}h3,.h3{font-size:16px}h4,.h4{font-size:15px}h5,.h5{font-size:13px}h6,.h6{font-size:12px}.text-strikethrough{text-decoration:line-through !important}@media screen and (max-width: 991px){h1,.h1{font-size:18px}h2,.h2{font-size:16px}h3,.h3{font-size:15px}}.desc-list{margin-bottom:0}.desc-list li{padding:24px 30px;border-bottom:1px solid #ced4da;margin-left:-30px;margin-right:-30px}.desc-list li:last-child{border-bottom:0 none}.desc-list li .card-title{margin-bottom:6px}.desc-list.even-odd li{border-bottom:0 none}.desc-list.even-odd li:nth-child(2n){background-color:#dee2e6}.app-sidebar{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:280px;min-width:280px;max-width:280px}.app-header{min-height:70px;position:relative}.side-nav{width:280px;background-color:#fff !important;color:#868e96 !important;border-right:solid 1px #e9ecef !important;z-index:1250 !important}.side-nav .user-profile{background-color:hsl(0,0%,97%);padding:13px 20px !important}.side-nav .user-avatar{margin:0 15px 0 0 !important;height:44px !important;width:44px !important;line-height:44px}.side-nav .user-detail .user-name{color:#1371ec;cursor:pointer;font-size:13px;font-weight:400;white-space:nowrap}.user-detail .user-name{cursor:pointer}ul.nav-menu{position:relative;font-size:13px;list-style:outside none none;margin:0;padding:0;width:100%;height:100%}ul.nav-menu li{position:relative;margin-bottom:1px}ul.nav-menu li.menu+.nav-header{margin-top:40px}ul.nav-menu li.menu .sub-menu{display:none}ul.nav-menu li.menu.open>.sub-menu{display:block}ul.nav-menu li.menu.open .menu.active>.sub-menu{display:block}ul.nav-menu li a{color:#868e96;display:block;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none;border-radius:0}ul.nav-menu li a .badge{margin-bottom:0;padding:3px 8px 2px}ul.nav-menu .nav-header{color:#868e96;padding:4px 22px;font-size:11px;text-transform:uppercase}ul.nav-menu .nav-header:first-child{margin-top:30px}ul.nav-menu>li.selected>a,ul.nav-menu>li.open>a,ul.nav-menu>li>a:hover,ul.nav-menu>li>a:focus{color:#1371ec}ul.nav-menu li.menu>a{padding:16px 20px;border-left:2px solid rgba(0,0,0,0)}ul.nav-menu li.menu.open>a{border-color:rgba(0,0,0,0)}ul.nav-menu li.menu>a:focus:before,ul.nav-menu li.menu>a:hover:before{color:#1371ec}ul.nav-menu li i{margin-right:12px;font-size:15px}ul.nav-menu li ul{list-style:outside none none;margin:0;padding:0;position:relative;overflow:hidden}ul.nav-menu li ul.sub-menu li>a{padding:7px 20px 7px 56px}ul.nav-menu li ul.sub-menu>li>ul>li>a{padding-left:76px}ul.nav-menu li ul.sub-menu>li>ul>li>ul>li>a{padding-left:96px}ul.nav-menu li ul.sub-menu>li>ul>li>ul>li>ul>li>a{padding-left:116px}ul.nav-menu li.menu>a:before{color:#868e96;content:"";display:inline-block;float:right;font-family:"Material-Design-Iconic-Font";font-size:15px;margin-left:10px;position:relative;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;font-weight:normal}ul.nav-menu li.menu.no-arrow>a:before{display:none}ul.nav-menu li.menu.selected>a:before,ul.nav-menu li.menu.open>a:before,ul.nav-menu li.menu>a:focus:before,ul.nav-menu li.menu li>a:hover:before{background-color:rgba(0,0,0,0);color:#1371ec}ul.nav-menu li.menu.open>a:before,ul.nav-menu li.menu.active>a:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}ul.nav-menu li.menu .sub-menu li>a.active .nav-text{padding:3px 7px;margin-left:-7px;background-color:#1371ec;color:#fff;border-radius:4px;display:inline-block}ul.nav-menu li.menu .sub-menu li>a:hover,ul.nav-menu li.menu .sub-menu li>a:focus,ul.nav-menu li.menu.open .sub-menu li>a.active:before,ul.nav-menu li.menu .sub-menu li>a:focus:before,ul.nav-menu li.menu .sub-menu li>a:hover:before{color:#1371ec}.app-container.mini-drawer .side-nav{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:80px}.app-container.mini-drawer .side-nav .nav-menu li span.nav-text,.app-container.mini-drawer .side-nav .customizer{display:none}.app-container.mini-drawer .side-nav .user-profile .user-detail{display:none !important}.app-container.mini-drawer .side-nav .nav-menu .menu.open>.sub-menu{display:none !important}.app-container.mini-drawer .side-nav .nav-menu li{text-align:center}.app-container.mini-drawer .side-nav .nav-menu li i{margin-right:0}.app-container.mini-drawer .side-nav .nav-menu li.nav-header{padding:4px 5px}.app-container.mini-drawer .side-nav ul.nav-menu li a{padding:16px 20px}.app-container.mini-drawer .side-nav ul.nav-menu ul.sub-menu li a{padding-left:30px}.app-container.mini-drawer .side-nav ul.nav-menu>li>a:before{display:none}.app-container.mini-drawer .side-nav .mini-logo-img-hover{display:none}.app-container.mini-drawer .side-nav:hover{width:280px}.app-container.mini-drawer .side-nav:hover .nav-menu li span.nav-text{display:inline-block !important}.app-container.mini-drawer .side-nav:hover .user-profile .user-detail{display:flex !important}.app-container.mini-drawer .side-nav:hover .nav-menu .menu.open>.sub-menu{display:block !important}.app-container.mini-drawer .side-nav:hover .customizer{display:flex !important}.app-container.mini-drawer .side-nav:hover ul.nav-menu li{text-align:left}.app-container.mini-drawer .side-nav:hover ul.nav-menu li i{margin-right:16px}.app-container.mini-drawer .side-nav:hover ul.nav-menu li a{padding:16px 20px}.app-container.mini-drawer .side-nav:hover ul.nav-menu li.nav-header{padding:4px 22px}.app-container.mini-drawer .side-nav:hover ul.nav-menu ul.sub-menu li a{padding:7px 20px 7px 56px}.app-container.mini-drawer .side-nav:hover ul.nav-menu ul.sub-menu>li>ul>li>a{padding-left:76px}.app-container.mini-drawer .side-nav:hover ul.nav-menu ul.sub-menu>li>ul>li>ul>li>a{padding-left:96px}.app-container.mini-drawer .side-nav:hover ul.nav-menu ul.sub-menu>li>ul>li>ul>li>ul>li>a{padding-left:116px}.app-container.mini-drawer .side-nav:hover ul.nav-menu>li>a:before{display:block}.app-container.mini-drawer .side-nav:hover .mini-logo-img{display:none}.app-container.mini-drawer .side-nav:hover .mini-logo-img-hover{display:block}.customizer{padding:20px 35px}.customizer img{padding:5px;cursor:pointer}.user-info ul li{font-size:15px}.rc-drawer-left .rc-drawer-sidebar,.rc-drawer-right .rc-drawer-sidebar{height:100vh}.rc-drawer-sidebar{position:fixed;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}.rc-drawer.rc-drawer-left .rc-drawer-sidebar{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:903}.rc-drawer.rc-drawer-right .rc-drawer-sidebar{right:0;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:903}.rc-drawer.rc-drawer-top .rc-drawer-sidebar{z-index:903}.rc-drawer.rc-drawer-bottom .rc-drawer-sidebar{z-index:903}.rc-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,.1) !important}.drawer-container{position:relative}.drawer-container .main{position:relative;padding:10px;box-sizing:border-box}.rc-drawer-overlay{z-index:902;position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:opacity .3s ease-out;background-color:rgba(0,0,0,.3);height:100vh;min-width:100% !important}.app-sidebar.rc-drawer.rc-drawer-docked{position:relative}.jr-menu-icon{outline:none !important;-webkit-justify-content:flex-start !important;justify-content:flex-start !important;padding:0 5px !important;margin-right:15px;display:flex;cursor:pointer;align-items:center}.app-main-header{background-color:#fff;color:gray;max-height:70px;position:relative}.app-main-header .search-bar input{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:rgba(0,0,0,0);color:gray}.app-main-header .search-bar input+.search-icon{top:0}.app-main-header .search-bar input+.search-icon i{color:rgba(128,128,128,.8)}.app-main-header .search-bar input:focus{background-color:#fff;color:gray}.app-main-header .search-bar input:focus+.search-icon i{color:rgba(128,128,128,.8)}.app-header .app-main-header{border-bottom:1px solid #dee2e6}.jr-card .app-main-header{border:1px solid #ced4da;border-radius:8px}.app-logo{margin-right:12px}.app-logo img{height:45px}@media screen and (max-width: 575px){.app-logo img{height:28px}}.app-header .app-logo{margin-right:20px}@media screen and (max-width: 991px){.app-header .app-logo{margin-right:auto}}.react-logo-white.d-block{display:none !important}@media screen and (min-width: 992px){.react-logo-white.d-lg-block{display:none !important}}.sidebar-header{min-height:70px;padding:10px 22px;border-bottom:1px solid #dee2e6}.app-toolbar{min-height:70px;padding:0 40px}.app-toolbar .search-bar{margin-right:auto;max-width:320px;width:300px}@media screen and (max-width: 1199px){.app-toolbar .search-bar{width:240px}}@media screen and (max-width: 1099px){.app-toolbar .search-bar{width:200px}}@media screen and (max-width: 767px){.app-toolbar .search-bar{margin-left:40px;width:180px}}@media screen and (max-width: 575px){.app-toolbar{padding:0 20px}}.app-top-nav .app-toolbar{min-height:40px}@media screen and (max-width: 1199px){.app-header-horizontal .app-toolbar .search-bar{margin-right:10px}}.app-toolbar-special .search-bar{width:200px}@media screen and (max-width: 991px){.app-toolbar-special .search-bar{width:280px}}@media screen and (max-width: 767px){.app-toolbar-special .search-bar{width:200px}}.app-toolbar .nav-searchbox .search-bar{margin-left:0;width:100%}.app-toolbar .nav-searchbox .search-bar input{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#fff;color:#5c5c5c}.app-toolbar .nav-searchbox .search-bar input+.search-icon i{color:rgba(92,92,92,.8)}.app-toolbar .nav-searchbox .search-bar input:focus{background-color:rgba(0,0,0,0);color:#5c5c5c}.app-toolbar .nav-searchbox .search-bar input:focus+.search-icon i{color:rgba(92,92,92,.8)}.header-notifications{margin-bottom:0}.header-notifications li{vertical-align:middle}@media screen and (max-width: 449px){.header-notifications .list-inline-item:not(:last-child){margin-right:0}}.dropdown-menu{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.quick-menu .dropdown-menu{padding:5px 10px;width:350px}.quick-menu .dropdown-menu .jr-card-header{margin:-5px -10px 5px;padding:10px 10px 10px 20px;border-bottom:1px solid #dee2e6;z-index:10}.quick-menu .dropdown-menu:after{border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #fff;top:-9px;content:"";height:9px;position:absolute;right:8px;width:10px}.quick-menu .dropdown-menu:before{border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #000;top:-10px;content:"";height:10px;position:absolute;right:8px;width:10px}@media screen and (max-width: 449px){.quick-menu .dropdown-menu{width:230px}}@media screen and (max-width: 359px){.quick-menu .dropdown-menu{width:180px}}.quick-menu .messages-list .user-avatar{position:relative}.quick-menu .messages-list .badge{position:absolute;left:-4px;top:-4px;height:16px;width:16px;line-height:16px;text-align:center;padding:0}.app-header .nav-searchbox.quick-menu .dropdown-menu{width:200px;left:0 !important;right:auto !important}.app-header .nav-searchbox.quick-menu .dropdown-menu:after{right:auto;left:8px}.app-header .nav-searchbox.quick-menu .dropdown-menu:before{right:auto;left:8px}@media screen and (max-width: 400px){.app-header .nav-searchbox.quick-menu{display:none}}@media screen and (max-width: 575px){.app-header .nav-searchbox.quick-menu .dropdown-menu{width:200px}}@media screen and (max-width: 399px){.app-header .nav-searchbox.quick-menu .dropdown-menu{width:100px}}.language-list li{display:block !important}.messages-list.language-list ul li{padding:7px 6px 6px}.messages-list ul li{position:relative;padding:20px 10px 14px;border-bottom:1px solid #dee2e6}.messages-list ul li .user-name a{color:#1371ec}.messages-list ul li .sub-heading{font-size:11px;margin-bottom:6px !important}.messages-list ul li .sub-heading.mb-0{margin-bottom:0 !important}.messages-list ul li:last-child{border-bottom:0 none}.messages-list ul li .jr-btn{margin-right:0 !important}.messages-list ul li .jr-btn-xs{font-size:11px !important;padding:5px !important}.quick-menu .icon-btn{color:gray}.quick-menu .icon-alert{position:relative}.quick-menu .icon-alert:after{display:block;position:absolute;content:"";right:0;top:0;z-index:10;width:8px;height:8px;background-color:#f44336;border-radius:50%}.quick-menu i.animated.infinite{-moz-animation-iteration-count:25;-webkit-animation-iteration-count:25;-o-animation-iteration-count:25;animation-iteration-count:25}.quick-menu .dropdown-menu{display:block;visibility:hidden;left:auto !important;right:0 !important;opacity:0;transform:translate3d(0px, 100px, 0px) !important;-webkit-transition:all 200ms linear 0ms;-o-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms}.quick-menu.show .dropdown-menu{opacity:1;transform:translate3d(0px, 30px, 0px) !important;visibility:visible}.user-nav .quick-menu .dropdown-menu{width:200px;padding:0 0 15px}.user-nav .quick-menu .dropdown-menu:after{border-bottom-color:#fff}.user-nav .quick-menu .user-profile{position:relative;padding:20px 25px;background-color:#fff;margin-bottom:15px;border-radius:.25rem .25rem 0 0}.module-box-header-right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center}.app-top-header{position:relative;z-index:9999}.app-main-menu .navbar-nav{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.navbar-nav{position:relative}.navbar-nav li{position:relative}.navbar-nav li:hover>ul.sub-menu,.navbar-nav li:focus>ul.sub-menu{opacity:1;visibility:visible;top:100%}.navbar-nav li:hover>a,.navbar-nav li:focus>a{color:#1371ec}.navbar-nav li a{display:block;color:#868e96;padding:10px 0;font-size:16px}.navbar-nav li a:hover,.navbar-nav li a:focus{text-decoration:none;color:#1371ec}.navbar-nav li.mega-menu{position:static}.navbar-nav li.mega-menu ul.sub-menu{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:85%;margin:0 auto;left:0;right:0}.navbar-nav li.mega-menu ul.sub-menu li{width:25%;padding:0 15px}.navbar-nav>li:last-child ul.sub-menu{left:auto;right:0}.navbar-nav>li:last-child ul.sub-menu ul.sub-menu{left:auto;right:100%;top:50px}.navbar-nav>li:last-child ul.sub-menu li:hover>ul.sub-menu,.navbar-nav>li:last-child ul.sub-menu li:focus>ul.sub-menu{top:0}.navbar-nav li.nav-item{padding:0 10px}.navbar-nav li.nav-item>a{padding:0}.navbar-nav li.nav-item.active>a{color:#1371ec}.navbar-nav li.nav-item:hover>a,.navbar-nav li.nav-item:focus>a,.navbar-nav li.nav-item>a:hover,.navbar-nav li.nav-item>a:focus{color:#1371ec}.navbar-nav ul.sub-menu{list-style:none;border:solid 1px #ced4da;position:absolute;left:0;top:100px;opacity:0;padding:10px 0;background-color:#fff;visibility:hidden;border-radius:4px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.navbar-nav ul.sub-menu li a{padding:5px 15px;width:200px;font-size:14px}.navbar-nav ul.sub-menu li a.active{color:#1371ec}.navbar-nav ul.sub-menu li>ul.sub-menu{left:100%;right:auto;top:50px}.navbar-nav ul.sub-menu li:hover>ul.sub-menu,.navbar-nav ul.sub-menu li:focus>ul.sub-menu{top:0}.navbar-nav ul.sub-menu li a i{margin-right:10px}.navbar-nav ul.sub-menu li.active>a{color:#1371ec}.navbar-nav .nav-arrow>a{position:relative}.navbar-nav .nav-arrow>a:before{color:#868e96;content:"";display:inline-block;float:right;font-family:"Material-Design-Iconic-Font";font-size:15px;margin-left:10px;position:relative;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;font-weight:normal}.navbar-nav .nav-arrow a:hover:before,.navbar-nav .nav-arrow a:focus:before{color:#1371ec}.navbar-nav .nav-arrow:hover>a:before,.navbar-nav .nav-arrow:focus>a:before,.navbar-nav .nav-arrow.active>a:before{color:#1371ec}.navbar-nav ul.sub-menu-half{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px}.navbar-nav ul.sub-menu-half li{width:50%}.navbar-nav ul.sub-menu-half li a{width:100%}@media screen and (max-width: 1099px){.navbar-nav ul.sub-menu-half li a{font-size:13px}}@media screen and (max-width: 1099px){.navbar-nav ul.sub-menu-half{width:262px}}.navbar-nav-mega{position:static !important}.app-top-nav{background-color:#1371ec}.app-top-nav .navbar-nav li.nav-item{padding:0 30px}.app-top-nav .navbar-nav li.nav-item>a{color:#fff;padding:13px 0}.app-top-nav .navbar-nav li.nav-item:hover>a,.app-top-nav .navbar-nav li.nav-item:focus>a,.app-top-nav .navbar-nav li.nav-item>a:hover,.app-top-nav .navbar-nav li.nav-item>a:focus,.app-top-nav .navbar-nav li.nav-item.active>a{color:#e8eaf6}.app-top-nav .navbar-nav ul.sub-menu{margin-top:0}.app-footer{padding:0 40px;border-top:solid 1px hsl(0,0%,90%);background-color:#fff;color:#868e96;line-height:50px;min-height:50px}.app-footer a{color:#868e96}.app-footer a:hover{color:#1371ec}@media screen and (max-width: 575px){.app-footer{padding:20px}}@media screen and (max-width: 400px){.app-footer{font-size:12px}}.color-theme{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:450px;height:100%}@media screen and (max-width: 499px){.color-theme{max-width:250px}}.color-theme-header{background-color:#1371ec;color:#fff;padding:19px 25px 20px;text-transform:uppercase;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.color-theme-header .color-theme-title{margin-bottom:0}.color-theme-body{padding:28px 25px}.color-theme-body h3{margin-bottom:20px}@media screen and (max-width: 499px){.color-theme-body{padding:25px 15px}}.color-option{list-style:none;padding-left:0;margin:0 -7px 10px}.color-option li{position:relative;display:inline-block;padding:0 7px;margin-bottom:10px}.color-option li a{height:45px;width:45px;line-height:45px;display:inline-block;color:rgba(0,0,0,0) !important;position:relative}.color-option li a:before{content:"";font-family:"Material-Design-Iconic-Font";font-size:20px;height:45px;width:45px;line-height:45px;position:absolute;top:0;left:0;color:#fff;text-align:center;display:none;z-index:2}.color-option li a.active:before{display:block}.cr-op-dark-sidebar li a:after{content:"";position:absolute;left:0;top:0;bottom:0;z-index:1;background-color:#5c5c5c;width:8px}.theme-option{position:fixed;top:30%;right:0;z-index:1500;background-color:#9c27b0;border-top-left-radius:4px;border-bottom-left-radius:4px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 4px rgba(0,0,0,.5);-o-box-shadow:1px 1px 4px rgba(0,0,0,.5);box-shadow:1px 1px 4px rgba(0,0,0,.5);color:#fff}.theme-option span.icon-btn{position:relative;z-index:1505}.app-sidebar-content.right-sidebar .rc-drawer-sidebar{z-index:1506;color:#5c5c5c;background-color:#fff}.app-sidebar-content.right-sidebar.lists-recurring-drawer .rc-drawer-overlay{opacity:0 !important;min-width:calc(100vw - 650px) !important;width:calc(100vw - 650px) !important;margin-right:auto !important}.app-sidebar-content.right-sidebar.add-profiles-to-list-drawer .rc-drawer-overlay{opacity:0 !important;min-width:70vw !important;width:70vw !important;margin-right:auto !important}.material-switch{margin-bottom:24px}.material-switch>input[type=checkbox]{display:none}.material-switch>label{cursor:pointer;height:0;position:relative;width:40px}.material-switch>label:before{background:#000;box-shadow:inset 0 0 10px rgba(0,0,0,.5);border-radius:8px;content:"";height:16px;margin-top:-8px;position:absolute;opacity:.3;transition:all .4s ease-in-out;width:40px}.material-switch>label:after{background:#fff;border-radius:16px;box-shadow:0 0 5px rgba(0,0,0,.3);content:"";height:24px;left:-4px;margin-top:-8px;position:absolute;top:-4px;transition:all .3s ease-in-out;width:24px}.material-switch>input[type=checkbox]:checked+label::before{background:#000;opacity:.5}.material-switch>input[type=checkbox]:checked+label::after{background:#495057;left:20px}@media screen and (max-width: 499px){.color-theme .jr-btn{padding:10px 15px !important}}.alert{border:0 none;padding:20px 24px;border-radius:8px;position:relative}.alert .close{line-height:inherit;font-weight:300}.alert .alert-addon{width:60px;background-color:rgba(0,0,0,.2);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:absolute;left:0;top:0;bottom:0;z-index:1}.alert-dismissible{padding-right:60px}.alert-addon-card{padding-left:80px}.user-avatar{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;overflow:hidden;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;border-radius:50%;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;border:1px solid #ced4da}.user-avatar.avatar-shadow{border:0 none}.user-profile{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;align-items:flex-start}.user-profile .user-detail{-webkit-flex:1;flex:1;-ms-flex-align:center;-webkit-align-self:center;align-self:center}.user-detail .user-name{margin-bottom:2px;font-weight:400;text-transform:capitalize}.user-detail .user-description{font-size:12px;margin-bottom:0;color:#adb5bd}.user-thumb{position:relative}.messages-list .user-thumb{margin-right:8px}.badge{font-weight:400;padding:3px 8px;line-height:inherit;margin-bottom:6px;border-radius:2px}.badge:not(:last-child){margin-right:15px}table .badge{margin-bottom:0}.badge-pill{border-radius:20px}.badge-border{border:2px solid !important}.badge-outline{background-color:rgba(0,0,0,0);border:1px solid #ced4da}blockquote{padding:10px 0 10px 20px;font-size:13px !important}blockquote .blockquote-footer{font-size:13px !important}.blockquote{border-left:5px solid #e9ecef}.blockquote-reverse{border-left:0 none;border-right:5px solid #e9ecef;text-align:right;padding-left:0;padding-right:20px}.breadcrumb{border-radius:2px}.breadcrumb-item+.breadcrumb-item::before{content:"";font-family:"Material-Design-Iconic-Font";font-size:16px;line-height:1;vertical-align:middle}button{outline:0 none !important;cursor:pointer;border:1px solid rgba(0,0,0,0)}.jr-btn{position:relative;display:inline-block;font-size:13px;font-weight:400;text-transform:capitalize;line-height:1.2;border-radius:4px;vertical-align:top;cursor:pointer;text-align:center}.jr-btn:hover,.jr-btn:focus,.jr-btn:active{outline:0 none;text-decoration:none;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.login-content .jr-btn{padding:10px 35px}.btn:hover,.btn:focus,.btn:active{outline:0 none;text-decoration:none;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.login-content .btn{padding:10px 35px}.btn,.btn-info,.btn-success,.btn-warning,.btn-danger,.btn-light,.btn-dark,.btn-primary,.btn-secondary{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.show>.btn.dropdown-toggle:focus,.show>.btn-info.dropdown-toggle:focus,.show>.btn-success.dropdown-toggle:focus,.show>.btn-warning.dropdown-toggle:focus,.show>.btn-danger.dropdown-toggle:focus,.show>.btn-light.dropdown-toggle:focus,.show>.btn-dark.dropdown-toggle:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.jr-btn,.jr-fab-btn,.jr-flat-btn,.btn{margin-bottom:6px;text-transform:capitalize}.jr-btn:not(:last-child),.jr-fab-btn:not(:last-child),.jr-flat-btn:not(:last-child),.btn:not(:last-child){margin-right:15px}.form-inline .jr-btn,.form-inline .jr-fab-btn,.form-inline .jr-flat-btn,.form-inline .btn{margin-bottom:0;min-height:35px}.navbar .jr-btn,.navbar .jr-fab-btn,.navbar .jr-flat-btn,.navbar .btn{margin-bottom:0}.btn-primary:focus,.btn-primary.focus{box-shadow:none !important}.input-group>.input-group-prepend>.btn,.input-group>.input-group-append>.btn{margin-right:0;margin-bottom:0;line-height:inherit}.jr-fab-btn{position:relative;display:inline-flex;border-radius:50%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#eee;overflow:hidden}.jr-fab-btn:hover,.jr-fab-btn:focus{outline:0 none;text-decoration:none}.jr-btn,.jr-flat-btn{padding:12px 20px}.jr-btn i+span,.jr-btn span+i,.jr-flat-btn i+span,.jr-flat-btn span+i{margin-left:6px}.jr-flat-btn{background-color:rgba(0,0,0,0);color:#5c5c5c}.jr-flat-btn:hover,.jr-flat-btn:focus,.jr-flat-btn:active{background-color:#f5f5f5;color:#5c5c5c}.jr-btn-group{margin:0 -8px}.jr-btn-group:not(:last-child){margin-bottom:16px}.jr-btn-group .jr-btn,.jr-btn-group .jr-fab-btn{margin:0 8px 18px}.jr-btn-rounded{border-radius:50px !important}.jr-btn-lg,.btn-group-lg>.jr-btn{padding:16px 24px}.jr-btn-sm,.btn-group-sm>.jr-btn{padding:8px 15px}.jr-btn-xs{padding:6px 10px}.jr-btn-fab-lg,.jr-btn-lg,.btn-group-lg>.jr-btn{font-size:17px}.jr-btn-fab-lg i,.jr-btn-lg i,.btn-group-lg>.jr-btn i{font-size:19px}.jr-btn-fab-sm,.jr-btn-sm,.btn-group-sm>.jr-btn{font-size:11px}.jr-btn-fab-sm i,.jr-btn-sm i,.btn-group-sm>.jr-btn i{font-size:11px}.jr-btn-fab-xs,.jr-btn-xs{font-size:10px}.jr-btn-fab-xs i,.jr-btn-xs i{font-size:10px}.complex-btn-wrapper{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:200px;width:100%}.complex-btn{position:relative;height:200px;overflow:hidden;width:33.333%;border:0 none}@media screen and (max-width: 767px){.complex-btn{width:100%;height:100px}}.complex-btn:hover{z-index:1}.complex-btn:hover .img-btn-overlay{opacity:.15}.complex-btn:hover .img-marked{opacity:0}.complex-btn:hover .img-title{border:4px solid currentColor}.complex-btn .img-btn{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#fff}.complex-btn .img-src{position:absolute;left:0;right:0;top:0;bottom:0;background-size:cover;background-position:center 40%}.complex-btn .img-btn-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:#000;opacity:.4;-webkit-transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);-o-transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);transition:all .5s cubic-bezier(0.4, 0, 0.2, 1)}.complex-btn .img-title{position:relative;padding:16px 32px 14px}.complex-btn .img-marked{height:3px;width:18px;background:#fff;position:absolute;bottom:-2px;left:calc(50% - 9px);-webkit-transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);-o-transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);transition:all .5s cubic-bezier(0.4, 0, 0.2, 1)}.btn-group-mins{margin:0 -5px}.btn-group-mins .btn,.btn-group-mins .jr-btn{margin:0 5px 5px}.jr-btn.jr-btn-label i{background-color:hsla(0,0%,100%,.2);width:40px;height:100%;line-height:42px;text-align:center}.jr-btn.jr-btn-label.left i{position:absolute;top:0;left:0;bottom:0;z-index:1}.jr-btn.jr-btn-label.right i{position:absolute;top:0;right:0;bottom:0;z-index:1}.jr-btn.jr-btn-label.left i+span{margin-left:30px}.jr-btn.jr-btn-label.right i+span{margin-right:30px;margin-left:0}.jr-btn.jr-btn-label.jr-btn-lg i,.btn-group-lg>.jr-btn.jr-btn-label i{line-height:54px}.jr-btn.jr-btn-label.jr-btn-sm i,.btn-group-sm>.jr-btn.jr-btn-label i{line-height:32px}.jr-btn.jr-btn-label.jr-btn-xs i{line-height:24px;width:30px}.btn-primary{background-color:#1371ec;color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:rgb(17.1,101.7,212.4);color:#fff}.btn-red{background-color:#f44336;color:#fff}.btn-red:hover,.btn-red:focus{background-color:hsl(4.1052631579,89.6226415094%,53.431372549%);color:#fff}.btn-pink{background-color:#e91e63;color:#fff}.btn-pink:hover,.btn-pink:focus{background-color:rgb(216.3461538462,21.1538461538,87.5);color:#fff}.btn-purple{background-color:#9c27b0;color:#fff}.btn-purple:hover,.btn-purple:focus{background-color:rgb(137.4976744186,34.3744186047,155.1255813953);color:#fff}.btn-deep-purple{background-color:#673ab7;color:#fff}.btn-deep-purple:hover,.btn-deep-purple:focus{background-color:hsl(261.6,51.867219917%,42.2549019608%);color:#fff}.btn-indigo{background-color:#1371ec;color:#fff}.btn-indigo:hover,.btn-indigo:focus{background-color:rgb(17.1,101.7,212.4);color:#fff}.btn-blue{background-color:#2196f3;color:#fff}.btn-blue:hover,.btn-blue:focus{background-color:rgb(12.8461538462,138.0961538462,237.6538461538);color:#fff}.btn-light-blue{background-color:#03a9f4;color:#fff}.btn-light-blue:hover,.btn-light-blue:focus{background-color:rgb(2.6902834008,151.5526315789,218.8097165992);color:#fff}.btn-cyan{background-color:#00bcd4;color:#fff}.btn-cyan:hover,.btn-cyan:focus{background-color:rgb(0,165.3867924528,186.5);color:#fff}.btn-teal{background-color:#009688;color:#fff}.btn-teal:hover,.btn-teal:focus{background-color:rgb(0,124.5,112.88);color:#fff}.btn-green{background-color:#4caf50;color:#fff}.btn-green:hover,.btn-green:focus{background-color:rgb(68.2788844622,157.2211155378,71.8725099602);color:#fff}.btn-light-green{background-color:#8bc34a;color:#fff}.btn-light-green:hover,.btn-light-green:focus{background-color:rgb(126.2966804979,182.877593361,60.622406639);color:#fff}.btn-lime{background-color:#cddc39;color:#fff}.btn-lime:hover,.btn-lime:focus{background-color:rgb(197.5300429185,213.7210300429,37.7789699571);color:#fff}.btn-yellow{background-color:#ffeb3b;color:#fff}.btn-yellow:hover,.btn-yellow:focus{background-color:rgb(255,232.3979591837,33.5);color:#fff}.btn-amber{background-color:#ffc107;color:#fff}.btn-amber:hover,.btn-amber:focus{background-color:rgb(236.5,177.375,0);color:#fff}.btn-orange{background-color:#ff9800;color:#fff}.btn-orange:hover,.btn-orange:focus{background-color:rgb(229.5,136.8,0);color:#fff}.btn-deep-orange{background-color:#ff5722;color:#fff}.btn-deep-orange:hover,.btn-deep-orange:focus{background-color:rgb(255,67.6153846154,8.5);color:#fff}.btn-brown{background-color:#795548;color:#fff}.btn-brown:hover,.btn-brown:focus{background-color:rgb(105.0129533679,73.7694300518,62.4870466321);color:#fff}.btn-blue-grey{background-color:#607d8b;color:#fff}.btn-blue-grey:hover,.btn-blue-grey:focus{background-color:rgb(85.5829787234,111.4361702128,123.9170212766);color:#fff}.btn-grey{background-color:#9e9e9e;color:#fff}.btn-grey:hover,.btn-grey:focus{background-color:hsl(0,0%,56.9607843137%);color:#fff}.jr-btn-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;-o-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important}.jr-btn-shadow:hover,.jr-btn-shadow:focus{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;-o-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12) !important}.jr-btn-shadow:active{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.jr-btn.disabled,.jr-btn.disabled{pointer-events:none;opacity:.65}.jr-btn-default{background-color:#fff;color:#5c5c5c;border:1px solid #dee2e6}.jr-btn-default:hover,.jr-btn-default:focus{background-color:hsl(0,0%,95%);color:#5c5c5c}.jr-btn-secondary{background-color:#e8eaf6;color:#fff}.jr-btn-secondary:hover,.jr-btn-secondary:focus{background-color:rgb(213.671875,217.265625,238.828125);color:#fff}.jr-flat-btn.jr-btn-primary{background-color:rgba(0,0,0,0);color:#1371ec}.jr-flat-btn.jr-btn-primary:hover,.jr-flat-btn.jr-btn-primary:focus{background-color:rgba(19,113,236,.12);color:#1371ec}.bg-primary .jr-flat-btn.jr-btn-primary{background-color:rgba(0,0,0,0);color:#fff}.bg-primary .jr-flat-btn.jr-btn-primary:hover,.bg-primary .jr-flat-btn.jr-btn-primary:focus{background-color:hsla(0,0%,100%,.12);color:#fff}.jr-flat-btn.jr-btn-secondary{background-color:rgba(0,0,0,0);color:#e8eaf6}.jr-flat-btn.jr-btn-secondary:hover,.jr-flat-btn.jr-btn-secondary:focus{background-color:rgba(232,234,246,.12);color:#e8eaf6}.bg-secondary .jr-flat-btn.jr-btn-secondary{background-color:rgba(0,0,0,0);color:#fff}.bg-secondary .jr-flat-btn.jr-btn-secondary:hover,.bg-secondary .jr-flat-btn.jr-btn-secondary:focus{background-color:hsla(0,0%,100%,.12);color:#fff}.jr-btn-hover:hover:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;display:inline-block;background-color:rgba(0,0,0,.06)}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.action-btn{height:40px;width:40px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:24px;cursor:pointer;vertical-align:middle;color:rgba(0,0,0,.54)}.action-btn:hover,.action-btn:focus,.action-btn:active{text-decoration:none;color:rgba(0,0,0,.64)}.circle-check .action-btn{height:24px;width:24px;font-size:16px}.chat-main-header .action-btn{color:#fff}.action-replay .jr-btn-default{font-size:14px;padding:5px 10px;border-color:#6c757d !important}.btn-outline-primary:focus,.btn-outline-secondary:focus{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.btn-refresh{background-color:rgba(0,0,0,0);height:20px;font-size:20px;margin-left:8px}.btn-tooltip-icon{font-size:25px}.btn-cta{width:94%;margin:20px;font-size:20px}.btn-participant-delete{color:red;background-color:rgba(0,0,0,0);border:none;font-size:20px}.btn-participant-edit{margin-top:20px}.tr-radius-0{border-top-right-radius:0 !important}.tl-radius-0{border-top-left-radius:0 !important}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.jr-btn,.btn-group-vertical>.jr-btn{position:relative;flex:0 1 auto;border-color:#dee2e6}.btn-group>.jr-btn:hover,.btn-group-vertical>.jr-btn:hover{z-index:2}.btn-group>.jr-btn:focus,.btn-group>.jr-btn:active,.btn-group>.jr-btn.active,.btn-group-vertical>.jr-btn:focus,.btn-group-vertical>.jr-btn:active,.btn-group-vertical>.jr-btn.active{z-index:2}.btn-group>.jr-btn.active,.btn-group-vertical>.jr-btn.active{background-color:#1371ec;color:#fff;border-color:#1371ec}.btn-group>.jr-btn.jr-flat-btn,.btn-group-vertical>.jr-btn.jr-flat-btn{border-color:rgba(0,0,0,0)}.btn-group>.jr-btn.jr-flat-btn.active,.btn-group-vertical>.jr-btn.jr-flat-btn.active{background-color:rgba(0,0,0,0);color:#1371ec}.btn-group>.jr-btn.jr-flat-btn.active:hover,.btn-group>.jr-btn.jr-flat-btn.active:focus,.btn-group-vertical>.jr-btn.jr-flat-btn.active:hover,.btn-group-vertical>.jr-btn.jr-flat-btn.active:focus{background-color:rgba(19,113,236,.12);color:#1371ec}.btn-group .jr-btn+.jr-btn,.btn-group .jr-btn+.btn-group,.btn-group .btn-group+.jr-btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .jr-btn+.jr-btn,.btn-group-vertical .jr-btn+.btn-group,.btn-group-vertical .btn-group+.jr-btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-group.no-border>.btn-group>.jr-btn,.btn-group.no-border>.btn-group-vertical>.jr-btn,.btn-group.no-border>.jr-btn,.btn-group-vertical.no-border>.btn-group>.jr-btn,.btn-group-vertical.no-border>.btn-group-vertical>.jr-btn,.btn-group-vertical.no-border>.jr-btn{border-color:rgba(0,0,0,0)}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.jr-btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.jr-btn:first-child{margin-left:0}.btn-group>.jr-btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.jr-btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.jr-btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.jr-btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.jr-btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.jr-btn+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.jr-btn+.dropdown-toggle-split::after{margin-left:0}.jr-btn-sm+.dropdown-toggle-split,.btn-group-sm>.jr-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.jr-btn-lg+.dropdown-toggle-split,.btn-group-lg>.jr-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group.show .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);-o-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.show .dropdown-toggle.btn-link{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .jr-btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.jr-btn+.jr-btn,.btn-group-vertical>.jr-btn+.btn-group,.btn-group-vertical>.btn-group+.jr-btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.jr-btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.jr-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.jr-btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.jr-btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.jr-btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.jr-btn:first-child{border-top-left-radius:0;border-top-right-radius:0}[data-toggle=buttons]>.jr-btn input[type=radio],[data-toggle=buttons]>.jr-btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.jr-btn input[type=radio],[data-toggle=buttons]>.btn-group>.jr-btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0)}.btn-group>.jr-btn,.btn-group>.btn,.btn-group-vertical>.jr-btn,.btn-group-vertical>.btn{margin-right:0;margin-bottom:0}.profile-intro{background-color:#fff;border-radius:8px;overflow:hidden}.profile-intro img.avatar-circle{display:inline-block;border-radius:50%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-o-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);box-shadow:0 1px 4px 0 rgba(0,0,0,.15);position:relative;margin:0 auto;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:1}.profile-intro:hover .avatar-circle{-webkit-transition:border-radius .4s ease .1s;-o-transition:border-radius .4s ease .1s;transition:border-radius .4s ease .1s;border-radius:25%}.profile-intro .card-image{position:relative;width:100%;min-height:100%;background-image:url("http://via.placeholder.com/1920x1072");background-position:center center;background-repeat:no-repeat;background-size:cover}.profile-intro .pi-content{padding:70px 40px 24px}.profile-intro .pi-footer{padding:0 40px 24px}.profile-intro .icon{display:inline-block;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;color:#1371ec}.profile-intro .icon:hover,.profile-intro .icon:focus,.profile-intro .icon:active{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.profile-intro .icon:not(:last-child){margin-right:10px}.layer:before{display:block;content:"";background-color:rgba(0,0,0,.3);position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;z-index:0}.card.jr-card-full-height,.jr-card.jr-card-full-height{height:calc(100% - 34px)}@media screen and (max-width: 575px){.card.jr-card-full-height,.jr-card.jr-card-full-height{height:auto}}.jr-card>.jr-card-body:first-child{margin-top:6px}.jr-card.p-0>.jr-card-body:first-child{margin-top:0}.jr-card .jr-card-thumb{margin:-24px -30px 0}.jr-card .jr-card-thumb .card-img{border-radius:8px 8px 0 0}@media screen and (max-width: 575px){.jr-card{margin-bottom:18px}}.jr-card-header{margin-bottom:24px}.jr-card-header .card-heading{margin-bottom:4px}.jr-card-header .badge{margin-bottom:0}.jr-card-header .badge:last-child{margin-left:10px}@media screen and (max-width: 575px){.jr-card-header{margin-bottom:18px}}.jr-entry-header{margin-bottom:24px}.jr-entry-header .entry-heading{margin-bottom:4px}.jr-entry-header .entry-description{margin-bottom:0;font-size:13px;color:#6c757d}@media screen and (max-width: 575px){.jr-entry-header{margin-bottom:18px}}.card{margin-bottom:34px}@media screen and (max-width: 575px){.card{margin-bottom:18px}}.card-header{font-size:16px}.card-header .badge{margin-bottom:0}.card-header .badge:last-child{margin-left:10px}.card-title{font-size:16px;text-transform:capitalize}.card-subtitle{font-size:14px;color:#495057}.card-subtitle:not(:last-child){margin-bottom:16px}.card-mt-footer{padding:0 15px 20px;margin-top:-10px}.jr-card-social{font-size:22px;padding-top:26px}.social-link{list-style:none;padding-left:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;margin:0 -5px 10px}.social-link li{padding:0 5px;margin-bottom:5px}.social-link li a{color:#5c5c5c}.social-link li.active a,.social-link li a:hover,.social-link li a:focus{color:#e8eaf6}.jr-card-social .social-link{margin-bottom:0;-webkit-justify-content:space-around;justify-content:space-around}.jr-cart-ab{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;color:#fff;font-size:16px}.jr-cart-ab i{vertical-align:middle;font-size:25px}.img-overlay-card{border-radius:8px;margin-bottom:34px}@media screen and (max-width: 1199px){.img-overlay-card .center-crop-img{min-height:135px}}@media screen and (max-width: 767px){.img-overlay-card .center-crop-img{min-height:160px}}@media screen and (max-width: 575px){.img-overlay-card{margin-bottom:18px}}.img-container{position:relative}.img-placeholder{width:100%;height:auto}.placeholder-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);background-color:rgba(0,0,0,0);color:#5c5c5c;padding:12px 24px;border:none}.top-right-logo-60{width:110px !important}.hover-tab{padding-top:15px;border-color:#fff;border-style:solid;border-width:3px 0 0 0}.hover-tab:hover{background-color:rgba(209,224,239,.33);padding-top:15px;border-color:rgba(19,114,235,.59);border-style:solid;border-width:3px 0 0 0}.hover-tab.selected{border-color:rgba(19,114,235,.59);border-style:solid;border-width:3px 0 0 0}.bg-extra-light-blue{background-color:rgba(209,224,239,.33)}.bg-grey-300{background-color:#dfe2e6}.bg-grey-200,.bg-input-searchbar-placeholder{background-color:#eaecef}.bg-grey-100{background-color:#f8f9fa}.border-none{border:none !important}.custom-upload-btn-wrapper{position:relative;overflow:hidden;display:inline-block;text-align:center}.custom-upload-btn{border:2px solid gray;color:gray;background-color:#fff;padding:8px 20px;border-radius:8px;font-size:20px;font-weight:bold}.custom-upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0}.pricing-list{font-size:16px}.profiles-btn-group{justify-content:flex-end}.dropzone-custom{border:2px dashed #d3d3d3;border-radius:12px;height:100%}.dropzone-custom:hover{border:2px dashed gray}.bg-hover-lightgrey:hover{background-color:#f4f4f4}.text-lightgrey{color:#d3d3d3 !important}.refresh-btn{font-size:15px;background-color:rgba(0,0,0,0);color:#1371ec}.button-refresh{font-size:15px;background-color:rgba(0,0,0,0);color:#1371ec}.left-sidebar{position:absolute;width:20%;height:92%;top:77px;z-index:98;background-color:#fff}.analytics-content{margin-left:20%;padding:40px}.left-sidebar-ul{font-size:16px !important}.left-sidebar-li:hover{background-color:#fcfcfc}.drawer{width:250px}.full-drawer{width:100%}.w-auto{width:auto !important}.gl-image,.gl-list,.gl-advanced,.gl-single-line{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;justify-content:space-around;overflow:hidden}.gl{max-width:100%;max-height:360px;transform:translateZ(0)}.gl.row.no-gutters{margin:0 -2px}.gl.row.no-gutters .col,.gl.row.no-gutters>[class*=col-]{padding-right:2px;padding-left:2px;margin-bottom:4px}.gl-single-line .slg{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.title-gradient{background:-webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important;background:-o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important}.title-gradient-bottom{background:-webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important;background:-o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%) !important}.g-title{left:0;right:0;height:48px;display:flex;position:absolute;background:rgba(0,0,0,.4);align-items:center;font-family:"Roboto","Helvetica","Arial",sans-serif}.grid{height:100%;display:block;position:relative;overflow:hidden}.grid>img{top:50%;left:50%;position:relative;transform:translate(-50%, -50%);display:flex;padding:0;flex-wrap:wrap}.g-ul{display:flex;padding:0;flex-wrap:wrap;overflow-y:auto;list-style:none;-webkit-overflow-scrolling:touch}.gradient-text{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:20px;color:#fff}.title-gradient-bottom{padding:20px;bottom:0;left:0;right:0;height:48px;display:flex;position:absolute;background:rgba(0,0,0,.4);align-items:center;font-family:"Roboto","Helvetica","Arial",sans-serif;background:-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent) !important;background:-o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent 100%) !important;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent) !important}.title-gradient-top{padding:10px;top:0;left:0;right:0;height:48px;display:flex;position:absolute;background:rgba(0,0,0,.4);align-items:center;font-family:"Roboto","Helvetica","Arial",sans-serif;background:-webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent) !important;background:-o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent 100%) !important;background:linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent) !important}.grid-thumb img{max-height:185px}.gl-advanced-grid{position:relative}.icon{display:inline-block;text-align:center}.icons-wrapper{display:inline-block}.icons-wrapper+.icons-wrapper{margin-left:25px}label{margin-bottom:0}.pinned-list{position:relative;height:370px;overflow:auto;width:auto}.user-list{width:100%;padding:20px 15px 10px}.user-list.card{padding-left:30px}@media screen and (max-width: 575px){.user-list.card{padding-left:15px}}.user-list .user-avatar{margin-right:20px;margin-bottom:10px}.user-list h3{font-weight:700;margin-bottom:8px}.user-list a[class*=meta-] i{margin-right:6px}.user-list a[class*=meta-]:hover{text-decoration:none}.user-list a[class*=meta-]{display:inline-block;color:#5c5c5c;font-size:13px;font-weight:700}.user-list .img-section{width:230px}@media screen and (max-width: 649px){.user-list .img-section{width:100%}}.user-list .description{width:calc(100% - 300px)}@media screen and (max-width: 649px){.user-list .description{width:100%}}.user-list .jr-btn-list li:not(:last-child){margin-right:10px}.user-list .jr-btn-list .btn-light{background-color:hsl(0,0%,82.8431372549%);border-color:hsl(0,0%,82.8431372549%);color:#5c5c5c;font-weight:600}.user-list .jr-btn-list .btn-light:hover,.user-list .jr-btn-list .btn-light:focus,.user-list .jr-btn-list .btn-light:active{background-color:rgb(198.5,198.5,198.5);border-color:rgb(198.5,198.5,198.5)}.user-list .jr-btn-list.badge-list li:not(:last-child){margin-right:0}.list-inline{margin-left:-5px;margin-right:-5px}.list-inline li{padding:0 5px;display:inline-block}.list-inline li.media{display:flex}.card-strip{border-bottom:solid 1px #dee2e6;margin-bottom:10px}.jr-mbtn-list{margin-left:-20px}.img-res{max-width:100%;height:auto}.li-right-align{text-align:right}.li-edit{margin-bottom:25px}.li-edit-btns{text-align:left;margin-bottom:25px}.large-modal{width:60% !important;max-width:75% !important}.justify-center{justify-content:center !important}.nav-link{cursor:pointer;padding:.5rem}.card-header.bg-primary .nav-link{color:#fff}.card-header.bg-primary .nav-link.active,.card-header.bg-primary .nav-link:hover,.card-header.bg-primary .nav-link:focus{color:#000;background-color:#fff}.card-header.bg-primary .nav-link.disabled{color:#f8f9fa}.card-header.bg-primary .nav-link.disabled:hover{color:#212529}.pt-classic .package,.pt-default .package,.pt-dark .package,.pt-circle .package{position:relative;padding:0;overflow:hidden;border-radius:10px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.pt-classic .package:hover,.pt-classic .package:focus,.pt-classic .package:active,.pt-default .package:hover,.pt-default .package:focus,.pt-default .package:active,.pt-dark .package:hover,.pt-dark .package:focus,.pt-dark .package:active,.pt-circle .package:hover,.pt-circle .package:focus,.pt-circle .package:active{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.pt-classic .package.highlight,.pt-default .package.highlight,.pt-dark .package.highlight,.pt-circle .package.highlight{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);z-index:2}.pt-classic .package-header,.pt-default .package-header,.pt-dark .package-header,.pt-circle .package-header{padding:35px;text-align:center}.pt-classic .package-header>.price,.pt-default .package-header>.price,.pt-dark .package-header>.price,.pt-circle .package-header>.price{display:inline-block;font-size:36px;font-weight:700;margin-left:0;margin-bottom:12px}.pt-classic .package-header>.price>i,.pt-default .package-header>.price>i,.pt-dark .package-header>.price>i,.pt-circle .package-header>.price>i{display:inline-block;margin-right:6px;font-weight:bold}.pt-classic .package-header h5,.pt-default .package-header h5,.pt-dark .package-header h5,.pt-circle .package-header h5{color:inherit}.pt-classic .package-items,.pt-default .package-items,.pt-dark .package-items,.pt-circle .package-items{list-style:none;font-size:14px;margin:0;padding:50px 50px 120px}.pt-classic .package-items li,.pt-default .package-items li,.pt-dark .package-items li,.pt-circle .package-items li{margin-bottom:16px}.pt-classic .package-items li:before,.pt-classic .package-items li:after,.pt-default .package-items li:before,.pt-default .package-items li:after,.pt-dark .package-items li:before,.pt-dark .package-items li:after,.pt-circle .package-items li:before,.pt-circle .package-items li:after{content:" ";display:table}.pt-classic .package-items li:after,.pt-default .package-items li:after,.pt-dark .package-items li:after,.pt-circle .package-items li:after{clear:both}.pt-classic .package-items li,.pt-default .package-items li,.pt-dark .package-items li,.pt-circle .package-items li{line-height:inherit}.pt-classic .package-items li i,.pt-default .package-items li i,.pt-dark .package-items li i,.pt-circle .package-items li i{float:left;min-width:20px;margin-right:16px;line-height:inherit}.pt-classic .package-items li span,.pt-default .package-items li span,.pt-dark .package-items li span,.pt-circle .package-items li span{display:block;overflow:hidden}.pt-classic .package-footer,.pt-default .package-footer,.pt-dark .package-footer,.pt-circle .package-footer{bottom:0;left:0;position:absolute;right:0;padding:40px 50px;text-align:center}.pt-classic .package-footer .btn,.pt-default .package-footer .btn,.pt-dark .package-footer .btn,.pt-circle .package-footer .btn{color:inherit;padding:10px 30px;border:0 none}.pt-classic .package{border:0 none;border-radius:0}.pt-dark .package:hover{border-radius:20px}.pt-circle .package-header{border-radius:50%;height:224px;width:224px;margin:40px auto 0;-webkit-align-items:center;align-items:center}.pt-circle .package-header .price{margin-top:30px}.StripeElement{background-color:#fff;height:40px;padding:10px 12px;border-radius:4px;border:1px solid rgba(0,0,0,0);box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5 !important}@media only screen and (max-width: 991px){.pt-classic .package-header,.pt-default .package-header,.pt-dark .package-header,.pt-circle .package-header{padding:30px 20px}.pt-classic .package-items,.pt-default .package-items,.pt-dark .package-items,.pt-circle .package-items{padding:30px 20px 120px}.pt-circle .package-header{height:204px;width:204px}}@media only screen and (max-width: 767px){.pt-classic .package:hover,.pt-classic .package:focus,.pt-classic .package:active,.pt-classic .package.highlight,.pt-default .package:hover,.pt-default .package:focus,.pt-default .package:active,.pt-default .package.highlight,.pt-dark .package:hover,.pt-dark .package:focus,.pt-dark .package:active,.pt-dark .package.highlight,.pt-circle .package:hover,.pt-circle .package:focus,.pt-circle .package:active,.pt-circle .package.highlight{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pb-wrapper{display:flex;align-items:center}.pb-btn-wrapper{margin:8px;position:relative}.pb-btn-wrapper .btn-success{background-color:#4caf50}.pb-btn-wrapper .btn-success:hover{background-color:#388e3c}.fab-progress{color:#4caf50;position:absolute;top:-6px;left:-6px;z-index:1}.btn-progress{color:#4caf50;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}.popover{z-index:1510}.popover-header{background-color:rgba(0,0,0,0);border-bottom:0 none;color:#000;font-size:18px;padding:15px 20px 0}.popover-body{padding:15px 20px}.table-header{padding-right:2px !important;min-height:64px;padding-left:24px;align-items:center}.table-header.highlight-light{color:#616161;background-color:#e0e0e0}.table-header.highlight-dark{color:#fff;background-color:#616161}.spacer{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.actions{color:#f44336}.title{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.table-hover tbody tr:hover{background-color:rgba(19,113,236,.075)}.tr-selected{background-color:rgba(19,113,236,.075)}.table-material{width:100% !important;max-width:100% !important;background-color:rgba(0,0,0,0) !important}.table-material th,.table-material td{padding:.75rem !important;vertical-align:top !important;border-top:1px solid #dee2e6 !important}.table-material thead th{vertical-align:bottom !important;border-bottom:2px solid #dee2e6 !important}.table-material tbody+tbody{border-top:2px solid #dee2e6 !important}.table-material .table-material{background-color:#fff !important}.d-flex-stretch{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.default-table{margin-bottom:0}.default-table thead th{font-weight:400;font-size:16px}.default-table td{vertical-align:middle}.table-unbordered th,.table-unbordered td{border:0 none !important}.table-unbordered .th-border-b th{border-bottom:2px solid #ced4da !important}.table-responsive-material{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive-material{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive-material>.table{margin-bottom:0}.table-responsive-material>.table>thead>tr>th,.table-responsive-material>.table>tbody>tr>th,.table-responsive-material>.table>tfoot>tr>th,.table-responsive-material>.table>thead>tr>td,.table-responsive-material>.table>tbody>tr>td,.table-responsive-material>.table>tfoot>tr>td{white-space:nowrap}.table-responsive-material>.table-bordered{border:0}.table-responsive-material>.table-bordered>thead>tr>th:first-child,.table-responsive-material>.table-bordered>tbody>tr>th:first-child,.table-responsive-material>.table-bordered>tfoot>tr>th:first-child,.table-responsive-material>.table-bordered>thead>tr>td:first-child,.table-responsive-material>.table-bordered>tbody>tr>td:first-child,.table-responsive-material>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive-material>.table-bordered>thead>tr>th:last-child,.table-responsive-material>.table-bordered>tbody>tr>th:last-child,.table-responsive-material>.table-bordered>tfoot>tr>th:last-child,.table-responsive-material>.table-bordered>thead>tr>td:last-child,.table-responsive-material>.table-bordered>tbody>tr>td:last-child,.table-responsive-material>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive-material>.table-bordered>tbody>tr:last-child>th,.table-responsive-material>.table-bordered>tfoot>tr:last-child>th,.table-responsive-material>.table-bordered>tbody>tr:last-child>td,.table-responsive-material>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.fst-td-br-tp-0 tr:first-child td{border-top:0 none}.tr-add-participant{text-align:left;width:62%;padding:9px}.td-custom-field{text-align:left;width:70%;padding:10px}.td-profile-avatar{width:26px}.tr-heading{text-align:left;padding:10px;font-weight:bold}.img-signature{width:75%;height:75%}.ReactTable{border-radius:8px;overflow:hidden;border-top-right-radius:0;border-top-left-radius:0}.ReactTable .rt-thead .rt-tr .rt-th,.ReactTable .rt-thead .rt-tr .rt-td{padding:20px;display:flex;justify-content:flex-start}.ReactTable .rt-thead.-headerGroups .rt-tr .rt-th{display:flex;justify-content:center}.ReactTable .rt-tbody .rt-tr-group .rt-td{padding:20px;overflow:visible;display:flex;align-items:center}.ReactTable.-striped .rt-tbody .rt-tr-group .rt-tr.-odd{background-color:#efefef}.ReactTable .rt-table .rt-thead.-headerGroups{background-color:#fff}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc,.ReactTable .rt-thead.-header,.ReactTable .-pagination{box-shadow:none !important}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:#efefef !important;cursor:pointer}.ReactTable .rt-th>div,.ReactTable .rt-td>div{background:none !important}.ReactTable .rt-thead.-header{border-bottom:1px solid rgba(0,0,0,.05)}.tab{min-width:10px !important}.tab-icon>span{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.testimonial-in-bg{background-color:rgba(0,0,0,.8);box-shadow:5px 5px 6px rgba(0,0,0,.06);padding:30px 30px 30px 150px;overflow:hidden;position:relative}@media screen and (max-width: 450px){.testimonial-in-bg{padding-left:100px}}.testimonial-in-bg .pic{display:inline-block;width:80px;height:80px;border-radius:50%;overflow:hidden;position:absolute;top:30px;left:20px;border:4px solid #ffa000}@media screen and (max-width: 450px){.testimonial-in-bg .pic{width:50px;height:50px}}.testimonial-in-bg .pic img{width:100%;height:auto}.testimonial-in-bg .description{color:#bdbdbd;font-style:italic;font-weight:400;line-height:25px;margin-bottom:15px;position:relative}.testimonial-in-bg .description:before{content:"";font-family:"Material-Design-Iconic-Font";font-size:24px;-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);position:absolute;left:-24px}.testimonial-in-bg .title{color:#ffa000;margin-bottom:2px}.classic-testimonial{text-align:center}.classic-testimonial .pic{margin:0 auto;margin-bottom:30px;width:120px;height:120px}@media screen and (max-width: 500px){.classic-testimonial .pic{width:80px;height:80px}}.classic-testimonial .pic img{width:100%;height:100%}.text-strong{font-weight:bold !important}@media screen and (max-width: 575px){.horizontal-stepper p,.horizontal-stepper span{opacity:0;visibility:hidden;font-size:12px}.horizontal-stepper.active p,.horizontal-stepper.active span{opacity:1;visibility:visible}.horizontal-stepper>*,.horizontal-stepper>button>*{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.horizontal-stepper .stepperlabel,.horizontal-stepper .stepperbutton,.horizontal-stepper .stepperlabel span:first-child,.horizontal-stepper .stepperbutton span:first-child{opacity:1;visibility:visible}.horizontal-stepper-linear{padding-left:0 !important;padding-right:0 !important}}.form-checkbox{position:relative;z-index:1}.form-checkbox>input{height:18px;opacity:0;position:absolute;padding:10px;top:0;width:18px;z-index:2;cursor:pointer}.form-control-checkbox .form-checkbox>input{height:20px;width:48px}.form-control-checkbox .form-checkbox{height:20px;display:flex;align-items:center;width:48px;justify-content:center}.form-checkbox>input+.check{border:1px solid #868e96;border-radius:25px;color:#1371ec;cursor:pointer;display:inline-block;height:18px;position:relative;width:18px;z-index:-1;padding:15px}.form-checked-in{border:1px solid #1371ec !important;background:#1371ec !important;color:#fff !important}.checked-out{border:1px solid #b4b4b4 !important;background:#b4b4b4 !important;color:#fff !important}.form-checkbox>input.sm+.check{border:1px solid #868e96;border-radius:2px;color:#1371ec;cursor:pointer;display:inline-block;height:14px;position:relative;top:3px;width:14px;z-index:-1}.form-checkbox>input+.check i{display:none;left:1px;opacity:0;position:absolute;margin:8px;top:2px}.form-checkbox>input.sm+.check i{display:none;left:1px;opacity:0;position:absolute;top:2px}.form-checkbox>input:checked+span i{display:block;opacity:1}.form-checkbox-input{position:relative;z-index:1;margin-top:5px}.form-checkbox-input>input{height:18px;opacity:0;position:absolute;padding:10px;top:0;width:18px;z-index:2;cursor:pointer}.form-control-checkbox-input .form-checkbox>input{height:20px;width:48px}.form-control-checkbox-input .form-checkbox{height:20px;display:flex;align-items:center;width:48px;justify-content:center}.form-checkbox-input>input+.check{border:1px solid #868e96;border-radius:2px;color:#1371ec;cursor:pointer;display:inline-block;height:10px;position:relative;width:10px;z-index:-1;padding:10px}.form-checkbox-input>input.sm+.check{border:1px solid #868e96;border-radius:2px;color:#1371ec;cursor:pointer;display:inline-block;height:10px;position:relative;top:3px;width:10px;z-index:-1}.form-checkbox-input>input+.check i{display:none;left:1px;opacity:0;position:absolute;margin:3px;top:2px}.form-checkbox-input>input.sm+.check i{display:none;left:1px;opacity:0;position:absolute;top:2px}.form-checkbox-input>input:checked+span i{display:block;opacity:1;margin-left:4px}.checkbox-replace{padding-left:20px}.checkbox-replace input[type=checkbox],.radio-replace input[type=radio]{margin-left:-20px;position:absolute}.form-inline .checkbox-replace label{padding-left:5px}.form-inline .checkbox-replace,.form-inline .radio-replace{margin-right:20px}.form-inline .checkbox-replace:last-child{margin-right:0}.checkbox-replace label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.checkbox-replace label::before{content:"";display:inline-block;position:absolute;width:18px;height:18px;left:0;top:0;margin-left:-20px;margin-top:2px;border:1px solid #868e96;border-radius:3px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}.checkbox-replace label::after{display:inline-block;position:absolute;width:12px;height:12px;left:3px;top:5px;margin-left:-20px;font-size:11px;color:#495057}.checkbox-replace input[type=checkbox]{opacity:0;z-index:1;cursor:pointer}.checkbox-replace input[type=checkbox]:focus+label::before{outline:0 none}.checkbox-replace input[type=checkbox]:checked+label::after{background-color:#ced4da;content:""}.checkbox-replace input[type=checkbox]:disabled+label{opacity:.65}.checkbox-replace input[type=checkbox]:disabled+label::before{background-color:#fff;cursor:not-allowed}.checkbox-replace.checkbox-inline{margin-top:0}.checkbox-primary label::before{border-color:#1371ec}.checkbox-primary input[type=checkbox]:checked+label::after{background-color:#1371ec}.checkbox-danger label::before{border-color:#e8eaf6}.checkbox-danger input[type=checkbox]:checked+label::after{border-color:#e8eaf6}.checkbox-info label::before{border-color:#00bcd4}.checkbox-info input[type=checkbox]:checked+label::after{border-color:#00bcd4}.checkbox-warning label::before{border-color:#ff9800}.checkbox-warning input[type=checkbox]:checked+label::after{border-color:#ff9800}.checkbox-success label::before{border-color:#4caf50}.checkbox-success input[type=checkbox]:checked+label::after{border-color:#4caf50}.radio-replace{padding-left:20px}.radio-replace label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.radio-replace label::before{content:"";display:inline-block;position:absolute;width:18px;height:18px;left:0;top:0;margin-left:-20px;margin-top:2px;border:1px solid #ced4da;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out}.radio-replace label::after{display:inline-block;position:absolute;content:" ";width:12px;height:12px;left:3px;top:5px;margin-left:-20px;border-radius:50%;background-color:#ced4da;-webkit-transform:rotate(scale(0, 0));-ms-transform:rotate(scale(0, 0));-o-transform:rotate(scale(0, 0));transform:rotate(scale(0, 0));-webkit-transition:transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);-o-transition:transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33);transition:transform .1s cubic-bezier(0.8, -0.33, 0.2, 1.33)}.radio-replace input[type=radio]{opacity:0;z-index:1;cursor:pointer}.radio-replace input[type=radio]:focus+label::before{outline:0 none}.radio-replace input[type=radio]:checked+label::after{-webkit-transform:rotate(scale(1, 1));-ms-transform:rotate(scale(1, 1));-o-transform:rotate(scale(1, 1));transform:rotate(scale(1, 1))}.radio-replace input[type=radio]:disabled+label{opacity:.65}.radio-replace input[type=radio]:disabled+label::before{cursor:not-allowed}.radio-replace.radio-inline{margin-top:0}.radio-primary input[type=radio]+label::after{background-color:#1371ec}.radio-primary input[type=radio]:checked+label::before{border-color:#1371ec}.radio-primary input[type=radio]:checked+label::after{background-color:#1371ec}.radio-danger input[type=radio]+label::after{background-color:#e8eaf6}.radio-danger input[type=radio]:checked+label::before{border-color:#e8eaf6}.radio-danger input[type=radio]:checked+label::after{background-color:#e8eaf6}.radio-info input[type=radio]+label::after{background-color:#00bcd4}.radio-info input[type=radio]:checked+label::before{border-color:#00bcd4}.radio-info input[type=radio]:checked+label::after{background-color:#00bcd4}.radio-warning input[type=radio]+label::after{background-color:#ff9800}.radio-warning input[type=radio]:checked+label::before{border-color:#ff9800}.radio-warning input[type=radio]:checked+label::after{background-color:#ff9800}.radio-success input[type=radio]+label::after{background-color:#4caf50}.radio-success input[type=radio]:checked+label::before{border-color:#4caf50}.radio-success input[type=radio]:checked+label::after{background-color:#4caf50}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-inline .checkbox,.form-horizontal .form-inline .checkbox-inline,.form-horizontal .form-inline .radio,.form-horizontal .form-inline .radio-inline{padding-top:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-wizard .tab-content .pager.wizard .first a{margin-right:8px}.form-wizard .tab-content .pager.wizard .last a{margin-left:8px}.wizard-navbar{margin:60px auto 20px}.wizard-navbar>ul{display:table;width:100%;text-align:center;margin:0;font-weight:600;padding:0;list-style:none outside none;table-layout:fixed}.wizard-navbar>ul li{display:table-cell;width:1%;position:relative}.wizard-navbar>ul li a{color:#868e96;position:relative;padding:0 10px;display:block;text-decoration:none}.wizard-navbar>ul li a span.wz-number{background-color:#e9ecef;border-radius:50%;color:#adb5bd;display:block;height:40px;left:50%;line-height:40px;margin-left:-20px;margin-top:-50px;position:absolute;text-align:center;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s;width:40px;z-index:5}.wizard-navbar>ul li.completed a span.wz-number{background-color:#1371ec;color:#fff}.wizard-navbar>ul li a.active span.wz-number{background-color:#e8eaf6;color:#fff}.wizard-navbar>ul li a.active,.wizard-navbar>ul li.completed a{color:#6c757d}.wizard-navbar>ul li a:before,.wizard-navbar>ul li a:after{content:"";position:absolute;height:4px;width:50%;background-color:#e9ecef;top:-32px;left:0}.wizard-navbar>ul li a:after{left:auto;right:0}.wizard-navbar>ul li a.active:before,.wizard-navbar>ul li a.active:after{background-color:#e8eaf6}.wizard-navbar>ul li.completed a:before,.wizard-navbar>ul li.completed a:after{background-color:#1371ec}label.error{display:block;color:#f44336;font-weight:400;margin:5px 0}@media screen and (max-width: 479px){.wizard-navbar>ul li a span.wz-label{visibility:hidden}.wizard-navbar>ul li a.active span.wz-label{visibility:visible}}.form-checkbox-custom{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;margin-bottom:12px}.form-checkbox-custom .check{margin-right:10px}.react-switch{vertical-align:middle;margin-left:4px}::-webkit-input-placeholder{font-size:12px;color:rgb(219.5,219.5,219.5)}::-moz-placeholder{font-size:12px;color:rgb(219.5,219.5,219.5)}:-ms-input-placeholder{font-size:12px;color:rgb(219.5,219.5,219.5)}:-moz-placeholder{font-size:12px;color:rgb(219.5,219.5,219.5)}.module-box-header ::-webkit-input-placeholder{font-size:14px}.module-box-header ::-moz-placeholder{font-size:14px}.module-box-header :-ms-input-placeholder{font-size:14px}.module-box-header :-moz-placeholder{font-size:14px}.clear-input{background:rgba(0,0,0,0);border:none}.search-bar{background-color:#fff;position:relative}.search-bar .form-group{width:100%;height:100%;margin-bottom:0}.search-bar input[type=search]{padding-right:50px}.search-bar .search-icon{background-color:rgba(0,0,0,0);border:0 none;color:hsl(208.2352941176,7.2961373391%,55.6862745098%);height:36px;width:30px}.search-bar .form-control{box-shadow:none}.search-bar .form-control.form-control-lg+.search-icon{position:absolute;right:14px;top:6px}.search-bar .search-icon{position:absolute;right:14px;top:3px}.search-bar.right-side-icon input[type=search]{padding-right:16px;padding-left:50px}.search-bar.right-side-icon .search-icon{position:absolute;left:14px;top:2px}.search-bar.right-side-icon .form-control{box-shadow:none}.search-bar.right-side-icon .form-control.form-control-lg+.search-icon{position:absolute;left:14px;top:6px}.nav-searchbox .search-bar input+.search-icon i{color:rgba(92,92,92,.8)}@media screen and (max-width: 767px){.jr-card .app-main-header .search-bar{width:150px}}.add-participant-input{margin-bottom:25px}.login-container{position:relative;height:100%}.login-content{width:420px;margin:auto;padding:35px 35px 20px;background-color:#fff;border-radius:8px;border:solid 1px #ced4da;font-size:14px;max-width:94%}.login-header{margin-bottom:30px}.login-content .form-control{background-color:#f5f5f5}.login-content .form-control:focus{box-shadow:none;border-color:#1371ec}.login-content .btn,.login-content .jr-btn{padding:10px 35px !important}.app-login-container{position:relative;max-width:680px;width:94%;margin:0 auto}.app-login-container .loader-view{position:absolute;left:0;right:0;text-align:center;top:0;bottom:0;z-index:2}.app-login-main-content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);-o-box-shadow:0 1px 4px 0 rgba(0,0,0,.15);box-shadow:0 1px 4px 0 rgba(0,0,0,.15);border-radius:10px;font-size:14px;overflow:hidden}.app-login-content{padding:35px 35px 20px;width:60%;order:1}@media screen and (max-width: 575px){.app-login-content{width:100%;order:2}}.app-login-header{margin-bottom:30px}.app-login-content .form-control{background-color:#f5f5f5}.app-login-content .form-control:focus{box-shadow:none;border-color:#1371ec}.app-login-content .btn,.login-content .jr-btn{padding:10px 35px !important}.app-logo-content{background-color:#1371ec;padding:35px 35px 20px;width:40%;order:2}@media screen and (max-width: 575px){.app-logo-content{width:100%;order:1}}.app-social-block{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.app-social-block .social-link,.app-social-block .social-link li{margin:0}.app-social-block .social-link span{border:solid 1px #1371ec;border-radius:50%;color:#1371ec}.app-social-block .social-link span:hover,.app-social-block .social-link span:focus{color:#fff;background-color:#1371ec}.app-social-block p{margin-bottom:0}.page-error-container{padding:30px 0;position:relative}@media screen and (max-width: 575px){.page-error-container{padding:15px 0}}.page-error-content{margin:0 auto;padding:40px 0;width:380px;max-width:94%}@media screen and (max-width: 767px){.page-error-content{padding:15px 0}}@media screen and (max-width: 575px){.page-error-content{padding:0}}.error-code{color:#212529;font-size:160px;text-align:center;line-height:1;font-weight:600}@media screen and (max-width: 991px){.error-code{font-size:130px}}@media screen and (max-width: 767px){.error-code{font-size:100px}}@media screen and (max-width: 575px){.error-code{font-size:80px}}.page-error-content h2{margin-bottom:50px}@media screen and (max-width: 767px){.page-error-content h2{margin-bottom:20px}}.contact-form{padding:60px}.contact-block .contact-info{list-style:none;padding-left:0;margin-bottom:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-align-content:stretch;-ms-flex-align:stretch;align-content:stretch}.contact-block .contact-info li{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;overflow:hidden;padding:10px 40px;border-right:2px solid #5c5c5c;word-wrap:break-word}.contact-block .contact-info li:last-child{border:0 none}.contact-block .contact-info li>i{float:left;font-size:16px;margin-right:5px}.contact-block .contact-info li .contact-body{overflow:hidden}.contact-block .contact-info li .contact-body .icons-wrapper{margin-top:15px;margin-left:0}.contact-block .contact-info li .contact-body .icon{background-color:#1371ec;color:#fff;border-radius:50%;margin-right:6px;margin-bottom:6px}.contact-block .contact-info li .contact-body .icon:last-child{margin-right:0}.contact-block .contact-info li .contact-body .twitter-icon{background-color:#40c4ff}.contact-block .contact-info li .contact-body .google-icon{background-color:#ef5350}.contact-block .contact-info li .contact-body .linkedin-icon{background-color:#0277bd}.contact-block .contact-info.vertical{display:block;margin-bottom:0}.contact-block .contact-info.vertical li{padding:0 0 24px;border-right:0 none;border-bottom:2px solid #5c5c5c;margin-bottom:24px}.contact-block .contact-info.vertical li:last-child{border:0 none;margin-bottom:0;padding-bottom:0}@media screen and (max-width: 767px){.contact-form{padding:30px}.contact-block .contact-info{display:block;margin-bottom:0}.contact-block .contact-info li{padding:0 0 24px;border-right:0 none;border-bottom:2px solid #5c5c5c;margin-bottom:24px}.contact-block .contact-info li:last-child{border:0 none;margin-bottom:0;padding-bottom:0}.content-section{padding:20px 10px 0;text-align:center}.content-section h2{font-size:28px}.content-section p{font-size:18px}}.Collapsible{margin-bottom:15px}.Collapsible__contentInner{padding:20px;border:1px solid #e9ecef;background-color:#fff;border-top:0}.Collapsible__contentInner p{margin-bottom:10px;font-size:14px;line-height:20px}.Collapsible__contentInner p:last-child{margin-bottom:0}.Collapsible__trigger{display:block;cursor:pointer;font-weight:400;text-decoration:none;position:relative;padding:18px 20px;border-radius:8px;background:#1371ec;color:#fff}.Collapsible__trigger:after{content:"";font-family:"Material-Design-Iconic-Font";font-size:20px;position:absolute;right:24px;top:16px;display:block;transition:transform 300ms}.Collapsible__trigger.is-open{border-radius:8px 8px 0 0}.Collapsible__trigger.is-open:after{transform:rotateZ(180deg)}.categories-list{margin-bottom:0}.categories-list li{margin-bottom:10px}.categories-list li:last-child{margin-bottom:0}.categories-list li.active a{color:#1371ec}.categories-list .badge{font-size:9px}.articles-section .articles{margin-bottom:26px}.articles-section .articles:last-child{margin-bottom:0}.article-image{display:block;margin-bottom:12px}.article-image>img{border-radius:8px;width:100%}.article-description p{font-weight:500;margin-bottom:2px}.meta-wrapper{margin-bottom:10px}.meta-date,.meta-comment{font-size:14px;color:#adb5bd;display:inline-block}.meta-date i,.meta-comment i{display:inline-block;margin-right:6px}.meta-date+.meta-comment{margin-left:10px}.box{position:relative}.box .box-top,.box .box-bottom{height:100px;padding:32px 15px;font-size:40px;line-height:40px;text-align:center;font-weight:300}.box .box-top .size-h5,.box .box-bottom .size-h5{font-size:24px;margin-left:2px}.box .box-top .material-icons,.box .box-bottom .material-icons{font-size:40px;line-height:40px}.box .box-bottom{border-top:1px solid rgba(0,0,0,.15)}.box .box-info{position:absolute;width:100%;top:50%;margin-top:-12px;text-align:center}.box .box-info span{height:24px;display:inline-block;padding:4px 10px;text-transform:uppercase;line-height:14px;background-color:#fff;border:1px solid rgba(0,0,0,.15);font-size:12px;color:#6c757d;border-radius:1em}.box .box-info span .material-icons{line-height:14px;font-size:11px}.contact-list{margin-bottom:14px}.contact-list i{margin-right:14px;color:#1371ec}.contact-list .media{margin-bottom:10px}.temp-section .temp-point,.temp-section .detail-icon{font-size:54px}.assignment-table tbody tr:nth-child(odd){background-color:#dee2e6 !important}.assignment-table td{padding-top:10px;padding-bottom:10px}.status-cell{min-width:100px;max-width:120px;padding-right:24px !important}.status-cell .badge{min-width:70px}.thumbnail-list{margin-bottom:0}.thumbnail-list .thumbnail-item{padding:0 2.5px;display:inline-block;width:33.333%;margin-bottom:5px}@media screen and (max-width: 767px){.thumbnail-list .thumbnail-item{width:50%}}@media screen and (max-width: 575px){.thumbnail-list .thumbnail-item{width:33.333%}}.post-list .post-image .grid-thumb-equal{padding-bottom:100%}.chart-f30{font-size:30px}@media screen and (max-width: 1099px){.chart-f30{font-size:20px}}.chart-f20{font-size:20px}@media screen and (max-width: 1099px){.chart-f20{font-size:16px}}.chart-order .col-5{order:2;text-align:center}@media screen and (max-width: 575px){.chart-order .col-5{order:1}}.chart-order .col-7{order:1}@media screen and (max-width: 575px){.chart-order .col-7{order:2}}.tab-notifications{margin-left:-30px;margin-right:-30px;border-bottom:1px solid #adb5bd}@media screen and (max-width: 567px){.tab-notifications button,.tab-notifications button *{font-size:12px !important}}.chart-title h2{font-size:22px;margin-bottom:5px}.img-fluid{width:100%}.comment-footer button{margin-bottom:6px}.net-chart{padding-left:80px;padding-right:15px;min-height:100px;position:relative;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center}.net-chart .jr-card-thumb{margin:0;width:50px;height:50px;color:#fff;font-size:20px;border-radius:50%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease;position:absolute;left:15px}.net-chart:hover .jr-card-thumb{width:70px;height:100%;font-size:30px;border-radius:0;position:absolute;left:0}.net-chart-hr{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;min-height:120px;padding-right:8px;overflow:hidden}.net-chart-hr .jr-card-thumb{margin:-30px 12px -30px -30px;min-width:105px}.net-chart-hr .grid-thumb-equal{padding-bottom:130%}.net-chart-hr .jr-card-body{width:calc(100% - 100px)}.user-profile{padding:10px 0}.mh-120{min-height:120px}.jr-card-header-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;margin-right:-16px}.jr-card-header-color{padding:10px 20px 20px;margin:-24px -30px 25px}.todo-cell-group .todo-cell:not(:last-child){margin-bottom:8px}.social-list-line{position:relative}.social-list-line:not(:last-child):before{border-left:solid 1px #adb5bd;content:"";left:20px;position:absolute;top:5px;bottom:0;width:1px;z-index:1}.list-line-item{position:relative;padding-left:40px}.list-line-item:not(:last-child):before{border-left:solid 1px #adb5bd;content:"";left:20px;position:absolute;top:-25px;bottom:-25px;width:1px;z-index:1}.list-line-badge{position:absolute;left:16px;top:15px;z-index:2;border-radius:50%;height:10px;width:10px;background-color:#adb5bd}.circle-shape{display:inline-block;width:8px;height:8px;border-radius:50%}.project-list{line-height:1}.project-list:not(:last-child){margin-bottom:20px}.project-list .circle-shape{margin-top:4px;margin-right:16px}.project-list .project-name{display:block;margin-bottom:4px;color:#5c5c5c}.project-list .project-name:hover,.project-list .project-name:focus{color:#1371ec;text-decoration:none}.nav-pill-sales li+li{margin-right:-1px}.nav-pill-sales .nav-link{background-color:#e9ecef;border-radius:0;padding:6px 15px;color:#6c757d;font-size:13px;border:1px solid #ced4da}.nav-pill-sales .nav-link.active{background-color:#1371ec;color:#fff;border-color:#1371ec}.nav-pill-sales .nav-link.active:hover,.nav-pill-sales .nav-link.active:focus{color:#fff}.nav-pill-sales li:first-child .nav-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.nav-pill-sales li:last-child .nav-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.temp-week-list{list-style:none;padding-left:0;margin-bottom:0;color:hsl(208.2352941176,7.2961373391%,53.6862745098%)}.temp-week-list li:not(:last-child){margin-bottom:10px}@media screen and (max-width: 340px){.temp-week-list li:not(:last-child){margin-bottom:20px}}.temp-week-list img{width:24px;height:24px}.temp-week-list span{display:inline-block}.temp-week-list span.temp-point{margin:0 20px}@media screen and (max-width: 1199px){.temp-week-list span.temp-point{margin:0 10px}}@media screen and (max-width: 1050px){.temp-week-list span.temp-point{margin:0 5px}}@media screen and (max-width: 340px){.temp-week-list span.temp-point{margin:0 20px}}.temp-section .temp-point{font-size:36px;font-weight:700;margin-bottom:0}.temp-section .temp-point sub,.temp-section .temp-point sup{font-size:70%}.dropzone-card{position:relative}.dropzone>div{margin:0 auto;padding:15px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center}.dropzone>div :last-child{margin-bottom:0}.dropzone .btn{margin-top:20px}.upload-file-list{list-style:none;padding-left:0}.upload-file-list li{margin-bottom:5px}.form-group-dropzone label{margin-bottom:6px}.form-group-dropzone .form-control{max-width:200px;margin:0 auto}.app-wrapper-module{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:stretch;align-items:stretch;height:100%}.app-module{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:-36px -40px 0 -40px}@media screen and (max-width: 575px){.app-module{margin:-20px}}.module-side{position:relative;z-index:2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 1 230px;-ms-flex:0 1 230px;flex:0 1 230px;max-width:230px;min-width:230px}.module-side-header{border-bottom:solid 1px #e9ecef;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.module-side-header .user-detail{padding:15px 10px;text-align:center}.module-logo{padding:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-height:78px;font-size:20px;background-color:rgb(249.4875,250.275,251.0625);color:rgb(47.4275862069,52.9,58.3724137931)}.module-logo .zmdi{font-size:28px}.module-user-info,.module-side-content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.module-user-detail{font-size:12px}.module-add-task{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px}.module-nav{list-style:none;padding-left:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center}.module-nav li{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.module-nav li a{padding:12px 29px;color:#8f8f8f;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;text-decoration:none}.module-nav li a:hover,.module-nav li a:focus{color:#5c5c5c}.module-nav li a.active{color:#1371ec}.module-nav li i{margin-right:16px;font-size:16px}.module-nav li span{display:inline-block;vertical-align:middle}.module-nav li.module-nav-label{padding:12px 29px}.module-box{position:relative;z-index:2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(100% - 231px)}.module-box-header{padding:10px 26px;min-height:79px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;background-color:#fff;border-bottom:solid 1px #e9ecef}.module-box-header .search-bar.right-side-icon{min-width:350px}.module-box-header .search-bar.right-side-icon .form-control{border-radius:0;height:46px;padding:10px 18px 10px 40px}.module-box-header .search-bar.right-side-icon .form-control:focus{background-color:#f8f9fa}.module-box-header .search-bar.right-side-icon .search-icon{width:25px;height:46px;font-size:16px;left:10px;top:0;padding:0}.module-box-header-inner{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.module-box-content{background-color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.module-box-topbar{padding:8px 12px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:solid 1px #e9ecef}.module-box-topbar button+button{border-radius:0}.module-box-topbar-todo{padding-left:64px}@media screen and (max-width: 575px){.module-box-topbar-todo{padding-left:27px}}.module-list-icon{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;padding-right:10px}.bar-icon{margin-right:15px}.toolbar-separator{border-left:solid 1px #ced4da;height:100%;width:1px;margin:0 12px}.toolbar-left{margin-left:auto}.module-list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center}.module-list-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;padding:15px 28px;border-bottom:solid 1px #e9ecef;z-index:5;position:relative;cursor:pointer}.module-list-item>.check-label{margin-left:0;margin-bottom:0}.module-list-item.mail-cell{padding-left:12px;-webkit-align-items:start;align-items:start}.module-detail-header{margin-bottom:10px}.module-detail-header>.check-label{margin-right:auto}.module-list-info{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:calc(100% - 169px)}.module-todo-content{position:relative}.module-todo-content .subject{margin-bottom:5px}.module-todo-content{position:relative}.module-todo-content .guest{font-size:18px;margin-bottom:5px}.module-list-actions{text-align:right}.app-module-sidenav{background-color:#fff;border-right:solid 1px #e9ecef;position:relative;z-index:9}.app-module-sidenav .chat-sidenav-main{max-width:300px;min-width:300px;width:90%}.module-date{max-width:160px}.module-date>div:before{display:none}.module-detail-item{padding:10px 28px}.task-title{font-size:18px}.chat-todo-avatar{margin-right:15px}.modal-title{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;width:100%;font-size:18px}.loader-view-block,.loader-view{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.module-date>div{-webkit-align-items:center;align-items:center}@media screen and (max-width: 1199px){.module-side{display:-webkit-block;display:-moz-block;display:-ms-block;display:-o-block;display:block;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:280px;min-width:280px;background-color:#fff}.module-box-header{position:relative;min-height:58px;padding:5px 26px 5px 75px}.module-box-header .drawer-btn{position:absolute;left:0;top:0;z-index:1;border-right:solid 1px #e9ecef;height:58px;width:56px;border-radius:0;font-size:22px}.module-box-header .search-bar.right-side-icon .form-control{height:38px;padding:5px 18px 5px 40px}.module-box-header .search-bar.right-side-icon .search-icon{height:38px}.chat-loader-view{height:calc(100vh - 120px)}.module-box{max-width:100%}}@media screen and (max-width: 991px){.app-module{padding-top:0}}@media screen and (max-width: 599px){.module-box-header .search-bar{margin-left:0;max-width:none}.module-box-header .search-bar.right-side-icon{min-width:250px}}@media screen and (max-width: 575px){.module-list-item{padding:10px 12px}.module-list-info{max-width:100%}.module-box-header .nav-searchbox.quick-menu .dropdown-menu{right:auto !important;left:0 !important}.module-box-header .search-bar.right-side-icon{min-width:200px}.module-box-header .search-bar.right-side-icon .form-control{border-radius:.25rem}.module-box-header .nav-searchbox.quick-menu .dropdown-menu:after{right:auto;left:9px}.module-box-header .nav-searchbox.quick-menu .dropdown-menu:before{right:auto;left:9px}.module-box-header .search-bar{padding-right:2px}}@media screen and (max-width: 399px){.module-box-header .search-bar.right-side-icon{min-width:100px}}@media screen and (min-width: 399px){.d-xs-flex{display:flex !important}}.contact-item{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:solid 1px #e9ecef;padding:8px 12px}.contact-name{font-size:15px}.modal-box{position:relative}.modal-w{max-width:400px;min-width:350px}.modal-box-mail .modal-w{min-width:600px}.modal-box-header{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px}.modal-box-header h2{color:#fff;position:relative}.modal-box-header h2 button{position:absolute;right:0;top:-10px;z-index:1;color:#fff}.modal-box-content{padding:24px}.modal-box-content .avatar{margin:0 auto}.modal-box-footer{padding:0 24px 24px}.modal-box-footer .attach-file{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;margin-bottom:15px}.btn-fixed{position:fixed !important;right:40px;bottom:60px;z-index:100}.draggable-icon{cursor:all-scroll;color:#6c757d}.draggable-icon:hover,.draggable-icon:focus,.draggable-icon:active{cursor:all-scroll;color:#212529}.module-side-nav{padding:20px 0}@media screen and (max-width: 767px){.modal-box-mail .modal-w{min-width:500px}.modal-box-header h2{font-size:18px}}@media screen and (max-width: 575px){.modal-w{min-width:300px}.modal-box-mail .modal-w{min-width:400px}.modal-box-header h2{font-size:16px}}@media screen and (max-width: 419px){.modal-w{min-width:250px}.modal-box-mail .modal-w{min-width:250px}}@media screen and (max-width: 399px){.con-inf-mw-100{min-width:100% !important}}.saving-state{position:relative}.saving-state:after{position:absolute;height:100%;width:100%;top:0;left:0;background-color:hsla(0,0%,100%,.5);content:"Saving...";font-size:20px;display:flex;justify-content:center;align-items:center}.h-1{height:10px}.h-2{height:20px}.text-gray{color:gray}.bg-dark-gray{background-color:gray;border-color:gray}.bg-light-dark{background-color:#565656}.empty-box{height:60px;width:60px;background-color:gray;margin:10px}.empty-image{height:450px}#appleid-signin{height:45px;width:186px}.strikediag{background:linear-gradient(to left top, transparent 47.75%, red 49.5%, red 50.5%, transparent 52.25%)}.report_builder>.modal-content>.modal-header{border-bottom:2px solid #eaeaea}.report_builder>.modal-content>.modal-footer{border-top:2px solid #eaeaea}.api-integration-links{cursor:pointer;font-size:15px;color:#3b84ee;margin:0;text-transform:none}.api-integration-links:hover{text-decoration:underline}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.webkit-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.webkit-scrollbar::-webkit-scrollbar{display:none}.recurring-drawer-header-actions-share .dropdown .show,.profile-view-controls .show,.participant-view-controls .show{transform:translate3d(0px, 28px, 0px) !important}.settings-section-accordion-item .accordion-button{width:100%;padding:1rem}.gmnoprint,.gm-control-active,.gm-style-mtc,.gm-style-cc{display:none !important}.pac-container{z-index:2000;pointer-events:auto !important}.blur-wrapper{filter:blur(5px);pointer-events:none;opacity:.6;user-select:none}.has-checkin-dot{position:relative}.has-checkin-dot::after{content:"";position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background-color:#22c55e}
