fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid black;background:white;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0px;right:0;bottom:0;left:84%;height:28px}.sp-container,.sp-replacer,.sp-preview,.sp-dragger,.sp-slider,.sp-alpha,.sp-clear,.sp-alpha-handle,.sp-container.sp-dragging .sp-input,.sp-container button{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-container.sp-palette-buttons-disabled .sp-palette-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:linear-gradient(to right, #fff, rgba(204, 154, 129, 0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81")}.sp-val{background-image:linear-gradient(to top, #000, rgba(204, 154, 129, 0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000")}.sp-hue{background:linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00")}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00")}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff")}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff")}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff")}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000")}.sp-hidden{display:none !important}.sp-cf:before,.sp-cf:after{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media(max-device-width: 480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:white;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:solid 1px #f0c49b;padding:0}.sp-container,.sp-container button,.sp-container input,.sp-color,.sp-hue,.sp-clear{font:normal 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue,.sp-clear{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px !important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-picker-container,.sp-palette-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el:hover,.sp-palette .sp-thumb-el.sp-thumb-active{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-palette-button-container,.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:solid 1px #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer:hover,.sp-replacer.sp-active{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:linear-gradient(to bottom, #eeeeee, #cccccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:linear-gradient(to bottom, #dddddd, #bbbbbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f !important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f !important;text-decoration:underline}.sp-palette span:hover,.sp-palette span.sp-thumb-active{border-color:#000}.sp-preview,.sp-alpha,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-preview-inner,.sp-alpha-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}.CodeMirror{font-family:monospace;height:300px;color:black;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:transparent}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:black}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20, 255, 20, 0.5);animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:blue}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255, 150, 0, 0.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection, .CodeMirror-line>span::-moz-selection, .CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255, 255, 0, 0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.cm-s-hopscotch.CodeMirror{background:#322931;color:#d5d3d5}.cm-s-hopscotch div.CodeMirror-selected{background:#433b42 !important}.cm-s-hopscotch .CodeMirror-gutters{background:#322931;border-right:0px}.cm-s-hopscotch .CodeMirror-linenumber{color:#797379}.cm-s-hopscotch .CodeMirror-cursor{border-left:1px solid #989498 !important}.cm-s-hopscotch span.cm-comment{color:#b33508}.cm-s-hopscotch span.cm-atom{color:#c85e7c}.cm-s-hopscotch span.cm-number{color:#c85e7c}.cm-s-hopscotch span.cm-property,.cm-s-hopscotch span.cm-attribute{color:#8fc13e}.cm-s-hopscotch span.cm-keyword{color:#dd464c}.cm-s-hopscotch span.cm-string{color:#fdcc59}.cm-s-hopscotch span.cm-variable{color:#8fc13e}.cm-s-hopscotch span.cm-variable-2{color:#1290bf}.cm-s-hopscotch span.cm-def{color:#fd8b19}.cm-s-hopscotch span.cm-error{background:#dd464c;color:#989498}.cm-s-hopscotch span.cm-bracket{color:#d5d3d5}.cm-s-hopscotch span.cm-tag{color:#dd464c}.cm-s-hopscotch span.cm-link{color:#c85e7c}.cm-s-hopscotch .CodeMirror-matchingbracket{text-decoration:underline;color:white !important}.cm-s-hopscotch .CodeMirror-activeline-background{background:#302020}@font-face{font-family:"font3336";src:url(/fonts/vendor/grapesjs/dist/main-fonts.eot?f7c56e52c2c44690a0e39d5a486d0c3b);src:url(/fonts/vendor/grapesjs/dist/main-fonts.woff?638868fe8f33b0b45c29fc4e4fba99a9) format("woff"),url(/fonts/vendor/grapesjs/dist/main-fonts.ttf?38b30fa0229248d8bd3a14c802046743) format("truetype"),url(/fonts/vendor/grapesjs/dist/main-fonts.svg?eceff26a5f33cc81123f437a16a78dbe) format("svg"),url(/fonts/vendor/grapesjs/dist/main-fonts.eot?f7c56e52c2c44690a0e39d5a486d0c3b) format("embedded-opentype");font-weight:normal;font-style:normal}.gjs-is__grab,.gjs-is__grab *{cursor:grab !important}.gjs-is__grabbing,.gjs-is__grabbing *{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:grabbing !important}.gjs-one-bg{background-color:#444}.gjs-one-color{color:#444}.gjs-one-color-h:hover{color:#444}.gjs-two-bg{background-color:#ddd}.gjs-two-color{color:#ddd}.gjs-two-color-h:hover{color:#ddd}.gjs-three-bg{background-color:#804f7b}.gjs-three-color{color:#804f7b}.gjs-three-color-h:hover{color:#804f7b}.gjs-four-bg{background-color:#d278c9}.gjs-four-color{color:#d278c9}.gjs-four-color-h:hover{color:#d278c9}.gjs-danger-bg{background-color:#dd3636}.gjs-danger-color{color:#dd3636}.gjs-danger-color-h:hover{color:#dd3636}.gjs-bg-main,.gjs-sm-sector .gjs-sm-colorp-c,.gjs-clm-tags .gjs-sm-colorp-c,.gjs-off-prv{background-color:#444}.gjs-color-main,.gjs-sm-sector .gjs-sm-stack #gjs-sm-add,.gjs-clm-tags .gjs-sm-stack #gjs-sm-add,.gjs-off-prv{color:#ddd;fill:#ddd}.gjs-color-active{color:#f8f8f8;fill:#f8f8f8}.gjs-color-warn{color:#ffca6f;fill:#ffca6f}.gjs-color-hl{color:#71b7f1;fill:#71b7f1}.gjs-fonts::before{display:block;font:normal normal normal 14px font3336;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5em}.gjs-f-b1::before{content:"Q"}.gjs-f-b2::before{content:"W"}.gjs-f-b3::before{content:"E"}.gjs-f-b37::before{content:"R"}.gjs-f-hero::before{content:"T"}.gjs-f-h1p::before{content:"y"}.gjs-f-3ba::before{content:"u"}.gjs-f-image::before{content:"I"}.gjs-f-text::before{content:"o"}.gjs-f-quo::before{content:"p"}.gjs-f-button::before{content:"B"}.gjs-f-divider::before{content:"D"}.gjs-invis-invis,.gjs-clm-tags #gjs-clm-new,.gjs-no-app{background-color:transparent;border:none;color:inherit}.gjs-no-app{height:10px}.gjs-test::btn{color:"#fff"}.opac50{opacity:.5;filter:alpha(opacity=50)}.gjs-checker-bg,.gjs-field-colorp-c,.checker-bg,.gjs-sm-sector .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==")}.gjs-no-user-select,.gjs-rte-toolbar,.gjs-layer-name,.gjs-grabbing,.gjs-grabbing *{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.gjs-no-pointer-events,.gjs-margin-v-el,.gjs-padding-v-el,.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el,.gjs-resizer-c{pointer-events:none}.gjs-bdrag{pointer-events:none !important;position:absolute !important;z-index:10 !important;width:auto}.gjs-drag-helper{background-color:#3b97e3 !important;pointer-events:none !important;position:absolute !important;z-index:10 !important;transform:scale(0.3) !important;transform-origin:top left !important;-webkit-transform-origin:top left !important;margin:15px !important;transition:none !important;outline:none !important}.gjs-grabbing,.gjs-grabbing *{cursor:grabbing !important;cursor:-webkit-grabbing !important}.gjs-grabbing{overflow:hidden}.gjs-off-prv{position:relative;z-index:10;padding:5px;cursor:pointer}.gjs-editor-cont ::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.gjs-editor-cont ::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2)}.gjs-editor-cont ::-webkit-scrollbar{width:8px}.clear{clear:both}.no-select,.gjs-clm-tags #gjs-clm-close,.gjs-category-title,.gjs-layer-title,.gjs-block-category .gjs-title,.gjs-sm-sector .gjs-sm-title,.gjs-clm-tags .gjs-sm-title,.gjs-com-no-select,.gjs-com-no-select img{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.gjs-no-touch-actions{touch-action:none}.gjs-disabled{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;opacity:.5;filter:alpha(opacity=50)}.gjs-editor{font-family:Helvetica,sans-serif;font-size:.75rem;position:relative;box-sizing:border-box;height:100%}.gjs-freezed,.gjs-freezed{opacity:.5;filter:alpha(opacity=50);pointer-events:none}.gjs-traits-label{border-bottom:1px solid rgba(0,0,0,.2);font-weight:lighter;margin-bottom:5px;padding:10px;text-align:left}.gjs-label-wrp{width:30%;min-width:30%}.gjs-field-wrp{flex-grow:1}.gjs-trt-header{font-weight:lighter;padding:10px}.gjs-trt-trait{display:flex;justify-content:flex-start;padding:5px 10px;font-weight:lighter;align-items:center;text-align:left}.gjs-trt-traits{font-size:.75rem}.gjs-trt-trait .gjs-label{text-align:left;text-overflow:ellipsis;overflow:hidden}.gjs-guide-info{position:absolute}.gjs-guide-info__content{position:absolute;height:100%;display:flex;width:100%;padding:5px}.gjs-guide-info__line{position:relative;margin:auto}.gjs-guide-info__line::before,.gjs-guide-info__line::after{content:"";display:block;position:absolute;background-color:inherit}.gjs-guide-info__y{padding:0 5px}.gjs-guide-info__y .gjs-guide-info__content{justify-content:center}.gjs-guide-info__y .gjs-guide-info__line{width:100%;height:1px}.gjs-guide-info__y .gjs-guide-info__line::before,.gjs-guide-info__y .gjs-guide-info__line::after{width:1px;height:10px;top:0;bottom:0;left:0;margin:auto}.gjs-guide-info__y .gjs-guide-info__line::after{left:auto;right:0}.gjs-guide-info__x{padding:5px 0}.gjs-guide-info__x .gjs-guide-info__content{align-items:center}.gjs-guide-info__x .gjs-guide-info__line{height:100%;width:1px}.gjs-guide-info__x .gjs-guide-info__line::before,.gjs-guide-info__x .gjs-guide-info__line::after{width:10px;height:1px;left:0;right:0;top:0;margin:auto;transform:translateX(-50%)}.gjs-guide-info__x .gjs-guide-info__line::after{top:auto;bottom:0}.gjs-badge{white-space:nowrap}.gjs-badge__icon{vertical-align:middle;display:inline-block;width:15px;height:15px}.gjs-badge__icon svg{fill:currentColor}.gjs-badge__name{display:inline-block;vertical-align:middle}.gjs-frame-wrapper{position:absolute;width:100%;height:100%;left:0;right:0;margin:auto}.gjs-frame-wrapper--anim{transition:width .35s ease,height .35s ease}.gjs-frame-wrapper__top{transform:translateY(-100%) translateX(-50%);display:flex;padding:5px 0;position:absolute;width:100%;left:50%;top:0}.gjs-frame-wrapper__top-r{margin-left:auto}.gjs-frame-wrapper__left{position:absolute;left:0;transform:translateX(-100%) translateY(-50%);height:100%;top:50%}.gjs-frame-wrapper__bottom{position:absolute;bottom:0;transform:translateY(100%) translateX(-50%);width:100%;left:50%}.gjs-frame-wrapper__right{position:absolute;right:0;transform:translateX(100%) translateY(-50%);height:100%;top:50%}.gjs-frame-wrapper__icon{width:24px;cursor:pointer}.gjs-frame-wrapper__icon>svg{fill:currentColor}.gjs-padding-v-top,.gjs-fixedpadding-v-top{width:100%;top:0;left:0}.gjs-padding-v-right,.gjs-fixedpadding-v-right{right:0}.gjs-padding-v-bottom,.gjs-fixedpadding-v-bottom{width:100%;left:0;bottom:0}.gjs-padding-v-left,.gjs-fixedpadding-v-left{left:0}.gjs-cv-canvas{background-color:rgba(0,0,0,.15);box-sizing:border-box;width:85%;height:calc(100% - 40px);bottom:0;overflow:hidden;z-index:1;position:absolute;left:0;top:40px}.gjs-cv-canvas.gjs-is__grab .gjs-cv-canvas__frames,.gjs-cv-canvas.gjs-is__grabbing .gjs-cv-canvas__frames{pointer-events:none}.gjs-cv-canvas__frames{position:absolute;top:0;left:0;width:100%;height:100%}.gjs-cv-canvas .gjs-ghost{display:none;pointer-events:none;background-color:#5b5b5b;border:2px dashed #ccc;position:absolute;z-index:10;opacity:.55;filter:alpha(opacity=55)}.gjs-cv-canvas .gjs-highlighter,.gjs-cv-canvas .gjs-highlighter-sel{position:absolute;outline:1px solid #3b97e3;outline-offset:-1px;pointer-events:none;width:100%;height:100%}.gjs-cv-canvas .gjs-highlighter-warning{outline:3px solid #ffca6f}.gjs-cv-canvas .gjs-highlighter-sel{outline:3px solid #3b97e3}.gjs-cv-canvas #gjs-tools,.gjs-cv-canvas .gjs-tools{width:100%;height:100%;position:absolute;top:0;left:0;outline:none;z-index:1}.gjs-cv-canvas *{box-sizing:border-box}.gjs-frame{outline:medium none;height:100%;width:100%;border:none;margin:auto;display:block;transition:width .35s ease,height .35s ease;position:absolute;top:0;bottom:0;left:0;right:0}.gjs-toolbar{position:absolute;background-color:#3b97e3;white-space:nowrap;color:#fff;z-index:10;top:0;left:0}.gjs-toolbar-item{padding:5px 7px;font-size:.8rem;cursor:pointer;width:26px;vertical-align:middle;display:inline-block}.gjs-toolbar-item svg{fill:currentColor;vertical-align:middle}.gjs-resizer-c{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.gjs-margin-v-el,.gjs-padding-v-el,.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el{opacity:.1;filter:alpha(opacity=10);position:absolute;background-color:#ff0}.gjs-fixedmargin-v-el,.gjs-fixedpadding-v-el{opacity:.2;filter:alpha(opacity=20)}.gjs-padding-v-el,.gjs-fixedpadding-v-el{background-color:navy}.gjs-resizer-h{pointer-events:all;position:absolute;border:3px solid #3b97e3;width:10px;height:10px;background-color:#fff;margin:-5px}.gjs-resizer-h-tl{top:0;left:0;cursor:nwse-resize}.gjs-resizer-h-tr{top:0;right:0;cursor:nesw-resize}.gjs-resizer-h-tc{top:0;margin:-5px auto;left:0;right:0;cursor:ns-resize}.gjs-resizer-h-cl{left:0;margin:auto -5px;top:0;bottom:0;cursor:ew-resize}.gjs-resizer-h-cr{margin:auto -5px;top:0;bottom:0;right:0;cursor:ew-resize}.gjs-resizer-h-bl{bottom:0;left:0;cursor:nesw-resize}.gjs-resizer-h-bc{bottom:0;margin:-5px auto;left:0;right:0;cursor:ns-resize}.gjs-resizer-h-br{bottom:0;right:0;cursor:nwse-resize}.gjs-pn-panel .gjs-resizer-h{background-color:rgba(0,0,0,.2);border:none;opacity:0;transition:opacity .25s}.gjs-pn-panel .gjs-resizer-h:hover{opacity:1}.gjs-pn-panel .gjs-resizer-h-tc,.gjs-pn-panel .gjs-resizer-h-bc{margin:0 auto;width:100%}.gjs-pn-panel .gjs-resizer-h-cr,.gjs-pn-panel .gjs-resizer-h-cl{margin:auto 0;height:100%}.gjs-resizing .gjs-highlighter,.gjs-resizing .gjs-badge{display:none !important}.gjs-resizing-tl *{cursor:nwse-resize !important}.gjs-resizing-tr *{cursor:nesw-resize !important}.gjs-resizing-tc *{cursor:ns-resize !important}.gjs-resizing-cl *{cursor:ew-resize !important}.gjs-resizing-cr *{cursor:ew-resize !important}.gjs-resizing-bl *{cursor:nesw-resize !important}.gjs-resizing-bc *{cursor:ns-resize !important}.gjs-resizing-br *{cursor:nwse-resize !important}.btn-cl,.gjs-am-close,.gjs-mdl-btn-close{opacity:.3;filter:alpha(opacity=30);font-size:25px;cursor:pointer}.btn-cl:hover,.gjs-am-close:hover,.gjs-mdl-btn-close:hover{opacity:.7;filter:alpha(opacity=70)}.no-dots,.ui-resizable-handle{border:none !important;margin:0 !important;outline:none !important}.gjs-com-dashed *{outline:1px dashed #888;outline-offset:-2px;box-sizing:border-box}.gjs-cv-canvas .gjs-comp-selected{outline:3px solid #3b97e3 !important}*.gjs-com-hover,div.gjs-com-hover{outline:1px solid #3b97e3}*.gjs-com-hover-delete,div.gjs-com-hover-delete{outline:2px solid #dd3636;opacity:.5;filter:alpha(opacity=50)}*.gjs-com-hover-move,div.gjs-com-hover-move{outline:3px solid #ffca6f}.gjs-com-badge,.gjs-com-badge-red,.gjs-badge{pointer-events:none;background-color:#3b97e3;color:#fff;padding:2px 5px;position:absolute;z-index:1;font-size:12px;outline:none;display:none}.gjs-com-badge-red{background-color:#dd3636}.gjs-badge-warning{background-color:#ffca6f}.gjs-placeholder,.gjs-com-placeholder,.gjs-placeholder{position:absolute;z-index:10;pointer-events:none;display:none}.gjs-placeholder,.gjs-placeholder{border-style:solid !important;outline:none;box-sizing:border-box;transition:top .2s,left .2s,width .2s,height .2s}.gjs-placeholder.horizontal,.gjs-com-placeholder.horizontal,.gjs-placeholder.horizontal{border-color:transparent #62c462;border-width:3px 5px;margin:-3px 0 0}.gjs-placeholder.vertical,.gjs-com-placeholder.vertical,.gjs-placeholder.vertical{border-color:#62c462 transparent;border-width:5px 3px;margin:0 0 0 -3px}.gjs-placeholder-int,.gjs-com-placeholder-int,.gjs-placeholder-int{background-color:#62c462;box-shadow:0 0 3px rgba(0,0,0,.2);height:100%;width:100%;pointer-events:none;padding:1.5px;outline:none}.gjs-pn-panel{display:inline-block;position:absolute;box-sizing:border-box;text-align:center;padding:5px;z-index:3}.gjs-pn-panel .icon-undo,.gjs-pn-panel .icon-redo{font-size:20px;height:30px;width:25px}.gjs-pn-commands{width:85%;left:0;top:0;box-shadow:0 0 5px rgba(0,0,0,.2)}.gjs-pn-options{right:15%;top:0}.gjs-pn-views{border-bottom:2px solid rgba(0,0,0,.2);right:0;width:15%;z-index:4}.gjs-pn-views-container{height:100%;padding:42px 0 0;right:0;width:15%;overflow:auto;box-shadow:0 0 5px rgba(0,0,0,.2)}.gjs-pn-buttons{align-items:center;display:flex;justify-content:space-between}.gjs-pn-btn{box-sizing:border-box;min-height:30px;min-width:30px;line-height:21px;background-color:transparent;border:none;font-size:18px;margin-right:5px;border-radius:2px;padding:4px;position:relative;cursor:pointer}.gjs-pn-btn.gjs-pn-active{background-color:rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.25) inset}.gjs-pn-btn svg{fill:currentColor}.gjs-comp-image-placeholder{display:block;background-color:#f5f5f5;color:#777;height:50px;width:50px;line-height:50px;outline:3px solid #ffca6f;outline-offset:-3px;text-align:center;font-size:16.6666666667px;cursor:pointer}.gjs-comp-image-placeholder.fa-picture-o::after{content:"\F03E"}.gjs-label{line-height:18px}.gjs-fields{display:flex}.gjs-select{padding:0;width:100%}.gjs-select select{padding-right:10px}.gjs-select:-moz-focusring,.gjs-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 rgba(255,255,255,.7)}.gjs-input:focus,.gjs-button:focus,.gjs-btn-prim:focus,.gjs-select:focus,.gjs-select select:focus{outline:none}.gjs-field input,.gjs-field select,.gjs-field textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;border:none;background-color:transparent;box-sizing:border-box;width:100%;position:relative;padding:5px;z-index:1}.gjs-field input:focus,.gjs-field select:focus,.gjs-field textarea:focus{outline:none}.gjs-field input[type=number]{-moz-appearance:textfield}.gjs-field input[type=number]::-webkit-outer-spin-button,.gjs-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gjs-field-range{flex:9 1 auto}.gjs-field-integer input{padding-right:30px}.gjs-select option,.gjs-field-select option,.gjs-clm-select option,.gjs-sm-select option,.gjs-fields option,.gjs-sm-unit option{background-color:#444;color:#ddd}.gjs-field{background-color:rgba(0,0,0,.2);border:none;box-shadow:none;border-radius:2px;box-sizing:border-box;padding:0;position:relative}.gjs-field textarea{resize:vertical}.gjs-field .gjs-sel-arrow{height:100%;width:9px;position:absolute;right:0;top:0;z-index:0}.gjs-field .gjs-d-s-arrow{bottom:0;top:0;margin:auto;right:5px;border-top:4px solid rgba(255,255,255,.7);position:absolute;height:0;width:0;border-left:3px solid transparent;border-right:4px solid transparent;cursor:pointer}.gjs-field-arrows{position:absolute;cursor:ns-resize;margin:auto;height:20px;width:9px;z-index:10;bottom:0;right:3px;top:0}.gjs-field-color,.gjs-field-radio{width:100%}.gjs-field-color input{padding-right:22px;box-sizing:border-box}.gjs-field-colorp{border-left:1px solid rgba(0,0,0,.2);box-sizing:border-box;height:100%;padding:2px;position:absolute;right:0;top:0;width:22px;z-index:10}.gjs-field-colorp .gjs-checker-bg,.gjs-field-colorp .gjs-field-colorp-c{height:100%;width:100%;border-radius:1px}.gjs-field-colorp-c{height:100%;position:relative;width:100%}.gjs-field-color-picker{background-color:#ddd;cursor:pointer;height:100%;width:100%;box-shadow:0 0 1px rgba(0,0,0,.2);border-radius:1px;position:absolute;top:0}.gjs-field-checkbox{padding:0;width:17px;height:17px;display:block;cursor:pointer}.gjs-field-checkbox input{display:none}.gjs-field-checkbox input:checked+.gjs-chk-icon{border-color:rgba(255,255,255,.5);border-width:0 2px 2px 0;border-style:solid}.gjs-radio-item{flex:1 1 auto;text-align:center;border-left:1px solid rgba(0,0,0,.2)}.gjs-radio-item:first-child{border:none}.gjs-radio-item:hover{background:rgba(0,0,0,.2)}.gjs-radio-item input{display:none}.gjs-radio-item input:checked+.gjs-radio-item-label{background-color:rgba(255,255,255,.2)}.gjs-radio-items{display:flex}.gjs-radio-item-label{cursor:pointer;display:block;padding:5px}.gjs-field-units{position:absolute;margin:auto;right:10px;bottom:0;top:0}.gjs-field-unit{position:absolute;right:10px;top:3px;font-size:10px;color:rgba(255,255,255,.7);cursor:pointer}.gjs-field-arrow-u,.gjs-field-arrow-d{position:absolute;height:0;width:0;border-left:3px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.7);bottom:4px;cursor:pointer}.gjs-field-arrow-u{border-bottom:4px solid rgba(255,255,255,.7);border-top:none;top:4px}.gjs-field-select{padding:0}.gjs-field-range{background-color:transparent;border:none;box-shadow:none;padding:0}.gjs-field-range input{margin:0;height:100%}.gjs-field-range input:focus{outline:none}.gjs-field-range input::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;height:10px;width:10px;border:1px solid rgba(0,0,0,.2);border-radius:100%;background-color:#ddd;cursor:pointer}.gjs-field-range input::-moz-range-thumb{height:10px;width:10px;border:1px solid rgba(0,0,0,.2);border-radius:100%;background-color:#ddd;cursor:pointer}.gjs-field-range input::-ms-thumb{height:10px;width:10px;border:1px solid rgba(0,0,0,.2);border-radius:100%;background-color:#ddd;cursor:pointer}.gjs-field-range input::-moz-range-track{background-color:rgba(0,0,0,.2);border-radius:1px;margin-top:3px;height:3px}.gjs-field-range input::-webkit-slider-runnable-track{background-color:rgba(0,0,0,.2);border-radius:1px;margin-top:3px;height:3px}.gjs-field-range input::-ms-track{background-color:rgba(0,0,0,.2);border-radius:1px;margin-top:3px;height:3px}.gjs-btn-prim{color:inherit;background-color:rgba(255,255,255,.1);border-radius:2px;padding:3px 6px;padding:5px;cursor:pointer;border:none}.gjs-btn-prim:active{background-color:rgba(255,255,255,.1)}.gjs-btn--full{width:100%}.gjs-chk-icon{transform:rotate(45deg);box-sizing:border-box;display:block;height:14px;margin:0 5px;width:6px}.gjs-add-trasp{background:none;border:none;color:#ddd;cursor:pointer;font-size:1em;border-radius:2px;opacity:.75;filter:alpha(opacity=75)}.gjs-add-trasp:hover{opacity:1;filter:alpha(opacity=100)}.gjs-add-trasp:active{background-color:rgba(0,0,0,.2)}.gjs-devices-c{display:flex;align-items:center;padding:3px}.gjs-devices-c .gjs-device-label{flex-grow:2;text-align:left;margin-right:10px}.gjs-devices-c .gjs-select{flex-grow:20}.gjs-devices-c .gjs-add-trasp{flex-grow:1;margin-left:5px}.gjs-category-open,.gjs-block-category.gjs-open,.gjs-sm-sector.gjs-sm-open,.gjs-sm-open.gjs-clm-tags{border-bottom:1px solid rgba(0,0,0,.25)}.gjs-category-title,.gjs-layer-title,.gjs-block-category .gjs-title,.gjs-sm-sector .gjs-sm-title,.gjs-clm-tags .gjs-sm-title{font-weight:lighter;background-color:rgba(0,0,0,.1);letter-spacing:1px;padding:9px 10px 9px 20px;border-bottom:1px solid rgba(0,0,0,.25);text-align:left;position:relative;cursor:pointer}.gjs-sm-clear{line-height:0;cursor:pointer}.gjs-sm-header{font-weight:lighter;padding:10px}.gjs-sm-properties{font-size:.75rem;padding:10px 5px;display:flex;flex-wrap:wrap;align-items:flex-end;box-sizing:border-box;width:100%}.gjs-sm-label{margin:5px 5px 3px 0}.gjs-sm-close-btn,.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close{display:block;font-size:23px;position:absolute;cursor:pointer;right:5px;top:0;opacity:.2;filter:alpha(opacity=20)}.gjs-sm-close-btn:hover,.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close:hover,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close:hover{opacity:.7;filter:alpha(opacity=70)}.gjs-sm-sector,.gjs-clm-tags{clear:both;font-weight:lighter;text-align:left}.gjs-sm-sector #gjs-sm-caret,.gjs-clm-tags #gjs-sm-caret{padding-right:5px;font-size:11px}.gjs-sm-sector .gjs-sm-field,.gjs-clm-tags .gjs-sm-field,.gjs-sm-sector .gjs-clm-select,.gjs-clm-tags .gjs-clm-select,.gjs-sm-sector .gjs-clm-field,.gjs-clm-tags .gjs-clm-field{width:100%;position:relative}.gjs-sm-sector .gjs-sm-field input,.gjs-clm-tags .gjs-sm-field input,.gjs-sm-sector .gjs-clm-select input,.gjs-clm-tags .gjs-clm-select input,.gjs-sm-sector .gjs-clm-field input,.gjs-clm-tags .gjs-clm-field input,.gjs-sm-sector .gjs-sm-field select,.gjs-clm-tags .gjs-sm-field select,.gjs-sm-sector .gjs-clm-select select,.gjs-clm-tags .gjs-clm-select select,.gjs-sm-sector .gjs-clm-field select,.gjs-clm-tags .gjs-clm-field select{background-color:transparent;color:rgba(255,255,255,.7);border:none;width:100%}.gjs-sm-sector .gjs-sm-field input,.gjs-clm-tags .gjs-sm-field input,.gjs-sm-sector .gjs-clm-select input,.gjs-clm-tags .gjs-clm-select input,.gjs-sm-sector .gjs-clm-field input,.gjs-clm-tags .gjs-clm-field input{box-sizing:border-box}.gjs-sm-sector .gjs-sm-field select,.gjs-clm-tags .gjs-sm-field select,.gjs-sm-sector .gjs-clm-select select,.gjs-clm-tags .gjs-clm-select select,.gjs-sm-sector .gjs-clm-field select,.gjs-clm-tags .gjs-clm-field select{position:relative;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.gjs-sm-sector .gjs-sm-field select::-ms-expand,.gjs-clm-tags .gjs-sm-field select::-ms-expand,.gjs-sm-sector .gjs-clm-select select::-ms-expand,.gjs-clm-tags .gjs-clm-select select::-ms-expand,.gjs-sm-sector .gjs-clm-field select::-ms-expand,.gjs-clm-tags .gjs-clm-field select::-ms-expand{display:none}.gjs-sm-sector .gjs-sm-field select:-moz-focusring,.gjs-clm-tags .gjs-sm-field select:-moz-focusring,.gjs-sm-sector .gjs-clm-select select:-moz-focusring,.gjs-clm-tags .gjs-clm-select select:-moz-focusring,.gjs-sm-sector .gjs-clm-field select:-moz-focusring,.gjs-clm-tags .gjs-clm-field select:-moz-focusring{color:transparent;text-shadow:0 0 0 rgba(255,255,255,.7)}.gjs-sm-sector .gjs-sm-field input:focus,.gjs-clm-tags .gjs-sm-field input:focus,.gjs-sm-sector .gjs-clm-select input:focus,.gjs-clm-tags .gjs-clm-select input:focus,.gjs-sm-sector .gjs-clm-field input:focus,.gjs-clm-tags .gjs-clm-field input:focus,.gjs-sm-sector .gjs-sm-field select:focus,.gjs-clm-tags .gjs-sm-field select:focus,.gjs-sm-sector .gjs-clm-select select:focus,.gjs-clm-tags .gjs-clm-select select:focus,.gjs-sm-sector .gjs-clm-field select:focus,.gjs-clm-tags .gjs-clm-field select:focus{outline:none}.gjs-sm-sector .gjs-sm-field .gjs-sm-unit,.gjs-clm-tags .gjs-sm-field .gjs-sm-unit,.gjs-sm-sector .gjs-clm-select .gjs-sm-unit,.gjs-clm-tags .gjs-clm-select .gjs-sm-unit,.gjs-sm-sector .gjs-clm-field .gjs-sm-unit,.gjs-clm-tags .gjs-clm-field .gjs-sm-unit{position:absolute;right:10px;top:3px;font-size:10px;color:rgba(255,255,255,.7);cursor:pointer}.gjs-sm-sector .gjs-sm-field .gjs-clm-sel-arrow,.gjs-clm-tags .gjs-sm-field .gjs-clm-sel-arrow,.gjs-sm-sector .gjs-clm-select .gjs-clm-sel-arrow,.gjs-clm-tags .gjs-clm-select .gjs-clm-sel-arrow,.gjs-sm-sector .gjs-clm-field .gjs-clm-sel-arrow,.gjs-clm-tags .gjs-clm-field .gjs-clm-sel-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-int-arrows,.gjs-clm-tags .gjs-sm-field .gjs-sm-int-arrows,.gjs-sm-sector .gjs-clm-select .gjs-sm-int-arrows,.gjs-clm-tags .gjs-clm-select .gjs-sm-int-arrows,.gjs-sm-sector .gjs-clm-field .gjs-sm-int-arrows,.gjs-clm-tags .gjs-clm-field .gjs-sm-int-arrows,.gjs-sm-sector .gjs-sm-field .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-sel-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-sel-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-sel-arrow{height:100%;width:9px;position:absolute;right:0;top:0;cursor:ns-resize}.gjs-sm-sector .gjs-sm-field .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-sel-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-sel-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-sel-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-sel-arrow{cursor:pointer}.gjs-sm-sector .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-d-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-d-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-d-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-d-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-d-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-d-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-u-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-u-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-u-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-u-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-u-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-u-arrow{position:absolute;height:0;width:0;border-left:3px solid transparent;border-right:4px solid transparent;cursor:pointer}.gjs-sm-sector .gjs-sm-field .gjs-sm-u-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-u-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-u-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-u-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-u-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-u-arrow{border-bottom:4px solid rgba(255,255,255,.7);top:4px}.gjs-sm-sector .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-d-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-d-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-d-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-d-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-d-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-d-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-d-s-arrow{border-top:4px solid rgba(255,255,255,.7);bottom:4px}.gjs-sm-sector .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-clm-d-s-arrow,.gjs-sm-sector .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-sm-field .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-select .gjs-sm-d-s-arrow,.gjs-sm-sector .gjs-clm-field .gjs-sm-d-s-arrow,.gjs-clm-tags .gjs-clm-field .gjs-sm-d-s-arrow{bottom:7px}.gjs-sm-sector .gjs-sm-field.gjs-sm-color,.gjs-clm-tags .gjs-sm-field.gjs-sm-color,.gjs-sm-sector .gjs-sm-color.gjs-clm-field,.gjs-clm-tags .gjs-sm-color.gjs-clm-field,.gjs-sm-sector .gjs-sm-field.gjs-sm-input,.gjs-clm-tags .gjs-sm-field.gjs-sm-input,.gjs-sm-sector .gjs-sm-input.gjs-clm-field,.gjs-clm-tags .gjs-sm-input.gjs-clm-field,.gjs-sm-sector .gjs-sm-field.gjs-sm-integer,.gjs-clm-tags .gjs-sm-field.gjs-sm-integer,.gjs-sm-sector .gjs-sm-integer.gjs-clm-field,.gjs-clm-tags .gjs-sm-integer.gjs-clm-field,.gjs-sm-sector .gjs-sm-field.gjs-sm-list,.gjs-clm-tags .gjs-sm-field.gjs-sm-list,.gjs-sm-sector .gjs-sm-list.gjs-clm-field,.gjs-clm-tags .gjs-sm-list.gjs-clm-field,.gjs-sm-sector .gjs-sm-field.gjs-sm-select,.gjs-clm-tags .gjs-sm-field.gjs-sm-select,.gjs-sm-sector .gjs-clm-select,.gjs-clm-tags .gjs-clm-select,.gjs-sm-sector .gjs-sm-select.gjs-clm-field,.gjs-clm-tags .gjs-sm-select.gjs-clm-field{background-color:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 0 rgba(255,255,255,.1);color:rgba(255,255,255,.7);border-radius:2px;box-sizing:border-box;padding:0 5px}.gjs-sm-sector .gjs-sm-field.gjs-sm-composite,.gjs-clm-tags .gjs-sm-field.gjs-sm-composite,.gjs-sm-sector .gjs-sm-composite.gjs-clm-select,.gjs-clm-tags .gjs-sm-composite.gjs-clm-select,.gjs-sm-sector .gjs-sm-composite.gjs-clm-field,.gjs-clm-tags .gjs-sm-composite.gjs-clm-field{border-radius:2px}.gjs-sm-sector .gjs-sm-field.gjs-sm-select,.gjs-clm-tags .gjs-sm-field.gjs-sm-select,.gjs-sm-sector .gjs-clm-select,.gjs-clm-tags .gjs-clm-select,.gjs-sm-sector .gjs-sm-select.gjs-clm-field,.gjs-clm-tags .gjs-sm-select.gjs-clm-field{padding:0}.gjs-sm-sector .gjs-sm-field.gjs-sm-select select,.gjs-clm-tags .gjs-sm-field.gjs-sm-select select,.gjs-sm-sector .gjs-clm-select select,.gjs-clm-tags .gjs-clm-select select,.gjs-sm-sector .gjs-sm-select.gjs-clm-field select,.gjs-clm-tags .gjs-sm-select.gjs-clm-field select{height:20px}.gjs-sm-sector .gjs-sm-field.gjs-sm-select option,.gjs-clm-tags .gjs-sm-field.gjs-sm-select option,.gjs-sm-sector .gjs-clm-select option,.gjs-clm-tags .gjs-clm-select option,.gjs-sm-sector .gjs-sm-select.gjs-clm-field option,.gjs-clm-tags .gjs-sm-select.gjs-clm-field option{padding:3px 0}.gjs-sm-sector .gjs-sm-field.gjs-sm-composite,.gjs-clm-tags .gjs-sm-field.gjs-sm-composite,.gjs-sm-sector .gjs-sm-composite.gjs-clm-select,.gjs-clm-tags .gjs-sm-composite.gjs-clm-select,.gjs-sm-sector .gjs-sm-composite.gjs-clm-field,.gjs-clm-tags .gjs-sm-composite.gjs-clm-field{background-color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.25)}.gjs-sm-sector .gjs-sm-field.gjs-sm-list,.gjs-clm-tags .gjs-sm-field.gjs-sm-list,.gjs-sm-sector .gjs-sm-list.gjs-clm-select,.gjs-clm-tags .gjs-sm-list.gjs-clm-select,.gjs-sm-sector .gjs-sm-list.gjs-clm-field,.gjs-clm-tags .gjs-sm-list.gjs-clm-field{width:auto;padding:0;overflow:hidden;float:left}.gjs-sm-sector .gjs-sm-field.gjs-sm-list input,.gjs-clm-tags .gjs-sm-field.gjs-sm-list input,.gjs-sm-sector .gjs-sm-list.gjs-clm-select input,.gjs-clm-tags .gjs-sm-list.gjs-clm-select input,.gjs-sm-sector .gjs-sm-list.gjs-clm-field input,.gjs-clm-tags .gjs-sm-list.gjs-clm-field input{display:none}.gjs-sm-sector .gjs-sm-field.gjs-sm-list label,.gjs-clm-tags .gjs-sm-field.gjs-sm-list label,.gjs-sm-sector .gjs-sm-list.gjs-clm-select label,.gjs-clm-tags .gjs-sm-list.gjs-clm-select label,.gjs-sm-sector .gjs-sm-list.gjs-clm-field label,.gjs-clm-tags .gjs-sm-list.gjs-clm-field label{cursor:pointer;padding:5px;display:block}.gjs-sm-sector .gjs-sm-field.gjs-sm-list .gjs-sm-radio:checked+label,.gjs-clm-tags .gjs-sm-field.gjs-sm-list .gjs-sm-radio:checked+label,.gjs-sm-sector .gjs-sm-list.gjs-clm-select .gjs-sm-radio:checked+label,.gjs-clm-tags .gjs-sm-list.gjs-clm-select .gjs-sm-radio:checked+label,.gjs-sm-sector .gjs-sm-list.gjs-clm-field .gjs-sm-radio:checked+label,.gjs-clm-tags .gjs-sm-list.gjs-clm-field .gjs-sm-radio:checked+label{background-color:rgba(255,255,255,.2)}.gjs-sm-sector .gjs-sm-field.gjs-sm-list .gjs-sm-icon,.gjs-clm-tags .gjs-sm-field.gjs-sm-list .gjs-sm-icon,.gjs-sm-sector .gjs-sm-list.gjs-clm-select .gjs-sm-icon,.gjs-clm-tags .gjs-sm-list.gjs-clm-select .gjs-sm-icon,.gjs-sm-sector .gjs-sm-list.gjs-clm-field .gjs-sm-icon,.gjs-clm-tags .gjs-sm-list.gjs-clm-field .gjs-sm-icon{background-repeat:no-repeat;background-position:center;text-shadow:none;line-height:normal}.gjs-sm-sector .gjs-sm-field.gjs-sm-integer select,.gjs-clm-tags .gjs-sm-field.gjs-sm-integer select,.gjs-sm-sector .gjs-sm-integer.gjs-clm-select select,.gjs-clm-tags .gjs-sm-integer.gjs-clm-select select,.gjs-sm-sector .gjs-sm-integer.gjs-clm-field select,.gjs-clm-tags .gjs-sm-integer.gjs-clm-field select{width:auto;padding:0}.gjs-sm-sector .gjs-sm-list .gjs-sm-el,.gjs-clm-tags .gjs-sm-list .gjs-sm-el{float:left;border-left:1px solid rgba(0,0,0,.2)}.gjs-sm-sector .gjs-sm-list .gjs-sm-el:first-child,.gjs-clm-tags .gjs-sm-list .gjs-sm-el:first-child{border:none}.gjs-sm-sector .gjs-sm-list .gjs-sm-el:hover,.gjs-clm-tags .gjs-sm-list .gjs-sm-el:hover{background:rgba(0,0,0,.2)}.gjs-sm-sector .gjs-sm-slider .gjs-field-integer,.gjs-clm-tags .gjs-sm-slider .gjs-field-integer{flex:1 1 65px}.gjs-sm-sector .gjs-sm-property,.gjs-clm-tags .gjs-sm-property{box-sizing:border-box;float:left;width:50%;margin-bottom:5px;padding:0 5px}.gjs-sm-sector .gjs-sm-property--full,.gjs-clm-tags .gjs-sm-property--full,.gjs-sm-sector .gjs-sm-property.gjs-sm-composite,.gjs-clm-tags .gjs-sm-property.gjs-sm-composite,.gjs-sm-sector .gjs-sm-property.gjs-sm-file,.gjs-clm-tags .gjs-sm-property.gjs-sm-file,.gjs-sm-sector .gjs-sm-property.gjs-sm-list,.gjs-clm-tags .gjs-sm-property.gjs-sm-list,.gjs-sm-sector .gjs-sm-property.gjs-sm-stack,.gjs-clm-tags .gjs-sm-property.gjs-sm-stack,.gjs-sm-sector .gjs-sm-property.gjs-sm-slider,.gjs-clm-tags .gjs-sm-property.gjs-sm-slider,.gjs-sm-sector .gjs-sm-property.gjs-sm-color,.gjs-clm-tags .gjs-sm-property.gjs-sm-color{width:100%}.gjs-sm-sector .gjs-sm-property .gjs-sm-btn,.gjs-clm-tags .gjs-sm-property .gjs-sm-btn{background-color:rgba(33,33,33,.2);border-radius:2px;box-shadow:1px 1px 0 rgba(5,5,5,.2),1px 1px 0 rgba(43,43,43,.2) inset;padding:5px;position:relative;text-align:center;height:auto;width:100%;cursor:pointer;color:#ddd;box-sizing:border-box;text-shadow:-1px -1px 0 rgba(0,0,0,.2);border:none;opacity:.85;filter:alpha(opacity=85)}.gjs-sm-sector .gjs-sm-property .gjs-sm-btn-c,.gjs-clm-tags .gjs-sm-property .gjs-sm-btn-c{box-sizing:border-box;float:left;width:100%}.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box{background-color:rgba(255,255,255,.05);border-radius:2px;margin-top:5px;position:relative;overflow:hidden}.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box.gjs-sm-show,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box.gjs-sm-show{border:1px solid rgba(252,252,252,.05);padding:3px 20px}.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-box #gjs-sm-close{top:-5px;display:block}.gjs-sm-sector .gjs-sm-property.gjs-sm-file .gjs-sm-show #gjs-sm-preview-file,.gjs-clm-tags .gjs-sm-property.gjs-sm-file .gjs-sm-show #gjs-sm-preview-file{height:50px}.gjs-sm-sector .gjs-sm-property.gjs-sm-file #gjs-sm-preview-file,.gjs-clm-tags .gjs-sm-property.gjs-sm-file #gjs-sm-preview-file{background-size:auto 100%;background-repeat:no-repeat;background-position:center center}.gjs-sm-sector .gjs-sm-property .gjs-sm-layers,.gjs-clm-tags .gjs-sm-property .gjs-sm-layers{margin-top:5px;padding:1px 3px;min-height:30px}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer{background-color:rgba(255,255,255,.055);border-radius:2px;margin:2px 0;padding:7px;position:relative;cursor:pointer}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box{height:15px;position:absolute;right:27px;top:6px;width:15px}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer #gjs-sm-preview,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer #gjs-sm-preview,.gjs-sm-sector .gjs-sm-property .gjs-sm-layer #gjs-sm-preview-box,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer #gjs-sm-preview-box{border-radius:2px}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer #gjs-sm-close-layer,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer #gjs-sm-close-layer{display:block;font-size:23px;position:absolute;cursor:pointer;right:5px;top:0;opacity:.5;filter:alpha(opacity=50)}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer #gjs-sm-close-layer:hover,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer #gjs-sm-close-layer:hover{opacity:.8;filter:alpha(opacity=80)}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box #gjs-sm-preview,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer>#gjs-sm-preview-box #gjs-sm-preview{background-color:#fff;height:100%;width:100%;background-size:cover !important}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer.gjs-sm-active,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer.gjs-sm-active{background-color:rgba(255,255,255,.12)}.gjs-sm-sector .gjs-sm-property .gjs-sm-layer.gjs-sm-no-preview #gjs-sm-preview-box,.gjs-clm-tags .gjs-sm-property .gjs-sm-layer.gjs-sm-no-preview #gjs-sm-preview-box{display:none}.gjs-sm-sector #gjs-sm-text-shadow #gjs-sm-preview::after,.gjs-clm-tags #gjs-sm-text-shadow #gjs-sm-preview::after{color:#000;content:"T";font-weight:900;line-height:17px;padding:0 4px}.gjs-sm-sector .gjs-sm-stack .gjs-sm-properties,.gjs-clm-tags .gjs-sm-stack .gjs-sm-properties{padding:5px 0 0}.gjs-sm-sector .gjs-sm-stack #gjs-sm-add,.gjs-clm-tags .gjs-sm-stack #gjs-sm-add{background:none;border:none;cursor:pointer;outline:none;font-size:22px;line-height:10px;position:absolute;right:0;top:-17px;opacity:.75}.gjs-sm-sector .gjs-sm-stack #gjs-sm-add:hover,.gjs-clm-tags .gjs-sm-stack #gjs-sm-add:hover{opacity:1;filter:alpha(opacity=100)}.gjs-sm-sector .gjs-sm-colorp-c,.gjs-clm-tags .gjs-sm-colorp-c{height:100%;width:20px;position:absolute;right:0;top:0;box-sizing:border-box;border-radius:2px;padding:2px}.gjs-sm-sector .gjs-sm-colorp-c .gjs-checker-bg,.gjs-clm-tags .gjs-sm-colorp-c .gjs-checker-bg,.gjs-sm-sector .gjs-sm-colorp-c .gjs-field-colorp-c,.gjs-clm-tags .gjs-sm-colorp-c .gjs-field-colorp-c{height:100%;width:100%;border-radius:1px}.gjs-sm-sector .gjs-sm-color-picker,.gjs-clm-tags .gjs-sm-color-picker{background-color:#ddd;cursor:pointer;height:16px;width:100%;margin-top:-16px;box-shadow:0 0 1px rgba(0,0,0,.2);border-radius:1px}.gjs-sm-sector .gjs-sm-btn-upload #gjs-sm-upload,.gjs-clm-tags .gjs-sm-btn-upload #gjs-sm-upload{left:0;top:0;position:absolute;width:100%;opacity:0;cursor:pointer}.gjs-sm-sector .gjs-sm-btn-upload #gjs-sm-label,.gjs-clm-tags .gjs-sm-btn-upload #gjs-sm-label{padding:2px 0}.gjs-sm-layer>#gjs-sm-move{opacity:.7;filter:alpha(opacity=70);cursor:move;font-size:12px;float:left;margin:0 5px 0 0}.gjs-sm-layer>#gjs-sm-move:hover{opacity:.9;filter:alpha(opacity=90)}.gjs-blocks-c{display:flex;flex-wrap:wrap;justify-content:flex-start}.gjs-block-categories{display:flex;flex-direction:column}.gjs-block-category{width:100%}.gjs-block-category .gjs-caret-icon{margin-right:5px}.gjs-block{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;width:45%;min-width:45px;padding:1em;box-sizing:border-box;min-height:90px;cursor:all-scroll;font-size:11px;font-weight:lighter;text-align:center;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.2);border-radius:3px;margin:10px 2.5% 5px;box-shadow:0 1px 0 0 rgba(0,0,0,.15);transition:all .2s ease 0s;transition-property:box-shadow,color}.gjs-block:hover{box-shadow:0 3px 4px 0 rgba(0,0,0,.15)}.gjs-block svg{fill:currentColor}.gjs-block__media{margin-bottom:10px}.gjs-block-svg{width:54px;fill:currentColor}.gjs-block-svg-path{fill:currentColor}.gjs-block.fa{font-size:2em;line-height:2em;padding:11px}.gjs-block-label{line-height:normal;font-size:.65rem;font-weight:normal;font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis}.gjs-block.gjs-bdrag{width:auto;padding:0}.gjs-selected-parent{border:1px solid #ffca6f}.gjs-opac50{opacity:.5;filter:alpha(opacity=50)}.gjs-layer{font-weight:lighter;text-align:left;position:relative;background-color:rgba(0,0,0,.1);font-size:.75rem}.gjs-layer-hidden{opacity:.55;filter:alpha(opacity=55)}.gjs-layer-count{position:absolute;right:27px;top:9px}.gjs-layer-vis{height:auto !important;width:auto !important;left:0;top:0;padding:7px 5px 7px 10px;position:absolute;cursor:pointer;z-index:1}.gjs-layer-caret{font-size:.5rem;width:8px;padding:2px;cursor:pointer;position:absolute;left:-9px;top:6px;opacity:.7;filter:alpha(opacity=70)}.gjs-layer-caret:hover{opacity:1;filter:alpha(opacity=100)}.gjs-layer-title{padding:3px 10px 5px 30px;display:flex;align-items:center}.gjs-layer-title-inn{align-items:center;position:relative;display:flex;width:100%}.gjs-layer__icon{display:block;width:100%;max-width:15px;max-height:15px;padding-left:5px}.gjs-layer__icon svg{fill:currentColor}.gjs-layer-name{padding:5px 0;display:inline-block;box-sizing:content-box;overflow:hidden;white-space:nowrap;margin:0 30px 0 5px}.gjs-layer-name--no-edit{text-overflow:ellipsis}.gjs-layer>.gjs-layer-children{display:none}.gjs-layer.open>.gjs-layer-children{display:block}.gjs-layer-no-chld>.gjs-layer-title-inn>.gjs-layer-caret{display:none}.gjs-layer-move{padding:7px 10px 7px 5px;position:absolute;font-size:12px;cursor:move;right:0;top:0}.gjs-layer.gjs-hovered .gjs-layer-title{background-color:rgba(255,255,255,.015)}.gjs-layer.gjs-selected .gjs-layer-title{background-color:rgba(255,255,255,.1)}.gjs-layers{position:relative;height:100%}.gjs-layers #gjs-placeholder{width:100%;position:absolute}.gjs-layers #gjs-placeholder #gjs-plh-int{height:100%;padding:1px}.gjs-layers #gjs-placeholder #gjs-plh-int.gjs-insert{background-color:#62c462}#gjs-clm-add-tag,.gjs-clm-tags-btn{background-color:rgba(255,255,255,.15);border-radius:2px;padding:3px;margin-right:3px;border:1px solid rgba(0,0,0,.15);width:24px;height:24px;box-sizing:border-box;cursor:pointer}.gjs-clm-tags-btn svg{fill:currentColor;display:block}.gjs-clm-header{display:flex;align-items:center;margin:7px 0}.gjs-clm-header-status{flex-shrink:1;margin-left:auto}.gjs-clm-tag{display:flex;overflow:hidden;align-items:center;border-radius:3px;margin:0 3px 3px 0;padding:5px;cursor:default}.gjs-clm-tag-status,.gjs-clm-tag-close{width:12px;height:12px;flex-shrink:1}.gjs-clm-tag-status svg,.gjs-clm-tag-close svg{vertical-align:middle;fill:currentColor}.gjs-clm-sels-info{margin:7px 0}.gjs-clm-sel-id{font-size:.9em;opacity:.5;filter:alpha(opacity=50)}.gjs-clm-label-sel{float:left;padding-right:5px}.gjs-clm-tags{font-size:.75rem;padding:10px 5px}.gjs-clm-tags #gjs-clm-sel{padding:7px 0;float:left}.gjs-clm-tags #gjs-clm-sel{font-style:italic;margin-left:5px}.gjs-clm-tags #gjs-clm-tags-field{clear:both;padding:5px;margin-bottom:5px;display:flex;flex-wrap:wrap}.gjs-clm-tags #gjs-clm-tags-c{display:flex;flex-wrap:wrap;vertical-align:top;overflow:hidden}.gjs-clm-tags #gjs-clm-new{color:#ddd;padding:5px 6px;display:none}.gjs-clm-tags #gjs-clm-close{opacity:.85;filter:alpha(opacity=85);font-size:20px;line-height:0;cursor:pointer;color:rgba(255,255,255,.9)}.gjs-clm-tags #gjs-clm-close:hover{opacity:1;filter:alpha(opacity=100)}.gjs-clm-tags #gjs-clm-checkbox{color:rgba(255,255,255,.9);vertical-align:middle;cursor:pointer;font-size:9px}.gjs-clm-tags #gjs-clm-tag-label{flex-grow:1;text-overflow:ellipsis;overflow:hidden;padding:0 3px;cursor:text}.gjs-mdl-container{font-family:Helvetica,sans-serif;overflow-y:auto;position:fixed;background-color:rgba(0,0,0,.5);display:flex;top:0;left:0;right:0;bottom:0;z-index:100}.gjs-mdl-dialog{text-shadow:-1px -1px 0 rgba(0,0,0,.05);animation:gjs-slide-down .215s;margin:auto;max-width:850px;width:90%;border-radius:3px;font-weight:lighter;position:relative;z-index:2}.gjs-mdl-title{font-size:1rem}.gjs-mdl-btn-close{position:absolute;right:15px;top:5px}.gjs-mdl-active .gjs-mdl-dialog{animation:gjs-mdl-slide-down .216s}.gjs-mdl-header,.gjs-mdl-content{padding:10px 15px;clear:both}.gjs-mdl-header{position:relative;border-bottom:1px solid rgba(0,0,0,.2);padding:15px 15px 7px}.gjs-export-dl::after{content:"";clear:both;display:block;margin-bottom:10px}.gjs-dropzone{display:none;opacity:0;position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .25s;pointer-events:none}.gjs-dropzone-active .gjs-dropzone{display:block;opacity:1}.gjs-am-assets{height:290px;overflow:auto;clear:both;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.gjs-am-assets-header{padding:5px}.gjs-am-add-asset .gjs-am-add-field{width:70%;float:left}.gjs-am-add-asset button{width:25%;float:right}.gjs-am-preview-cont{position:relative;height:70px;width:30%;background-color:#444;border-radius:2px;float:left;overflow:hidden}.gjs-am-preview{position:absolute;background-position:center center;background-size:cover;background-repeat:no-repeat;height:100%;width:100%;z-index:1}.gjs-am-preview-bg{opacity:.5;filter:alpha(opacity=50);position:absolute;height:100%;width:100%;z-index:0}.gjs-am-dimensions{opacity:.5;filter:alpha(opacity=50);font-size:10px}.gjs-am-meta{width:70%;float:left;font-size:12px;padding:5px 0 0 5px;box-sizing:border-box}.gjs-am-meta>div{margin-bottom:5px}.gjs-am-close{cursor:pointer;position:absolute;right:5px;top:0;display:none}.gjs-am-asset{border-bottom:1px solid rgba(0,0,0,.2);padding:5px;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.gjs-am-asset:hover .gjs-am-close{display:block}.gjs-am-highlight{background-color:rgba(255,255,255,.1)}.gjs-am-assets-cont{background-color:rgba(0,0,0,.1);border-radius:3px;box-sizing:border-box;padding:10px;width:45%;float:right;height:325px;overflow:hidden}.gjs-am-file-uploader{width:55%;float:left}.gjs-am-file-uploader>form{background-color:rgba(0,0,0,.1);border:2px dashed;border-radius:3px;position:relative;text-align:center;margin-bottom:15px}.gjs-am-file-uploader>form.gjs-am-hover{border:2px solid #62c462;color:#75cb75}.gjs-am-file-uploader>form.gjs-am-disabled{border-color:red}.gjs-am-file-uploader>form #gjs-am-uploadFile{opacity:0;filter:alpha(opacity=0);padding:150px 10px;width:100%;box-sizing:border-box}.gjs-am-file-uploader #gjs-am-title{position:absolute;padding:150px 10px;width:100%}.gjs-cm-editor-c{float:left;box-sizing:border-box;width:50%}.gjs-cm-editor-c .CodeMirror{height:450px}.gjs-cm-editor{font-size:12px}.gjs-cm-editor#gjs-cm-htmlmixed{padding-right:10px;border-right:1px solid rgba(0,0,0,.2)}.gjs-cm-editor#gjs-cm-htmlmixed #gjs-cm-title{color:#a97d44}.gjs-cm-editor#gjs-cm-css{padding-left:10px}.gjs-cm-editor#gjs-cm-css #gjs-cm-title{color:#ddca7e}.gjs-cm-editor #gjs-cm-title{background-color:rgba(0,0,0,.2);font-size:12px;padding:5px 10px 3px;text-align:right}.gjs-rte-toolbar{border:1px solid rgba(0,0,0,.2);position:absolute;border-radius:3px;z-index:10}.gjs-rte-actionbar{display:flex}.gjs-rte-action{display:flex;align-items:center;justify-content:center;padding:5px;min-width:25px;border-right:1px solid rgba(0,0,0,.2);text-align:center;cursor:pointer;outline:none}.gjs-rte-action:last-child{border-right:none}.gjs-rte-action:hover{background-color:rgba(255,255,255,.1)}.gjs-rte-active{background-color:rgba(255,255,255,.1)}.gjs-rte-disabled{color:rgba(255,255,255,.1);cursor:not-allowed}.gjs-rte-disabled:hover{background-color:unset}.gjs-editor-cont .sp-hue,.gjs-editor-cont .sp-slider{cursor:row-resize}.gjs-editor-cont .sp-color,.gjs-editor-cont .sp-dragger{cursor:crosshair}.gjs-editor-cont .sp-alpha-inner,.gjs-editor-cont .sp-alpha-handle{cursor:col-resize}.gjs-editor-cont .sp-hue{left:90%}.gjs-editor-cont .sp-color{right:15%}.gjs-editor-cont .sp-container{border:1px solid rgba(0,0,0,.2);box-shadow:0 0 7px rgba(0,0,0,.2);border-radius:3px}.gjs-editor-cont .sp-picker-container{border:none}.gjs-editor-cont .colpick_dark .colpick_color{outline:1px solid rgba(0,0,0,.2)}.gjs-editor-cont .sp-cancel,.gjs-editor-cont .sp-cancel:hover{bottom:-8px;color:#777 !important;font-size:25px;left:0;position:absolute;text-decoration:none}.gjs-editor-cont .sp-alpha-handle{background-color:#ccc;border:1px solid #555;width:4px}.gjs-editor-cont .sp-color,.gjs-editor-cont .sp-hue{border:1px solid #333}.gjs-editor-cont .sp-slider{background-color:#ccc;border:1px solid #555;height:3px;left:-4px;width:22px}.gjs-editor-cont .sp-dragger{background:transparent;box-shadow:0 0 0 1px #111}.gjs-editor-cont .sp-button-container{float:none;width:100%;position:relative;text-align:right}.gjs-editor-cont .sp-container button,.gjs-editor-cont .sp-container button:hover,.gjs-editor-cont .sp-container button:active{background:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2);color:#ddd;text-shadow:none;box-shadow:none;padding:3px 5px}.gjs-editor-cont .sp-palette-container{border:none;float:none;margin:0;padding:5px 10px 0}.gjs-editor-cont .sp-palette .sp-thumb-el,.gjs-editor-cont .sp-palette .sp-thumb-el:hover{border:1px solid rgba(0,0,0,.9)}.gjs-editor-cont .sp-palette .sp-thumb-el:hover,.gjs-editor-cont .sp-palette .sp-thumb-el.sp-thumb-active{border-color:rgba(0,0,0,.9)}.gjs-hidden{display:none}@keyframes gjs-slide-down{0%{transform:translate(0, -3rem);opacity:0}100%{transform:translate(0, 0);opacity:1}}@keyframes gjs-slide-up{0%{transform:translate(0, 0);opacity:1}100%{transform:translate(0, -3rem);opacity:0}}.cm-s-hopscotch span.cm-error{color:#fff}
@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #68b75d;
  --secondary: #55547A;
  --success: #00C99C;
  --info: #15B2EC;
  --warning: #F3AF4E;
  --danger: #FB7178;
  --light: #75CE69;
  --dark: #55547A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #68b75d;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(212.72, 234.84, 209.64);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(176.48, 217.56, 170.76);
}

.table-hover .table-primary:hover {
  background-color: rgb(196.2648717949, 226.9938461538, 191.9861538462);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(196.2648717949, 226.9938461538, 191.9861538462);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(207.4, 207.12, 217.76);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(166.6, 166.08, 185.84);
}

.table-hover .table-secondary:hover {
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 239.88, 227.28);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 226.92, 203.52);
}

