@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* -- SVG Elements */
@keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-webkit-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-moz-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-o-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-webkit-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-moz-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-o-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}

/* -- Animations */
@keyframes formShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-webkit-keyframes formShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-moz-keyframes formShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-o-keyframes formShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@keyframes formHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-webkit-keyframes formHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-moz-keyframes formHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-o-keyframes formHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}

/* -- Flexbox */
.display-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.display-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.flex-direction-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-direction-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-no-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-baseline { -webkit-box-align:baseline; -ms-flex-align:baseline; align-items:baseline; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.flex-auto-grow { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.flex-no-auto-grow { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

/* -- Main Preloader */
.main-preloader { width: 100%; height: 100%; z-index: 999; }
.main-preloader .wrapper { position: relative; }
.main-preloader .svg-loader { width: 32px; height: 32px; }
.main-preloader .label { color: #1d1d1b; display: block; text-align: center; position: relative; top: 40px; }

/* -- SVG Loader */
.svg-loader { width: 24px; height: 24px; opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; animation: rotation 1s linear infinite; transition: opacity 175ms ease, visibility 175ms ease; }
.svg-loader.show { opacity: 1; visibility: visible; }
/*.loader .circular { stroke-dasharray: 1, 62; stroke-dashoffset: 0; animation: dash 2.5s both infinite; stroke: rgba(255, 255, 255, 1.0); }*/

/* -- Outdated Browser */
.outdated-browser { z-index: 9999; padding: 32px; }
.outdated-browser .wrapper { width: 100%; max-width: 320px; height: 100%; max-height: 478px; padding: 42px 42px 24px; border-radius: 8px; background: rgba(255, 255, 255, 1.0); background: linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -o-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -ms-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.outdated-browser .wrapper .logo-container { width: 100%; height: 140px; }
.outdated-browser .wrapper .content { height: -ms-calc( 100% - 140px ); height: -webkit-calc( 100% - 140px ); height: calc( 100% - 140px ); margin-top: 42px; }
.outdated-browser .wrapper .content .message-layout { margin-top: 32px; text-align: center; font-size: 14px; }
.outdated-browser .wrapper .content .message-layout .title { color: #EC6608; font-weight: 400; margin-bottom: 8px; display: block; }
.outdated-browser .wrapper .content .message-layout .message { color: #707070; line-height: 24px; display: block; }

/* -- Illustrations */
.illustration { position: relative; }
.illustration .round-container { background-color: #ECF0F5; width: 80px; height: 80px; border-radius: 100%; position: relative; margin: auto; }
.illustration .states { height: 100%; }
.illustration .states .icon { color: #EC6608; font-size: 32px; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* -- Form Elements */
.forms { z-index: 9991; }
.forms .wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.form-error-label::before, .form-error-label { background-color: #d9dfe9; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.form-error-label::before { content: ''; background: rgba(0, 0, 0, 0); position: absolute; border-color: rgba(0, 0, 0, 0); border-right-color: #d9dfe9; border-style: dashed dashed solid; border-width: 7px; left: -14px; }
.form-error-label { position: absolute; padding: 8px; width: 100%; max-width: 150px; left: 293px; line-height: 1; border-radius: 8px; }
.form-error-label .text { color: #757575; max-height: 50px; font-size: 13px; font-weight: 400; word-wrap: break-word; overflow: hidden; }

.forms .wrapper .action { color: #1d1d1b; font-size: 12px; cursor: pointer; transition: color 175ms ease; position: absolute; right: 0; bottom: -24px; opacity: 0; visibility: hidden; user-select: none; -webkit-user-select: none; -ms-user-select: none; transition: opacity 175ms ease, visibility 175ms ease; } /* -- margin-top: 8px; display: block; float: right; */
.forms .wrapper .action.show { opacity: 1; visibility: visible; } /* -- margin-top: 8px; display: block; float: right; */
.forms .wrapper .action:hover { color: #f79322; }

.forms .wrapper .form-box { width: 320px; height: 480px; position: relative; border-radius: 8px; background: rgba(255, 255, 255, 1.0); background: linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -o-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); background: -ms-linear-gradient( -135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.95) ); -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px 0 rgba(0, 0, 0, 0.10); }
.forms .wrapper .form-box.overflow-hidden { overflow: hidden; }
.forms .wrapper .form-box .logo-container { width:100%; height: 185px; padding: 42px 42px 24px; }
.forms .wrapper .form-box .logo-container .logo {height: 75% center;}
.forms .wrapper .form-box .logo-container .logo-title {text-align: center; margin-top: 15px; position: relative;}

.form-container { padding: 20px 42px; position: absolute; left: 0; right: 0; bottom: 20px; animation: formHide 175ms ease forwards; -webkit-animation: formHide 175ms ease forwards; -moz-animation: formHide 175ms ease forwards; -o-animation: formHide 175ms ease forwards; opacity: 0; visibility: hidden; }
.form-container.show { animation: formShow 175ms ease forwards; -webkit-animation: formShow 175ms ease forwards; -moz-animation: formShow 175ms ease forwards; -o-animation: formShow 175ms ease forwards; opacity: 1; visibility: visible; }

.form-container .message-field { padding: 20px 0; text-align: center; }
.form-container .message-field .title { color: #616161; display: block; font-size: 20px; font-weight: bold; margin-bottom: 8px; }

.form-container .button { width: 100%; max-width: 280px; display: block; margin: 0 auto; height: 48px; transition: all 175ms ease; }
.form-container .button.processing { color: rgba( 255, 255, 255, 0 ); background-color: #f79322; width: 48px; min-width: auto; }

.form-container .action-container { margin-top: 16px; }
.form-container .action-arrow { color: rgba(112, 112, 112, 1.0); font-size: 12px; cursor: pointer; opacity: 0; visibility: hidden; user-select: none; -webkit-user-select: none; -ms-user-select: none; transition: all 175ms ease; -webkit-transition: all 175ms ease; -moz-transition: all 175ms ease; -o-transition: all 175ms ease; } /* -- margin-top: 8px; display: block; float: right; */
.form-container .action-arrow.show { opacity: 1; visibility: visible; }
.form-container .action-arrow:hover { color: rgba(249, 151, 2, 1.0); }

.form-container .form-message { padding-bottom: 16px; }
.form-container .form-message .message { font-size: 14px; text-align: center; display: block; }

.text-field-container:not(:last-child) { margin-bottom: 20px; }
.text-field-container .text-field { width: 100%; max-width: 280px; height: 48px; position: relative; border-radius: 5px; line-height: 48px; transition: border-color 175ms ease; } /* border: 1px solid rgba(0, 0, 0, 0.21); */

.text-field-container .text-field .input { width: 100%; height: 100%; font-size: 14px; padding: 4px 24px 0 48px; display: block; color: #505050; transition: color 175ms ease; }
/* .text-field-container .text-field .input:focus, .text-field-container .text-field .input:focus ~ .icon { color: #505050; } .text-field-container .text-field .input:focus::-webkit-input-placeholder */

.text-field-container .text-field .input:disabled, .text-field-container .text-field .input:disabled::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.32); }
.text-field-container .text-field .input:disabled ~ .icon { color: rgba(29, 29, 27, 0.32) }
.text-field-container .text-field .input:disabled ~ .border { border: 1px dashed rgba(0, 0, 0, 0.32); }

.text-field-container .text-field .icon { width: 48px; height: 48px; position: absolute; padding: 16px; top: 0; left: 0; bottom: 0; margin: auto; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; transition: color 175ms ease; -webkit-transition: color 175ms ease; -moz-transition: color 175ms ease; -o-transition: color 175ms ease; -ms-transition: color 175ms ease; }

.text-field-container .text-field .border { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(0, 0, 0, 0.21); border-radius: 5px; pointer-events: none; transition: border-color 175ms ease; }
.text-field-container .text-field:hover .border { border-color: rgba(0, 0, 0, 0.48); }
/* .text-field-container .text-field .input:focus ~ .border { border-color: rgba(148,155,255,1.0); } */

.text-field-container.error .text-field .icon { color: rgba(239, 28, 28, 1.0); }
.text-field-container.error .text-field .input, .text-field-container.error .text-field .input:focus, .text-field-container.error .text-field .input:focus ~ .icon { color: rgba(239, 28, 28, 1.0); }
.text-field-container.error .text-field .border { border-color: rgba(239, 28, 28, 1.0); }
.text-field-container.error .text-field .input:focus ~ .border { border-color: rgba(239, 28, 28, 1.0); }

/* -- Checkbox */
.checkbox-field, .checkbox-field .checkbox-wrapper { position: relative; }
.checkbox-field .checkbox, .checkbox-field .check::before { transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); }
.checkbox-field .checkbox { background-color: rgba(0, 0, 0, 0); width: 18px; height: 18px; border: 2px solid rgba(0, 0, 0, 0.21); border-radius: 2px; cursor: pointer; -webkit-box-flex: 0; -ms-flex: none; flex: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; }
.checkbox-field .checkbox.error { border-color: #ef1c1c; }
.checkbox-field .checkbox-label { font-size: 14px; margin-left: 16px; }
.checkbox-field .check::before { content: '\f00c'; color: rgba(0, 0, 0, 0); font-family: 'fontAwesome'; font-size: 12px; font-weight: 400; position: absolute; top: 2px; left: 3px; pointer-events: none; }
.checkbox-field .checkbox:checked { background-color: rgba(236, 102, 8, 1.0); border-color: rgba(236, 102, 8, 1.0); }
.checkbox-field .checkbox:checked + .check::before { color: #fff; }

/* -- Switch */
.switch { width: 40px; height: 40px; position: relative; flex-shrink: 0; }
.switch-native { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; cursor: pointer; }
.switch-track { width: 32px; height: 14px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 7px; pointer-events: none; background-color: rgba(0, 0, 0, 0.26); transition: background-color 90ms ease; }
.switch-thumb { width: 20px; height: 20px; position: absolute; top: -2px; transform: translateX(-4px); border-radius: 50%; background-color: rgba(241, 241, 241, 1.0); -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20); transition: background-color 90ms ease, transform 90ms ease; }
.switch-native:checked + .switch-track { background-color: #f79322; }
.switch-native:checked + .switch-track .switch-thumb { background-color: #f79322; transform: translateX(15px); }
/*.switch-native:disabled + .switch-track { background-color: rgba(200, 200, 200, 1.0); }*/
/*.switch-native:disabled + .switch-track .switch-thumb { background-color: rgba(238, 238, 238, 1.0); }*/
.switch-native:disabled + .switch-track { opacity: .5; }

/* -- Buttons */
.button { font-family: "Barlow Condensed", sans-serif; font-weight: 400; min-width: 120px; height: 36px; position: relative; color: #fff; border-radius: 9999px; background-color: #f79322; font-size: 20px; cursor: pointer; -o-transition: background-color 175ms ease; -moz-transition: background-color 175ms ease; -webkit-transition: background-color 175ms ease; transition: background-color 175ms ease; -ms-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.button.secondary, .button.secondary:disabled { background-color: #fff; color: #707070; border: 1px solid #e6e6e6; line-height: 20px; }
.button.secondary:hover { background-color: rgba(235, 235, 235, 1.0); color: #707070; }
.button.round { width: 36px; min-width: auto; height: 36px; border-radius: 0.25rem; line-height: 36px; padding: 2px 0 0; }
.button.full-width { width: 100%; }
/*.button.shadow { box-shadow: 0 12px 17px 2px rgba(236, 102, 8, 0.14), 0 5px 22px 4px rgba(236, 102, 8, 0.12), 0 7px 8px 0 rgba(236, 102, 8, 0.20); -webkit-box-shadow: 0 12px 17px 2px rgba(236, 102, 8, 0.14), 0 5px 22px 4px rgba(236, 102, 8, 0.12), 0 7px 8px 0 rgba(236, 102, 8, 0.20); -moz-box-shadow: 0 12px 17px 2px rgba(236, 102, 8, 0.14), 0 5px 22px 4px rgba(236, 102, 8, 0.12), 0 7px 8px 0 rgba(236, 102, 8, 0.20); }*/
.button.big { height: 48px; border-radius: 0.25rem; padding-top: 4px; }
.button:hover { background-color: #ec7e00; }
.button .icon { margin-right: 8px; }
.button.large { width: 100%; max-width: 280px; display: block; margin: 0 auto; height: 48px; border-radius: 9999px; line-height: 48px; transition: all 175ms ease; -webkit-transition: all 175ms ease; -moz-transition: all 175ms ease; -o-transition: all 175ms ease; }
.button:disabled { background-color: rgba(0, 0, 0, .21); box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; cursor: default; } /* rgba(239, 125, 0, .5) */
.button.processing { color: rgba( 255, 255, 255, 0 ); background-color: #e67a00; width: 48px; min-width: auto; }
.button.flat { background-color: rgba(0, 0, 0, 0); font-size: 12px; }
.button.flat.confirm { color: rgba(236, 102, 8, 1.0); }
.button.flat.confirm:hover { background-color: rgba(236, 102, 8, 0.12); }
.button.flat.reject { color: #cccccc; }

.fab { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 28px; background-color: #333; color: #fff; transition: background-color 175ms ease; z-index: 1; }
.fab:hover { cursor: pointer; background-color: #333; }
.fab--small { width: 48px; height: 48px; border-radius: 24px; }
.fab--absolute { position: absolute; }
.fab--position-bottom-right { right: 16px; bottom: 16px; }
.fab .fa-icons { color: currentColor; }

/* -- Data Table */
.data-table-container { position: relative; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table .row { height: 48px; }
.data-table .col { padding-left: 16px; }
.data-table .col:first-child { padding-left: 24px; }
.data-table .col:last-child { padding-right: 24px; }
.data-table .head { font-size: 12px; font-weight: 400; color: rgba(172, 172, 172, 1.0); }
.data-table .head .row .col { position: -webkit-sticky; position: sticky; top: 0; z-index: 3; background-color: rgba(255, 255, 255, 1.0); }
.data-table .body { font-size: 14px; }
.data-table .body .row { border-bottom: 1px solid rgba(0, 0, 0, 0.06); transition: background-color 175ms ease; }
.data-table .body .row:hover { background-color: rgba(245, 245, 245, 1.0); }
.data-table .body .row:last-child { border-bottom: 0; }

/* -- Action Elements */
.actions .action { width: 40px; height: 40px; position: relative; border-radius: 6px; padding: 0px; background-color: rgba(255, 255, 255, 1.0); transition: background-color 175ms ease, color 175ms ease; cursor: pointer; overflow: hidden; }
.actions .action.small { width: 32px; height: 32px; padding: 0px; }
.actions .action.x-small { width: 24px; height: 24px; padding: 4px; }
.actions .action:hover { background-color: rgba( 236, 240, 245, 1.0 ); }
.actions .action.active { background-color: rgba(239, 125, 0, 0.25); color: rgba(236, 102, 8, 1.0); }
.actions .action:disabled { color: rgba(112, 112, 112, 0.5); }
.actions .action .progress-bar { width: 0%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: rgba(236, 102, 8, 1.0); -o-transition: width 175ms ease; -moz-transition: width 175ms ease; -webkit-transition: width 175ms ease; transition: width 175ms ease; }

/* -- Select Image */
.select-image, .select-image .selected-image .img, .select-image .selected-image::before { border-radius: 5px; }
.select-image { background-color: #fff; width: 100%; height: 280px; position: relative; overflow: hidden; display: block; }
.select-image .info-container { width: 100%; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.select-image .info-container.light-color { color: #fff; }
.select-image .info-container .icon-holder { width: 34px; height: 34px; position: relative; margin: auto; margin-bottom: 8px; }
.select-image .info-container .label { display: block; text-align: center; }
.select-image .info-container .icon { font-size: 34px; }
.select-image .selected-image, .select-image .selected-image .img { width: 100%; height: 100%; }
.select-image .selected-image::before { content: ''; background-color: rgba(0, 0, 0, .3); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.select-image .selected-image .img { object-fit: cover; -o-object-fit: cover; object-position: center; -o-object-position: center; }

/* -- From Elements */
.form { position: relative; width: 100%; }
.form.form-padding { padding: 24px; }
.form .form-element .input-wrapper .underline,
.form .form-element .error-message { transition: all 275ms ease; -webkit-transition: all 275ms ease; -moz-transition: all 275ms ease; -o-transition: all 275ms ease; }
.form .form-element:not(:last-of-type) { margin-bottom: 16px; }
.form .form-element .label { font-size: 14px; margin-bottom: 8px; display: block; font-weight: 400; color: rgba(112, 112, 112, 1.0); }
.form .form-element .input-wrapper { position: relative; border-radius: 5px; overflow: hidden; }
.form .form-element .input-wrapper .select-input-icon { background-color: #ecf0f5; border-right: 1px solid #dae2ec; height: 48px; padding: 0 16px; }
.form .form-element .input-wrapper .select-input-icon.has-interaction { cursor: pointer; -webkit-transition: background 175ms ease; transition: background 175ms ease; }
.form .form-element .input-wrapper .select-input-icon.has-interaction:hover,
.form .form-element .input-wrapper .select-input-icon.has-interaction.selected { background-color: #dae2ec; }
.form .form-element .input-wrapper .select-input-icon.has-interaction.disabled { pointer-events: none; }
.form .form-element .input-wrapper .input { background-color: rgba( 236, 240, 245, 1.0 ); color: #505050; font-weight: 300; width: 100%; height: 48px; padding: 0 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.form .form-element .input-wrapper .input:disabled { opacity: .6; cursor: not-allowed; }
.form .form-element .input-wrapper .textfield { background-color: rgba( 236, 240, 245, 1.0 ); font-weight: 300; width: 100%; height: calc(48px * 4); padding: 16px; }
.form .form-element .input-wrapper.enable-icon .input { padding-right: 52px; }
.form .form-element .input-wrapper.enable-icon .icon { font-size: 18px; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); pointer-events: none; }
.form .form-element .input-wrapper .underline { background-color: rgba(148,155,255, 1.0); width: 50%; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); opacity: 0; visibility: hidden; }
.form .form-element.has-error .input-wrapper .underline { background-color: #ff8a8a; }
.ios .form .form-element .input-wrapper .underline { width: 100%; -webkit-transition-duration: 0s; }
.form .form-element .input-wrapper .input:focus + .underline,
.form .form-element .input-wrapper .input.isset + .underline,
.form .form-element.has-error .input-wrapper .underline { width: 100%; visibility: visible; opacity: 1; }
.form .form-element .error-message { color: #ff8a8a; height: 16px; font-size: 12px; display: block; margin-top: 8px; visibility: hidden; opacity: 0; }
.form .form-element.has-error .error-message { visibility: visible; opacity: 1; }
.form .button { margin-top: 16px; }

.form .form-element .input-wrapper .input::-webkit-input-placeholder { text-transform: initial; }
.form .form-element .input-wrapper .input::-moz-placeholder { text-transform: initial; }
.form .form-element .input-wrapper .input:-ms-input-placeholder { text-transform: initial; }
.form .form-element .input-wrapper .input:-moz-placeholder { text-transform: initial; }

.radio-button { position: relative; width: 40px; height: 40px; }
.radio-button .radio-wrapper, .radio-button .radio-wrapper .active-state { transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); }
.radio-button .radio-native { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; }
.radio-button .radio-wrapper { border: 2px solid #757575; width: 18px; height: 18px; border-radius: 100%; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); pointer-events: none; }
.radio-button .radio-wrapper .active-state { background-color: #EF7D00; width: 10px; height: 10px; border-radius: 100%; position: relative; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); }
.radio-button .radio-native:checked + .radio-wrapper { border-color: #EF7D00; }
.radio-button .radio-native:checked + .radio-wrapper .active-state { opacity: 1; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); }

/* -- Dropdown */
.dropdown { position: relative; width: 100%; border-radius: 5px; z-index: 4; }
.dropdown .dropdown-items { position: absolute; top: 0; left: 0; right: 0; padding-top: 48px; padding-bottom: 8px; border-radius: 5px; background-color: rgba(245, 245, 245, 1.0); opacity: 0; visibility: hidden; z-index: -1; }
.dropdown .dropdown-items.open { opacity: 1; visibility: visible; -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.10); }
.dropdown .dropdown-items .items-wrapper { overflow: hidden auto; max-height: 144px; }
.dropdown .selected-item .label, .dropdown .dropdown-items .label { margin: 0; font-weight: 300; }
.dropdown .selected-item, .dropdown .dropdown-items .item { background-color: rgba(245, 245, 245, 1.0); width: 100%; height: 48px; padding: 0 16px; cursor: pointer; }
.dropdown .selected-item { background-color: #f5f5f5; border-radius: 5px; }
.dropdown .dropdown-items .item:hover { background-color: rgba(0, 0, 0, 0.05); }
.dropdown .selected-item .label { margin-right: auto; }
.dropdown .selected-item .icon { font-size: 16px; transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); -o-transition: -o-transform 175ms ease; -moz-transition: -moz-transform 175ms ease; -webkit-transition: -webkit-transform 175ms ease; transition: transform 175ms ease; }
.dropdown .selected-item .icon.rotate { transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); }
.dropdown .dropdown-items.open + .selected-item { border-radius: 5px 5px 0 0; }

/* -- Dialog */
.dialog { background-color: rgba(0, 0, 0, 0.6); padding: 16px; z-index: 999; }
.dialog .box-container { background-color: #fff; max-width: 400px; position: relative; height: 250px; border-radius: 5px; overflow: hidden; }
.dialog .box-container .subheader { padding: 16px; }
.dialog .box-container .content { height: 100%; }
.dialog .box-container .footer { padding: 16px; }
.dialog .box-container .footer .button:not(:last-of-type) { margin-right: 8px; }

.dialog.select-dialog .box-container { max-height: 500px; height: 100%; }
.dialog.select-dialog .box-container .item { padding: 4px 16px 4px 5px; }
.dialog.select-dialog .box-container .item .iti-flag { margin-right: 8px; }
.dialog.select-dialog .box-container .item .label { user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; cursor: pointer; }

/* -- Range slider */
.range-slider .rzslider .rz-bar-wrapper { transition: width 175ms ease; }
.range-slider .rzslider .rz-bar-wrapper .rz-bar { background-color: rgba(236, 102, 8, 0.25); transition: background-color 175ms ease; }
.range-slider .rzslider .rz-bar-wrapper .rz-selection { background-color: rgba(236, 102, 8, 1.0); }
.range-slider .rzslider .rz-pointer { width: 16px; height: 16px; top: -6px; background-color: rgba(255, 255, 255, 1.0); border: 1px solid rgba(172, 172, 172, 1.0); }
.range-slider .rzslider .rz-pointer, .range-slider .rzslider .rz-model-value { transition: left 175ms ease; }
.range-slider .rzslider .rz-pointer:focus { outline: 0; }
.range-slider .rzslider .rz-pointer::after { content: none; }
.range-slider .rzslider .rz-bubble::after { color: rgba(112, 112, 112, 1.0); font-weight: 400; }

.range-slider .rzslider[disabled] .rz-bar-wrapper .rz-bar { background-color: rgba(245, 245, 245, 1.0); }
.range-slider .rzslider[disabled] .rz-bar-wrapper .rz-selection { background-color: rgba(172, 172, 172, 1.0); }

/* -- Battery */
.battery .battery-life { height: 4px; border-radius: 2px; margin-top: 8px; margin-bottom: 12px; background-color: rgba(245, 245, 245, 1.0); }
.battery .battery-life .battery-fill { width: 0%; height: 100%; background-color: rgba(130, 240, 120, 1.0); border-radius: 2px; transition: width 175ms ease, background-color 175ms ease; }
.battery .battery-life .battery-fill.low { background-color: rgba(249, 48, 48, 1.0); }
.battery .battery-life .battery-fill.medium { background-color: rgba(255, 233, 88, 1.0); }
.battery .battery-placeholders { font-size: 12px; font-weight: 400; }

/* -- Cards */
.cards { position: relative; -webkit-tap-highlight-color: transparent; }
.cards .spacing-bottom:not(:last-of-type) { margin-bottom: 16px; }
.cards .cards-wrapper { position: relative; }
.cards .cards-wrapper:not(.initial-height) { height: 72px; overflow: hidden; transition: height 275ms ease; }
.cards .cards-wrapper:not(.initial-height).expand { transition: height 275ms ease; }
.cards .cards-wrapper, .cards .card { background-color: #fff; border-radius: 5px; width: 100%; }
.cards .card { position: relative; padding: 16px; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); border: solid 1px #dedede; }
.cards .card-animation.ng-enter { transition: all 375MS ease; -webkit-transition: all 375MS ease; -moz-transition: all 375MS ease; -o-transition: all 375MS ease; opacity: 0; visibility: hidden; }
.cards .card-animation.ng-enter-active { opacity: 1; visibility: visible; }
.cards .card .image-container { background-color: rgba( 236, 240, 245, 1.0 ); width: 40px; height: 40px; border-radius: 100%; overflow: hidden; margin-right: 16px; }
.cards .card .image-container .img { width: 100%; height: 100%; }
.cards .card .content { min-width: 0; }
.cards .card .content > span { display: block; }
.cards .card .content .label { font-weight: 400; font-size: 14px; }
.cards .card .content .message { font-size: 14px; }
.cards .card .content .secondary-label { font-size: 12px; }
.cards .card .icon-right { width: 50px; padding: 16px; margin-right: -16px; }
.cards .card .icon-right .drag { background-color: rgba(112, 112, 112, 1); width: 100%; height: 2px; }
.cards .card .icon-right .drag:not(:last-of-type) { margin-bottom: 2px; }

.cards .icon-container .icon { padding: 8px 8px; font-size: 12px; }

.cards .cards-wrapper .resizable-content { padding: 0 16px 16px 16px; }
.cards .cards-wrapper:not(.initial-height) .resizable-content { transition: all 275ms ease; opacity: 0; }
.cards .cards-wrapper:not(.initial-height).expand .resizable-content { transition: opacity 275ms ease 375ms; opacity: 1; }
.cards .cards-wrapper .resizable-content .divider { background-color: rgba( 236, 240, 245, 1.0 ); width: 100%; height: 2px; }
.cards .cards-wrapper .resizable-content .title { font-weight: 400; }
.cards .cards-wrapper .resizable-content .label { font-size: 14px; }

/* -- List Menu */
/*.list-menu { font-size: 14px; font-weight: 400; }*/
/*.list-menu .list-menu-item { line-height: 40px; cursor: pointer; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; }*/
/*.list-menu .list-menu-item.active { color: rgba(236, 102, 8, 1.0); }*/
/*.list-menu .list-menu-item .counter { background-color: rgba(112, 112, 112, 0.25); border-radius: 4px; }*/
/*.list-menu .list-menu-item.active .counter { background-color: rgba(236, 102, 8, 0.25); }*/

/* -- Square Card */
.square-card { width: 240px; margin: 16px; padding: 24px 0; position: relative; background-color: #fff; border-radius: 5px; -ms-flex: none; flex: none; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); border: solid 1px #dedede;} /* height: 240px; */
.square-card::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 5px; moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; transition: box-shadow 175ms ease; -webkit-transition: box-shadow 175ms ease; -moz-transition: box-shadow 175ms ease; -o-transition: box-shadow 175ms ease; }
.square-card:hover::before { cursor: pointer; -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); }
.square-card.card-animation.ng-enter { -webkit-transition: opacity 375MS ease, visibility 375ms ease; transition: opacity 375MS ease, visibility 375ms ease; opacity: 0; visibility: hidden; }
.square-card.card-animation.ng-enter-active { opacity: 1; visibility: visible; }
.square-card.card-placeholder { background-color: rgba(255, 255, 255, 0.5); min-height: 317px; }
.square-card .square-card-content { height: 156px; }
.square-card .image-container { background-color: rgba( 236, 240, 245, 1.0 ); width: 80px; height: 80px; border-radius: 100%; }
.square-card .image-container .img { width: 100%; height: 100%; }
.square-card .text-container { font-size: 14px; margin-top: 16px; }
.square-card .text-container > span { width: -ms-calc( 240px - (16px *2 )); width: -o-calc( 240px - ( 16px * 2 )); width: -moz-calc( 240px - ( 16px * 2 )); width: -webkit-calc( 240px - ( 16px * 2 )); width: calc( 240px - ( 16px * 2 )); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.square-card .text-container .label { font-size: 20px; font-weight: 400; }

/* -- Nothing Found */
.nothing-found { position: absolute; top: 0; left: 0; padding: 0 16px; }
.nothing-found .wrapper { background-color: #fff; border-radius: 5px; padding: 16px; }
.nothing-found .icon { font-size: 30px; padding-right: 16px; }

/* -- Banner */
.banner { width: 720px; padding: 12px 12px 12px 24px; border-radius: 5px; font-size: 14px; background-color: rgba(255, 255, 255, 1.0); }
.banner .banner-text { padding-right: 90px; }
.banner .banner-actions .action { padding: 0 12px; text-transform: uppercase; cursor: pointer; }
.banner .banner-actions .action:not(:last-child) { margin-right: 8px; }
.banner .banner-actions .action.primary { color: rgba( 236, 102, 8, 1.0 ); }

/* -- Snackbar */
.snackbar { background-color: #fad9c1; min-width: 250px; max-width: 800px; position: absolute; z-index: 99; left: 50%; -ms-transform: translate(-50%, -100%); -o-transform: translate(-50%, -100%); -moz-transform: translate(-50%, -100%); -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); border-radius: 0 0 12px 12px; overflow: hidden; padding: 16px; visibility: hidden; opacity: 0; -o-transition: all 375ms ease; -moz-transition: all 375ms ease; -webkit-transition: all 375ms ease; transition: all 375ms ease; }
.snackbar.primary { background-color: #fad9c1; }
.snackbar.success { background-color: #96e5b7; }
.snackbar.danger { background-color: #f3a59d; }
.snackbar.open { -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); visibility: visible; opacity: 1; }
.snackbar .wrapper { height: 100%; overflow: hidden; }
.snackbar .wrapper .message { word-break: break-word; }
.snackbar.primary .wrapper .message,
.snackbar.primary .wrapper .icon-wrapper .icon { color: #ec6608; }
.snackbar.success .wrapper .message,
.snackbar.success .wrapper .icon-wrapper .icon { color: #288851; }
.snackbar.danger .wrapper .message,
.snackbar.danger .wrapper .icon-wrapper .icon { color: #b7675f; }
.snackbar .wrapper .icon-wrapper { width: 24px; height: 24px; position: relative; margin-left: 16px; }

/* -- List Menu */
.submenu { font-weight: 400; font-size: 14px; }
.submenu .submenu-list .submenu-item { padding: 8px 16px 8px 8px; border-radius: 5px; cursor: pointer; user-select: none; }
.submenu .submenu-list .submenu-item:not(:last-child) { margin-bottom: 8px; }
.submenu .submenu-list .submenu-item.active { background-color: rgba(0, 0, 0, 0.10); }
.submenu .submenu-list .submenu-item .icon { margin-right: 16px; }
.submenu .submenu-list .submenu-item .label {font-weight: 300; margin-top: 6px; color: rgb(80,80,80); font-family: "Roboto";}

/* -- Chips */
.chips, .chips .chip { position: relative; }
.chips .chip { height: 32px; margin-right: 6px; margin-bottom: 6px; border-radius: 5px; padding: 0 12px; font-size: 14px; background-color: rgba( 236, 240, 245, 1.0 ); cursor: pointer; transition: all 175ms ease; overflow: hidden; user-select: none; }
.chips .choice-chip:hover .chip, .chips .chip:hover { background-color: rgba(228, 234, 241, 1.0); }
.chips .chip .label { font-size: 14px; }
.chips .chip:last-child, .chips .choice-chip:last-child { margin-right: 0; }

.chips .chip .leading-icon, .chips .chip .trailing-icon { width: 20px; height: 20px; font-size: 12px; margin-left: -4px; margin-right: 4px; padding: 2px; }
.chips .chip .trailing-icon { margin-left: 8px; margin-right: -4px; }
.chips .chip .trailing-icon.small { font-size: 14px; padding: 3px; }
.chips .chip .leading-icon.image { width: 24px; height: 24px; margin-left: -8px; border-radius: 100%; }

.chips .choice-chip { position: relative; margin-right: 6px; margin-bottom: 6px; }
.chips .choice-chip .native-control { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; cursor: pointer; }
.chips .choice-chip.selected .chip, .chips .choice-chip .native-control:checked + .chip { color: #fff; background-color: #f79322; }
.chips .choice-chip .chip { margin: 0; pointer-events: none; }
.chips .no-margin-bottom { margin-bottom: 0; }

/* -- 720kb Datepicker Custom */
._720kb-datepicker-calendar { top: -48px; right: 0; border-radius: 5px; visibility: hidden; -ms-transform-origin: right top; -o-transform-origin: right top; -moz-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; -ms-transform: scale(0); -o-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -o-transition: -o-transform 175ms ease, visibility 175ms ease; -moz-transition: -moz-transform 175ms ease, visibility 175ms ease; -webkit-transition: -webkit-transform 175ms ease, visibility 175ms ease; transition: transform 175ms ease, visibility 175ms ease; }
._720kb-datepicker-calendar._720kb-datepicker-open, ._720kb-datepicker-calendar._720kb-datepicker-forced-to-open { visibility: visible; -ms-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
._720kb-datepicker-calendar-header { line-height: 48px; }
._720kb-datepicker-calendar ._720kb-datepicker-calendar-days-header { background: rgba(255, 255, 255, 0.0); }
._720kb-datepicker-calendar-month-button { position: relative; }
._720kb-datepicker-default-button { opacity: 0; visibility: hidden; }
._720kb-datepicker-calendar-header:nth-child(odd) { background: hsla(213, 31%, 80%, 1); }
._720kb-datepicker-calendar-header:nth-child(even) { background: hsla(213, 31%, 96%, 1); }

/* -- Tooltip */
.tooltip { background-color: #fff; border-radius: 4px; position: fixed; opacity: 0; visibility: hidden; overflow-y: auto; z-index: 9999; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -webkit-transition: opacity 175ms ease, visibility 175ms ease; transition: opacity 175ms ease, visibility 175ms ease; }
.tooltip::-webkit-scrollbar { width: 4px; }
.tooltip::-webkit-scrollbar-thumb { background-color: rgba(117, 117, 117, .4); border-radius: 2px; }
.tooltip.show { opacity: 1; visibility: visible; }
.tooltip .message { color: #000; font-size: 14px; padding: 8px; -webkit-user-select: none; user-select: none; pointer-events: none; }

.js-calendar { width: 100%; }
.js-calendar .fc-view { background-color: #fff; }

/*.event-dialog { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
/*.event-dialog__scrim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.32); }*/

/*.event-dialog__container { display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 100%; pointer-events: none; }*/
/*.event-dialog__surface { min-width: 240px; max-width: 560px; max-height: calc(100% - 32px); background-color: #fff; border-radius: 8px; pointer-events: auto; }*/

.event-dialog { display: none; z-index: 999; }
.event-dialog, .event-dialog__scrim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; align-items: center; justify-content: center; }
.event-dialog__scrim { opacity: 0; background-color: rgba(0, 0, 0, .33); z-index: -1; }
.event-dialog__container { height: 100%; display: flex; align-items: center; justify-content: space-around; pointer-events: none; opacity: 0; transform: scale(0.8); }
.event-dialog--open .event-dialog__container { opacity: 1; transform: scale(1); }
.event-dialog--open .event-dialog__scrim { opacity: 1; }
.event-dialog--closing .event-dialog__container { transform: scale(1); }

.event-dialog--open, .event-dialog--opening, .event-dialog--closing { display: flex; }
.event-dialog--opening .event-dialog__container { transition: opacity 75ms ease, transform 175ms ease; }
.event-dialog--opening .event-dialog__scrim { transition: opacity 175ms ease; }
.event-dialog--closing .event-dialog__scrim, .event-dialog--closing .event-dialog__container { transition: opacity 175ms ease; }

.event-dialog__surface { display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 0; max-height: 448px; width: 100%; max-width: 560px; border-radius: 4px; background-color: #fff; overflow-y: auto; pointer-events: auto; }
.event-dialog__title { font-size: 20px; padding: 0 24px 8px; font-family: "Barlow Condensed", sans-serif }
.event-dialog__title:not(.event-dialog__title--with-content)::before { content: ""; display: inline-block; height: 40px; }
.event-dialog__title--with-content { margin-top: 12px; }
.event-dialog__content { min-height: 100px; padding: 20px 24px; overflow: auto; flex-grow: 1; position: relative; }
.event-dialog__actions { display: flex; align-items: center; justify-content: flex-end; min-height: 52px; padding: 8px; }
.event-dialog__actions--border-top { border-top: 1px solid rgba(0, 0, 0, .16); }

.event-dialog__actions .button:not(:first-child) { margin-left: 8px; }

.event-dialog .date-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.event-dialog .date-input::-webkit-datetime-edit { display: none; }
.event-dialog .date-input::-webkit-calendar-picker-indicator { width: 100%; height: 100%; margin: 0; }
.event-dialog .date-input:disabled { cursor: not-allowed; }