.table-hover .table-success:hover {
  background-color: rgb(162.5563106796, 235.4236893204, 219.1100970874);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(162.5563106796, 235.4236893204, 219.1100970874);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(189.48, 233.44, 249.68);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(133.32, 214.96, 245.12);
}

.table-hover .table-info:hover {
  background-color: rgb(165.8950197628, 225.6791304348, 247.7649802372);
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(165.8950197628, 225.6791304348, 247.7649802372);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(251.64, 232.6, 205.44);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(248.76, 213.4, 162.96);
}

.table-hover .table-warning:hover {
  background-color: rgb(250.020952381, 221.8063492063, 181.559047619);
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(250.020952381, 221.8063492063, 181.559047619);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(253.88, 215.24, 217.2);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(252.92, 181.16, 184.8);
}

.table-hover .table-danger:hover {
  background-color: rgb(253.181369863, 190.438630137, 193.6212328767);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(253.181369863, 190.438630137, 193.6212328767);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(216.36, 241.28, 213);
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(183.24, 229.52, 177);
}

.table-hover .table-light:hover {
  background-color: rgb(198.6765829146, 235.0011055276, 193.7788944724);
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(198.6765829146, 235.0011055276, 193.7788944724);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(207.4, 207.12, 217.76);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(166.6, 166.08, 185.84);
}

.table-hover .table-dark:hover {
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(84.3301282051, 164.5961538462, 73.1538461538);
  border-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(84.3301282051, 164.5961538462, 73.1538461538);
  border-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  box-shadow: 0 0 0 0.2rem rgba(126.65, 193.8, 117.3, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  border-color: rgb(75.2852564103, 146.9423076923, 65.3076923077);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126.65, 193.8, 117.3, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(69.2172330097, 68.4029126214, 99.3470873786);
  border-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(69.2172330097, 68.4029126214, 99.3470873786);
  border-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
  box-shadow: 0 0 0 0.2rem rgba(110.5, 109.65, 141.95, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
  border-color: rgb(58.6953883495, 58.0048543689, 84.2451456311);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110.5, 109.65, 141.95, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00C99C;
  border-color: #00C99C;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 162.75, 126.3134328358);
  border-color: rgb(0, 150, 116.4179104478);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(0, 162.75, 126.3134328358);
  border-color: rgb(0, 150, 116.4179104478);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 209.1, 170.85, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00C99C;
  border-color: #00C99C;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 150, 116.4179104478);
  border-color: rgb(0, 137.25, 106.5223880597);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 209.1, 170.85, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #15B2EC;
  border-color: #15B2EC;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(16.4278656126, 152.1739130435, 202.3221343874);
  border-color: rgb(15.4703557312, 143.3043478261, 190.5296442688);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(16.4278656126, 152.1739130435, 202.3221343874);
  border-color: rgb(15.4703557312, 143.3043478261, 190.5296442688);
  box-shadow: 0 0 0 0.2rem rgba(56.1, 189.55, 238.85, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #15B2EC;
  border-color: #15B2EC;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(15.4703557312, 143.3043478261, 190.5296442688);
  border-color: rgb(14.5128458498, 134.4347826087, 178.7371541502);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56.1, 189.55, 238.85, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F3AF4E;
  border-color: #F3AF4E;
}

.btn-warning:hover {
  color: #212529;
  background-color: rgb(240.5714285714, 158.8095238095, 42.1785714286);
  border-color: rgb(239.7619047619, 153.4126984127, 30.2380952381);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(240.5714285714, 158.8095238095, 42.1785714286);
  border-color: rgb(239.7619047619, 153.4126984127, 30.2380952381);
  box-shadow: 0 0 0 0.2rem rgba(211.5, 154.3, 72.45, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #F3AF4E;
  border-color: #F3AF4E;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(239.7619047619, 153.4126984127, 30.2380952381);
  border-color: rgb(238.9523809524, 148.0158730159, 18.2976190476);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211.5, 154.3, 72.45, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #FB7178;
  border-color: #FB7178;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(249.9520547945, 75.7979452055, 84.6318493151);
  border-color: rgb(249.602739726, 63.397260274, 72.8424657534);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(249.9520547945, 75.7979452055, 84.6318493151);
  border-color: rgb(249.602739726, 63.397260274, 72.8424657534);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 101.6, 108.15, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #212529;
  background-color: #FB7178;
  border-color: #FB7178;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(249.602739726, 63.397260274, 72.8424657534);
  border-color: rgb(249.2534246575, 50.9965753425, 61.0530821918);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218.3, 101.6, 108.15, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-light:hover {
  color: #212529;
  background-color: rgb(90.4748743719, 196.5816582915, 76.1683417085);
  border-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(90.4748743719, 196.5816582915, 76.1683417085);
  border-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
  box-shadow: 0 0 0 0.2rem rgba(104.4, 180.65, 95.4, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
  border-color: rgb(75.790201005, 186.3693467337, 60.8806532663);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104.4, 180.65, 95.4, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-dark:hover {
  color: #fff;
  background-color: rgb(69.2172330097, 68.4029126214, 99.3470873786);
  border-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(69.2172330097, 68.4029126214, 99.3470873786);
  border-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
  box-shadow: 0 0 0 0.2rem rgba(110.5, 109.65, 141.95, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
  border-color: rgb(58.6953883495, 58.0048543689, 84.2451456311);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110.5, 109.65, 141.95, 0.5);
}

.btn-outline-primary {
  color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #68b75d;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.btn-outline-secondary {
  color: #55547A;
  border-color: #55547A;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #55547A;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.btn-outline-success {
  color: #00C99C;
  border-color: #00C99C;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00C99C;
  border-color: #00C99C;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 156, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00C99C;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00C99C;
  border-color: #00C99C;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 156, 0.5);
}

.btn-outline-info {
  color: #15B2EC;
  border-color: #15B2EC;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #15B2EC;
  border-color: #15B2EC;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 178, 236, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #15B2EC;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #15B2EC;
  border-color: #15B2EC;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 178, 236, 0.5);
}

.btn-outline-warning {
  color: #F3AF4E;
  border-color: #F3AF4E;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #F3AF4E;
  border-color: #F3AF4E;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 175, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #F3AF4E;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F3AF4E;
  border-color: #F3AF4E;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 175, 78, 0.5);
}

.btn-outline-danger {
  color: #FB7178;
  border-color: #FB7178;
}

.btn-outline-danger:hover {
  color: #212529;
  background-color: #FB7178;
  border-color: #FB7178;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 113, 120, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #FB7178;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #FB7178;
  border-color: #FB7178;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 113, 120, 0.5);
}

.btn-outline-light {
  color: #75CE69;
  border-color: #75CE69;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 206, 105, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #75CE69;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 206, 105, 0.5);
}

.btn-outline-dark {
  color: #55547A;
  border-color: #55547A;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #55547A;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #55547A;
  border-color: #55547A;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #040405;
  background-clip: padding-box;
  border: 1px solid #040405;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #595959;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #68b75d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb {
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #68b75d;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #55547A;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00C99C;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 150, 116.4179104478);
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 156, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #15B2EC;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: rgb(15.4703557312, 143.3043478261, 190.5296442688);
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 178, 236, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #F3AF4E;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(239.7619047619, 153.4126984127, 30.2380952381);
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 175, 78, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #FB7178;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #212529;
  background-color: rgb(249.602739726, 63.397260274, 72.8424657534);
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 113, 120, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #75CE69;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 206, 105, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #55547A;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049);
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 84, 122, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(54.08, 95.16, 48.36);
  background-color: rgb(224.8, 240.6, 222.6);
  border-color: rgb(212.72, 234.84, 209.64);
}

.alert-primary hr {
  border-top-color: rgb(196.2648717949, 226.9938461538, 191.9861538462);
}

.alert-primary .alert-link {
  color: rgb(34.8626086957, 61.3447826087, 31.1752173913);
}

.alert-secondary {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(221, 220.8, 228.4);
  border-color: rgb(207.4, 207.12, 217.76);
}

.alert-secondary hr {
  border-top-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.alert-secondary .alert-link {
  color: rgb(23.1563106796, 22.8838834951, 33.2361165049);
}

.alert-success {
  color: rgb(0, 104.52, 81.12);
  background-color: rgb(204, 244.2, 235.2);
  border-color: rgb(183.6, 239.88, 227.28);
}

.alert-success hr {
  border-top-color: rgb(162.5563106796, 235.4236893204, 219.1100970874);
}

.alert-success .alert-link {
  color: rgb(0, 53.52, 41.5379104478);
}

.alert-info {
  color: rgb(10.92, 92.56, 122.72);
  background-color: rgb(208.2, 239.6, 251.2);
  border-color: rgb(189.48, 233.44, 249.68);
}

.alert-info hr {
  border-top-color: rgb(165.8950197628, 225.6791304348, 247.7649802372);
}

.alert-info .alert-link {
  color: rgb(6.7526848249, 57.2370428016, 75.8873151751);
}

.alert-warning {
  color: rgb(126.36, 91, 40.56);
  background-color: rgb(252.6, 239, 219.6);
  border-color: rgb(251.64, 232.6, 205.44);
}

.alert-warning hr {
  border-top-color: rgb(250.020952381, 221.8063492063, 181.559047619);
}

.alert-warning .alert-link {
  color: rgb(87.7525233645, 63.1962616822, 28.1674766355);
}

.alert-danger {
  color: rgb(130.52, 58.76, 62.4);
  background-color: rgb(254.2, 226.6, 228);
  border-color: rgb(253.88, 215.24, 217.2);
}

.alert-danger hr {
  border-top-color: rgb(253.181369863, 190.438630137, 193.6212328767);
}

.alert-danger .alert-link {
  color: rgb(95.3524175824, 42.9275824176, 45.5868131868);
}

.alert-light {
  color: rgb(60.84, 107.12, 54.6);
  background-color: rgb(227.4, 245.2, 225);
  border-color: rgb(216.36, 241.28, 213);
}

.alert-light hr {
  border-top-color: rgb(198.6765829146, 235.0011055276, 193.7788944724);
}

.alert-light .alert-link {
  color: rgb(41.6535048232, 73.3386495177, 37.3813504823);
}

.alert-dark {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(221, 220.8, 228.4);
  border-color: rgb(207.4, 207.12, 217.76);
}

.alert-dark hr {
  border-top-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.alert-dark .alert-link {
  color: rgb(23.1563106796, 22.8838834951, 33.2361165049);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(54.08, 95.16, 48.36);
  background-color: rgb(212.72, 234.84, 209.64);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(54.08, 95.16, 48.36);
  background-color: rgb(196.2648717949, 226.9938461538, 191.9861538462);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(54.08, 95.16, 48.36);
  border-color: rgb(54.08, 95.16, 48.36);
}

.list-group-item-secondary {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(207.4, 207.12, 217.76);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.2, 43.68, 63.44);
  border-color: rgb(44.2, 43.68, 63.44);
}

.list-group-item-success {
  color: rgb(0, 104.52, 81.12);
  background-color: rgb(183.6, 239.88, 227.28);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 104.52, 81.12);
  background-color: rgb(162.5563106796, 235.4236893204, 219.1100970874);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 104.52, 81.12);
  border-color: rgb(0, 104.52, 81.12);
}

.list-group-item-info {
  color: rgb(10.92, 92.56, 122.72);
  background-color: rgb(189.48, 233.44, 249.68);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(10.92, 92.56, 122.72);
  background-color: rgb(165.8950197628, 225.6791304348, 247.7649802372);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.92, 92.56, 122.72);
  border-color: rgb(10.92, 92.56, 122.72);
}

.list-group-item-warning {
  color: rgb(126.36, 91, 40.56);
  background-color: rgb(251.64, 232.6, 205.44);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(126.36, 91, 40.56);
  background-color: rgb(250.020952381, 221.8063492063, 181.559047619);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.36, 91, 40.56);
  border-color: rgb(126.36, 91, 40.56);
}

.list-group-item-danger {
  color: rgb(130.52, 58.76, 62.4);
  background-color: rgb(253.88, 215.24, 217.2);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(130.52, 58.76, 62.4);
  background-color: rgb(253.181369863, 190.438630137, 193.6212328767);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52, 58.76, 62.4);
  border-color: rgb(130.52, 58.76, 62.4);
}

.list-group-item-light {
  color: rgb(60.84, 107.12, 54.6);
  background-color: rgb(216.36, 241.28, 213);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(60.84, 107.12, 54.6);
  background-color: rgb(198.6765829146, 235.0011055276, 193.7788944724);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(60.84, 107.12, 54.6);
  border-color: rgb(60.84, 107.12, 54.6);
}

.list-group-item-dark {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(207.4, 207.12, 217.76);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(44.2, 43.68, 63.44);
  background-color: rgb(193.1401315789, 192.77625, 206.60375);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.2, 43.68, 63.44);
  border-color: rgb(44.2, 43.68, 63.44);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #68b75d !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(79.8076923077, 155.7692307692, 69.2307692308) !important;
}

.bg-secondary {
  background-color: #55547A !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049) !important;
}

.bg-success {
  background-color: #00C99C !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 150, 116.4179104478) !important;
}

.bg-info {
  background-color: #15B2EC !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(15.4703557312, 143.3043478261, 190.5296442688) !important;
}

.bg-warning {
  background-color: #F3AF4E !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(239.7619047619, 153.4126984127, 30.2380952381) !important;
}

.bg-danger {
  background-color: #FB7178 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(249.602739726, 63.397260274, 72.8424657534) !important;
}

.bg-light {
  background-color: #75CE69 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(81.6331658291, 193.4422110553, 66.5577889447) !important;
}

.bg-dark {
  background-color: #55547A !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(63.9563106796, 63.2038834951, 91.7961165049) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #68b75d !important;
}

.border-secondary {
  border-color: #55547A !important;
}

.border-success {
  border-color: #00C99C !important;
}

.border-info {
  border-color: #15B2EC !important;
}

.border-warning {
  border-color: #F3AF4E !important;
}

.border-danger {
  border-color: #FB7178 !important;
}

.border-light {
  border-color: #75CE69 !important;
}

.border-dark {
  border-color: #55547A !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #68b75d !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(70.7628205128, 138.1153846154, 61.3846153846) !important;
}

.text-secondary {
  color: #55547A !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(53.4344660194, 52.8058252427, 76.6941747573) !important;
}

.text-success {
  color: #00C99C !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(0, 124.5, 96.6268656716) !important;
}

.text-info {
  color: #15B2EC !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(13.5553359684, 125.5652173913, 166.9446640316) !important;
}

.text-warning {
  color: #F3AF4E !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(228.9761904762, 141.0079365079, 15.5238095238) !important;
}

.text-danger {
  color: #FB7178 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(248.904109589, 38.595890411, 49.2636986301) !important;
}

.text-light {
  color: #75CE69 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(71.8819095477, 176.7587939698, 57.7412060302) !important;
}

.text-dark {
  color: #55547A !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(53.4344660194, 52.8058252427, 76.6941747573) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@font-face {
  font-family: "dejavu sans";
  src: url("/fonts/DejaVuSans.ttf") format("truetype");
}

@font-face {
  font-family: "dejavu serif";
  src: url("/fonts/DejaVuSerif.ttf") format("truetype");
}

@font-face {
  font-family: "sans-serif";
  src: url("/fonts/HeeboSansSerif.ttf") format("truetype");
}

@font-face {
  font-family: "serif";
  src: url("/fonts/LoraSerif.ttf") format("truetype");
}

@font-face {
  font-family: "times";
  src: url("/fonts/times.ttf") format("truetype");
}

@font-face {
  font-family: "times-roman";
  src: url("/fonts/times-new-roman.ttf") format("truetype");
}

.app-skin .main-content {
  background: #F9FBFF;
}

.app-skin .no-data-info .title {
  font-weight: 500;
  font-size: 1.063rem;
}

.app-skin .no-data-info .description {
  font-size: 0.9375rem;
  color: #595959;
}

.app-skin .site-header {
  background: linear-gradient(to right, #68b75d, #75CE69) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.app-skin .site-header .brand-main {
  display: inline-block;
  line-height: 33px;
  color: #fff;
  font-size: 1.25rem;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
}

.app-skin .site-header .nav-toggle {
  background-color: #68b75d;
  color: #fff;
  transition: 0.3s;
}

.app-skin .site-header .nav-toggle .hamburger span {
  background: #fff;
}

.app-skin .site-header .nav-toggle .hamburger-inner,
.app-skin .site-header .nav-toggle .hamburger-inner::before,
.app-skin .site-header .nav-toggle .hamburger-inner::after {
  background-color: #fff;
}

.app-skin .site-header .nav-toggle .hamburger span::before,
.app-skin .site-header .nav-toggle .hamburger span::after {
  background-color: #fff;
}

.app-skin .site-header .nav-toggle:hover {
  background-color: #fff;
  color: #040405;
}

.app-skin .site-header .nav-toggle:hover .hamburger span {
  background: #040405;
}

.app-skin .site-header .nav-toggle:hover .hamburger-inner,
.app-skin .site-header .nav-toggle:hover .hamburger-inner::before,
.app-skin .site-header .nav-toggle:hover .hamburger-inner::after {
  background-color: #040405;
}

.app-skin .site-header .nav-toggle:hover .hamburger span::before,
.app-skin .site-header .nav-toggle:hover .hamburger span::after {
  background-color: #040405;
}

.app-skin .site-header .action-list li a {
  background-color: #fff;
  color: #040405;
}

.app-skin .site-header .action-list li a:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #040405;
}

.app-skin .site-header .dropdown-menu {
  background-color: #fff;
}

.app-skin .site-header .notification-dropdown .dropdown-header {
  border-bottom: 1px solid #d7dfea;
  color: #68b75d;
}

.app-skin .site-header .dropdown-divider {
  background-color: #A5ACC1;
}

.app-skin .header-nav .dropdown-group.dropdown-group.active > .dropdown-activator > a {
  color: #68b75d;
}

.app-skin .header-nav .dropdown-group.has-child.toggle-arrow.active > .dropdown-activator::after {
  border-color: #68b75d transparent transparent;
}

.app-skin .sidebar-left {
  background-color: #fff;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
}

.app-skin .side-nav {
  margin: 20px 0 0 0;
}

.app-skin .side-nav .side-nav-division {
  margin-bottom: 20px;
}

.app-skin .side-nav .collapse-group .collapse-group-item a {
  color: #040405;
  font-family: poppins, sans-serif;
  font-size: 14px;
}

.app-skin .side-nav .collapse-group .collapse-group-item a:hover {
  background-color: rgb(198.2786885246, 209.6229508197, 225.2213114754);
}

.app-skin .side-nav .collapse-group .collapse-group-item.active > .collapse-item-title > a {
  color: #68b75d;
}

.app-skin .side-nav .collapse-group .collapse-group-item .collapse-item-title i {
  color: #A5ACC1;
}

.app-skin .side-nav .collapse-group .collapse-group-item.active i {
  color: #68b75d;
}

.app-skin .side-nav .collapse-group .collapse-group-item .collapse-group-items {
  background-color: #d7dfea;
}

.app-skin .side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items {
  background-color: rgb(198.2786885246, 209.6229508197, 225.2213114754);
}

.app-skin .side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items .collapse-group-items {
  background-color: rgb(188.2459016393, 201.5967213115, 219.9540983607);
}

.app-skin .side-nav .collapse-group .collapse-group-item .collapse-group-items a.active {
  color: #68b75d;
}

.app-skin .header-bottom {
  background-color: #fff;
  border-bottom: 1px solid #B9C1D1;
}

.app-skin .header-nav li a {
  color: #040405;
}

.app-skin .header-nav li a:hover {
  background-color: rgb(198.2786885246, 209.6229508197, 225.2213114754);
  color: #040405;
}

.app-skin .header-nav li.active > a {
  color: #68b75d;
  background-color: transparent;
}

.app-skin .header-nav li.active > a:hover {
  color: #68b75d;
  background-color: transparent;
}

.app-skin .header-nav li .dropdown-item.active {
  color: #68b75d;
  background-color: transparent;
}

.app-skin .header-nav li .dropdown-item.active:hover,
.app-skin .header-nav li .dropdown-item.active:focus,
.app-skin .header-nav li .dropdown-item.active:active {
  color: #68b75d;
  background-color: rgb(198.2786885246, 209.6229508197, 225.2213114754);
}

.app-skin .tabs-component.tabs-default .tabs-component-tab a {
  color: #040405;
}

.app-skin .tabs-component.tabs-default .tabs-component-tab a:hover {
  color: #040405;
}

.app-skin .tabs-component.tabs-default .tabs-component-tab.is-active a {
  color: #fff;
}

.app-skin .tabs-component.tabs-default .tabs-component-tab.is-active {
  border: 1px solid #68b75d;
  background: #68b75d;
  color: #fff;
}

.app-skin .tabs-component.tabs-default .tabs-component-tab:hover {
  border: 1px solid #68b75d;
}

.app-skin .tabs-component.tabs-default .tabs-component-panels {
  border-top: 1px solid #68b75d !important;
}

.app-skin .tabs-component.tabs-vertical .tabs-component-tabs {
  border-right: 1px solid #68b75d !important;
}

.app-skin .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a,
.app-skin .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a:hover {
  color: #040405;
}

.app-skin .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active a {
  color: #fff;
}

.app-skin .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active {
  background: #68b75d;
}

.app-skin .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab:hover {
  border: 1px solid #68b75d;
}

.app-skin .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a {
  color: #A5ACC1;
  font-weight: 500;
}

.app-skin .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a:hover {
  color: #A5ACC1;
  border-bottom: 3px solid #A5ACC1;
}

.app-skin .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active {
  border-bottom: 3px solid #68b75d;
  color: #fff;
}

.app-skin .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active a {
  color: #040405;
}

.app-skin .tabs-component.tabs-simple .tabs-component-panels {
  border-top: 1px solid #d7dfea !important;
}

.app-skin .tabs-component.tabs-simple-vertical .tabs-component-tabs {
  border-right: 1px solid #ddd;
}

.app-skin .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a {
  color: #A5ACC1;
  font-weight: 500;
}

.app-skin .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a:hover {
  border-right: 3px solid rgb(202.7307692308, 230.0769230769, 198.9230769231);
}

.app-skin .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab.is-active {
  border-right: 3px solid #68b75d;
  color: #68b75d;
}

.app-skin code,
.app-skin .code {
  background-color: #d7dfea;
  color: #68b75d;
}

.app-skin mark,
.app-skin .mark {
  background-color: #68b75d;
  color: #fff;
}

.app-skin .todo-container h5 {
  color: #fff !important;
}

.app-skin .todo-container {
  background-color: #68b75d !important;
  color: #fff !important;
}

.app-skin .vue-dropzone .dz-preview .dz-details {
  background-color: #68b75d !important;
  color: #fff !important;
}

.app-skin .vue-dropzone .dz-preview .dz-upload {
  background: #fff !important;
}

.app-skin .vue-dropzone .dz-preview .dz-error-mark svg #Page-1 g {
  fill: #fff !important;
}

.app-skin .vue-dropzone .dz-preview .dz-success-mark svg g path {
  fill: white !important;
}

.app-skin .vue-dropzone .dz-preview .dz-remove {
  color: #fff !important;
  border: 2px #fff solid !important;
}

.app-skin .dropdown-group.active > .dropdown-activator > a {
  color: #68b75d;
}

.app-skin .dropdown-group .dropdown-activator a {
  color: #040405;
}

.app-skin .dropdown-group .dropdown-activator a .dot-icon {
  justify-content: center;
  padding: 10px 11px;
  border-radius: 0.5rem;
  align-items: center;
  transition: 0.3s;
}

.app-skin .dropdown-group .dropdown-activator a .dot-icon:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.app-skin .dropdown-group .dropdown-activator a:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.app-skin .dropdown-group.has-child.toggle-arrow.active > .dropdown-activator::after {
  border-color: #68b75d transparent transparent;
}

.app-skin .dropdown-group .dropdown-container {
  color: #040405;
  background-color: #fff;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group-item .dropdown-item {
  color: #040405;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group-item .dropdown-item-flat {
  font-size: 0.875rem;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group-item .dropdown-item.active {
  color: #68b75d;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group-item .dropdown-item:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.app-skin .dropdown-group .dropdown-container .dropdown-activator::before {
  border-color: #040405 transparent transparent;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator a {
  color: #68b75d;
}

.app-skin .dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator::before {
  border-color: #68b75d transparent transparent;
}

.app-skin .dropdown-group .dropdown-item-divider {
  border-top: 1px solid #A5ACC1;
}

.app-skin .btn-theme {
  background: #68b75d;
  color: #fff;
}

.app-skin .btn-theme:hover {
  color: #fff;
  background: rgb(117.1641025641, 189.2769230769, 107.1230769231);
}

.app-skin .btn-theme-outline {
  color: #68b75d;
  border-color: #68b75d;
}

.app-skin .btn-theme-outline:hover {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.app-skin .btn-theme-outline:focus,
.app-skin .btn-theme-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.app-skin .btn-theme-outline.disabled,
.app-skin .btn-theme-outline:disabled {
  color: #68b75d;
  background-color: transparent;
}

.app-skin .btn-theme-outline:not(:disabled):not(.disabled):active,
.app-skin .btn-theme-outline:not(:disabled):not(.disabled).active,
.show > .app-skin .btn-theme-outline.dropdown-toggle {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.app-skin .btn-theme-outline:not(:disabled):not(.disabled):active:focus,
.app-skin .btn-theme-outline:not(:disabled):not(.disabled).active:focus,
.show > .app-skin .btn-theme-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.app-skin .form-control:focus {
  border: 1px solid #68b75d;
}

.app-skin .multiselect {
  color: #040405;
}

.app-skin .multiselect .multiselect__option--highlight {
  background: #d7dfea;
  color: #040405;
}

.app-skin .multiselect .multiselect__option--highlight.multiselect__option--selected {
  background: #d7dfea;
  color: #040405;
}

.app-skin .multiselect .multiselect__option--highlight.multiselect__option--selected::after {
  background: #B9C1D1;
  color: #040405;
}

.app-skin .multiselect .multiselect__option--highlight::after {
  background: #B9C1D1;
  color: #040405;
}

.app-skin .multiselect .multiselect__tags-wrap .multiselect__tag {
  background: #68b75d;
  color: #fff;
}

.app-skin .multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon:hover {
  background: #68b75d;
}

.app-skin .multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon::after {
  color: #fff;
}

.app-skin .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.app-skin .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.app-skin .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #68b75d !important;
}

.app-skin .vdp-datepicker__calendar .cell.selected {
  background: #68b75d !important;
  color: #fff;
}

.app-skin .vdp-datepicker__calendar .cell.highlighted {
  background: rgb(186.2756410256, 222.2307692308, 181.2692307692) !important;
  color: #fff;
}

.app-skin .VueCarousel-dot .VueCarousel-dot-button {
  background: #A5ACC1 !important;
}

.app-skin .VueCarousel-dot.VueCarousel-dot--active .VueCarousel-dot-button {
  background: #68b75d !important;
}

.app-skin .mailbox .mailbox-content .table tr td .content-subject {
  color: #040405;
}

.app-skin .mailbox .mailbox-content .mailbox-content-footer .page-link {
  color: #040405;
}

.app-skin .mailbox .mailbox-content .mailbox-content-footer .active .page-link {
  background-color: #68b75d;
  border-color: #68b75d;
  color: #fff;
}

.app-skin .mailbox .mailbox-content .btn-favorite .active {
  color: #68b75d;
}

.app-skin .mailbox-modal .mail-body .message-heading.email a {
  color: #040405;
}

.app-skin .mailbox .mailbox-sidebar .sidebar-menu li.active {
  border-left: 5px solid #68b75d;
}

.app-skin .mailbox .mailbox-sidebar .sidebar-menu li a {
  color: #040405;
}

.app-skin .mailbox .mailbox-sidebar .left-sidebar-btn {
  color: #040405;
}

@media (max-width: 480px) {
  .app-skin .header-nav .dropdown-menu {
    border: 0 !important;
    background-color: #d7dfea !important;
  }

  .app-skin .site-header h3 {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.app-skin .custom-card-warning {
  background-color: #bd362f;
  color: white;
  border-radius: 5px;
}

html,
body,
.site-wrapper {
  height: 100%;
  font-size: 0.875rem;
}

body {
  background-color: #d7dfea;
  font-family: "Poppins", sans-serif;
  color: rgb(38, 38, 47.5);
  overflow-x: hidden;
}

body i {
  font-family: "Font Awesome 5 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #040405;
  font-weight: bold;
}

a {
  color: #263b5e;
}

a:hover,
a:focus {
  color: rgb(52.6818181818, 81.7954545455, 130.3181818182);
  text-decoration: none;
  outline: none;
}

a.underline-theme {
  text-decoration: none;
  border-bottom: 1px solid #2d873a;
}

mark,
.mark {
  background-color: #efefef;
  border-radius: 5px;
  color: #040405;
  padding: 0.2em 0.4em;
  margin: 0 1px;
}

code,
.code {
  background-color: #040405;
  color: #68b75d;
}

:active,
:focus,
:hover {
  outline: 0;
}

[v-cloak] {
  display: none;
}

.text-default {
  color: #040405 !important;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.fa-spinner {
  animation: spinner 1.5s linear infinite;
}

.filter-section {
  background: #d7dfea;
  position: relative;
  z-index: 2;
  padding: 1.85rem;
  border-radius: 5px;
}

.clear-filter {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #040405;
  cursor: pointer;
}

.z--1 {
  z-index: 1;
}

.position-unset {
  position: unset !important;
}

.list-add-button {
  display: flex;
  width: 100%;
  padding: 13px 10px;
  background: #68b75d;
  justify-content: center;
  border: none;
  outline: none;
  align-items: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.list-add-button:hover {
  background: #54a549;
}

.list-add-button .icon {
  color: #fff;
}

.list-add-button label {
  font-family: Poppins;
  font-size: 0.875rem;
  margin: 0 0 0 10px !important;
  line-height: 14px;
  color: #fff;
}

.list-add-button label:hover {
  cursor: pointer;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swal-icon--custom {
  height: 70px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #68b75d !important;
  background-color: #68b75d !important;
}

.avatar-cropper-btn:hover {
  background-color: #68b75d !important;
  color: #fff;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.asterisk {
  position: relative;
}

.asterisk::after {
  content: " *";
  color: #fb7178;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  left: 0.12rem;
}

.custom__remove {
  float: right;
  font-size: 1.125rem;
  font-weight: 500;
  color: #9ca2ad;
}

.sticky-top {
  z-index: 500 !important;
}

.elevation-0 {
  box-shadow: unset !important;
}

.elevation-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.elevation-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
}

.elevation-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.elevation-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
}

.small-font {
  font-size: 0.75rem;
}

.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}

.no-border {
  border: none !important;
}

.text-decoration-unset {
  text-decoration: unset !important;
}

.top-fix {
  top: 8vh;
}

.vue-swatches__fallback__button {
  display: table-cell;
  padding: 6px 15px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: #68b75d !important;
  border-radius: 5px;
}

.v-tour__target--highlighted {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.17) !important;
}

.unset-min-height {
  min-height: unset !important;
}

.va-sub {
  vertical-align: sub !important;
}

.border-invalid {
  border: 1px solid #FB7178 !important;
}

.opac55 {
  opacity: 0.55;
}

.opac75 {
  opacity: 0.75;
}

.theme-dark-color {
  color: #263b5e;
}

.theme-bg-dark-color {
  background-color: #263b5e;
}

.theme-outline-dark-color {
  color: #263b5e;
  border-color: #263b5e;
}

.theme-outline-dark-color:hover {
  background-color: #263b5e;
  border-color: #263b5e;
  color: #fff;
}

.theme-outline-danger-color {
  color: #9c1118;
  border-color: #9c1118;
}

.theme-outline-danger-color:hover {
  background-color: #9c1118;
  border-color: #9c1118;
  color: #fff;
}

.site-header {
  background-color: #68b75d;
  height: 60px;
  left: 0;
  padding: 12px 30px 12px 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#app-container.sidebar-open .sidebar-left {
  background: #495057;
  left: 0;
  padding: 60px 0 10px;
  top: 0;
  width: 15rem;
  z-index: 30;
  display: block;
}

#app-container .sidebar-left {
  position: fixed;
  height: 100%;
  padding: 60px 0 10px;
  /*left: -240px;*/
  width: 4.2rem;
  transition: 0.3s ease;
  z-index: 300;
  background-color: #495057;
}

#app-container .sidebar-left:hover {
  width: 15rem;
}

#app-container .sidebar-left:hover .menu-item .menu-text,
#app-container .sidebar-left:hover .menu-item .external-link-icon,
#app-container .sidebar-left:hover .menu-subtitle .menu-text,
#app-container .sidebar-left:hover .menu-subtitle .external-link-icon {
  display: inline;
}

body {
  background-color: #F9FBFF;
}

.sidebar-body {
  height: 100%;
  overflow-y: auto;
  transition: all 0.3s;
}

.sidebar-body:hover::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-body::-webkit-scrollbar {
  -webkit-appearance: none;
}

.sidebar-body::-webkit-scrollbar:vertical {
  width: 8px;
}

.sidebar-body::-webkit-scrollbar:horizontal {
  height: 8px;
}

.sidebar-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.3);
}

.sidebar-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 29;
  background: rgba(48, 75, 88, 0.5);
  display: none;
}

.layout-default .main-content,
.layout-icon-sidebar .main-content {
  padding: 90px 40px 10px 40px;
  min-height: calc(100% - 39px);
  margin-left: 4.2rem;
  transition: margin-left 0.3s ease-out;
  z-index: 200;
}

.sidebar-open .main-content {
  margin-left: 15rem;
}

.site-footer {
  background-color: #fff;
  color: #818a91;
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 10px 30px 10px 255px;
}

.site-footer a {
  color: #263b5e;
}

.page-header {
  margin-bottom: 30px;
  position: relative;
}

.page-header p {
  font-size: 0.8125rem;
}

.page-header select {
  border: none;
}

.page-header .breadcrumb {
  background: none;
  padding: 0;
}

.page-header .page-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.template-container {
  height: 100%;
}

@media (max-width: 767px) {
  .site-header {
    padding: 12px 15px;
  }

  .sidebar-left {
    left: -240px;
    transition: left 0.3s ease;
  }

  .sidebar-open .sidebar-left {
    left: 0;
  }

  .sidebar-open .mobile-menu-overlay {
    display: block;
  }

  .layout-default .main-content,
  .layout-icon-sidebar .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-footer {
    padding-left: 15px;
  }
}

.sidebar-left .sidebar-subtitle {
  font-size: 0.875rem;
}

.sidebar-left .sidebar-subtitle-divider {
  width: 80%;
}

.sidebar-left .menu-group {
  margin-bottom: 1.5rem;
}

.sidebar-left .menu-group:first-child {
  margin-top: 1.8125rem;
}

.sidebar-left .menu-subtitle {
  padding: 10px 0px 11px 0px;
  display: block;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-left .menu-subtitle .menu-text {
  display: inline;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-left .menu-subtitle .menu-icon {
  color: rgba(255, 255, 255, 0.7);
  width: 1.875rem;
  margin-left: 1.2rem;
  display: inline-block;
  font-size: 1.05rem;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.sidebar-left .menu-item {
  cursor: pointer;
  padding: 10px 0px 11px 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s;
}

.sidebar-left .menu-item:hover {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
  z-index: 1000;
  position: relative;
}

.sidebar-left .menu-item .menu-text {
  display: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-left .menu-item .external-link-icon {
  display: none;
}

.sidebar-left .menu-item .menu-icon {
  color: rgba(255, 255, 255, 0.7);
  width: 1.875rem;
  margin-left: 1.2rem;
  display: inline-block;
  font-size: 1.05rem;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.sidebar-left .active {
  background-color: #EAECF0;
  position: relative;
  font-weight: bold;
}

.sidebar-left .active::after {
  position: absolute;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  background-color: #2d873a;
}

.sidebar-left .active .menu-text {
  color: #2d873a !important;
  font-weight: bold;
}

.sidebar-left .active .menu-icon {
  color: #2d873a !important;
}

.sidebar-open .sidebar-left .menu-item .menu-text,
.sidebar-open .sidebar-left .menu-item .external-link-icon,
.sidebar-open .sidebar-left .menu-subtitle .menu-text,
.sidebar-open .sidebar-left .menu-subtitle .external-link-icon {
  display: inline;
}

.brand-main img {
  height: 25px;
}

.nav-toggle {
  background-color: #040405;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 9px;
  padding: 6px;
  margin-left: 6px;
  float: left;
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:visited {
  color: #fff;
}

.action-list {
  float: right;
  list-style: none;
  margin: 0;
}

.action-list li {
  display: block;
  float: left;
  position: relative;
  height: 36px;
  margin: 0;
  padding: 0 4px;
}

.action-list li.action-item a {
  padding: 11px;
}

.action-list li .icon {
  color: rgba(255, 255, 255, 0.7);
}

.action-list li a {
  background-color: #040405;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem !important;
  line-height: 14px !important;
  padding: 11px !important;
}

.action-list li a:hover {
  background-color: rgb(15.3333333333, 15.3333333333, 19.1666666667);
  color: #fff;
}

.action-list li .user-profile-icon {
  display: none;
}

.action-list .avatar {
  padding: 0 !important;
  background-color: transparent;
}

.action-list .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 2px;
}

.action-list .dropdown-group i {
  text-align: center;
  width: auto;
}

.action-list .dropdown-group.has-child > .dropdown-activator::after {
  content: none;
}

.action-list .dropdown-group .dropdown-group-item i {
  width: 25px;
}

.action-list .notification-dropdown {
  padding: 5px !important;
}

.action-list .notification-dropdown .dropdown-header {
  border-bottom: 1px solid #A5ACC1;
  color: #68b75d;
  padding: 3px 10px 8px;
  margin-bottom: 0;
}

.action-list .tour-info {
  color: #263b5e;
  background-color: #7fce75;
  padding: 3px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .nav-toggle {
    display: inline-block;
    margin-left: 10px;
  }

  .brand-main {
    float: left;
  }

  .brand-main img {
    height: 36px;
    margin-bottom: 3px;
  }
}

@media (max-width: 480px) {
  .site-header .action-list {
    padding-left: 10px;
  }

  .site-header .action-list .company-list-name {
    display: none;
  }

  .site-header .action-list .user-profile-icon {
    display: block;
  }

  .site-header .action-list .user-profile-name {
    display: none;
  }
}

.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav .collapse-group .collapse-group-item .collapse-item-title {
  display: block;
}

.side-nav .collapse-group .collapse-group-item .collapse-item-title > a > .icon-fa.arrow {
  float: right;
  line-height: 1.42857;
}

.side-nav .collapse-group .collapse-group-item .collapse-item-title > a > .icon-fa.arrow:before {
  content: "\F104";
}

.side-nav .collapse-group .collapse-group-item a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 0.875rem;
  padding: 12px 12px 12px 30px;
  position: relative;
  text-decoration: none;
}

.side-nav .collapse-group .collapse-group-item a:hover {
  background-color: rgb(26.6666666667, 26.6666666667, 33.3333333333);
}

.side-nav .collapse-group .collapse-group-item .icon {
  width: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.side-nav .collapse-group .collapse-group-item.active > .collapse-item-title > a .icon {
  color: #68b75d;
}

.side-nav .collapse-group .collapse-group-item.active > .collapse-item-title > a .icon > .icon-fa.arrow:before {
  content: "\F107";
}

.side-nav .collapse-group .collapse-group-item .collapse-group-items {
  background-color: rgb(10.8, 10.8, 13.5);
  padding: 0;
}

.side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items {
  background-color: rgb(22.1333333333, 22.1333333333, 27.6666666667);
}

.side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items .collapse-group-items {
  background-color: rgb(28.9333333333, 28.9333333333, 36.1666666667);
}

.side-nav .collapse-group .collapse-group-item .collapse-group-items a.active {
  color: #68b75d;
}

.base-date-input {
  width: 100%;
  position: relative;
}

.base-date-input .date-field {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 6px 0px 40px;
  font-size: 1rem;
  line-height: 1.4;
  cursor: pointer;
}

.base-date-input .date-field:focus {
  border: 1px solid #68b75d;
}

.base-date-input .date-field.invalid {
  border: 1px solid #FB7178 !important;
}

.base-date-input input:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.vdp-datepicker__calendar-button {
  position: absolute;
  width: 13px;
  height: 18px;
  color: #B9C1D1;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}

.vdp-datepicker__calendar-button .icon-fa {
  color: #B9C1D1;
}

.base-input {
  width: 100%;
  position: relative;
}

.base-input .left-icon {
  position: absolute;
  width: 13px;
  height: 18px;
  min-width: 40px;
  color: #B9C1D1;
  font-style: normal;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 16px;
  top: 50%;
  left: 20px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.base-input .input-prefix {
  font-size: 1rem;
  padding-left: 1rem;
  color: #909090;
  font-weight: normal;
}

.base-input .right-icon {
  position: absolute;
  width: 13px;
  height: 18px;
  min-width: 18px;
  color: #B9C1D1;
  font-style: normal;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 16px;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.base-input .small-input {
  max-width: 100px;
}

.base-input .input-field {
  width: 100%;
  height: 40px;
  padding: 8px 13px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
}

.base-input .input-field.v-money {
  font-family: Arial, Helvetica, sans-serif !important;
}

.base-input .input-field::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #B9C1D1;
}

.base-input .input-field::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #B9C1D1;
}

.base-input .input-field:focus {
  border: 1px solid #68b75d;
}

.base-input .input-field.invalid {
  border: 1px solid #FB7178 !important;
}

.base-input .input-field.disabled {
  background: #d7dfea !important;
  color: #A5ACC1 !important;
}

.base-input .input-field-left-icon {
  padding-left: 35px;
}

.base-input .input-field-right-icon {
  padding-right: 35px;
}

.base-button {
  height: 2.5rem;
  padding: 0.375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 14px;
}

.base-button.btn-lg,
.btn-group-lg > .base-button.btn {
  height: 2.813rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}

.base-button.btn-sm,
.btn-group-sm > .base-button.btn {
  height: 34px;
  padding: 5px 15px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.base-button.btn-danger {
  color: #ffffff !important;
}

.base-button.btn-outline-danger:hover {
  color: #ffffff !important;
}

.base-button .icon-button {
  text-align: center;
}

.base-button .icon-left {
  margin-right: 10px !important;
}

.base-button .icon-right {
  margin-left: 10px !important;
}

.base-button.btn-cursor-not-allowed {
  cursor: not-allowed !important;
}

.base-button.btn-circle {
  border-radius: 100%;
}

.base-button .icon {
  margin-right: 5px;
}

.search-select {
  position: relative;
  width: 100%;
}

.search-select .activator {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.search-select .selector-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.search-select .selector-menu-above {
  top: unset !important;
  bottom: 100% !important;
}

.base-text-area {
  width: 100%;
}

.base-text-area.text-area-field {
  width: 100%;
  padding: 8px 13px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
}

.base-text-area.text-area-field::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #B9C1D1;
}

.base-text-area.text-area-field::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #B9C1D1;
}

.base-text-area.text-area-field:focus {
  border: 1px solid #68b75d;
}

.base-text-area.text-area-field.invalid {
  border: 1px solid #FB7178 !important;
}

.base-text-area.text-area-field.disabled {
  background: #d7dfea !important;
  color: #A5ACC1 !important;
}

.base-text-area.text-area-field-icon {
  padding-left: 35px;
}

.base-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.base-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 16px;
  background: #fff;
  border: 1px solid #B9C1D1;
  display: block;
  border-radius: 16px;
  position: relative;
}

.base-switch label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #A5ACC1;
  border-radius: 15px;
  transition: 0.3s;
}

.base-switch input:checked + label {
  background: #82E575;
}

.base-switch input:checked + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #68b75d;
}

.base-switch label:active:after {
  width: 20px;
}

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

.loader {
  width: 100%;
  position: relative;
  min-height: 500px;
}

.ball-scale-ripple-multiple {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-25px);
  top: 60%;
  left: 40%;
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple {
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #75CE69;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.inline-spinner {
  height: 1.5em;
  width: 1.5em;
  border: 4px solid #75CE69;
  border-top-color: #d7dfea;
  border-radius: 100%;
  animation: rotation 1.6s infinite linear 0.25s;
  /* the opacity is used to lazyload the spinner, see animation delay */
  /* this avoid the spinner to be displayed when visible for a very short period of time */
  opacity: 0;
}

@keyframes rotation {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }

  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}

.base-prefix-input {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 2px 2px;
  flex-direction: row;
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  border-radius: 5px;
}

.base-prefix-input.invalid {
  border: 1px solid #FB7178 !important;
}

.base-prefix-input .icon {
  width: 13px;
  height: 18px;
  color: #B9C1D1;
  font-style: normal;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 16px;
  margin-top: 17px;
  margin-left: 20px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.base-prefix-input p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.base-prefix-input .prefix-label {
  display: flex;
  height: 18px;
  color: #55547A;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 9px 2px 9px 10px;
}

.base-prefix-input .prefix-input-field {
  width: 100%;
  padding: 8px 13px;
  padding-left: 1px;
  text-align: left;
  background: #FFFFFF;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
}

.base-prefix-input .prefix-input-field.front {
  padding-left: 0px;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
  z-index: 10010;
}

.d-application.linear-progress {
  background: #c8b9de;
  height: 3px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 990;
  margin: 0 auto;
  overflow: hidden;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  animation: start 0.3s ease-in;
}

.d-application.linear-progress.small {
  height: 3px;
}

.d-application.linear-progress .bar {
  position: absolute;
  background: #7f5db7;
  transition: transform 0.2s linear;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.d-application.linear-progress .bar.bar1 {
  animation: progressLinearMovement 2.5s infinite;
  animation-delay: 0s;
}

.d-application.linear-progress .bar.bar2 {
  left: -100%;
  animation: progressLinearMovement 2.5s infinite;
  animation-delay: 0.7s;
}

@keyframes progressLinearMovement {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes start {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 20px;
    opacity: 1;
  }
}

@keyframes end {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 2px;
    opacity: 1;
  }
}

.btn.btn-pressable:active {
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
}

.btn {
  font-family: "Poppins", sans-serif;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
}

.btn-default {
  border: 1px solid #B9C1D1;
  background-color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #d7dfea;
}

.btn-outline-default {
  border: 1px solid #B9C1D1;
  background-color: #fff;
}

.btn-outline-default:hover,
.btn-outline-default:active,
.btn-outline-default:focus {
  background-color: #d7dfea;
}

.btn-theme {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-theme:hover {
  color: #fff;
  background-color: rgb(84.3301282051, 164.5961538462, 73.1538461538);
  border-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
}

.btn-theme:focus,
.btn-theme.focus {
  color: #fff;
  background-color: rgb(84.3301282051, 164.5961538462, 73.1538461538);
  border-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  box-shadow: 0 0 0 0.2rem rgba(126.65, 193.8, 117.3, 0.5);
}

.btn-theme.disabled,
.btn-theme:disabled {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  border-color: rgb(75.2852564103, 146.9423076923, 65.3076923077);
}

.btn-theme:not(:disabled):not(.disabled):active:focus,
.btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126.65, 193.8, 117.3, 0.5);
}

.btn-outline-theme {
  color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-theme:focus,
.btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.btn-outline-theme.disabled,
.btn-outline-theme:disabled {
  color: #68b75d;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active,
.btn-outline-theme:not(:disabled):not(.disabled).active,
.show > .btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: #68b75d;
  border-color: #68b75d;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 183, 93, 0.5);
}

.btn-theme-light {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-theme-light:hover {
  color: #212529;
  background-color: rgb(90.4748743719, 196.5816582915, 76.1683417085);
  border-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
}

.btn-theme-light:focus,
.btn-theme-light.focus {
  color: #212529;
  background-color: rgb(90.4748743719, 196.5816582915, 76.1683417085);
  border-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
  box-shadow: 0 0 0 0.2rem rgba(104.4, 180.65, 95.4, 0.5);
}

.btn-theme-light.disabled,
.btn-theme-light:disabled {
  color: #212529;
  background-color: #75CE69;
  border-color: #75CE69;
}

.btn-theme-light:not(:disabled):not(.disabled):active,
.btn-theme-light:not(:disabled):not(.disabled).active,
.show > .btn-theme-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(81.6331658291, 193.4422110553, 66.5577889447);
  border-color: rgb(75.790201005, 186.3693467337, 60.8806532663);
}

.btn-theme-light:not(:disabled):not(.disabled):active:focus,
.btn-theme-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-theme-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104.4, 180.65, 95.4, 0.5);
}

.btn-rounded {
  border-radius: 20px;
}

.btn i {
  width: 1.2em;
  text-align: left;
}

.btn-icon {
  padding: 0.6rem;
  line-height: 1em;
}

.btn-icon i {
  text-align: center;
}

.btn-xs {
  font-size: 0.75rem;
  padding: 3px 10px;
}

.btn-full {
  width: 100%;
}

.ladda-button {
  overflow: visible !important;
}

.btn-success,
.btn-warning,
.btn-info {
  color: #fff;
}

.btn-success:hover,
.btn-warning:hover,
.btn-info:hover {
  color: #fff;
}

.btn-group .btn-group .dropdown-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn-group .dropdown-group .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) .dropdown-group .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group .dropdown-group .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-crater {
  width: 148px;
  height: 45px;
  border-radius: 5px;
  font-family: poppins;
  font-weight: 600;
  font-size: 0.9375rem;
}

.btn-crater .btn-label {
  margin: 0 0 0 0;
}

.btn-crater:focus {
  outline: 10px auto #817AE3;
}

.btn-crater:disabled {
  opacity: 0.5;
}

.btn-crater-default {
  color: #FFFFFF;
  background: #68b75d;
  border: 1px solid #68b75d;
}

.btn-crater-default .icon-fa-spinner {
  color: #ffffff;
}

.btn-crater-default:hover {
  background: #635BF2;
}

.btn-crater-hollow {
  border: 1px solid #68b75d;
  color: #68b75d;
  background: #ffffff;
}

.btn-crater-hollow .icon-fa-spinner {
  color: #68b75d;
}

.btn-crater-hollow:hover {
  opacity: 0.9;
  color: #68b75d;
}

.form-control:focus {
  border-color: #ffde00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 0, 0.1607843137);
}

.form-check-inline .form-check-input {
  vertical-align: middle;
}

.card {
  margin-bottom: 1.5rem;
  border: none;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.26);
}

.card .card-header::after {
  display: block;
  clear: both;
  content: "";
}

.card .card-header {
  position: relative;
  border-bottom: 1px solid #d7dfea;
}

.card .card-header i {
  width: 1.3em;
}

.card .card-header h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.card .card-header h3 {
  font-weight: normal;
  margin: 0;
  font-size: 1.25rem;
}

.card .card-header h5 {
  margin: 0;
  font-weight: normal;
}

.card .card-header.bg-dark {
  background-color: #55547A;
  color: #fff;
}

.card .card-header .caption {
  display: inline-block;
  padding: 8px 0;
}

.card .card-header .actions {
  float: right;
  margin: auto;
}

.card .card-body {
  padding: 30px;
}

.card .section-semi-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.card .card-footer {
  background-color: #fff;
}

.card.with-tabs .card-header {
  padding: 0;
}

.card.with-tabs .card-header .caption {
  padding: 20px;
}

.card.with-tabs .card-header .actions {
  padding-right: 20px;
}

.card.with-tabs .card-header .nav-tabs {
  border-bottom: none;
}

.card.with-tabs .card-header .nav-link {
  padding: 1em 1.5em;
}

.card .bg-primary h3,
.card .bg-primary h5,
.card .bg-primary h6,
.card .bg-info h3,
.card .bg-info h5,
.card .bg-info h6,
.card .bg-primary h3,
.card .bg-primary h5,
.card .bg-primary h6,
.card .bg-dark h3,
.card .bg-dark h5,
.card .bg-dark h6,
.card .bg-success h3,
.card .bg-success h5,
.card .bg-success h6,
.card .bg-danger h3,
.card .bg-danger h5,
.card .bg-danger h6,
.card .bg-warning h3,
.card .bg-warning h5,
.card .bg-warning h6 {
  color: #fff;
}

@media (max-width: 992px) {
  .card .card-body {
    padding: 15px;
  }
}

.tabs .tab-content {
  margin-top: 1.2rem;
}

.tabs-default .nav-link.active {
  background-color: #55547A;
  color: #68b75d;
}

.tabs-default .nav-link.active:hover,
.tabs-default .nav-link.active:active,
.tabs-default .nav-link.active:focus {
  background-color: #55547A;
  color: #68b75d;
}

.tabs-default .nav-link:hover {
  border: 1px solid #55547A;
}

.tabs-default .nav-tabs {
  border-bottom: 1px solid #55547A;
}

.tabs-primary .nav-link.active {
  background-color: #68b75d;
  color: #fff;
}

.tabs-primary .nav-link.active:hover,
.tabs-primary .nav-link.active:active,
.tabs-primary .nav-link.active:focus {
  background-color: #68b75d;
  color: #fff;
}

.tabs-primary .nav-link:hover {
  border: 1px solid #68b75d;
}

.tabs-primary .nav-tabs {
  border-bottom: 1px solid #68b75d;
}

.tabs-simple .nav-link {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  color: #263b5e;
}

.tabs-simple .nav-link:hover,
.tabs-simple .nav-link:active,
.tabs-simple .nav-link:focus {
  border-bottom: 3px solid #68b75d;
  border-color: rgb(202.7307692308, 230.0769230769, 198.9230769231);
}

.tabs-simple .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #68b75d;
  color: #040405;
}

.tabs-simple .nav-link.active:hover,
.tabs-simple .nav-link.active:active,
.tabs-simple .nav-link.active:focus {
  border-bottom: 3px solid #68b75d;
  border-color: #68b75d;
  color: #040405;
}

.tabs-vertical::after {
  display: block;
  clear: both;
  content: "";
}

.tabs-vertical .nav-tabs {
  float: left;
  border-right: 1px solid #55547A;
  border-bottom: none;
  overflow: hidden;
  margin-right: 1.2rem;
  display: block;
}

.tabs-vertical .nav-tabs li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}

.tabs-vertical .nav-tabs li a {
  margin-right: 0;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border-color: transparent;
  border-right-color: #55547A;
}

.tabs-vertical .nav-tabs li a:hover,
.tabs-vertical .nav-tabs li a:active,
.tabs-vertical .nav-tabs li a:focus {
  background-color: #fff;
  border-color: #55547A;
}

.tabs-vertical .nav-tabs li a.active {
  background-color: #55547A;
  color: #68b75d;
}

.tabs-vertical .nav-tabs li a.active:hover,
.tabs-vertical .nav-tabs li a.active:active,
.tabs-vertical .nav-tabs li a.active:focus {
  background-color: #55547A;
  color: #68b75d;
}

.tabs-vertical.tabs-primary .nav-tabs {
  border-right: 1px solid #68b75d;
}

.tabs-vertical.tabs-primary .nav-tabs li a {
  border-right-color: #68b75d;
}

.tabs-vertical.tabs-primary .nav-tabs li a:hover,
.tabs-vertical.tabs-primary .nav-tabs li a:active,
.tabs-vertical.tabs-primary .nav-tabs li a:focus {
  background-color: #fff;
  border-color: #68b75d;
}

.tabs-vertical.tabs-primary .nav-tabs li a.active {
  background-color: #68b75d;
  color: #fff;
}

.tabs-vertical.tabs-primary .nav-tabs li a.active:hover,
.tabs-vertical.tabs-primary .nav-tabs li a.active:active,
.tabs-vertical.tabs-primary .nav-tabs li a.active:focus {
  background-color: #68b75d;
  color: #fff;
}

.tabs-vertical.tabs-simple .nav-tabs {
  border-right: 1px solid #ddd;
}

.tabs-vertical.tabs-simple .nav-tabs li {
  margin: 0;
}

.tabs-vertical.tabs-simple .nav-tabs li a {
  background: transparent;
  border-right: 3px solid transparent;
  border-radius: 0;
}

.tabs-vertical.tabs-simple .nav-tabs li a.active {
  border-bottom: 0;
  color: #040405;
  border-right: 3px solid #68b75d;
  background: transparent;
}

.tabs-vertical.tabs-simple .nav-tabs li a:hover,
.tabs-vertical.tabs-simple .nav-tabs li a:active,
.tabs-vertical.tabs-simple .nav-tabs li a:focus {
  background-color: transparent;
  border-right: 3px solid #68b75d;
  border-bottom: 0;
}

.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .panel-heading a {
  text-decoration: none;
}

.panel .panel-title {
  display: block;
  padding: 1rem 1.25rem;
}

.panel .panel-content {
  padding: 0 1.25rem;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.tabs {
  width: 100%;
  padding-left: 0px;
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 2px solid #d7dfea;
}

.tab {
  display: block;
  padding: 10px 30px;
  color: #A5ACC1;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 21px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}

.tab .tab-link {
  color: #A5ACC1;
}

.tab::after {
  width: 100%;
  background: #A5ACC1;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  opacity: 0;
  transition: 0.3s;
}

.tab:hover::after {
  display: block;
  content: "";
  opacity: 1;
}

.tab .a-active {
  font-weight: 500;
  color: #263b5e !important;
}

.tab .a-active::after {
  height: 3px;
  display: block;
  width: 100%;
  background: #68b75d;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
}

.tab .router-link-exact-active.active::after {
  height: 3px;
  display: block;
  width: 100%;
  background: #68b75d;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
}

.tab .router-link-exact-active.active {
  font-weight: 500;
  color: #263b5e !important;
}

.table th,
.table td {
  color: #040405;
  font-weight: 300;
  border-top: none;
  font-size: 0.9375rem;
  vertical-align: middle;
}

.table td {
  border-right: 0;
  border-left: 0;
}

.table th {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  color: #263b5e;
  letter-spacing: 0.3px;
}

.table .table__actions {
  display: flex;
}

.table .table__actions .btn {
  padding: 2px 0.5rem;
}

.table .table__actions a:not(:last-child) {
  border-right: 1px solid #d9d9d9;
  margin-right: 8px;
  padding-right: 8px;
}

.table thead th {
  border: 0;
  position: relative;
}

.table .table-component__table__body {
  position: relative;
}

.table .table-component__table__body tr:first-child td {
  border-top: 0;
}

.table .table-component__table__body tr {
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
}

.table .table-component__table__body tr:hover {
  background-color: #e6e6e6;
}

.table .table-component__table__body td {
  font-size: 0.9375rem;
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

.table td.primary {
  font-weight: 400;
  font-size: 1rem;
}

.table .action-dropdown .dropdown-container {
  margin: 10px 5px 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  border: none;
}

.table .action-dropdown .dropdown-item {
  justify-content: space-between;
  color: #040405;
  padding: 10px 20px;
}

.card-body .table th {
  border-top: none;
}

.table-container.card {
  position: unset;
}

.table-container.card .card-body {
  padding: 1rem;
}

.table-container.card .card-body .table-actions {
  margin: 0 -1rem;
}

.table-container.card .card-body .table-actions .tabs {
  background: #7fce75;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.table-container.card .card-body .table-actions .tab {
  padding: 15px 35px;
}

.table-container.card .card-body .table-actions .tab .tab-link {
  color: #75757b;
}

.table-container.card .card-body .table-actions .tab .a-active::after {
  background: #4e9b45;
}

.table-container.card .card-body .table thead th {
  border-bottom: 3px solid #dee2e6;
}

.table-container.card .card-body .table .action-dropdown .table-action-column {
  display: flex;
  justify-content: center;
}

.table-container.card .card-body .table .action-dropdown .table-action-column .action-button {
  padding: 5px 15px;
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: 0.3s;
  color: #263b5e;
}

.table-container.card .card-body .table .action-dropdown .table-action-column .action-button:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.table-container.card .card-body .table .action-dropdown .table-action-column .dot-icon {
  justify-content: center;
  padding: 5px 11px;
  height: 2.2rem;
  border-radius: 0.5rem;
  align-items: center;
  transition: 0.3s;
}

.table-container.card .card-body .table .action-dropdown .table-action-column .dot-icon:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.table-component {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 300px;
}

.table-component__filter {
  align-self: flex-end;
  position: relative;
}

.table-component__filter__field {
  padding: 0.15em 1.25em 0.15em 0.75em;
  border: solid 1px #e0e0e0;
  font-size: 0.9375rem;
  border-radius: 3px;
}

.table-component__filter__clear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  color: #007593;
  font-weight: bold;
  cursor: pointer;
}

.table-component__filter__field:focus {
  outline: 0;
  border-color: #68b75d;
}

.table-component__table-wrapper {
  width: 100%;
}

.table-component__table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 0;
  border-spacing: 0 10px;
}

.table-component__table__caption {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.table-component__table th,
.table-component__table td {
  padding: 0.75em 1.25em;
  vertical-align: top;
  text-align: left;
}

.table-component__message {
  color: #999;
  text-align: center;
  padding-top: 10px;
}

.table-component__th--sort,
.table-component__th--sort-asc,
.table-component__th--sort-desc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.table-component__th--sort-asc:after,
.table-component__th--sort-desc:after {
  position: absolute;
  left: 0.25em;
  display: inline-block;
  color: #bbb;
}

.table-component__th--sort-asc:after {
  content: "\2191";
}

.table-component__th--sort-desc:after {
  content: "\2193";
}

.table-component .pagination {
  justify-content: flex-end !important;
  margin-top: 10px;
  font-size: 1rem;
}

.table-component .pagination .page-item {
  overflow: hidden;
}

.table-component .pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #2d873a;
  border-color: #2d873a;
}

.table-component .pagination a i {
  display: block;
  padding: 0.5rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-style: normal;
  cursor: pointer;
}

.table-component .pagination a.disabled i {
  color: #d9d9d9;
  pointer-events: none;
  cursor: auto;
}

table.full-width {
  width: 100%;
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 2px solid #d7dfea;
  height: 40px;
  z-index: 10;
}

.table-actions .table-actions-button {
  display: block;
  font-weight: 500;
  cursor: pointer;
  color: #75757b;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.table-actions .table-actions-button::after {
  vertical-align: 0.1em;
}

.table-actions .dropdown-group.active .dropdown-container {
  z-index: 10;
}

.table-actions .table-stats {
  margin: 0;
}

.table-actions .table-stats-right {
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.table-actions .table-stats-normal-right {
  margin-left: auto;
}

.selectall {
  cursor: pointer;
  margin-left: -0.3rem;
}

.table-component td > span:first-child {
  background: #d7dfea;
  color: #55547A;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.select-all-label {
  display: none !important;
}

@media (max-width: 768px) {
  .select-all-label {
    display: inline !important;
    color: #55547A;
    cursor: pointer;
  }

  .selectall {
    top: 20px;
  }

  .table-component .dropdown-group {
    position: absolute;
    visibility: visible;
    top: 15px;
    right: 10px;
  }

  .table-component thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }

  .table-component tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
  }

  .table-component td {
    margin: 0 -1px -1px 0;
    padding-top: 40px !important;
    position: relative;
    width: 50%;
    left: 0;
    border: 1px solid #d7dfea !important;
  }

  .table-component td:not(:first-child) {
    text-align: center !important;
  }

  .table-component td:first-child {
    display: flex;
    justify-content: space-between;
    flex: 1 100%;
    height: 50px;
    padding-top: 25px !important;
    align-items: center;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .table-component td:last-child {
    position: unset;
    visibility: hidden;
    height: 0px !important;
    padding: 0px !important;
  }

  .table-component td:nth-last-child(3) {
    border-bottom-left-radius: 5px !important;
  }

  .table-component td:nth-last-child(2) {
    border-bottom-right-radius: 5px !important;
  }

  .table-component td > span:first-child {
    display: block;
  }

  .table-component .dropdown-container {
    right: 0;
    left: 120px;
  }
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  left: 4.5px;
  right: 4.5px;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
  width: 100%;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(3px, 1px, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(3px, -1px, 0) rotate(-45deg) scale(0.7, 1);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.gauge {
  position: relative;
  display: flex;
  align-items: center;
}

.gauge-lg .basic-gauge,
.gauge-lg .donut-gauge,
.gauge-lg .color-gauge {
  height: 250px;
}

.gauge-lg .gauge-label {
  font-size: 2.5rem;
}

.gauge-md .basic-gauge,
.gauge-md .donut-gauge,
.gauge-md .color-gauge {
  height: 180px;
}

.gauge-sm .basic-gauge,
.gauge-sm .donut-gauge,
.gauge-sm .color-gauge {
  height: 120px;
}

.gauge-sm .gauge-label {
  font-size: 1.25rem;
}

.gauge-label {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.gauge-label.middle-label {
  top: 50%;
  transform: translateY(-50%);
}

.gauge {
  position: relative;
}

@media (max-width: 480px) {
  .gauge-lg .basic-gauge,
  .gauge-lg .donut-gauge,
  .gauge-lg .color-gauge {
    height: 180px !important;
    width: auto !important;
  }

  .gauge-lg .gauge-label {
    font-size: 1.75rem;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: rgb(61.7179487179, 120.4615384615, 53.5384615385);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgb(79.8076923077, 155.7692307692, 69.2307692308), 0 0 5px rgb(79.8076923077, 155.7692307692, 69.2307692308);
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  border-left-color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vue-tabs-demo .card-body .default .tabs-component .tabs-component-tabs {
  padding-left: 0px;
}

.vue-tabs-demo .card-body .default .suffix {
  background-color: #c03;
  color: #fff;
  margin-left: 0.35em;
}

.vue-tabs-demo .card-body .default .prefix {
  background-color: #d1e8eb;
  color: #0c5174;
  margin-right: 0.35em;
}

.vue-tabs-demo .card-body .default .prefix,
.vue-tabs-demo .card-body .default .suffix {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  font-size: 0.75rem;
  flex-shrink: 0;
  height: 1.25rem;
  justify-content: center;
  line-height: 1.25rem;
  min-width: 1.25rem;
  padding: 0 0.1em;
}

.vue-tabs-demo .card-body .default .tabs-component {
  margin: 2em 0;
}

.vue-tabs-demo .card-body .default .page-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1em;
  padding-top: 0.25em;
}

.suffix {
  position: absolute;
  right: -0.725em;
  top: -0.725em;
}

.tabs-component {
  margin: 0 !important;
}

.tabs-component.tabs-default .tabs-component-tabs {
  padding: 0px;
}

.tabs-component.tabs-default .tabs-component-tab {
  border: none;
  background-color: none;
  border-radius: none;
  margin-right: 0.1rem !important;
  transform: none;
  transition: none;
}

.tabs-component.tabs-default .tabs-component-tab {
  margin: 0px;
  border: 1px solid transparent;
}

.tabs-component.tabs-default .tabs-component-tab a {
  padding: 0.75em 2rem !important;
  color: #333333;
  font-weight: normal;
}

.tabs-component.tabs-default .tabs-component-tab a:hover {
  color: #333333;
  text-decoration: none;
}

.tabs-component.tabs-default .tabs-component-tab.is-active a {
  color: #ffde00;
}

.tabs-component.tabs-default .tabs-component-tab.is-active {
  border: 1px solid #333;
  background: #333;
  color: #ffde00;
}

.tabs-component.tabs-default .tabs-component-tab:hover {
  border: 1px solid #333;
}

.tabs-component.tabs-default .tabs-component-panels {
  border-top: 1px solid #333333 !important;
  border: none;
  position: relative;
  border-radius: 0;
  padding: 1em 0em !important;
  box-shadow: none;
}

.tabs-component.tabs-default.primary .tabs-component-tab a {
  color: #333333;
}

.tabs-component.tabs-default.primary .tabs-component-tab.is-active {
  border: 1px solid #007dcc;
  background: #007dcc;
  color: #fff;
}

.tabs-component.tabs-default.primary .tabs-component-tab.is-active a {
  color: #fff;
}

.tabs-component.tabs-default.primary .tabs-component-tab:hover {
  border: 1px solid #007dcc;
}

.tabs-component.tabs-default.primary .tabs-component-panels {
  border-top: 1px solid #007dcc !important;
}

.tabs-component.tabs-vertical {
  display: flex !important;
}

.tabs-component.tabs-vertical .tabs-component-tabs {
  display: inline-block !important;
  border-right: 1px solid #333333 !important;
  border-radius: 0;
  padding: 0px;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab {
  border: none;
  background-color: none;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0.2rem !important;
  transform: none;
  transition: none;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab {
  margin: 0px;
  border: 1px solid transparent;
  border-right: 0;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a {
  padding: 0.75em 2rem !important;
  color: #333333;
  font-weight: normal;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a:hover {
  color: #333333;
  text-decoration: none;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active {
  border: 1px solid transparent;
  border-right: 0;
  background: #333333;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active a {
  color: #ffde00;
}

.tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab:hover {
  border: 1px solid #333333;
  border-right: 0;
}

.tabs-component.tabs-vertical .tabs-component-panels {
  border: none;
  position: relative;
  border-radius: 0;
  padding: 0em 0em !important;
  padding-left: 2em !important;
  box-shadow: none;
}

.tabs-component.tabs-vertical.primary .tabs-component-tabs {
  border-right: 1px solid #007dcc !important;
}

.tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab.is-active a {
  color: #fff;
}

.tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab.is-active {
  background: #007dcc;
  color: #fff;
}

.tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab:hover {
  border: 1px solid #007dcc;
  border-right: 0;
}

.tabs-component.tabs-simple .tabs-component-tabs {
  padding: 0px;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab {
  border: none;
  background-color: none;
  border-radius: none;
  transform: none;
  transition: none;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab {
  margin: 0px;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a {
  padding: 0.75em 2rem !important;
  color: #333333;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a:hover {
  color: #333333;
  outline: none;
  border-bottom: 3px solid #fff299;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active {
  border-bottom: 3px solid #ffde00;
  color: #333;
}

.tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active a:hover {
  border-bottom: none;
}

.tabs-component.tabs-simple .tabs-component-panels {
  border-top: 1px solid #ddd !important;
  border: none;
  position: relative;
  border-radius: 0;
  padding: 1em 0em !important;
  box-shadow: none;
}

.tabs-component.tabs-simple-vertical {
  display: flex !important;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs {
  padding: 0px;
  display: inline-block !important;
  border-bottom: none;
  border-right: 1px solid #ddd !important;
  border-radius: 0;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab {
  border: none;
  background-color: none;
  border-radius: none;
  transform: none;
  transition: none;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab {
  margin: 0px;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a {
  padding: 0.75em 2rem !important;
  color: #333333;
  border-right: 3px solid transparent;
  background: transparent;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a:hover {
  background-color: transparent;
  border-right: 3px solid #fff299;
  border-radius: 0;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab.is-active {
  border-right: 3px solid #ffde00;
  color: #333;
}

.tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab.is-active a:hover {
  border-color: transparent;
}

.tabs-component.tabs-simple-vertical .tabs-component-panels {
  border: none;
  position: relative;
  border-radius: 0;
  padding: 0em 0em !important;
  padding-left: 2em !important;
  box-shadow: none;
}

.tabs-component-tabs {
  border: none !important;
}

.dropdown-group {
  position: relative;
}

.dropdown-group.active .dropdown-container {
  display: block;
}

.dropdown-group .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0.125rem 0 0 0.125rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #040405;
  background-clip: padding-box;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: none;
}

.dropdown-group .dropdown-container.align-right {
  right: 0;
  left: auto;
}

.dropdown-group .dropdown-container .dropdown-group {
  display: block;
  margin: 0;
}

.dropdown-group .dropdown-container .dropdown-group-item .dropdown-item {
  display: block;
  font-size: 0.9375rem;
  padding: 8px 12px;
  font-weight: 300;
  color: #040405;
  background-color: transparent;
  border-radius: 5px;
}

.dropdown-group .dropdown-container .dropdown-group-item .dropdown-item:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;
}

.dropdown-group .dropdown-container .dropdown-group-item .dropdown-item.active {
  color: #68b75d;
}

.dropdown-group .dropdown-container .dropdown-group-item .dropdown-item i {
  color: #A5ACC1;
  margin-right: 5px;
}

.dropdown-group .dropdown-container .dropdown-activator {
  position: relative;
}

.dropdown-group .dropdown-container .dropdown-activator::after {
  content: none !important;
}

.dropdown-group .dropdown-container .dropdown-activator::before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 18px;
  transition: all 0.2s ease-in-out;
  width: 0;
  transform: rotate(90deg);
}

.dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator a {
  color: #68b75d;
}

.dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator::before {
  transform: rotate(-90deg);
  border-color: #68b75d transparent transparent;
}

.dropdown-group .dropdown-container .dropdown-container {
  display: block;
  margin: 0;
  left: 100%;
  top: 0;
  position: absolute;
  margin: 0.125rem 0.125rem 0;
}

.dropdown-group .dropdown-container .dropdown-container.align-right {
  right: 100%;
  left: auto;
}

.dropdown-group .dropdown-container .dropdon-group-item {
  position: relative;
}

.dropdown-group .dropdown-item-divider {
  border-top: 1px solid #fff;
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-group.dropdown-light .dropdown-container {
  color: #040405;
  background-color: #fff;
  border: 1px solid rgb(195.1973684211, 199.8486842105, 213.8026315789);
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a {
  color: #040405;
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a.active {
  color: #040405;
  background-color: rgb(206.5431034483, 212.0810344828, 223.1568965517);
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a:hover {
  background-color: rgb(206.5431034483, 212.0810344828, 223.1568965517);
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-activator::before {
  border-color: #A5ACC1 transparent transparent;
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-group.active .dropdown-activator a {
  color: #040405;
  background-color: rgb(206.5431034483, 212.0810344828, 223.1568965517);
}

.dropdown-group.dropdown-light .dropdown-container .dropdown-group.active .dropdown-activator::before {
  border-color: #A5ACC1 transparent transparent;
}

.dropdown-group.dropdown-light .dropdown-item-divider {
  border-top: 1px solid #040405;
}

.dropdown-item .dropdown-item-icon {
  width: 20px;
  height: 14px;
  margin-right: 6px;
  color: #55547A;
}

.action {
  position: absolute;
  right: 0;
  z-index: 1;
}

.action .action-btn {
  color: #68b75d;
  background: transparent;
  border: none;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #68b75d !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: #68b75d !important;
}

.vdp-datepicker__calendar .cell.highlighted {
  background: rgb(186.2756410256, 222.2307692308, 181.2692307692) !important;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.in-valid {
  border: 1px solid #FB7178 !important;
}

.multiselect {
  min-height: 40px;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:before,
.multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 0.875rem;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  border: 1px solid #817ae3 !important;
}

.multiselect--disabled {
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  vertical-align: top;
}

.multiselect__input::-moz-placeholder {
  color: #B9C1D1;
}

.multiselect__input::placeholder {
  color: #B9C1D1;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #d7dfea;
  background: #fff;
  font-size: 0.875rem;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 0.875rem;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: white;
}

.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #d7dfea;
  cursor: pointer;
}

.multiselect__select {
  line-height: 20px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 40px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #A5ACC1;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #A5ACC1 transparent transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #B9C1D1;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 0.8125rem;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: white;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: white;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: bold;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #d7dfea;
  color: #B9C1D1;
}

.multiselect--disabled .multiselect__tags {
  background: #d7dfea;
  color: #B9C1D1;
}

.multiselect--disabled .multiselect__input,
.multiselect--disabled .multiselect__single {
  background: #d7dfea;
  color: #B9C1D1;
}

.multiselect__option--disabled {
  background: transparent !important;
  color: #dddddd !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

*[dir=rtl] .multiselect {
  text-align: right;
}

*[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

*[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0px 40px;
}

*[dir=rtl] .multiselect__content {
  text-align: right;
}

*[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

*[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

*[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }
}

.multiselect .multiselect__option--highlight {
  background: #68b75d;
  color: #040405;
  font-weight: normal !important;
}

.multiselect .multiselect__option--highlight.multiselect__option--selected {
  background: #d7dfea;
  color: #040405;
  font-size: 1rem;
  font-weight: normal !important;
}

.multiselect .multiselect__option--highlight.multiselect__option--selected::after {
  background: #040405;
  color: #fff;
}

.multiselect .multiselect__option--highlight::after {
  background: #040405;
  color: #fff;
}

.multiselect .multiselect__option--selected {
  font-weight: normal !important;
  background: #d7dfea;
}

.multiselect .multiselect__tags-wrap .multiselect__tag {
  background: #68b75d;
  color: #040405;
}

.multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon:hover {
  background: #68b75d;
}

.multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon::after {
  color: #040405;
}

.multiselect.error {
  border: 1px solid #FB7178;
  border-radius: 5px;
}

.customer-select label {
  cursor: pointer;
}

.customer-select .main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.customer-select .main .search-bar {
  display: flex;
  padding: 15px 15px 5px 15px;
}

.customer-select .main .search-bar .search-icon {
  color: #B9C1D1;
  font-size: 0.875rem;
  font-weight: 900;
  margin: 4px 0 0 0;
}

.customer-select .main .no-data-label {
  display: flex;
  justify-content: center;
  color: #B9C1D1;
  padding: 20px 20px;
}

.customer-select .main .no-data-label label {
  margin: 0 0 0 0;
}

.customer-select .list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  max-height: 173px;
  min-height: 173px;
}

.customer-select .list .list-item {
  display: flex;
  padding: 10px 23px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.customer-select .list .avatar {
  width: 35px;
  height: 35px;
  background: #B9C1D1;
  border-radius: 50%;
  margin: 1px 21px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
}

.customer-select .list .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer-select .list .name .title {
  font-size: 1rem;
  font-family: Poppins;
  margin: 0 0 0 0;
  line-height: 1.2;
}

.customer-select .list .name .sub-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 0.75rem;
  color: #A5ACC1;
  letter-spacing: 0.5px;
  margin: 0 0 0 0;
}

.customer-select .list .list-item:last-child {
  border: none;
}

.customer-select .list .list-item:hover {
  background: #F9FBFF;
  cursor: pointer;
}

.item-select .main-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 15px 0 15px;
}

.item-select .main-section .search-bar {
  display: flex;
  position: relative;
  width: 100%;
}

.item-select .main-section .no-data-label {
  display: flex;
  justify-content: center;
  color: #B9C1D1;
  padding: 20px 20px;
}

.item-select .main-section .no-data-label label {
  margin: 0 0 0 0;
}

.item-select .list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}

.item-select .list .list-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 23px;
  max-height: 56px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.item-select .list .list-item .title {
  font-size: 1rem;
  color: black;
  cursor: pointer;
}

.item-select .list .list-item .price {
  font-size: 1rem;
  color: black;
  cursor: pointer;
}

.item-select .list .list-item:last-child {
  border: none;
}

.item-select .list .list-item:hover {
  background: #F9FBFF;
}

.tax-select .main-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 15px 0 15px;
}

.tax-select .search-bar {
  display: flex;
  position: relative;
  width: 100%;
}

.tax-select .no-data-label {
  display: flex;
  justify-content: center;
  color: #B9C1D1;
  padding: 20px 20px;
}

.tax-select .no-data-label label {
  margin: 0 0 0 0;
}

.tax-select .list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  max-height: 112px;
}

.tax-select .list .list-item {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  max-height: 56px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.tax-select .list .list-item label {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
  color: #262630;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
}

.tax-select .list .list-item:last-child {
  border: none;
}

.tax-select .list .list-item:hover {
  background: #F9FBFF;
  cursor: pointer;
}

.tax-select .list .item-disabled {
  background: #F9FBFF;
  cursor: not-allowed !important;
  opacity: 0.5;
  z-index: -10;
  pointer-events: none !important;
}

.image-upload-box {
  height: 110px;
  padding: 20px;
  background-color: transparent;
  border: 2px dashed #d7dfea;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.image-upload-box .preview-logo {
  max-height: 80%;
  position: absolute;
  opacity: 1;
  animation: fadeIn 2s ease;
}

.image-upload-box .upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-upload-box .upload-text {
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  color: #B9C1D1;
}

.image-upload-box .upload-icon {
  font-size: 1.25rem;
  line-height: 23px;
  color: #B9C1D1;
  margin-bottom: 10px;
}

.image-upload-box .white-icon {
  font-size: 1.875rem;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10px;
}

.image-upload-box .overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.image-upload-box:hover .overlay {
  opacity: 1;
}

.avatar-upload {
  height: 130px;
  width: 130px;
}

.avatar-upload .preview-logo {
  max-width: 80% !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.payment-modes-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
}

.payment-modes-modal .input-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.payment-modes-modal .required {
  position: absolute;
  color: #FB7178;
}

.payment-modes-modal .compound-tax-toggle {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media (max-width: 480px) {
  .base-modal .payment-modes-modal-modal {
    width: 100vw;
  }

  .base-modal .payment-modes-modal-modal .input-label {
    text-align: left;
  }
}

.item-unit-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
}

.item-unit-modal .input-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.item-unit-modal .required {
  position: absolute;
  color: #FB7178;
}

.item-unit-modal .compound-tax-toggle {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media (max-width: 480px) {
  .base-modal .item-unit-modal {
    width: 100vw;
  }

  .base-modal .item-unit-modal .input-label {
    text-align: left;
  }
}

.item-project-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.item-project-modal .input-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.item-project-modal .required {
  position: absolute;
  color: #FB7178;
}

.item-project-modal .compound-tax-toggle {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media (max-width: 480px) {
  .base-modal .item-project-modal {
    width: 100vw;
  }

  .base-modal .item-project-modal .input-label {
    text-align: left;
  }
}

.mail-test-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.mail-test-modal .input-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.mail-test-modal .required {
  position: absolute;
  margin-left: 4px;
  color: #FB7178;
}

.mail-test-modal .compound-tax-toggle {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media (max-width: 480px) {
  .base-modal .mail-test-modal {
    width: 100vw;
  }

  .base-modal .mail-test-modal .input-label {
    text-align: left;
  }
}

.base-modal .modal-body {
  overflow: visible !important;
}

.account-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.account-modal .col-form-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.account-modal .required {
  position: absolute;
  right: -10px;
  color: #FB7178;
}

@media (max-width: 480px) {
  .base-modal .account-modal .input-label .account-modal {
    width: 100vw;
  }

  .base-modal .account-modal .input-label .account-modal .input-label {
    text-align: left;
  }

  .base-modal .account-modal .input-label .required {
    position: absolute;
    right: auto;
    margin-left: 5px;
    color: #FB7178;
  }

  .base-modal .account-modal .input-label {
    text-align: left;
  }
}

.life-cycle-container .life-cycle-connector {
  margin: 0 0 0 1.8375rem;
  border: 2px solid #68b75d;
  height: 2rem;
  width: 0;
}

.life-cycle-container .life-cycle-item {
  padding: 1rem 1.5rem;
  border: 1px solid #68b75d;
  border-radius: 0.4375rem;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.26);
}

.life-cycle-container .life-cycle-item .icon-col {
  display: flex;
  flex-grow: unset;
  padding: unset;
}

.life-cycle-container .life-cycle-item .icon-col .life-cycle-icon {
  justify-content: center;
  font-size: 1.3rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  border: 1px solid #68b75d;
  border-radius: 100%;
  padding: 0.5rem;
  color: #2d873a;
}

.life-cycle-container .life-cycle-item .icon-col .life-cycle-icon .life-cycle-icon-vm {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.life-cycle-container .life-cycle-item .life-cycle-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #75757b;
  margin: 0.4rem 0px;
}

.life-cycle-container .life-cycle-item .life-cycle-description {
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
  font-weight: normal;
}

.life-cycle-container .life-cycle-item .life-cycle-buttons {
  display: flex;
}

.import-customer-modal-main .card-body {
  padding: 50px 50px;
  text-align: center;
}

.import-customer-modal-main .message-icon {
  font-size: xxx-large;
  margin: 16px;
}

.import-customer-modal-main .close-btn {
  margin-top: 15px;
}

.import-customer-modal-main .import-disclaimer {
  text-align: left;
}

.base-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 5, 0.2);
  z-index: 10001;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.base-modal .modal-header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #d7dfea;
  padding: 30px 30px 20px 30px !important;
}

.base-modal .modal-header::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: #68b75d;
}

.base-modal .modal-header .modal-heading {
  font-size: 1.063rem;
  font-weight: 500;
  margin: 0;
}

.base-modal .modal-body {
  background: white;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  max-width: 600px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}

.base-modal.size-xl-vw .modal-body {
  max-width: 75vw;
}

.base-modal.size-lg .modal-body {
  max-width: 800px;
}

.base-modal.size-sm .modal-body {
  max-width: 400px;
}

.base-modal .close-icon {
  position: absolute;
  padding: 6px;
  top: 23px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .base-modal .modal-body {
    height: 100%;
    overflow: scroll;
    border-radius: 0px;
  }
}

.base-modal .modal-body {
  overflow: visible !important;
}

.item-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.item-modal .col-form-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.item-modal .required {
  position: absolute;
  right: -10px;
  color: #FB7178;
}

@media (max-width: 480px) {
  .base-modal .item-modal .input-label .item-modal {
    width: 100vw;
  }

  .base-modal .item-modal .input-label .item-modal .input-label {
    text-align: left;
  }

  .base-modal .item-modal .input-label .required {
    position: absolute;
    right: auto;
    margin-left: 5px;
    color: #FB7178;
  }

  .base-modal .item-modal .input-label {
    text-align: left;
  }
}

.template-modal .template-container {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  flex-wrap: wrap;
  padding: 5px;
}

.template-modal .template-img {
  margin: 12px;
  border: 1px solid #d7dfea;
}

.template-modal .selected-template {
  border: 1px solid #68b75d;
  position: relative;
}

.template-modal .check-icon {
  filter: hue-rotate(-100deg);
  width: 20px;
  height: 20px;
  position: absolute;
  color: #68b75d;
  top: -6px;
  right: -5px;
  z-index: 10;
}

.template-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.template-modal .card-footer .btn-crater {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .base-modal .template-modal {
    width: 100vw;
  }

  .base-modal .template-modal .template-container {
    justify-content: center;
  }
}

.customer-modal .card-body {
  padding-bottom: 4px;
}

.customer-modal .col-form-label {
  text-align: end;
  font-family: "Poppins", sans-serif;
  padding-right: 0;
  font-size: 0.875rem;
  position: relative;
}

.customer-modal .required {
  position: absolute;
  color: #FB7178;
  right: -10px;
}

.customer-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.customer-modal .card-footer .btn-crater {
  margin-left: 15px;
}

.customer-modal .copy-address-button {
  display: flex;
  justify-content: flex-end;
}

.customer-modal .basic-info {
  max-height: 47vh !important;
  overflow: unset !important;
}

.customer-modal .tabs-component-tab-a {
  height: 100%;
}

@media (max-width: 480px) {
  .base-modal .customer-modal {
    width: 100vw;
  }

  .base-modal .customer-modal .required {
    position: relative;
  }

  .base-modal .customer-modal .input-label {
    text-align: left;
  }
}

.tax-type-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
}

.tax-type-modal .input-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.tax-type-modal .required {
  position: absolute;
  left: -10px;
  color: #FB7178;
}

.tax-type-modal .compound-tax-toggle {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media (max-width: 480px) {
  .base-modal .tax-type-modal {
    width: 100vw;
  }

  .base-modal .tax-type-modal .input-label {
    text-align: left;
  }
}

.category-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
}

.category-modal .col-form-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.category-modal .required {
  position: absolute;
  right: -10px;
  color: #FB7178;
}

@media (max-width: 480px) {
  .base-modal .category-modal .input-label {
    text-align: left;
  }
}

.supplier-modal .card-body {
  padding-bottom: 4px;
}

.supplier-modal .col-form-label {
  text-align: end;
  font-family: poppins, sans-serif;
  padding-right: 0;
  font-size: 0.875rem;
  position: relative;
}

.supplier-modal .required {
  position: absolute;
  color: #FB7178;
  right: -10px;
}

.supplier-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.supplier-modal .card-footer .btn-crater {
  margin-left: 15px;
}

.supplier-modal .copy-address-button {
  display: flex;
  justify-content: flex-end;
}

.supplier-modal .basic-info {
  max-height: 47vh !important;
  overflow: unset !important;
}

@media (max-width: 480px) {
  .base-modal .supplier-modal {
    width: 100vw;
  }

  .base-modal .supplier-modal .required {
    position: relative;
  }

  .base-modal .supplier-modal .input-label {
    text-align: left;
  }
}

.base-modal .modal-body {
  overflow: visible !important;
}

.team-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px;
}

.team-modal .col-form-label {
  text-align: end;
  padding-right: 0;
  position: relative;
}

.team-modal .required {
  position: absolute;
  right: -10px;
  color: #FB7178;
}

.team-modal .permission-container {
  overflow-y: auto;
  border: 1px solid #d7dfea;
  border-radius: 5px;
  max-height: 30vh;
  padding: 0 15px;
  min-height: 30px;
}

@media (max-width: 480px) {
  .base-modal .team-modal .input-label .team-modal {
    width: 100vw;
  }

  .base-modal .team-modal .input-label .team-modal .input-label {
    text-align: left;
  }

  .base-modal .team-modal .input-label .required {
    position: absolute;
    right: auto;
    margin-left: 5px;
    color: #FB7178;
  }

  .base-modal .team-modal .input-label {
    text-align: left;
  }
}

.dashboard .dashboard-table .table-component .dashboard-recent-invoice-options .dropdown-container {
  margin: 10px 5px 0 -75px;
}

.dashboard .card-list-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dashboard .dashboard-card {
  margin-bottom: 0;
}

.dashboard .dashboard-card .pie-body .overlay {
  top: 0%;
  left: 0%;
}

.dashboard .dashboard-card .pie-body .overlay .loader-inner {
  top: 50%;
  left: 37%;
}

.dashboard .dashboard-card .bar-body .overlay {
  top: 0%;
  left: 0%;
}

.dashbox {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  /* margin-bottom: 30px;*/
  padding: 0.625rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.dashbox i {
  font-size: 1.875rem;
  left: 40px;
  position: absolute;
  top: 53px;
}

.dashbox .title {
  color: #A5ACC1;
  display: block;
  font-size: 1.063rem;
  line-height: 21px;
  margin-top: 5px;
}

.dashbox .amount {
  color: #040405;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 34px;
}

.dashbox:active,
.dashbox:focus,
.dashbox:hover {
  text-decoration: none;
  background-color: #F9FBFF;
}

.dash-item {
  flex: 3;
  padding: 0 0.9375rem 0 0.9375rem;
}

.dash-item:first-child {
  flex: 5;
}

.dashboard-card .card-header {
  border: none !important;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-left: 0.625rem;
}

.dashboard-card .card-header h6 {
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  flex: 1;
}

.dashboard-card .card-header .year-selector {
  height: 50px;
  width: 150px;
}

.graph-body {
  display: flex !important;
}

.graph-body .chart-desc {
  border-left: 1px solid #d7dfea;
  padding: 0;
}

.graph-body .stats {
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.graph-body .stats .description {
  padding-top: 1.875rem;
  flex: 1;
}

.graph-body .stats .description:last-child {
  border-top: 1px solid #d7dfea;
  padding-top: 1.875rem;
}

.graph-body .stats .title {
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 0.01em;
  padding-right: 1.5625rem;
}

.graph-body .stats .total {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 29px;
  padding-right: 1.5625rem;
}

.table-row {
  margin-top: 20px;
}

.table-row .table-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 1;
  margin-bottom: 10px;
}

.table-row .table-header .table-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 0;
}

.dashbox-line-progress {
  padding: 1.875rem;
  text-align: left;
}

.dashbox-line-progress i {
  right: 30px;
  left: auto;
  top: 30px;
}

.dashbox-line-progress .progress {
  height: 0.5rem;
  margin-bottom: 0;
  background-color: #d7dfea;
}

.dashbox-line-progress .title {
  margin-bottom: 15px;
  font-size: 1.625rem;
}

.dashbox-circle-progress {
  text-align: left;
  padding: 1.875rem;
}

.dashbox-circle-progress .easy-pie-chart {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .dashbox {
    padding: 0.9375rem;
  }

  .dashbox i {
    left: 30px;
    top: 25px;
  }

  .dashbox.dashbox-line-progress i {
    right: 15px;
    left: auto;
    top: 15px;
  }

  .dashbox-circle-progress {
    padding: 1.875rem;
  }
}

@media (max-width: 1200px) {
  .dashbox {
    padding: 0.75rem;
  }

  .dashbox .title {
    font-size: 0.875rem;
    line-height: 16px;
    margin-top: 3px;
  }

  .dashbox .amount {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .graph-body {
    display: block !important;
  }

  .graph-body .stats {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #d7dfea;
  }

  .graph-body .stats .total {
    padding-right: 0;
  }

  .graph-body .stats .description {
    padding: 30px 25px;
  }

  .graph-body .stats .description:last-child {
    border-top: none;
    padding-top: 30px;
    border-left: 1px solid #d7dfea;
  }
}

@media (max-width: 992px) {
  .dashbox .icon .card-icon {
    height: 40px;
    width: 40px;
  }

  .dashboard-card .card-header {
    margin-bottom: 20px;
  }

  .dashboard-card .card-header .year-selector {
    height: 40px;
  }

  .dashboard-card .card-header {
    padding-left: 0;
  }

  .dashboard-card .card-header h6 {
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0;
  }

  .dash-item {
    flex: 3px;
    padding: 0 15px 0 15px;
  }

  .dash-item:nth-child(odd) {
    padding: 0 15px 0 15px;
    flex: 100%;
  }

  .dash-item:nth-child(even) {
    padding: 0 15px 0 15px;
    flex: 100%;
  }

  .graph-body .stats .title {
    font-size: 0.75rem;
    line-height: 12px;
    padding-right: 0;
  }

  .graph-body .stats .total {
    display: block;
    margin-top: 3px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
  }

  .graph-body .stats .description {
    padding: 10px;
  }

  .graph-body .stats .description:last-child {
    padding: 10px;
    flex: 100%;
    border-top: 1px solid #EBF1FA;
  }

  .graph-body .stats .description:last-child .title {
    padding-right: 0;
  }

  .table-row .mob-table {
    margin-top: 25px !important;
  }
}

.card.with-tabs .tabs-component .tabs-component-tabs {
  position: absolute;
  right: 1.25rem;
  top: 14px;
}

.card.with-tabs .tabs-component .tabs-component-panels {
  border: 0 !important;
}

@media (max-width: 768px) {
  .card.with-tabs .tabs-component .tabs-component-tabs {
    position: relative;
    display: block;
    margin-right: -41px;
    border-radius: 0;
    top: -21px;
    margin-left: -1px;
  }

  .card.with-tabs .tabs-component .tabs-component-tab:not(:last-child) {
    border-bottom: dotted 1px #B9C1D1;
  }

  .dashboard-table .table-component tr:first-child {
    margin-top: 20px;
  }

  .dashboard-table .table-component td:first-child {
    padding-top: 40px !important;
    justify-content: center;
  }
}

.login-page {
  height: 100%;
  background-color: #fff;
}

.login-page .auth-nav {
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.login-page .login-wrapper {
  height: 100%;
  padding-top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-page .login-box {
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 400px;
}

.login-page .login-box .input-label {
  padding-bottom: 5px;
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.login-page .login-box .other-actions {
  margin-bottom: 10px;
  margin-top: 20px;
}

.login-page .login-box .page-copyright {
  font-size: 0.875rem;
  margin: 10px auto;
  text-align: center;
}

.login-page .login-box a {
  color: #68b75d;
}

.login-page .login-box a:hover {
  color: rgb(88.8525641026, 173.4230769231, 77.0769230769);
}

.login-page .login-box .btn-login {
  background-color: #68b75d;
  color: white;
}

.login-page .login-box .btn-login:hover {
  background-color: rgb(88.8525641026, 173.4230769231, 77.0769230769);
}

.login-page .login-box .c-input {
  color: #fff;
}

.login-page .login-box .c-input .c-indicator {
  top: 2px;
}

.login-page .login-wrapper .c-input > input:checked ~ .c-indicator {
  background-color: #333;
}

.login-page .login-wrapper .c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem rgb(38.25, 38.25, 38.25);
}

.login-page .login-wrapper .c-input > input:active ~ .c-indicator {
  background-color: rgb(38.25, 38.25, 38.25);
}

.login-page .logo-main {
  margin-bottom: 100px;
  text-align: left;
}

.login-page .logo-main img {
  height: auto;
  width: 300px;
}

.login-page .other-options {
  border-top: 1px solid #fff;
  padding: 1rem 0;
  padding-top: 2rem;
}

.login-page .other-options h6 {
  color: #c7cbd1;
  font-size: 0.9375rem;
  margin-top: 12px;
}

.login-page .other-options a,
.login-page .other-options a:hover {
  color: #fff;
}

.login-page .actions {
  margin-top: 30px;
}

.login-page .actions .btn-theme {
  margin-right: 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .login-page .other-actions {
    font-size: 0.875rem;
  }

  .login-page .logo-main img {
    height: auto;
    max-width: 100%;
  }
}

.login-page .social-links {
  margin-top: 40px;
}

.login-page .social-links .link-text {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 17px;
  color: #B9C1D1;
}

.login-page .social-links .social-logo {
  display: flex;
  align-items: center;
  padding-top: 25px;
}

.login-page .social-links .social-logo .icon {
  display: block;
  margin-right: 30px;
  cursor: pointer;
}

.main-login-container {
  max-width: 500px;
  margin: auto;
}

.login-page.login-3 .site-wrapper {
  display: flex;
}

.login-page.login-3 .login-box {
  color: #333;
  flex: 1;
  padding: 150px 60px 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-page.login-3 .login-box .box-wrapper {
  width: 100%;
}

.login-page.login-3 .content-box {
  background-image: url("/images/login-vector1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-page.login-3 .content-box h1 {
  color: #fff;
  font-size: 3.125rem;
}

.login-page.login-3 .content-box p {
  color: #F9FBFF;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 24px;
}

.login-page.login-3 .content-bottom {
  background-image: url("/images/login-vector3.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 32%;
}

.login-page.login-3 .content-box::before {
  background-image: url("/images/frame.svg");
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 300px;
  right: 0;
  position: absolute;
  top: 0;
  width: 420px;
  z-index: 1;
}

.login-page.login-3 .content-box::after {
  background-image: url("/images/login-vector2.svg");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: 7.5%;
  position: absolute;
}

.login-page.login-3 .c-input {
  color: #555;
}

.login-page.login-3 .login-box a {
  color: #68b75d;
}

.login-page.login-3 .login-box a:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.login-page.login-3 .other-options h6 {
  color: #555;
}

.login-page.login-3 .page-copyright {
  margin: 10px auto;
  color: #A5ACC1;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 17px;
  text-align: center;
}

.login-page.login-3 .page-copyright a {
  color: #68b75d;
}

.login-page.login-3 .page-copyright a:hover {
  color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
}

.login-page.login-3 .logo-main img {
  width: 150px;
}

@media (max-width: 1240px) {
  .login-page.login-3 .content-box h1 {
    display: none;
  }

  .login-page.login-3 .content-box p {
    display: none;
  }

  .login-page.login-3 .content-box::before {
    height: 250px;
    width: 350px;
  }

  .login-page.login-3 .content-box::after {
    right: 13%;
  }
}

@media (max-width: 992px) {
  .login-page.login-3 .content-box h1 {
    font-size: 0.9375rem;
    margin-left: 50px;
  }

  .login-page.login-3 .content-box p {
    display: none;
  }

  .login-page.login-3 .content-bottom {
    width: 600px;
    height: 0px;
  }

  .login-page.login-3 .content-box::before {
    height: 150px;
    width: 250px;
  }
}

@media (max-width: 768px) {
  .login-page.login-3 .page-copyright {
    padding-top: 110px;
  }

  .login-page.login-3 .login-box {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 1.875rem;
  }

  .login-page.login-3 .content-box {
    display: none;
  }
}

.page-error-404 {
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23cbd9c9' fill-opacity='0.33' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.page-error-404 .error-box {
  border-radius: 4px;
  left: 50%;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -60%);
  width: 800px;
}

.page-error-404 h1 {
  font-size: 10rem;
  color: #68b75d;
  margin-bottom: 2rem;
}

.page-error-404 h5 {
  font-size: 2rem;
  color: #242424;
  margin-bottom: 40px;
}

.bg-yellow {
  background-color: #68b75d;
  color: #55547A;
}

.bg-yellow:hover {
  background-color: rgb(88.8525641026, 173.4230769231, 77.0769230769);
}

.customization .prefix-input {
  max-width: 30%;
}

.customization .form-section {
  padding: 0.5rem 0.9375rem;
}

.customization .invoice-customization-card {
  border: 1px solid #EBF1FA;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .customization .address-customization-card .address-fields-container {
    display: flex;
    flex-wrap: wrap;
  }

  .customization .address-customization-card .address-fields-container .fields-list {
    border-right: 0px;
  }

  .customization .tabs .tab {
    padding: 0.625rem 0.625rem;
  }
}

.settings-container {
  margin-top: 40px;
}

.settings-container .settings-sidebar {
  list-style-type: none;
  padding: 0px;
}

.settings-container .settings-sidebar .settings-menu-item {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 18px;
  color: #040405;
}

.settings-container .settings-sidebar .settings-menu-item .setting-icon {
  width: 25px;
  color: #B9C1D1;
  font-size: 1rem;
}

.settings-container .settings-sidebar .link-color {
  color: #A5ACC1;
  display: flex;
  align-items: center;
}

.settings-container .settings-sidebar .active-setting {
  color: #68b75d !important;
  cursor: pointer;
  font-weight: bold;
}

.settings-container .settings-sidebar .active-setting .setting-icon {
  color: #68b75d !important;
}

.settings-container .setting-main-container .setting-card {
  padding: 30px;
  min-height: 620px;
}

.settings-container .setting-main-container .page-header {
  margin: 0px;
}

.settings-container .setting-main-container .page-header .page-title {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.settings-container .setting-main-container .page-header .page-sub-title {
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #A5ACC1;
  margin-bottom: 30px;
}

.settings-container .setting-main-container .input-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.settings-container .expense-category td {
  background-color: #F9FBFF !important;
}

.settings-container .tax-table td {
  background-color: #F9FBFF !important;
}

.settings-container .tax-table .compound-tax {
  display: inline;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 15px;
  background: #FED7D7;
  color: #9B2C2C;
}

.settings-container .payment-tab .dropdown-container {
  right: 0;
  left: auto;
}

.settings-container .item-tab .dropdown-container {
  right: 0;
  left: auto;
}

.settings-container .add-new-tax {
  height: 45px;
  white-space: nowrap;
  z-index: 1;
}

.settings-container .flex-box {
  display: flex;
}

.settings-container .left {
  position: relative;
  width: 50px;
}

.settings-container .btn-switch {
  position: absolute;
  top: -18px;
}

.settings-container .box-title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 1rem;
  line-height: 21px;
  color: #55547A;
}

.settings-container .box-desc {
  margin: 0;
  padding: 0;
  max-width: 480px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #A5ACC1;
}

.settings-container .notes {
  overflow: hidden;
  width: 200px;
}

.settings-container .notes .note {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.settings-container .version {
  background: #EAF1FB;
  color: #A5ACC1;
  border: 1px solid #EAF1FB;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .settings-container .setting-main-container .setting-card {
    overflow: scroll;
  }

  .settings-container .setting-main-container .ml-15 {
    margin-left: 15px;
  }

  .settings-container .setting-main-container .page-header {
    flex-wrap: wrap;
  }

  .settings-container .table-component td:first-child {
    height: auto;
    min-height: 10px;
    text-align: center;
    justify-content: center;
  }

  .settings-container .tax-table .tax-name {
    margin-top: 21px;
    width: 76%;
  }

  .settings-container .expense-category .table-component__table__body tr:first-child td:nth-child(2) {
    height: auto;
    width: 101%;
  }

  .settings-container .add-new-tax {
    position: relative;
    z-index: 1;
  }
}

.invoice-create-page .page-header {
  margin: 0 0 40px 0;
}

.invoice-create-page .page-header .page-title {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
}

.invoice-create-page .page-header .breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
}

.invoice-create-page .page-header .page-actions .btn-crater {
  margin: 0 0 0 14px;
}

.invoice-create-page .invoice-input {
  padding-left: 40px;
}

.invoice-create-page .base-prefix-input .prefix-label {
  padding: 9px 2px 9px 2px;
}

.invoice-create-page .show-customer {
  background: #FFFFFF;
  padding: 0 10px 0 10px;
  min-height: 10.63rem;
  border: 1px solid #d7dfea;
  position: relative;
}

.invoice-create-page .show-customer label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.invoice-create-page .payment-gateway-redirect {
  max-width: 25vw;
  color: #263b5e;
}

.invoice-create-page .address-menu {
  display: flex;
  flex-direction: column;
}

.invoice-create-page .address-menu .title {
  font-size: 0.9375rem;
  white-space: nowrap;
  color: #B9C1D1;
  font-weight: 500;
}

.invoice-create-page .address-menu .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.invoice-create-page .address-menu .content label {
  position: relative;
  white-space: nowrap;
  width: 90%;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.invoice-create-page .customer-content {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}

.invoice-create-page .customer-content .email {
  flex: 8;
}

.invoice-create-page .customer-content .action {
  cursor: pointer;
  /*flex: 1;*/
  font-size: 0.875rem;
  font-weight: 500;
  color: #68b75d;
  margin: 0 0 0 0.5rem;
  position: relative;
}

.invoice-create-page .add-customer {
  padding: 0 0 0 0;
}

.invoice-create-page .add-customer .add-customer-action {
  position: relative;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d7dfea;
  min-height: 10.63rem;
  border-radius: 5px;
  padding: 64px 0;
}

.invoice-create-page .add-customer .add-customer-action .customer-icon {
  display: flex;
  justify-content: center;
  background: #d7dfea;
  width: 40px;
  color: white;
  height: 40px;
  font-size: 0.875rem;
  font-family: Poppins;
  padding: 11px 14px 11px 13px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.invoice-create-page .add-customer .add-customer-action label {
  font-size: 1.063rem;
  margin: 7px 0 0 0;
}

.invoice-create-page .customer-required {
  border: 1px solid #FB7178;
  border-radius: 5px;
}

.invoice-create-page .offset-md-1 {
  margin-left: 5%;
}

.invoice-create-page .invoice-input-group {
  margin-bottom: 41px;
  margin-right: 0;
}

.invoice-create-page .invoice-input-group .invoice-input {
  padding-right: 0;
}

.invoice-create-page .invoice-input-group .invoice-input label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  color: #263b5e;
  margin: 0 0 10px 0;
}

.invoice-create-page .item-table {
  width: 100%;
  text-align: center;
}

.invoice-create-page .item-table .item-table-header {
  border: 1px solid #d7dfea;
  background: white;
}

.invoice-create-page .item-table .item-table-header th {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 21px;
  color: #55547A;
  border-top: 1px solid #d7dfea;
  border-bottom: 1px solid #d7dfea;
}

.invoice-create-page .item-table .item-table-header .item-heading {
  padding-left: 50px;
}

.invoice-create-page .item-table .item-table-header .amount-heading {
  padding-right: 50px;
}

.invoice-create-page .item-table .item-table-header th:first-child {
  padding-left: 0 !important;
  border-left: 1px solid #d7dfea;
}

.invoice-create-page .item-table .item-table-header th:last-child {
  padding-right: 0 !important;
}

.invoice-create-page .item-table .item-body td:first-child {
  padding-left: 0 !important;
}

.invoice-create-page .item-table .item-body td:last-child {
  padding-right: 0 !important;
}

.invoice-create-page .item-table .item-body .item-row {
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.invoice-create-page .item-table .item-body .item-row td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.invoice-create-page .item-table .item-body .item-row > td {
  padding: 0;
}

.invoice-create-page .item-table .item-body .item-row .item-select {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #A5ACC1;
  overflow: auto !important;
  max-height: 250px !important;
}

.invoice-create-page .item-table .item-body .item-row .search-select .selector-menu {
  top: 45px !important;
}

.invoice-create-page .item-table .item-body .item-row .main {
  padding: 0 !important;
}

.invoice-create-page .item-table .item-body .item-row .item-amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.invoice-create-page .item-table .item-body .item-row .item-select-wrapper {
  display: flex;
  justify-content: flex-start;
}

.invoice-create-page .item-table .item-body .item-row .item-selector {
  flex: 1;
}

.invoice-create-page .item-table .item-body .item-row .selected-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d7dfea;
  background: #F9FBFF;
  border-radius: 5px;
  position: relative;
}

.invoice-create-page .item-table .item-body .item-row .deselect-icon {
  color: #B9C1D1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.invoice-create-page .item-table .item-body .item-row .sort-icon-wrapper,
.invoice-create-page .item-table .item-body .item-row .remove-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  height: 40px;
  width: 20px;
  cursor: pointer;
}

.invoice-create-page .item-table .item-body .item-row .sort-icon-wrapper {
  color: #B9C1D1;
  height: 20px;
  margin-top: 8px;
  cursor: move;
}

.invoice-create-page .item-table .item-body .item-row .remove-icon {
  color: #55547A;
}

.invoice-create-page .tax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.invoice-create-page .tax-row .tax-amount {
  flex: 3;
}

.invoice-create-page .tax-row .tax-select {
  flex: 4;
}

.invoice-create-page .tax-tr td {
  padding: 0 21px;
}

.invoice-create-page .multi-select-item .multiselect,
.invoice-create-page .multi-select-item .multiselect__input,
.invoice-create-page .multi-select-item .multiselect__single {
  border: none;
  display: flex;
  align-items: center;
}

.invoice-create-page .multi-select-item .multiselect:focus {
  outline: none;
}

.invoice-create-page .multi-select-item .multiselect__input,
.invoice-create-page .multi-select-item .multiselect__single {
  min-height: 40px;
  padding-left: 10px;
  border: 1px solid rgb(234, 241, 251);
}

.invoice-create-page .multi-select-item .multiselect__tags {
  min-height: 30px;
  padding: 0;
  border: 0px;
}

.invoice-create-page .multi-select-item .multiselect__select {
  line-height: 16px;
  width: 40px;
  height: 38px;
  transition: transform 0.2s ease;
}

.invoice-create-page .multi-select-item .multiselect__content-wrapper {
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 5px 5px;
}

.invoice-create-page .multi-select-item .multiselect__content {
  max-height: 240px;
  overflow: auto;
}

.invoice-create-page .add-item-action {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 13px 23px;
  width: 100%;
  font-size: 0.9375rem;
  border-bottom: 1px solid #d7dfea;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #68b75d;
}

.invoice-create-page .add-item-action .icon-fa {
  margin: 2px 11px 0 0;
}

.invoice-create-page .invoice-foot {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 1.2rem;
}

.invoice-create-page .invoice-foot .btn-template {
  background: #d7dfea;
  border: 1px solid #d7dfea;
  color: #040405;
  font-size: 0.875rem;
}

.invoice-create-page .invoice-foot .icon-button {
  color: #A5ACC1;
}

.invoice-create-page .invoice-foot label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
}

.invoice-create-page .invoice-foot .invoice-notes {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0 0;
}

.invoice-create-page .invoice-foot .invoice-notes textarea {
  border: 1px solid #d7dfea;
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
}

.invoice-create-page .invoice-foot .invoice-total {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 390px;
  padding: 15px 20px;
  border: 1px solid #d7dfea;
  border-radius: 5px;
}

.invoice-create-page .invoice-foot .invoice-total > label {
  text-transform: uppercase;
}

.invoice-create-page .invoice-foot .invoice-total .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 7px 0;
}

.invoice-create-page .invoice-foot .invoice-total .section .invoice-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  color: #A5ACC1;
}

.invoice-create-page .invoice-foot .invoice-total .section .invoice-amount {
  font-size: 1.125rem;
  color: #55547A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invoice-create-page .invoice-foot .invoice-total .section .total {
  color: #2d873a;
}

.invoice-create-page .invoice-foot .invoice-total .section .discount-drop-down {
  width: 8.5rem;
}

.invoice-create-page .invoice-foot .invoice-total .section .item-dropdown {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
}

.invoice-create-page .invoice-foot .invoice-total .border-top {
  margin: 0;
  padding-top: 7px;
  border-top: 1px solid #d7dfea;
}

.invoice-create-page .invoice-foot .invoice-total .tax-selector {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 12px;
  line-height: 21px;
  color: #2d873a;
}

.invoice-create-page .item-row .item-name {
  font-weight: 500;
  text-align: left;
  font-size: 0.875rem;
}

.invoice-create-page .item-row .item-description {
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
  padding-top: 2px;
}

.invoice-create-page .item-row .item-description textarea::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.invoice-create-page .item-row .item-description textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.invoice-create-page .item-row .item-description textarea {
  /*border: none;*/
  overflow: hidden;
  resize: none;
  width: 100%;
  padding-left: 11px;
  color: #595959;
}

.invoice-create-page .item-row .action {
  font-weight: 500;
  font-size: 0.875rem;
  color: #68b75d;
  cursor: pointer;
}

.invoice-create-page .item-row .activator label {
  color: #A5ACC1;
  font-size: 0.875rem;
}

.invoice-create-page .item-dropdown {
  display: flex;
  border: 1px solid #d7dfea !important;
  background-color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.invoice-create-page .item-dropdown:focus {
  box-shadow: none !important;
}

.invoice-create-page .item-discount {
  border-radius: 5px 0px 0px 5px !important;
  height: 40px;
}

.invoice-create-page .action-footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .invoice-create-page .page-header {
    margin-bottom: 13px;
  }

  .invoice-create-page .page-header .invoice-action-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0px !important;
  }

  .invoice-create-page .invoice-customer-container {
    padding-right: 0px;
  }

  .invoice-create-page .collapse-input {
    padding-right: 0px;
  }

  .invoice-create-page .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .invoice-create-page .page-actions button {
    margin-bottom: 10px;
  }

  .invoice-create-page .invoice-input-group .invoice-input {
    padding-right: 15px;
    padding-left: 20px;
    margin-top: 1.5rem;
  }

  .invoice-create-page .invoice-foot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .invoice-create-page .invoice-foot .btn-template {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .invoice-create-page .invoice-foot .invoice-total {
    min-width: 384px;
    margin-top: 25px;
  }
}

.invoice-create-page .item-table-info {
  display: none;
}

@media (max-width: 480px) {
  .invoice-create-page .item-table-container {
    overflow-x: scroll;
  }

  .invoice-create-page .item-table-container .item-table {
    width: 55rem;
  }

  .invoice-create-page .item-table-info {
    display: block;
    font-size: 0.75rem;
  }
}

.invoice-preview-segment {
  padding: 3rem 1rem;
  position: relative;
}

.invoice-preview-segment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  box-shadow: 2px 3px 6px -1px rgba(38, 38, 48, 0.5490196078);
}

.child-companies .child-company-create .section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.child-companies hr {
  margin-bottom: 1.8rem;
  border: 1px solid #d7dfea;
}

.child-companies .page-header {
  margin: 0px;
}

.child-companies .page-header .page-title {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.child-companies .page-header .page-sub-title {
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #A5ACC1;
  margin-bottom: 30px;
}

.child-companies .flex-box {
  display: flex;
}

.child-companies .left {
  position: relative;
  width: 50px;
}

.child-companies .btn-switch {
  position: absolute;
  top: -18px;
}

.child-companies .box-title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 1rem;
  line-height: 21px;
  color: #55547A;
}

.child-companies .box-desc {
  margin: 0;
  padding: 0;
  max-width: 480px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #A5ACC1;
}

.child-companies .action-footer {
  display: flex;
  justify-content: flex-end;
}

.invoice-view-page .invoice-sidebar {
  width: 300px;
  height: 100%;
  padding: 0 0 10px;
  top: 0;
  z-index: 25;
  background: #FFFFFF;
}

.invoice-view-page .inv-search {
  background: #F9FBFF !important;
}

.invoice-view-page .page-header {
  z-index: 99;
}

.invoice-view-page .side-invoice {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.invoice-view-page .side-invoice:last-child {
  margin-bottom: 20px;
}

.invoice-view-page .side-invoice.router-link-exact-active {
  border-left: 3px solid #68b75d;
  background-color: #F9FBFF;
}

.invoice-view-page .side-invoice:hover {
  background-color: #F9FBFF;
}

.invoice-view-page .side-invoice .left .inv-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
}

.invoice-view-page .side-invoice .left .inv-number {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 18px;
  color: #A5ACC1;
  margin-bottom: 6px;
}

.invoice-view-page .side-invoice .left .inv-status {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  padding: 2px 10px;
  display: inline-block;
}

.invoice-view-page .side-invoice .right .inv-amount {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 30px;
  text-align: right;
  color: #263b5e;
}

.invoice-view-page .side-invoice .right .inv-date {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-align: right;
  color: #A5ACC1;
}

.invoice-view-page .no-result {
  color: #B9C1D1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.invoice-view-page .side-header {
  height: 4.063rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px 15px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
}

.invoice-view-page .side-header .inv-button {
  background: #F9FBFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  color: #B9C1D1;
  box-shadow: none !important;
}

.invoice-view-page .side-content {
  overflow-y: scroll;
  max-height: 72.5vh;
}

.invoice-view-page .invoice-view-page-container {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.invoice-view-page .invoice-view-page-container .base-loader .overlay {
  top: 0%;
  left: 0%;
}

.invoice-view-page .invoice-view-page-container .base-loader .overlay .loader-inner {
  top: 50%;
  left: 50%;
}

.invoice-view-page .frame-style {
  flex: 1 1 auto;
  border: 1px solid #B9C1D1;
  border-radius: 7px;
}

.invoice-view-page .inv-filter-fields-btn:focus,
.invoice-view-page .inv-filter-sorting-btn:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none !important;
}

.invoice-view-page .filter-container {
  margin-left: 12px;
}

.invoice-view-page .filter-container .filter-title {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  margin-bottom: 10px;
}

.invoice-view-page .filter-container .filter-items {
  display: flex;
  padding: 4px 9px;
  cursor: pointer;
}

.invoice-view-page .filter-container .filter-items:first-child {
  margin-top: auto;
}

.invoice-view-page .filter-container .inv-label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 12px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
  margin-left: 10px;
  cursor: pointer;
}

.invoice-view-page .filter-container .base-input {
  width: 20%;
}

.invoice-view-page .filter-container .dropdown-container {
  padding: 0px !important;
  left: auto;
  right: 0px;
  min-width: 155px;
}

.invoice-view-page .filter-invoice-date .vdp-datepicker div .vdp-datepicker__clear-button {
  margin-left: -21px;
  margin-top: 2px;
  font-size: 1.25rem;
  font-weight: 800;
}

.invoice-view-page .date-group {
  display: flex;
}

.invoice-view-page .to-text {
  padding: 8px;
}

.invoice-view-page .no-data-info .description {
  max-width: 35rem;
}

.invoice-view-page .no-data-info .btn-container {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .invoice-view-page {
    padding-left: 310px !important;
  }

  .invoice-sidebar {
    transition: 0.2s all;
    left: 0px !important;
  }
}

@media (max-width: 480px) {
  .invoice-view-page .page-header {
    width: 28rem;
    margin-left: -300px;
    margin-top: -0.5rem;
  }

  .invoice-view-page .page-header .page-title {
    font-size: 1rem;
  }

  .invoice-view-page .page-header .page-actions .base-button {
    font-size: 0.75rem;
    padding: 0.3rem 0.625rem;
    height: 2.188rem;
  }

  .invoice-view-page .invoice-sidebar {
    width: 107vh;
    height: 165px;
    padding: 0px 0 10px;
    top: 8.5rem;
    position: fixed;
  }

  .invoice-view-page .invoice-sidebar .side-header {
    height: 60px;
    padding: 15px 10px;
    width: 53%;
  }

  .invoice-view-page .invoice-sidebar .side-header .base-input {
    width: 60%;
  }

  .invoice-view-page .invoice-sidebar .side-content-wrapper {
    overflow-x: scroll;
    width: 55vh;
  }

  .invoice-view-page .invoice-sidebar .side-content-wrapper .side-content {
    height: 105px;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    overflow-y: hidden;
  }

  .invoice-view-page .invoice-sidebar .side-content-wrapper .side-content .side-invoice {
    width: 15rem;
    float: left;
    border-right: 1px solid rgba(185, 193, 209, 0.3882352941);
  }

  .invoice-view-page .invoice-sidebar .side-content-wrapper .side-content .side-invoice .right .inv-amount {
    font-size: 0.9375rem;
  }

  .invoice-view-page .invoice-sidebar .side-content-wrapper .side-content .side-invoice .right .inv-date {
    font-size: 0.75rem;
  }

  .invoice-view-page .invoice-sidebar .overlay {
    top: 10%;
    left: -13%;
  }

  .invoice-view-page .invoice-view-page-container {
    top: 20.5rem;
    position: fixed;
    left: 12px;
    width: 95%;
    height: 56vh;
  }

  .invoice-view-page .no-result {
    margin-top: 10%;
    margin-left: 25%;
  }
}

.invoice-index-page .table-actions {
  border: none;
}

.invoice-index-page .table-actions .table-actions-button {
  position: absolute;
  right: 10px;
  top: -28px;
}

.invoice-index-page .table-actions .table-stats {
  margin: 0;
  position: absolute;
}

.invoice-index-page .page-actions {
  z-index: 100;
}

.invoice-index-page .table-component .table-component__table {
  border-spacing: 0 10px;
}

.invoice-index-page .table-component table thead th {
  top: 0;
}

.invoice-index-page .tab-link:not(.a-active) .badge {
  opacity: 0.7;
}

.invoice-index-page .badge {
  line-height: 0.9;
  vertical-align: middle;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
}

.invoice-index-page .filter-container {
  display: flex;
  justify-content: space-between;
}

.invoice-index-page .filter-customer,
.invoice-index-page .filter-status {
  margin-right: 40px;
  flex: 1;
}

.invoice-index-page .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.invoice-index-page .filter-date .from {
  flex: 1;
}

.invoice-index-page .filter-date .to {
  flex: 1;
}

.invoice-index-page .filter-invoice {
  flex: 1;
}

.invoice-index-page .dashed {
  border: 1px solid #B9C1D1;
  width: 10px;
  margin-top: 28px;
}

.invoice-index-page .invoice-table {
  overflow-x: auto;
  min-height: 60vh;
}

.invoice-index-page #invoice_table_dropdown {
  position: unset !important;
}

@media (max-width: 1240px) {
  .invoice-index-page .filter-container {
    flex-direction: column;
  }

  .invoice-index-page .filter-invoice {
    margin-right: 40px;
  }

  .invoice-index-page .filter-customer,
  .invoice-index-page .filter-status,
  .invoice-index-page .filter-date,
  .invoice-index-page .filter-invoice {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .invoice-index-page .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .invoice-index-page .page-actions button {
    margin-bottom: 10px;
  }
}

.payment-create .item-table {
  width: 100%;
  text-align: center;
}

.payment-create .item-table .item-table-header {
  border: 1px solid #d7dfea;
  background: white;
}

.payment-create .item-table .item-table-header th {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 21px;
  color: #55547A;
  border-top: 1px solid #d7dfea;
  border-bottom: 1px solid #d7dfea;
}

.payment-create .item-table .item-table-header .item-heading {
  padding-left: 20px;
}

.payment-create .item-table .item-table-header .amount-heading {
  padding-right: 50px;
}

.payment-create .item-table .item-table-header th:first-child {
  padding-left: 0 !important;
  border-left: 1px solid #d7dfea;
}

.payment-create .item-table .item-table-header th:last-child {
  padding-right: 0 !important;
  border-right: 1px solid #d7dfea;
}

.payment-create .item-table .item-body td:first-child {
  /*padding-left: 0 !important;*/
}

.payment-create .item-table .item-body td:last-child {
  padding-right: 0 !important;
}

.payment-create .item-table .item-body .item-row {
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.payment-create .item-table .item-body .item-row td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.payment-create .item-table .item-body .item-row > td {
  padding: 0;
}

.payment-create .item-table .item-body .item-row .item-select {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #A5ACC1;
  overflow: auto !important;
  max-height: 250px !important;
}

.payment-create .item-table .item-body .item-row .search-select .selector-menu {
  top: 45px !important;
}

.payment-create .item-table .item-body .item-row .main {
  padding: 0 !important;
}

.payment-create .item-table .item-body .item-row .item-amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}

.payment-create .item-table .item-body .item-row .item-select-wrapper {
  display: flex;
  justify-content: flex-start;
}

.payment-create .item-table .item-body .item-row .item-selector {
  flex: 1;
}

.payment-create .item-table .item-body .item-row .selected-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d7dfea;
  background: #F9FBFF;
  border-radius: 5px;
  position: relative;
}

.payment-create .item-table .item-body .item-row .deselect-icon {
  color: #B9C1D1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.payment-create .item-table .item-body .item-row .sort-icon-wrapper,
.payment-create .item-table .item-body .item-row .remove-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  height: 40px;
  width: 20px;
  cursor: pointer;
}

.payment-create .item-table .item-body .item-row .sort-icon-wrapper {
  color: #B9C1D1;
  height: 20px;
  margin-top: 8px;
  cursor: move;
}

.payment-create .item-table .item-body .item-row .remove-icon {
  color: #55547A;
}

.payment-create .action-footer {
  display: flex;
  justify-content: flex-end;
}

.payment-create .tax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.payment-create .tax-row .tax-amount {
  flex: 3;
}

.payment-create .tax-row .tax-select {
  flex: 4;
}

.payment-create .tax-tr td {
  padding: 0 21px;
}

.payment-create .invoice-list {
  width: 85%;
}

.payment-create .invoice-list .multiselect__tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.payment-create .invoice-select-error {
  margin-left: 0.3rem;
}

.payment-create .clear-invoice {
  padding-left: 1rem;
  padding-right: 1rem;
}

.payment-create .multi-select-item .multiselect,
.payment-create .multi-select-item .multiselect__input,
.payment-create .multi-select-item .multiselect__single {
  border: none;
  display: flex;
  align-items: center;
}

.payment-create .multi-select-item .multiselect:focus {
  outline: none;
}

.payment-create .multi-select-item .multiselect__input,
.payment-create .multi-select-item .multiselect__single {
  min-height: 40px;
  padding-left: 10px;
  border: 1px solid rgb(234, 241, 251);
}

.payment-create .multi-select-item .multiselect__tags {
  min-height: 30px;
  padding: 0;
  border: 0px;
}

.payment-create .multi-select-item .multiselect__select {
  line-height: 16px;
  width: 40px;
  height: 38px;
  transition: transform 0.2s ease;
}

.payment-create .multi-select-item .multiselect__content-wrapper {
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 5px 5px;
}

.payment-create .multi-select-item .multiselect__content {
  max-height: 240px;
  overflow: auto;
}

.payment-create .add-item-action {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 13px 23px;
  width: 100%;
  font-size: 0.9375rem;
  border-bottom: 1px solid #d7dfea;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #68b75d;
}

.payment-create .add-item-action:disabled {
  cursor: not-allowed;
}

.payment-create .add-item-action .icon-fa {
  margin: 2px 11px 0 0;
}

.payment-create .invoice-foot {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}

.payment-create .invoice-foot .btn-template {
  background: #d7dfea;
  border: 1px solid #d7dfea;
  color: #040405;
  font-size: 0.875rem;
}

.payment-create .invoice-foot .icon-button {
  color: #A5ACC1;
}

.payment-create .invoice-foot label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
}

.payment-create .invoice-foot .invoice-notes {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0 0;
}

.payment-create .invoice-foot .invoice-notes textarea {
  border: 1px solid #d7dfea;
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
}

.payment-create .invoice-foot .invoice-total {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 390px;
  padding: 15px 20px;
  border: 1px solid #d7dfea;
  border-radius: 5px;
}

.payment-create .invoice-foot .invoice-total > label {
  text-transform: uppercase;
}

.payment-create .invoice-foot .invoice-total .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 7px 0;
}

.payment-create .invoice-foot .invoice-total .section .invoice-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  color: #A5ACC1;
}

.payment-create .invoice-foot .invoice-total .section .invoice-amount {
  font-size: 1.125rem;
  color: #55547A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-create .invoice-foot .invoice-total .section .total {
  color: #2d873a;
}

.payment-create .invoice-foot .invoice-total .section .discount-drop-down {
  width: 8.5rem;
}

.payment-create .invoice-foot .invoice-total .section .item-dropdown {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
}

.payment-create .invoice-foot .invoice-total .border-top {
  margin: 0;
  padding-top: 7px;
  border-top: 1px solid #d7dfea;
}

.payment-create .invoice-foot .invoice-total .tax-selector {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 12px;
  line-height: 21px;
  color: #2d873a;
}

.payment-create .item-row .item-name {
  font-weight: 500;
  text-align: left;
  font-size: 0.875rem;
}

.payment-create .item-row .item-description {
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
  padding-top: 2px;
}

.payment-create .item-row .item-description textarea::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.payment-create .item-row .item-description textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.payment-create .item-row .item-description textarea {
  border: none;
  resize: none;
  width: 100%;
  padding-left: 11px;
  color: #595959;
}

.payment-create .item-row .action {
  font-weight: 500;
  font-size: 0.875rem;
  color: #68b75d;
  cursor: pointer;
}

.payment-create .item-row .activator label {
  color: #A5ACC1;
  font-size: 0.875rem;
}

.payment-create .item-dropdown {
  display: flex;
  border: 1px solid #d7dfea !important;
  background-color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.payment-create .item-dropdown:focus {
  box-shadow: none !important;
}

.payment-create .item-discount {
  border-radius: 5px 0px 0px 5px !important;
  height: 40px;
}

@media (max-width: 1239px) {
  .payment-create .invoice-list {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .payment-create .page-header {
    margin-bottom: 13px;
  }

  .payment-create .page-header .invoice-action-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0px !important;
  }

  .payment-create .invoice-customer-container {
    padding-right: 0px;
  }

  .payment-create .collapse-input {
    padding-right: 0px;
  }

  .payment-create .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .payment-create .page-actions button {
    margin-bottom: 10px;
  }

  .payment-create .invoice-input-group .invoice-input {
    padding-right: 15px;
    padding-left: 20px;
    margin-top: 1.5rem;
  }

  .payment-create .invoice-foot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .payment-create .invoice-foot .btn-template {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .payment-create .invoice-foot .invoice-total {
    min-width: 384px;
    margin-top: 25px;
  }
}

.estimate-create-page .page-header {
  margin: 0 0 40px 0;
}

.estimate-create-page .page-header .page-title {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
}

.estimate-create-page .page-header .breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
}

.estimate-create-page .page-header .page-actions .btn-crater {
  margin: 0 0 0 14px;
}

.estimate-create-page .estimate-input {
  padding-left: 40px;
}

.estimate-create-page .show-customer {
  background: #FFFFFF;
  padding: 0 10px 0 10px;
  min-height: 10.63rem;
  border: 1px solid #d7dfea;
  position: relative;
}

.estimate-create-page .show-customer label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.estimate-create-page .address-menu {
  display: flex;
  flex-direction: column;
}

.estimate-create-page .address-menu .title {
  font-size: 0.9375rem;
  white-space: nowrap;
  color: #B9C1D1;
  font-weight: 500;
}

.estimate-create-page .address-menu .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.estimate-create-page .address-menu .content label {
  position: relative;
  white-space: nowrap;
  width: 90%;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estimate-create-page .customer-content {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}

.estimate-create-page .customer-content .email {
  flex: 8;
}

.estimate-create-page .customer-content .action {
  cursor: pointer;
  /*flex: 1;*/
  font-size: 0.875rem;
  font-weight: 500;
  color: #68b75d;
  margin: 0 0 0 0.5rem;
  position: relative;
}

.estimate-create-page .add-customer {
  padding: 0 0 0 0;
}

.estimate-create-page .add-customer .add-customer-action {
  position: relative;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d7dfea;
  min-height: 10.63rem;
  border-radius: 5px;
  padding: 64px 0;
}

.estimate-create-page .add-customer .add-customer-action .customer-icon {
  display: flex;
  justify-content: center;
  background: #d7dfea;
  width: 40px;
  color: white;
  height: 40px;
  font-size: 0.875rem;
  font-family: Poppins;
  padding: 11px 14px 11px 13px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.estimate-create-page .add-customer .add-customer-action label {
  font-size: 1.063rem;
  margin: 7px 0 0 0;
}

.estimate-create-page .customer-required {
  border: 1px solid #FB7178;
  border-radius: 5px;
}

.estimate-create-page .offset-md-1 {
  margin-left: 5%;
}

.estimate-create-page .estimate-input-group {
  margin-bottom: 41px;
  margin-right: 0;
}

.estimate-create-page .estimate-input-group .estimate-input {
  padding-right: 0;
}

.estimate-create-page .estimate-input-group .estimate-input label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  color: #263b5e;
  margin: 0 0 10px 0;
}

.estimate-create-page .item-table {
  width: 100%;
  text-align: center;
}

.estimate-create-page .item-table .item-table-header {
  border: 1px solid #d7dfea;
  background: white;
}

.estimate-create-page .item-table .item-table-header th {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 21px;
  color: #55547A;
  border-top: 1px solid #d7dfea;
  border-bottom: 1px solid #d7dfea;
}

.estimate-create-page .item-table .item-table-header .item-heading {
  padding-left: 50px;
}

.estimate-create-page .item-table .item-table-header .amount-heading {
  padding-right: 50px;
}

.estimate-create-page .item-table .item-table-header th:first-child {
  padding-left: 0 !important;
  border-left: 1px solid #d7dfea;
}

.estimate-create-page .item-table .item-table-header th:last-child {
  padding-right: 0 !important;
  /*border-right: 1px solid $ls-color-gray--light;*/
}

.estimate-create-page .item-table .item-body td:first-child {
  padding-left: 0 !important;
}

.estimate-create-page .item-table .item-body td:last-child {
  padding-right: 0 !important;
}

.estimate-create-page .item-table .item-body .item-row {
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.estimate-create-page .item-table .item-body .item-row td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.estimate-create-page .item-table .item-body .item-row > td {
  padding: 0;
}

.estimate-create-page .item-table .item-body .item-row .item-select {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #A5ACC1;
  overflow: auto !important;
  max-height: 250px !important;
}

.estimate-create-page .item-table .item-body .item-row .search-select .selector-menu {
  top: 45px !important;
}

.estimate-create-page .item-table .item-body .item-row .main {
  padding: 0 !important;
}

.estimate-create-page .item-table .item-body .item-row .item-amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.estimate-create-page .item-table .item-body .item-row .item-select-wrapper {
  display: flex;
  justify-content: flex-start;
}

.estimate-create-page .item-table .item-body .item-row .item-selector {
  flex: 1;
}

.estimate-create-page .item-table .item-body .item-row .selected-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d7dfea;
  background: #F9FBFF;
  border-radius: 5px;
  position: relative;
}

.estimate-create-page .item-table .item-body .item-row .deselect-icon {
  color: #B9C1D1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.estimate-create-page .item-table .item-body .item-row .sort-icon-wrapper,
.estimate-create-page .item-table .item-body .item-row .remove-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  height: 40px;
  width: 20px;
  cursor: pointer;
}

.estimate-create-page .item-table .item-body .item-row .sort-icon-wrapper {
  color: #B9C1D1;
  height: 20px;
  margin-top: 8px;
  cursor: move;
}

.estimate-create-page .item-table .item-body .item-row .remove-icon {
  color: #55547A;
}

.estimate-create-page .tax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.estimate-create-page .tax-row .tax-amount {
  flex: 3;
}

.estimate-create-page .tax-row .tax-select {
  flex: 4;
}

.estimate-create-page .tax-tr td {
  padding: 0 21px;
}

.estimate-create-page .multi-select-item .multiselect,
.estimate-create-page .multi-select-item .multiselect__input,
.estimate-create-page .multi-select-item .multiselect__single {
  border: none;
  display: flex;
  align-items: center;
}

.estimate-create-page .multi-select-item .multiselect:focus {
  outline: none;
}

.estimate-create-page .multi-select-item .multiselect__input,
.estimate-create-page .multi-select-item .multiselect__single {
  min-height: 40px;
  padding-left: 10px;
  border: 1px solid rgb(234, 241, 251);
}

.estimate-create-page .multi-select-item .multiselect__tags {
  min-height: 30px;
  padding: 0;
  border: 0px;
}

.estimate-create-page .multi-select-item .multiselect__select {
  line-height: 16px;
  width: 40px;
  height: 38px;
  transition: transform 0.2s ease;
}

.estimate-create-page .multi-select-item .multiselect__content-wrapper {
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 5px 5px;
}

.estimate-create-page .multi-select-item .multiselect__content {
  max-height: 240px;
  overflow: auto;
}

.estimate-create-page .add-item-action {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 13px 23px;
  width: 100%;
  font-size: 0.9375rem;
  border-bottom: 1px solid #d7dfea;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #68b75d;
}

.estimate-create-page .add-item-action .icon-fa {
  margin: 2px 11px 0 0;
}

.estimate-create-page .estimate-foot {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 1.2rem;
}

.estimate-create-page .estimate-foot .btn-template {
  background: #d7dfea;
  border: 1px solid #d7dfea;
  color: #040405;
  font-size: 0.875rem;
}

.estimate-create-page .estimate-foot .icon-button {
  color: #A5ACC1;
}

.estimate-create-page .estimate-foot label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
}

.estimate-create-page .estimate-foot .estimate-notes {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0 0;
}

.estimate-create-page .estimate-foot .estimate-notes textarea {
  border: 1px solid #d7dfea;
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
}

.estimate-create-page .estimate-foot .estimate-total {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 390px;
  padding: 15px 20px;
  border: 1px solid #d7dfea;
  border-radius: 5px;
}

.estimate-create-page .estimate-foot .estimate-total > label {
  text-transform: uppercase;
}

.estimate-create-page .estimate-foot .estimate-total .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 7px 0;
}

.estimate-create-page .estimate-foot .estimate-total .section .estimate-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  color: #A5ACC1;
}

.estimate-create-page .estimate-foot .estimate-total .section .estimate-amount {
  font-size: 1.125rem;
  color: #55547A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.estimate-create-page .estimate-foot .estimate-total .section .total {
  color: #2d873a;
}

.estimate-create-page .estimate-foot .estimate-total .section .discount-drop-down {
  width: 8.5rem;
}

.estimate-create-page .estimate-foot .estimate-total .section .item-dropdown {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
}

.estimate-create-page .estimate-foot .estimate-total .border-top {
  margin: 0;
  padding-top: 7px;
  border-top: 1px solid #d7dfea;
}

.estimate-create-page .estimate-foot .estimate-total .tax-selector {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 12px;
  line-height: 21px;
  color: #2d873a;
}

.estimate-create-page .item-row .item-name {
  font-weight: 500;
  text-align: left;
  font-size: 0.875rem;
}

.estimate-create-page .item-row .item-description {
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
  padding-top: 2px;
}

.estimate-create-page .item-row .item-description textarea::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.estimate-create-page .item-row .item-description textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.estimate-create-page .item-row .item-description textarea {
  /*border: none;*/
  overflow: hidden;
  resize: none;
  width: 100%;
  color: #595959;
}

.estimate-create-page .item-row .action {
  font-weight: 500;
  font-size: 0.875rem;
  color: #68b75d;
  cursor: pointer;
}

.estimate-create-page .item-row .activator label {
  color: #A5ACC1;
  font-size: 0.875rem;
}

.estimate-create-page .item-dropdown {
  display: flex;
  border: 1px solid #d7dfea !important;
  background-color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.estimate-create-page .item-dropdown:focus {
  box-shadow: none !important;
}

.estimate-create-page .item-discount {
  border-radius: 5px 0px 0px 5px !important;
  height: 40px;
}

.estimate-create-page .action-footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .estimate-create-page .page-header {
    margin-bottom: 13px;
  }

  .estimate-create-page .page-header .invoice-action-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0px !important;
  }

  .estimate-create-page .estimate-customer-container {
    padding-right: 0px;
  }

  .estimate-create-page .collapse-input {
    padding-right: 0px;
  }

  .estimate-create-page .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .estimate-create-page .page-actions button {
    margin-bottom: 10px;
  }

  .estimate-create-page .estimate-input-group .estimate-input {
    padding-right: 15px;
    padding-left: 20px;
    margin-top: 1.5rem;
  }

  .estimate-create-page .estimate-foot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .estimate-create-page .estimate-foot .btn-template {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .estimate-create-page .estimate-foot .estimate-total {
    min-width: 384px;
    margin-top: 25px;
  }
}

.estimate-index-page .table-actions {
  border: none;
}

.estimate-index-page .table-actions .table-actions-button {
  position: absolute;
  right: 10px;
  top: -28px;
}

.estimate-index-page .table-actions .table-stats {
  margin: 0;
  position: absolute;
}

.estimate-index-page .table-component .table-component__table {
  border-spacing: 0 10px;
}

.estimate-index-page .table-component table thead th {
  top: 0;
}

.estimate-index-page .tab-link:not(.a-active) .badge {
  opacity: 0.7;
}

.estimate-index-page .badge {
  line-height: 0.9;
  vertical-align: middle;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
}

.estimate-index-page .filter-container {
  display: flex;
  justify-content: space-between;
}

.estimate-index-page .filter-customer {
  margin-right: 40px;
  flex: 1;
}

.estimate-index-page .filter-status {
  margin-right: 40px;
  flex: 1;
}

.estimate-index-page .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.estimate-index-page .filter-date .from {
  flex: 1;
}

.estimate-index-page .filter-date .to {
  flex: 1;
}

.estimate-index-page .filter-estimate {
  flex: 1;
}

.estimate-index-page .dashed {
  border: 1px solid #B9C1D1;
  width: 10px;
  margin-top: 28px;
}

@media (max-width: 1240px) {
  .estimate-index-page .filter-container {
    flex-direction: column;
  }

  .estimate-index-page .filter-estimate {
    margin-right: 40px;
  }

  .estimate-index-page .filter-customer,
  .estimate-index-page .filter-status,
  .estimate-index-page .filter-date,
  .estimate-index-page .filter-estimate {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .estimate-index-page .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .estimate-index-page .page-actions button {
    margin-bottom: 10px;
  }
}

.estimate-view-page .page-header {
  z-index: 99;
}

.estimate-view-page .estimate-sidebar {
  width: 300px;
  height: 100%;
  padding: 0 0 10px;
  top: 0;
  z-index: 30;
  background: #ffffff;
}

.estimate-view-page .inv-search {
  background: #F9FBFF !important;
}

.estimate-view-page .side-estimate {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.estimate-view-page .side-estimate:last-child {
  margin-bottom: 20px;
}

.estimate-view-page .side-estimate.router-link-exact-active {
  border-left: 3px solid #68b75d;
  background-color: #F9FBFF;
}

.estimate-view-page .side-estimate:hover {
  background-color: #F9FBFF;
}

.estimate-view-page .side-estimate .left .status-expired {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-accepted {
  background: #D5EED0;
  font-size: 0.8125rem;
  color: #354930;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-sent {
  background: rgba(246, 208, 154, 0.4);
  font-size: 0.8125rem;
  color: #A96E1A;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-viewed {
  background: #C9E3EC;
  font-size: 0.8125rem;
  color: #1E576C;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-pending {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-rejected {
  background: #E1E0EA;
  font-size: 0.8125rem;
  color: #312F57;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .status-draft {
  background: #F8EDCB;
  font-size: 0.8125rem;
  color: #6C432E;
  padding: 5px 10px;
}

.estimate-view-page .side-estimate .left .inv-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
}

.estimate-view-page .side-estimate .left .inv-number {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 18px;
  color: #595959;
  margin-bottom: 6px;
}

.estimate-view-page .side-estimate .left .inv-status {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  padding: 2px 10px;
  display: inline-block;
}

.estimate-view-page .side-estimate .right .inv-amount {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 30px;
  text-align: right;
  color: #263b5e;
}

.estimate-view-page .side-estimate .right .inv-date {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-align: right;
  color: #595959;
}

.estimate-view-page .no-result {
  color: #B9C1D1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.estimate-view-page .side-header {
  height: 4.063rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px 15px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
}

.estimate-view-page .side-header .inv-button {
  background: #F9FBFF;
  border: 1px solid #eaf1fb;
  box-sizing: border-box;
  color: #A5ACC1;
  box-shadow: none !important;
}

.estimate-view-page .side-content {
  overflow-y: scroll;
  max-height: 72.5vh;
}

.estimate-view-page .estimate-view-page-container {
  display: flex;
  flex-direction: column;
  height: 79vh;
  min-height: 0;
  overflow: hidden;
}

.estimate-view-page .estimate-view-page-container .base-loader .overlay {
  top: 0%;
  left: 0%;
}

.estimate-view-page .estimate-view-page-container .base-loader .overlay .loader-inner {
  top: 50%;
  left: 50%;
}

.estimate-view-page .frame-style {
  flex: 1 1 auto;
  border: 1px solid #B9C1D1;
  border-radius: 7px;
}

.estimate-view-page .inv-filter-fields-btn:focus,
.estimate-view-page .inv-filter-sorting-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.09rem rgba(111, 110, 142, 0.5) !important;
}

.estimate-view-page .filter-container {
  margin-left: 12px;
}

.estimate-view-page .filter-container .filter-title {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  margin-bottom: 10px;
}

.estimate-view-page .filter-container .filter-items {
  display: flex;
  padding: 4px 9px;
  cursor: pointer;
}

.estimate-view-page .filter-container .filter-items:first-child {
  margin-top: auto;
}

.estimate-view-page .filter-container .inv-label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 12px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
  margin-left: 10px;
  cursor: pointer;
}

.estimate-view-page .filter-container .base-input {
  width: 20%;
}

.estimate-view-page .filter-container .dropdown-container {
  padding: 0px !important;
  left: auto;
  right: 0px;
  min-width: 166px;
}

.estimate-view-page .filter-estimate-date .vdp-datepicker div .vdp-datepicker__clear-button {
  margin-left: -21px;
  margin-top: 2px;
  font-size: 1.25rem;
  font-weight: 800;
}

.estimate-view-page .date-group {
  display: flex;
}

.estimate-view-page .to-text {
  padding: 8px;
}

@media (max-width: 768px) {
  .estimate-view-page {
    padding-left: 310px !important;
  }

  .estimate-sidebar {
    transition: 0.2s all;
    left: 0px !important;
  }
}

.expenses .collapse-button-container {
  display: none;
}

.expenses .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.expenses .notes {
  overflow: hidden;
  max-width: 200px;
}

.expenses .notes .note {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.expenses .action-footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .expenses .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .expenses .page-actions button {
    margin-bottom: 10px;
  }

  .expenses .page-header {
    margin-bottom: 5px;
  }

  .expenses .table-actions {
    margin-top: 0px !important;
  }

  .expenses .header-button-container {
    display: none;
  }

  .expenses .collapse-button-container {
    margin-top: 8px;
    display: block;
  }
}

@media (max-width: 480px) {
  .payments .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .payments .page-actions button {
    margin-bottom: 10px;
  }

  .payments .page-header {
    margin-bottom: 5px;
  }

  .payments .table-actions {
    margin-top: 0px !important;
  }
}

.payments .no-data-info .description {
  max-width: 35rem;
}

.payment-create .header-button-container {
  display: block;
}

.payment-create .collapse-button-container {
  display: none;
}

.payment-create .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.payment-create .item-table-info {
  display: none;
}

@media (max-width: 480px) {
  .payment-create .page-actions,
  .payment-index .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .payment-create .page-actions button,
  .payment-index .page-actions button {
    margin-bottom: 10px;
  }

  .payment-create .header-button-container,
  .payment-index .header-button-container {
    display: none;
  }

  .payment-create .collapse-button-container,
  .payment-index .collapse-button-container {
    display: block;
  }

  .payment-create .item-table-container,
  .payment-index .item-table-container {
    overflow-x: scroll;
  }

  .payment-create .item-table-container .item-table,
  .payment-index .item-table-container .item-table {
    width: 55rem;
  }

  .payment-create .item-table-info,
  .payment-index .item-table-info {
    display: block;
    font-size: 0.75rem;
  }
}

.settings-container {
  margin-top: 40px;
}

.settings-container .settings-sidebar {
  list-style-type: none;
  padding: 0px;
}

.settings-container .settings-sidebar .settings-menu-item {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 18px;
  color: #040405;
}

.settings-container .settings-sidebar .settings-menu-item .setting-icon {
  width: 25px;
  color: #B9C1D1;
  font-size: 1rem;
}

.settings-container .settings-sidebar .link-color {
  color: #A5ACC1;
  display: flex;
  align-items: center;
}

.settings-container .settings-sidebar .active-setting {
  color: #68b75d !important;
  cursor: pointer;
  font-weight: bold;
}

.settings-container .settings-sidebar .active-setting .setting-icon {
  color: #68b75d !important;
}

.settings-container .setting-main-container .setting-card {
  padding: 30px;
  min-height: 620px;
}

.settings-container .setting-main-container .page-header {
  margin: 0px;
}

.settings-container .setting-main-container .page-header .page-title {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.settings-container .setting-main-container .page-header .page-sub-title {
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #A5ACC1;
  margin-bottom: 30px;
}

.settings-container .setting-main-container .input-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.settings-container .expense-category td {
  background-color: #F9FBFF !important;
}

.settings-container .tax-table td {
  background-color: #F9FBFF !important;
}

.settings-container .tax-table .compound-tax {
  display: inline;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 15px;
  background: #FED7D7;
  color: #9B2C2C;
}

.settings-container .payment-tab .dropdown-container {
  right: 0;
  left: auto;
}

.settings-container .item-tab .dropdown-container {
  right: 0;
  left: auto;
}

.settings-container .add-new-tax {
  height: 45px;
  white-space: nowrap;
  z-index: 1;
}

.settings-container .flex-box {
  display: flex;
}

.settings-container .left {
  position: relative;
  width: 50px;
}

.settings-container .btn-switch {
  position: absolute;
  top: -18px;
}

.settings-container .box-title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 1rem;
  line-height: 21px;
  color: #55547A;
}

.settings-container .box-desc {
  margin: 0;
  padding: 0;
  max-width: 480px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #A5ACC1;
}

.settings-container .notes {
  overflow: hidden;
  width: 200px;
}

.settings-container .notes .note {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.settings-container .version {
  background: #EAF1FB;
  color: #A5ACC1;
  border: 1px solid #EAF1FB;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .settings-container .setting-main-container .setting-card {
    overflow: scroll;
  }

  .settings-container .setting-main-container .ml-15 {
    margin-left: 15px;
  }

  .settings-container .setting-main-container .page-header {
    flex-wrap: wrap;
  }

  .settings-container .table-component td:first-child {
    height: auto;
    min-height: 10px;
    text-align: center;
    justify-content: center;
  }

  .settings-container .tax-table .tax-name {
    margin-top: 21px;
    width: 76%;
  }

  .settings-container .expense-category .table-component__table__body tr:first-child td:nth-child(2) {
    height: auto;
    width: 101%;
  }

  .settings-container .add-new-tax {
    position: relative;
    z-index: 1;
  }
}

.wizard .logo-main {
  height: 50px;
}

.wizard .wizard-card {
  padding: 1.875rem;
  width: 100%;
}

.wizard .row {
  margin-bottom: 27px;
}

.wizard .form-content {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.wizard .form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 29px;
  color: #000000;
}

.wizard .form-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  color: #A5ACC1;
  width: 55%;
  margin-bottom: 30px;
}

.wizard .form-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
}

.wizard .step-indicator {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.wizard .indicator-line {
  border: 5px solid #d7dfea;
  border-radius: 5px;
  box-sizing: border-box;
  width: 520px;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.wizard .indicator-line .center {
  position: absolute;
  top: -11px;
  width: 105%;
  display: flex;
  justify-content: space-between;
}

.wizard .indicator-line .steps {
  border-radius: 50%;
  float: left;
  border: 5px solid #d7dfea;
  padding: 0px 0.3125rem;
  height: 21px;
  width: 21px;
  background: #d7dfea;
}

.wizard .indicator-line .steps.active {
  border: 5px solid #5851d8;
  background: #ffffff;
  border-radius: 50%;
  height: 21px;
  width: 21px;
}

.wizard .indicator-line .steps.completed {
  padding: 0;
  background: #5851d8;
  border: 5px solid #5851d8;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard .indicator-line .steps.completed .icon-check {
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  /* line-height: 21px; */
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wizard .upload-logo {
  position: absolute;
  right: 60px;
}

.wizard .upload-logo .preview-logo {
  height: 50px;
  max-width: 300px;
  padding: 0.625rem;
  border: 4px solid #d7dfea;
}

.wizard .list-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border: 1px solid #d7dfea;
}

.wizard .list-items .left-item,
.wizard .list-items .right-item {
  padding: 0.75rem 0.625rem;
  margin-bottom: 0;
}

.wizard .list-items .right-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard .verified,
.wizard .not-verified {
  height: 15px;
  width: 15px;
  background-color: #00C99C;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
}

.wizard .not-verified {
  background-color: #FB7178;
}

.reports .reports-tab-container {
  margin-top: 25px;
}

.reports .reports-tab-container .overlay {
  top: 0%;
  left: 0%;
}

.reports .reports-tab-container .overlay .ball-scale-ripple-multiple {
  top: 50% !important;
  left: 50% !important;
}

.reports .card .card-header {
  font-size: 1.3rem;
}

.reports .card .card-header::after {
  content: unset;
}

.reports .card .card-header .clickable {
  cursor: pointer;
}

.reports .card .card-body .list-group {
  margin-top: -1rem;
}

.reports .card .card-body .list-group .list-group-item {
  display: flex;
  justify-content: space-between;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1.25rem;
}

.reports .card .card-body .list-group .list-group-item a {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
}

.reports .card .card-body .list-group .list-group-item a:hover {
  font-weight: 600;
  color: #2d873a;
}

.reports .card .card-body .list-group .list-group-item button {
  border: none;
  font-size: 1.3rem;
  background: none;
}

.reports .card .card-body .list-group .list-group-item button.favourite {
  color: #edf34a;
}

.reports .card .card-body .list-group .list-group-item button.non-favourite {
  color: #A5ACC1;
}

.reports .card .card-body .list-group .list-group-item button.non-favourite:hover {
  color: #75757b;
}

.reports .reports-frame-style {
  height: 100vh;
  width: 100%;
  border: 1px solid #B9C1D1;
  border-radius: 7px;
}

.reports .report-button {
  width: auto;
}

.reports .report-view-button {
  display: none;
  color: #fff;
}

.reports .report-fields-container {
  margin-top: 25px;
}

.reports .report-field-container {
  margin-top: auto;
}

.reports .report-submit-button-container {
  margin-top: 32px;
}

.reports .report-filter-component .multiselect__select {
  line-height: unset;
}

.reports .report-filter-component .filter-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.reports .report-label {
  margin-top: 0.6rem;
  margin-bottom: auto;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.reports .report-filter-input {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.reports .base-date-input {
  width: 11rem;
}

.reports .base-select {
  width: 11.5rem;
}

.reports .aging-select {
  max-width: 50rem;
}

.reports .aging-select.base-select {
  width: unset;
}

.reports .customer-select {
  width: 18rem;
}

.reports .customer-select .base-select {
  width: 18rem;
}

.reports .customer-select {
  width: 12rem;
}

.reports .report-label {
  font-weight: 500;
  color: #55547A;
  font-size: 0.875rem;
}

.favourite-report-modal .card-body {
  padding: 20px 30px 20px 30px !important;
}

.favourite-report-modal .card-body .report-sub-title {
  font-size: 1rem;
}

.favourite-report-modal .card-body .custom-control label {
  font-size: 1rem;
}

.favourite-report-modal .card-body .custom-control-label::before {
  top: 0.45rem;
}

.favourite-report-modal .card-body .custom-control-label::after {
  top: 0.45rem;
}

.favourite-report-modal .card-footer {
  display: flex;
  justify-content: flex-end;
}

.report-filter-label {
  display: flex;
  align-items: center;
}

.filter-button-row {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .reports .reports-tab {
    padding: 10px 19px;
  }

  .reports .reports-frame-style {
    display: none;
  }

  .reports .report-submit-button-container {
    display: none;
  }

  .reports .report-view-button {
    display: flex;
    color: #fff !important;
    justify-content: center;
  }

  .reports .report-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .reports .report-fields-container {
    margin-top: 0px;
  }

  .reports .report-field-container {
    margin-top: 20px;
  }

  .reports .tabs .tab {
    padding: 10px 15px;
  }

  .reports .tabs .tab .tab-link {
    padding: 10px 17px !important;
  }
}

.customer-create .section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.customer-create .form-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.customer-create .customer-card {
  border: 1px solid #d7dfea;
  padding: 0.625rem;
}

.customer-create .same-address-checkbox-container {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}

.customer-create hr {
  margin-bottom: 1.8rem;
  border: 1px solid #d7dfea;
}

.customer-create .header-button-container {
  display: block;
}

.customer-create .collapse-button-container {
  display: none;
}

.customer-create .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.customer-create .action-footer {
  display: flex;
  justify-content: flex-end;
}

.customer-view .card-body {
  padding: 0.9375rem;
}

.customer-view .info-text label {
  font-weight: 600;
}

.customer-view .customer-invoice-table .page-header {
  margin-bottom: 10px;
}

.customer-view .customer-invoice-table .page-header .page-actions {
  top: 100%;
}

.customer-view .customer-invoice-table .filter-section {
  top: 3%;
}

.customer-view .customer-invoice-table .filter-section .filter-container {
  display: flex;
  justify-content: space-between;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-status {
  margin-right: 40px;
  flex: 1;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-date .dashed {
  border: 1px solid #B9C1D1;
  width: 10px;
  margin-top: 28px;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-date .from {
  flex: 1;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-date .to {
  flex: 1;
}

.customer-view .customer-invoice-table .filter-section .filter-container .filter-invoice {
  flex: 1;
}

.customer-view .customer-invoice-table .table-actions {
  border: none;
}

.customer-view .customer-invoice-table .table-actions .table-stats {
  margin: 0;
  position: absolute;
}

.customer-view .customer-invoice-table .table-actions .table-actions-button {
  position: absolute;
  right: 10px;
  top: -28px;
}

.customer-view .customer-invoice-table .table-component .table-component__table {
  border-spacing: 0 10px;
}

.customer-view .customer-invoice-table .table-component table thead th {
  top: 0;
}

@media (max-width: 768px) {
  .customer-view .breadcrumb-item {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .customer-index .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .customer-index .page-actions button {
    margin-bottom: 10px;
  }

  .customer-create .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .customer-create .page-actions button {
    margin-bottom: 10px;
  }

  .customer-create .same-address-checkbox-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0rem;
  }

  .customer-create hr {
    margin-bottom: 1.2rem;
    border: 1px solid #d7dfea;
  }

  .customer-create .section-title {
    padding: 0.9375rem;
  }

  .customer-create .collapse-button-container {
    display: block;
  }

  .customer-create .header-button-container {
    display: none;
  }

  .customer-view .breadcrumb-item {
    font-size: 10px;
  }
}

.student-registration-form .same-address-checkbox-container {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
  justify-content: flex-end;
}

.student-registration-form .table th {
  padding-bottom: 1.5rem;
}

.student-registration-form .table td {
  padding: 0.5rem 0.75rem;
}

.student-registration-form .base-input input.input-field,
.student-registration-form .base-input .date-field,
.student-registration-form .base-date-input input.input-field,
.student-registration-form .base-date-input .date-field {
  height: 33px;
}

.student-registration-form .multiselect {
  min-height: 33px;
}

.student-registration-form .multiselect .multiselect__select {
  height: 33px;
}

.student-registration-form .multiselect .multiselect__tags {
  min-height: 33px;
  padding: 0.3125rem 2.5rem 0 0.5rem;
}

.student-registration-form .text-danger {
  margin: 5px 0px;
}

.student-view .card .card-body {
  padding: 1.25rem;
}

.student-view .card .card-body .text-right {
  margin-bottom: 5px;
}

.student-view .card .card-body .info-text {
  font-size: 1rem;
}

.student-view .card .card-body .info-text label {
  font-weight: 500;
}

@media (max-width: 480px) {
  .payments .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .payments .page-actions button {
    margin-bottom: 10px;
  }

  .payments .page-header {
    margin-bottom: 5px;
  }

  .payments .table-actions {
    margin-top: 0px !important;
  }
}

.payments .no-data-info .description {
  max-width: 35rem;
}

.payment-create .header-button-container {
  display: block;
}

.payment-create .collapse-button-container {
  display: none;
}

.payment-create .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.payment-create .item-table-info {
  display: none;
}

@media (max-width: 480px) {
  .payment-create .page-actions,
  .payment-index .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .payment-create .page-actions button,
  .payment-index .page-actions button {
    margin-bottom: 10px;
  }

  .payment-create .header-button-container,
  .payment-index .header-button-container {
    display: none;
  }

  .payment-create .collapse-button-container,
  .payment-index .collapse-button-container {
    display: block;
  }

  .payment-create .item-table-container,
  .payment-index .item-table-container {
    overflow-x: scroll;
  }

  .payment-create .item-table-container .item-table,
  .payment-index .item-table-container .item-table {
    width: 55rem;
  }

  .payment-create .item-table-info,
  .payment-index .item-table-info {
    display: block;
    font-size: 0.75rem;
  }
}

#account_tree .title-icon-info {
  font-size: 0.6875rem;
  color: #636363;
  vertical-align: middle;
}

#account_tree .card {
  animation: fadein 0.7s;
}

#account_tree .card .card-body {
  font-size: 0.8125rem;
  padding: 1.25rem;
}

#account_tree .group_parent {
  list-style-type: none;
}

#account_tree .group_parent .group_header {
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

#account_tree .group_parent .group_header:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  border-width: 0 0 0.145em;
  border-style: solid;
  color: #DEE2E6;
}

#account_tree .group_parent .group_child {
  list-style-type: none !important;
}

#account_tree .group_parent .group_child li {
  padding: 0.0625rem 0.625rem;
  margin: 2px 0px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0.25rem;
}

#account_tree .group_parent .group_child li.active {
  background-color: #68b75d;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

#account_tree .group_parent .group_child li:hover:not(.active) {
  cursor: pointer;
  background-color: #B9C1D1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.account-index .action-button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.payment-view-page .page-header {
  z-index: 99;
}

.payment-view-page .payment-sidebar {
  width: 300px;
  height: 100%;
  padding: 0 0 10px;
  top: 0;
  z-index: 25;
  background: #FFFFFF;
}

.payment-view-page .inv-search {
  background: #F9FBFF !important;
}

.payment-view-page .side-payment {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  cursor: pointer;
}

.payment-view-page .side-payment:last-child {
  margin-bottom: 20px;
}

.payment-view-page .side-payment.router-link-exact-active {
  border-left: 3px solid #68b75d;
  background-color: #F9FBFF;
}

.payment-view-page .side-payment:hover {
  background-color: #F9FBFF;
}

.payment-view-page .side-payment .left .inv-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
}

.payment-view-page .side-payment .left .inv-number {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 18px;
  color: #A5ACC1;
  margin-bottom: 6px;
}

.payment-view-page .side-payment .left .inv-status {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  padding: 2px 10px;
  display: inline-block;
}

.payment-view-page .side-payment .right .inv-amount {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 30px;
  text-align: right;
  color: #263b5e;
}

.payment-view-page .side-payment .right .inv-date {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 21px;
  text-align: right;
  color: #A5ACC1;
}

.payment-view-page .no-result {
  color: #B9C1D1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.payment-view-page .side-header {
  height: 4.063rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px 15px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
}

.payment-view-page .side-header .inv-button {
  background: #F9FBFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  color: #B9C1D1;
  box-shadow: none !important;
}

.payment-view-page .side-content {
  overflow-y: scroll;
  max-height: 72.5vh;
}

.payment-view-page .payment-view-page-container {
  display: flex;
  flex-direction: column;
  height: 79vh;
  min-height: 0;
  overflow: hidden;
}

.payment-view-page .payment-view-page-container .base-loader .overlay {
  top: 0%;
  left: 0%;
}

.payment-view-page .payment-view-page-container .base-loader .overlay .loader-inner {
  top: 50%;
  left: 50%;
}

.payment-view-page .frame-style {
  flex: 1 1 auto;
  border: 1px solid #B9C1D1;
  border-radius: 7px;
}

.payment-view-page .inv-filter-fields-btn:focus,
.payment-view-page .inv-filter-sorting-btn:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none !important;
}

.payment-view-page .filter-container {
  margin-left: 12px;
}

.payment-view-page .filter-container .filter-title {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(185, 193, 209, 0.41);
  margin-bottom: 10px;
}

.payment-view-page .filter-container .filter-items {
  display: flex;
  padding: 4px 9px;
  cursor: pointer;
}

.payment-view-page .filter-container .filter-items:first-child {
  margin-top: auto;
}

.payment-view-page .filter-container .inv-label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 12px;
  text-transform: capitalize;
  color: #040405;
  margin-bottom: 6px;
  margin-left: 10px;
  cursor: pointer;
}

.payment-view-page .filter-container .base-input {
  width: 20%;
}

.payment-view-page .filter-container .dropdown-container {
  padding: 0px !important;
  left: auto;
  right: 0px;
  min-width: 167px;
}

.payment-view-page .filter-payment-date .vdp-datepicker div .vdp-datepicker__clear-button {
  margin-left: -21px;
  margin-top: 2px;
  font-size: 1.25rem;
  font-weight: 800;
}

.payment-view-page .date-group {
  display: flex;
}

.payment-view-page .to-text {
  padding: 8px;
}

@media (max-width: 768px) {
  .payment-view-page {
    padding-left: 310px !important;
  }

  .payment-sidebar {
    transition: 0.2s all;
    left: 0px !important;
  }
}

.items .table-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .items .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .items .page-actions button {
    margin-bottom: 10px;
  }

  .items .page-header {
    margin-bottom: 5px;
  }

  .items .table-actions {
    margin-top: 0px !important;
  }
}

.item-create .collapse-button {
  width: auto;
}

@media (max-width: 480px) {
  .item-create .collapse-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.inv-status-overdue {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.inv-status-paid {
  background: #D5EED0;
  font-size: 0.8125rem;
  color: #354930;
  padding: 5px 10px;
}

.inv-status-unpaid {
  background: #F8EDCB;
  font-size: 0.8125rem;
  color: #6C432E;
  padding: 5px 10px;
}

.inv-status-sent {
  background: rgba(246, 208, 154, 0.4);
  font-size: 0.8125rem;
  color: #A96E1A;
  padding: 5px 10px;
}

.inv-status-viewed {
  background: #C9E3EC;
  font-size: 0.8125rem;
  color: #1E576C;
  padding: 5px 10px;
}

.inv-status-completed {
  background: #D5EED0;
  font-size: 0.8125rem;
  color: #354930;
  padding: 5px 10px;
}

.inv-status-pending {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.inv-status-partially_paid {
  background: #C9E3EC;
  font-size: 0.8125rem;
  color: #1E576C;
  padding: 5px 10px;
}

.inv-status-draft {
  background: #F8EDCB;
  font-size: 0.8125rem;
  color: #6C432E;
  padding: 5px 10px;
}

.est-status-expired {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.est-status-accepted {
  background: #D5EED0;
  font-size: 0.8125rem;
  color: #354930;
  padding: 5px 10px;
}

.est-status-sent {
  background: rgba(246, 208, 154, 0.4);
  font-size: 0.8125rem;
  color: #A96E1A;
  padding: 5px 10px;
}

.est-status-viewed {
  background: #C9E3EC;
  font-size: 0.8125rem;
  color: #1E576C;
  padding: 5px 10px;
}

.est-status-pending {
  background: #FED7D7;
  font-size: 0.8125rem;
  color: #9B2C2C;
  padding: 5px 10px;
}

.est-status-rejected {
  background: #E1E0EA;
  font-size: 0.8125rem;
  color: #312F57;
  padding: 5px 10px;
}

.est-status-converted {
  background: #D5EED0;
  font-size: 0.8125rem;
  color: #354930;
  padding: 5px 10px;
}

.est-status-draft {
  background: #F8EDCB;
  font-size: 0.8125rem;
  color: #6C432E;
  padding: 5px 10px;
}

.invoice-aging-card .row {
  margin-bottom: 30px;
}

.invoice-aging-card .row .card-item {
  max-width: 13.68%;
  height: 100px;
  flex: 0 0 14%;
  margin-right: 0.6%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: transform 0.2s;
}

.invoice-aging-card .row .card-item .item-row {
  position: absolute;
  width: 100%;
  text-align: center;
}

.invoice-aging-card .row .card-item .amount {
  font-size: 1rem;
  font-weight: 600;
  top: 20%;
}

.invoice-aging-card .row .card-item .title {
  top: 65%;
}

.invoice-aging-card .row .card-item .divider {
  top: 50%;
  border-bottom: 1px solid rgba(85, 85, 85, 0.45);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.invoice-aging-card .row:hover {
  cursor: pointer;
}

.invoice-aging-card .row .age-1 {
  background-color: #77DD77;
}

.invoice-aging-card .row .age-1:hover {
  border: 3px solid #6cc56c;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-2 {
  background-color: #A8C854;
}

.invoice-aging-card .row .age-2:hover {
  border: 3px solid #9fbd50;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-3 {
  background-color: #FDFD96;
}

.invoice-aging-card .row .age-3:hover {
  border: 3px solid #e6e682;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-4 {
  background-color: #FDCF76;
}

.invoice-aging-card .row .age-4:hover {
  border: 3px solid #e8be6c;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-5 {
  background-color: #FFAC59;
}

.invoice-aging-card .row .age-5:hover {
  border: 3px solid #e4994e;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-6 {
  background-color: #FF956B;
}

.invoice-aging-card .row .age-6:hover {
  border: 3px solid #e6855f;
  transform: scale(1.05);
}

.invoice-aging-card .row .age-7 {
  background-color: #FF6B6B;
}

.invoice-aging-card .row .age-7:hover {
  border: 3px solid #e25f5f;
  transform: scale(1.05);
}

@media (max-width: 1345px) {
  .invoice-aging-card .row .age-1 {
    max-width: 30%;
    flex: 0 0 33%;
    margin: 0 1% 10px 3%;
  }

  .invoice-aging-card .row .age-2 {
    max-width: 30%;
    flex: 0 0 33%;
    margin: 0 0.3%;
  }

  .invoice-aging-card .row .age-3 {
    max-width: 30%;
    flex: 0 0 33%;
    margin: 0 3% 10px 1%;
  }

  .invoice-aging-card .row .age-4 {
    max-width: 23%;
    flex: 0 0 25%;
    margin: 0 1% 10px 1%;
  }

  .invoice-aging-card .row .age-5 {
    max-width: 23%;
    flex: 0 0 25%;
    margin: 0 1% 10px 0.5%;
  }

  .invoice-aging-card .row .age-6 {
    max-width: 23%;
    flex: 0 0 25%;
    margin: 0 1% 10px 0.5%;
  }

  .invoice-aging-card .row .age-7 {
    max-width: 23%;
    flex: 0 0 25%;
    margin: 0 1% 10px 0.5%;
  }
}

@media (max-width: 768px) {
  .invoice-aging-card .card-item {
    font-size: 0.75rem;
  }

  .invoice-aging-card .card-item .amount {
    font-size: 0.875rem !important;
  }
}

.invoice-list-modal .table thead th {
  border-bottom: 2px solid #dee2e6;
}

.invoice-list-modal .overlay {
  background: none !important;
  top: 0% !important;
  left: 7% !important;
}

.invoice-list-modal .filter-section {
  top: 3%;
}

.invoice-list-modal .filter-section .filter-container {
  display: flex;
  justify-content: space-between;
}

.invoice-list-modal .filter-section .filter-container .filter-age {
  margin-right: 40px;
  flex: 1;
}

.invoice-list-modal .filter-section .filter-container .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.invoice-list-modal .filter-section .filter-container .filter-date .dashed {
  border: 1px solid #B9C1D1;
  width: 10px;
  margin-top: 28px;
}

.invoice-list-modal .filter-section .filter-container .filter-date .from {
  flex: 1;
}

.invoice-list-modal .filter-section .filter-container .filter-date .to {
  flex: 1;
}

.invoice-list-modal .filter-section .filter-container .filter-invoice {
  flex: 1;
}

.invoice-list-modal .table-component {
  margin-top: 0px;
}

.invoice-list-modal .table-component .table-component__table__head {
  line-height: 0px;
}

.payment-gateway-page {
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23cbd9c9' fill-opacity='0.33' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.payment-gateway-page .site-wrapper {
  display: flex;
}

.payment-gateway-page .login-box {
  color: #333;
  flex: 1;
  padding: 150px 60px 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-gateway-page .login-box .box-wrapper {
  width: 100%;
}

.payment-gateway-page .content-box {
  background-image: url("/images/login-vector1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.payment-gateway-page .content-box h1 {
  color: #fff;
  font-size: 3.125rem;
}

.payment-gateway-page .content-box p {
  color: #F9FBFF;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 24px;
}

.payment-gateway-page .content-bottom {
  background-image: url("/images/login-vector3.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 32%;
}

.payment-gateway-page .content-box::before {
  background-image: url("/images/frame.svg");
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 300px;
  right: 0;
  position: absolute;
  top: 0;
  width: 420px;
  z-index: 1;
}

.payment-gateway-page .content-box::after {
  background-image: url("/images/login-vector2.svg");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: 7.5%;
  position: absolute;
}

.payment-gateway-page .c-input {
  color: #555;
}

.payment-gateway-page .login-box a {
  color: #68b75d;
}

.payment-gateway-page .login-box a:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.payment-gateway-page .other-options h6 {
  color: #555;
}

.payment-gateway-page .page-copyright {
  margin: 10px auto;
  color: #A5ACC1;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 17px;
  text-align: center;
}

.payment-gateway-page .page-copyright a {
  color: #68b75d;
}

.payment-gateway-page .page-copyright a:hover {
  color: rgb(79.8076923077, 155.7692307692, 69.2307692308);
}

.payment-gateway-page .logo-main img {
  width: 150px;
}

@media (max-width: 1240px) {
  .payment-gateway-page .content-box h1 {
    display: none;
  }

  .payment-gateway-page .content-box p {
    display: none;
  }

  .payment-gateway-page .content-box::before {
    height: 250px;
    width: 350px;
  }

  .payment-gateway-page .content-box::after {
    right: 13%;
  }
}

@media (max-width: 992px) {
  .payment-gateway-page .content-box h1 {
    font-size: 0.9375rem;
    margin-left: 50px;
  }

  .payment-gateway-page .content-box p {
    display: none;
  }

  .payment-gateway-page .content-bottom {
    width: 600px;
    height: 0px;
  }

  .payment-gateway-page .content-box::before {
    height: 150px;
    width: 250px;
  }
}

@media (max-width: 768px) {
  .payment-gateway-page .page-copyright {
    padding-top: 110px;
  }

  .payment-gateway-page .login-box {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 1.875rem;
  }

  .payment-gateway-page .content-box {
    display: none;
  }
}

.on-boarding-page {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23cbd9c9' fill-opacity='0.33' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.supplier-view .card-summary .split-complementary-bg-left {
  background: linear-gradient(0deg, #b75d95 0%, #c378a7 60%, #cf93b9 100%);
}

.supplier-view .card-summary .split-complementary-bg-right {
  background: linear-gradient(0deg, #7f5db7 0%, #9478c3 60%, #aa93cf 100%);
}

.supplier-view .card-summary .title {
  color: #fff;
  opacity: 0.85;
}

.supplier-view .card-summary .meta {
  color: #fff;
  opacity: 0.55;
}

.supplier-create .section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

.supplier-create .form-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  color: #55547A;
}

.supplier-create .supplier-card {
  border: 1px solid #d7dfea;
  padding: 0.625rem;
}

.supplier-create .same-address-checkbox-container {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}

.supplier-create hr {
  margin-bottom: 1.8rem;
  border: 1px solid #d7dfea;
}

.supplier-create .header-button-container {
  display: block;
}

.supplier-create .collapse-button-container {
  display: none;
}

.supplier-create .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.supplier-create .action-footer {
  display: flex;
  justify-content: flex-end;
}

.supplier-view .card-body {
  padding: 0.9375rem;
}

.supplier-view .info-text label {
  font-weight: 600;
}

.supplier-view .supplier-invoice-table .page-header {
  margin-bottom: 10px;
}

.supplier-view .supplier-invoice-table .page-header .page-actions {
  top: 100%;
}

.supplier-view .supplier-invoice-table .filter-section {
  top: 3%;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container {
  display: flex;
  justify-content: space-between;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-status {
  margin-right: 40px;
  flex: 1;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-date .dashed {
  border: 1px solid #B9C1D1;
  width: 10px;
  margin-top: 28px;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-date .from {
  flex: 1;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-date .to {
  flex: 1;
}

.supplier-view .supplier-invoice-table .filter-section .filter-container .filter-invoice {
  flex: 1;
}

.supplier-view .supplier-invoice-table .table-actions {
  border: none;
}

.supplier-view .supplier-invoice-table .table-actions .table-stats {
  margin: 0;
  position: absolute;
}

.supplier-view .supplier-invoice-table .table-actions .table-actions-button {
  position: absolute;
  right: 10px;
  top: -28px;
}

.supplier-view .supplier-invoice-table .table-component .table-component__table {
  border-spacing: 0 10px;
}

.supplier-view .supplier-invoice-table .table-component table thead th {
  top: 0;
}

@media (max-width: 768px) {
  .supplier-view .breadcrumb-item {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .supplier-index .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .supplier-index .page-actions button {
    margin-bottom: 10px;
  }

  .supplier-create .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .supplier-create .page-actions button {
    margin-bottom: 10px;
  }

  .supplier-create .same-address-checkbox-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0rem;
  }

  .supplier-create hr {
    margin-bottom: 1.2rem;
    border: 1px solid #d7dfea;
  }

  .supplier-create .section-title {
    padding: 0.9375rem;
  }

  .supplier-create .collapse-button-container {
    display: block;
  }

  .supplier-create .header-button-container {
    display: none;
  }

  .supplier-view .breadcrumb-item {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .supplier-payments .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .supplier-payments .page-actions button {
    margin-bottom: 10px;
  }

  .supplier-payments .page-header {
    margin-bottom: 5px;
  }

  .supplier-payments .table-actions {
    margin-top: 0px !important;
  }
}

.supplier-payments .no-data-info .description {
  max-width: 35rem;
}

.supplier-payment-create .header-button-container {
  display: block;
}

.supplier-payment-create .collapse-button-container {
  display: none;
}

.supplier-payment-create .collapse-button-container .collapse-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.supplier-payment-create .item-table-info {
  display: none;
}

.supplier-payment-create .item-table {
  width: 100%;
  text-align: center;
}

.supplier-payment-create .item-table .item-table-header {
  border: 1px solid #d7dfea;
  background: white;
}

.supplier-payment-create .item-table .item-table-header th {
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 21px;
  color: #55547A;
  border-top: 1px solid #d7dfea;
  border-bottom: 1px solid #d7dfea;
}

.supplier-payment-create .item-table .item-table-header .item-heading {
  padding-left: 20px;
}

.supplier-payment-create .item-table .item-table-header .amount-heading {
  padding-right: 50px;
}

.supplier-payment-create .item-table .item-table-header th:first-child {
  padding-left: 0 !important;
  border-left: 1px solid #d7dfea;
}

.supplier-payment-create .item-table .item-table-header th:last-child {
  padding-right: 0 !important;
  border-right: 1px solid #d7dfea;
}

.supplier-payment-create .item-table .item-body td:first-child {
  /*padding-left: 0 !important;*/
}

.supplier-payment-create .item-table .item-body td:last-child {
  padding-right: 0 !important;
}

.supplier-payment-create .item-table .item-body .item-row {
  background: #FFFFFF;
  border: 1px solid #d7dfea;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.supplier-payment-create .item-table .item-body .item-row td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.supplier-payment-create .item-table .item-body .item-row > td {
  padding: 0;
}

.supplier-payment-create .item-table .item-body .item-row .item-select {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #A5ACC1;
  overflow: auto !important;
  max-height: 250px !important;
}

.supplier-payment-create .item-table .item-body .item-row .search-select .selector-menu {
  top: 45px !important;
}

.supplier-payment-create .item-table .item-body .item-row .main {
  padding: 0 !important;
}

.supplier-payment-create .item-table .item-body .item-row .item-amount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}

.supplier-payment-create .item-table .item-body .item-row .item-select-wrapper {
  display: flex;
  justify-content: flex-start;
}

.supplier-payment-create .item-table .item-body .item-row .item-selector {
  flex: 1;
}

.supplier-payment-create .item-table .item-body .item-row .selected-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d7dfea;
  background: #F9FBFF;
  border-radius: 5px;
  position: relative;
}

.supplier-payment-create .item-table .item-body .item-row .deselect-icon {
  color: #B9C1D1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.supplier-payment-create .item-table .item-body .item-row .sort-icon-wrapper,
.supplier-payment-create .item-table .item-body .item-row .remove-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  height: 40px;
  width: 20px;
  cursor: pointer;
}

.supplier-payment-create .item-table .item-body .item-row .sort-icon-wrapper {
  color: #B9C1D1;
  height: 20px;
  margin-top: 8px;
  cursor: move;
}

.supplier-payment-create .item-table .item-body .item-row .remove-icon {
  color: #55547A;
}

.supplier-payment-create .action-footer {
  display: flex;
  justify-content: flex-end;
}

.supplier-payment-create .tax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.supplier-payment-create .tax-row .tax-amount {
  flex: 3;
}

.supplier-payment-create .tax-row .tax-select {
  flex: 4;
}

.supplier-payment-create .tax-tr td {
  padding: 0 21px;
}

.supplier-payment-create .expense-list {
  width: 85%;
}

.supplier-payment-create .expense-list .multiselect__tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.supplier-payment-create .expense-select-error {
  margin-left: 0.3rem;
}

.supplier-payment-create .clear-expense {
  padding-left: 1rem;
  padding-right: 1rem;
}

.supplier-payment-create .multi-select-item .multiselect,
.supplier-payment-create .multi-select-item .multiselect__input,
.supplier-payment-create .multi-select-item .multiselect__single {
  border: none;
  display: flex;
  align-items: center;
}

.supplier-payment-create .multi-select-item .multiselect:focus {
  outline: none;
}

.supplier-payment-create .multi-select-item .multiselect__input,
.supplier-payment-create .multi-select-item .multiselect__single {
  min-height: 40px;
  padding-left: 10px;
  border: 1px solid rgb(234, 241, 251);
}

.supplier-payment-create .multi-select-item .multiselect__tags {
  min-height: 30px;
  padding: 0;
  border: 0px;
}

.supplier-payment-create .multi-select-item .multiselect__select {
  line-height: 16px;
  width: 40px;
  height: 38px;
  transition: transform 0.2s ease;
}

.supplier-payment-create .multi-select-item .multiselect__content-wrapper {
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 5px 5px;
}

.supplier-payment-create .multi-select-item .multiselect__content {
  max-height: 240px;
  overflow: auto;
}

.supplier-payment-create .add-item-action {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 13px 23px;
  width: 100%;
  font-size: 0.9375rem;
  border-bottom: 1px solid #d7dfea;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #68b75d;
}

.supplier-payment-create .add-item-action:disabled {
  cursor: not-allowed;
}

.supplier-payment-create .add-item-action .icon-fa {
  margin: 2px 11px 0 0;
}

.supplier-payment-create .expense-foot {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}

.supplier-payment-create .expense-foot .btn-template {
  background: #d7dfea;
  border: 1px solid #d7dfea;
  color: #040405;
  font-size: 0.875rem;
}

.supplier-payment-create .expense-foot .icon-button {
  color: #A5ACC1;
}

.supplier-payment-create .expense-foot label {
  font-size: 0.875rem;
  margin: 0 0 0 0;
}

.supplier-payment-create .expense-foot .expense-notes {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0 0;
}

.supplier-payment-create .expense-foot .expense-notes textarea {
  border: 1px solid #d7dfea;
  border-radius: 5px;
  width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
}

.supplier-payment-create .expense-foot .expense-total {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 390px;
  padding: 15px 20px;
  border: 1px solid #d7dfea;
  border-radius: 5px;
}

.supplier-payment-create .expense-foot .expense-total > label {
  text-transform: uppercase;
}

.supplier-payment-create .expense-foot .expense-total .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 7px 0;
}

.supplier-payment-create .expense-foot .expense-total .section .expense-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  color: #A5ACC1;
}

.supplier-payment-create .expense-foot .expense-total .section .expense-amount {
  font-size: 1.125rem;
  color: #55547A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.supplier-payment-create .expense-foot .expense-total .section .total {
  color: #2d873a;
}

.supplier-payment-create .expense-foot .expense-total .section .discount-drop-down {
  width: 8.5rem;
}

.supplier-payment-create .expense-foot .expense-total .section .item-dropdown {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
}

.supplier-payment-create .expense-foot .expense-total .border-top {
  margin: 0;
  padding-top: 7px;
  border-top: 1px solid #d7dfea;
}

.supplier-payment-create .expense-foot .expense-total .tax-selector {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 12px;
  line-height: 21px;
  color: #2d873a;
}

.supplier-payment-create .item-row .item-name {
  font-weight: 500;
  text-align: left;
  font-size: 0.875rem;
}

.supplier-payment-create .item-row .item-description {
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
  padding-top: 2px;
}

.supplier-payment-create .item-row .item-description textarea::-moz-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.supplier-payment-create .item-row .item-description textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-size: 0.75rem;
  color: #B9C1D1;
}

.supplier-payment-create .item-row .item-description textarea {
  border: none;
  resize: none;
  width: 100%;
  padding-left: 11px;
  color: #595959;
}

.supplier-payment-create .item-row .action {
  font-weight: 500;
  font-size: 0.875rem;
  color: #68b75d;
  cursor: pointer;
}

.supplier-payment-create .item-row .activator label {
  color: #A5ACC1;
  font-size: 0.875rem;
}

.supplier-payment-create .item-dropdown {
  display: flex;
  border: 1px solid #d7dfea !important;
  background-color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.supplier-payment-create .item-dropdown:focus {
  box-shadow: none !important;
}

.supplier-payment-create .item-discount {
  border-radius: 5px 0px 0px 5px !important;
  height: 40px;
}

@media (max-width: 1239px) {
  .supplier-payment-create .expense-list {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .supplier-payment-create .page-header {
    margin-bottom: 13px;
  }

  .supplier-payment-create .page-header .expense-action-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0px !important;
  }

  .supplier-payment-create .expense-customer-container {
    padding-right: 0px;
  }

  .supplier-payment-create .collapse-input {
    padding-right: 0px;
  }

  .supplier-payment-create .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .supplier-payment-create .page-actions button {
    margin-bottom: 10px;
  }

  .supplier-payment-create .expense-input-group .expense-input {
    padding-right: 15px;
    padding-left: 20px;
    margin-top: 1.5rem;
  }

  .supplier-payment-create .expense-foot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .supplier-payment-create .expense-foot .btn-template {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .supplier-payment-create .expense-foot .expense-total {
    min-width: 384px;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .supplier-payment-create .page-actions,
  .payment-index .page-actions {
    position: relative;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }

  .supplier-payment-create .page-actions button,
  .payment-index .page-actions button {
    margin-bottom: 10px;
  }

  .supplier-payment-create .header-button-container,
  .payment-index .header-button-container {
    display: none;
  }

  .supplier-payment-create .collapse-button-container,
  .payment-index .collapse-button-container {
    display: block;
  }

  .supplier-payment-create .item-table-container,
  .payment-index .item-table-container {
    overflow-x: scroll;
  }

  .supplier-payment-create .item-table-container .item-table,
  .payment-index .item-table-container .item-table {
    width: 55rem;
  }

  .supplier-payment-create .item-table-info,
  .payment-index .item-table-info {
    display: block;
    font-size: 0.75rem;
  }
}

#billing-main-container .card {
  padding: 30px;
}

#billing-main-container .card .card-title {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: #000000;
}

#billing-main-container .card .card-sub-title {
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #A5ACC1;
  margin-bottom: 1.25rem;
}

#billing-main-container .card .billing-address {
  font-weight: 400;
  font-size: 0.875rem;
}

#billing-main-container .card .billing_edit_address {
  position: absolute;
  right: 0;
  top: 0;
}

#billing-main-container .card .add-card-button {
  position: absolute;
  right: 0;
  top: 0;
}

#billing-main-container .card .list-group .list-group-item {
  position: relative;
  padding-bottom: 1rem;
}

#billing-main-container .card .list-group .list-group-item .card-dropdown {
  position: absolute;
  right: 3%;
  top: 25%;
}

#billing-main-container .filter-container {
  display: flex;
  justify-content: space-between;
}

#billing-main-container .filter-date {
  flex: 2;
  display: flex;
  margin-right: 40px;
  align-items: center;
}

#billing-main-container .filter-date .from {
  flex: 1;
}

#billing-main-container .filter-date .to {
  flex: 1;
}

.billing-card-modal .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
}

.sst-02-component table.sst-02-table tr td {
  border: 1px solid #dee2e6 !important;
  padding: 0.9rem 1.5rem;
}

.sst-02-component table.sst-02-table tr td.highlight {
  background-color: #EEF1F5;
}

.sst-02-component .normal-price-field {
  width: 15vw;
}


/*# sourceMappingURL=app.css.map*/