 @-webkit-keyframes jconfirm-spin {from {-webkit-transform: rotate(0deg);transform: rotate(0deg) }to {-webkit-transform: rotate(360deg);transform: rotate(360deg) }}@keyframes jconfirm-spin {from {-webkit-transform: rotate(0deg);transform: rotate(0deg) }to {-webkit-transform: rotate(360deg);transform: rotate(360deg) }}body[class*=jconfirm-no-scroll-] {overflow: hidden!important }.jconfirm {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 99999999;font-family: inherit;overflow: hidden }.jconfirm .jconfirm-bg {position: fixed;top: 0;left: 0;right: 0;bottom: 0;-webkit-transition: opacity .4s;transition: opacity .4s }.jconfirm .jconfirm-bg.jconfirm-bg-h {opacity: 0!important }.jconfirm .jconfirm-scrollpane {-webkit-perspective: 500px;perspective: 500px;-webkit-perspective-origin: center;perspective-origin: center;display: table;width: 100%;height: 100% }.jconfirm .jconfirm-row {display: table-row;width: 100% }.jconfirm .jconfirm-cell {display: table-cell;vertical-align: middle }.jconfirm .jconfirm-holder {max-height: 100%;padding: 50px 0 }.jconfirm .jconfirm-box-container {-webkit-transition: -webkit-transform;transition: -webkit-transform;transition: transform;transition: transform, -webkit-transform }.jconfirm .jconfirm-box-container.jconfirm-no-transition {-webkit-transition: none!important;transition: none!important }.jconfirm .jconfirm-box {background: var(--lx-card-bg);border-radius: 4px;position: relative;outline: 0;padding: 15px 15px 0;overflow: hidden;margin-left: auto;margin-right: auto }@-webkit-keyframes type-blue {1%, 100% {border-color: #3498db }50% {border-color: #5faee3 }}@keyframes type-blue {1%, 100% {border-color: #3498db }50% {border-color: #5faee3 }}@-webkit-keyframes type-green {1%, 100% {border-color: #2ecc71 }50% {border-color: #54d98c }}@keyframes type-green {1%, 100% {border-color: #2ecc71 }50% {border-color: #54d98c }}@-webkit-keyframes type-red {1%, 100% {border-color: #e74c3c }50% {border-color: #ed7669 }}@keyframes type-red {1%, 100% {border-color: #e74c3c }50% {border-color: #ed7669 }}@-webkit-keyframes type-orange {1%, 100% {border-color: #f1c40f }50% {border-color: #f4d03f }}@keyframes type-orange {1%, 100% {border-color: #f1c40f }50% {border-color: #f4d03f }}@-webkit-keyframes type-purple {1%, 100% {border-color: #9b59b6 }50% {border-color: #b07cc6 }}@keyframes type-purple {1%, 100% {border-color: #9b59b6 }50% {border-color: #b07cc6 }}@-webkit-keyframes type-dark {1%, 100% {border-color: #34495e }50% {border-color: #46627f }}@keyframes type-dark {1%, 100% {border-color: #34495e }50% {border-color: #46627f }}.jconfirm .jconfirm-box.jconfirm-type-animated {-webkit-animation-duration: 2s;animation-duration: 2s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite }.jconfirm .jconfirm-box.jconfirm-type-blue {border-top: solid 7px #3498db;-webkit-animation-name: type-blue;animation-name: type-blue }.jconfirm .jconfirm-box.jconfirm-type-green {border-top: solid 7px #2ecc71;-webkit-animation-name: type-green;animation-name: type-green }.jconfirm .jconfirm-box.jconfirm-type-red {border-top: solid 7px #e74c3c;-webkit-animation-name: type-red;animation-name: type-red }.jconfirm .jconfirm-box.jconfirm-type-orange {border-top: solid 7px #f1c40f;-webkit-animation-name: type-orange;animation-name: type-orange }.jconfirm .jconfirm-box.jconfirm-type-purple {border-top: solid 7px #9b59b6;-webkit-animation-name: type-purple;animation-name: type-purple }.jconfirm .jconfirm-box.jconfirm-type-dark {border-top: solid 7px #34495e;-webkit-animation-name: type-dark;animation-name: type-dark }.jconfirm .jconfirm-box.loading {height: 120px }.jconfirm .jconfirm-box.loading:before {content: '';position: absolute;left: 0;background: white;right: 0;top: 0;bottom: 0;border-radius: 10px;z-index: 1 }.jconfirm .jconfirm-box.loading:after {opacity: .6;content: '';height: 30px;width: 30px;border: solid 3px transparent;position: absolute;left: 50%;margin-left: -15px;border-radius: 50%;-webkit-animation: jconfirm-spin 1s infinite linear;animation: jconfirm-spin 1s infinite linear;border-bottom-color: dodgerblue;top: 50%;margin-top: -15px;z-index: 2 }.jconfirm .jconfirm-box div.jconfirm-closeIcon {height: 20px;width: 20px;position: absolute;top: 10px;right: 10px;cursor: pointer;opacity: .6;text-align: center;font-size: 27px!important;line-height: 14px!important;display: none;z-index: 1 }.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {display: none }.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {font-size: 16px }.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {font-size: 16px }.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {font-size: 16px }.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {opacity: 1 }.jconfirm .jconfirm-box div.jconfirm-title-c {display: block;font-size: 22px;line-height: 20px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: default;padding-bottom: 15px }.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {cursor: move }.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {font-size: inherit;display: inline-block;vertical-align: middle }.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {vertical-align: middle }.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {display: none }.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-size: inherit;font-family: inherit;display: inline-block;vertical-align: middle }.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {display: none }.jconfirm .jconfirm-box div.jconfirm-content-pane {margin-bottom: 15px;height: auto;-webkit-transition: height .4s ease-in;transition: height .4s ease-in;display: inline-block;width: 100%;position: relative;overflow-x: hidden;overflow-y: auto }.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {overflow-y: hidden }.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {width: 3px }.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.1) }.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {background: #666;border-radius: 3px }.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {overflow: auto }.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {max-width: 100%;height: auto }.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {display: none }.jconfirm .jconfirm-box .jconfirm-buttons {padding-bottom: 11px }.jconfirm .jconfirm-box .jconfirm-buttons>button {margin-bottom: 4px;margin-left: 2px;margin-right: 2px }.jconfirm .jconfirm-box .jconfirm-buttons button {display: inline-block;padding: 6px 12px;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border-radius: 4px;min-height: 1em;-webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;-webkit-tap-highlight-color: transparent;background-image: none }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {background-color: #3498db;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {background-color: #2980b9;color: #FFF }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {background-color: #2ecc71;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {background-color: #27ae60;color: #FFF }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {background-color: #e74c3c;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {background-color: #c0392b;color: #FFF }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {background-color: #f1c40f;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {background-color: #f39c12;color: #FFF }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {text-shadow: none;-webkit-transition: background .2s;transition: background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {background-color: #9b59b6;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {background-color: #8e44ad;color: #FFF }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {background-color: #34495e;color: #FFF;text-shadow: none;-webkit-transition: background .2s;transition: background .2s }.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {background-color: #2c3e50;color: #FFF }.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {color: #e74c3c!important }.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {color: #3498db!important }.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {color: #2ecc71!important }.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {color: #9b59b6!important }.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {color: #f1c40f!important }.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {color: #34495e!important }.jconfirm .jconfirm-clear {clear: both }.jconfirm.jconfirm-rtl {direction: rtl }.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {left: 5px;right: auto }.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {background-color: #000;opacity: 0.5 }.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);border-radius: 5px }.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {margin-right: 8px;margin-left: 0 }.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {float: right }.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {text-transform: capitalize;font-size: 14px;font-weight: bold;text-shadow: none }.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {-webkit-box-shadow: none;box-shadow: none;}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {margin-left: 8px;margin-right: 0 }.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {background-color: darkslategray;opacity: .4 }.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);background: #444;border-radius: 5px;color: white }.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {margin-right: 8px;margin-left: 0 }.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {float: right }.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {border: 0;background-image: none;text-transform: uppercase;font-size: 14px;font-weight: bold;text-shadow: none;-webkit-transition: background .1s;transition: background .1s;color: white }.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {-webkit-box-shadow: none;box-shadow: none;color: #fff;background: 0 }.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {background: #666 }.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {margin-left: 8px;margin-right: 0 }.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {-webkit-animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0) }.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {-webkit-animation: glow .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation: glow .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0) }@-webkit-keyframes shake {10%, 90% {-webkit-transform: translate3d(-2px, 0, 0);transform: translate3d(-2px, 0, 0) }20%, 80% {-webkit-transform: translate3d(4px, 0, 0);transform: translate3d(4px, 0, 0) }30%, 50%, 70% {-webkit-transform: translate3d(-8px, 0, 0);transform: translate3d(-8px, 0, 0) }40%, 60% {-webkit-transform: translate3d(8px, 0, 0);transform: translate3d(8px, 0, 0) }}@keyframes shake {10%, 90% {-webkit-transform: translate3d(-2px, 0, 0);transform: translate3d(-2px, 0, 0) }20%, 80% {-webkit-transform: translate3d(4px, 0, 0);transform: translate3d(4px, 0, 0) }30%, 50%, 70% {-webkit-transform: translate3d(-8px, 0, 0);transform: translate3d(-8px, 0, 0) }40%, 60% {-webkit-transform: translate3d(8px, 0, 0);transform: translate3d(8px, 0, 0) }}@-webkit-keyframes glow {0%, 100% {-webkit-box-shadow: 0 0 0 red;box-shadow: 0 0 0 red }50% {-webkit-box-shadow: 0 0 30px red;box-shadow: 0 0 30px red }}@keyframes glow {0%, 100% {-webkit-box-shadow: 0 0 0 red;box-shadow: 0 0 0 red }50% {-webkit-box-shadow: 0 0 30px red;box-shadow: 0 0 30px red }}.jconfirm {-webkit-perspective: 400px;perspective: 400px }.jconfirm .jconfirm-box {opacity: 1;-webkit-transition-property: all;transition-property: all }.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {opacity: 0 }.jconfirm .jconfirm-box.jconfirm-animation-rotate {-webkit-transform: rotate(90deg);transform: rotate(90deg) }.jconfirm .jconfirm-box.jconfirm-animation-rotatex {-webkit-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-rotatey {-webkit-transform: rotatey(90deg);transform: rotatey(90deg);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {-webkit-transform: rotatey(-90deg);transform: rotatey(-90deg);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-scaley {-webkit-transform: scaley(1.5);transform: scaley(1.5);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-scalex {-webkit-transform: scalex(1.5);transform: scalex(1.5);-webkit-transform-origin: center;transform-origin: center }.jconfirm .jconfirm-box.jconfirm-animation-top {-webkit-transform: translate(0px, -100px);transform: translate(0px, -100px) }.jconfirm .jconfirm-box.jconfirm-animation-left {-webkit-transform: translate(-100px, 0px);transform: translate(-100px, 0px) }.jconfirm .jconfirm-box.jconfirm-animation-right {-webkit-transform: translate(100px, 0px);transform: translate(100px, 0px) }.jconfirm .jconfirm-box.jconfirm-animation-bottom {-webkit-transform: translate(0px, 100px);transform: translate(0px, 100px) }.jconfirm .jconfirm-box.jconfirm-animation-zoom {-webkit-transform: scale(1.2);transform: scale(1.2) }.jconfirm .jconfirm-box.jconfirm-animation-scale {-webkit-transform: scale(0.5);transform: scale(0.5) }.jconfirm .jconfirm-box.jconfirm-animation-none {visibility: hidden }.jconfirm.jconfirm-supervan .jconfirm-bg {background-color: rgba(54, 70, 93, 0.95) }.jconfirm.jconfirm-supervan .jconfirm-box {background-color: transparent }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {border: 0 }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {color: white }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {text-align: center;color: white;font-size: 28px;font-weight: normal }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {padding-bottom: 25px }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {margin-right: 8px;margin-left: 0 }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {margin-bottom: 25px }.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {text-align: center;color: white }.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {text-align: center }.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {font-size: 16px;border-radius: 2px;background: #303f53;text-shadow: none;border: 0;color: white;padding: 10px;min-width: 100px }.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {margin-left: 8px;margin-right: 0 }.jconfirm.jconfirm-material .jconfirm-bg {background-color: rgba(0, 0, 0, 0.67) }.jconfirm.jconfirm-material .jconfirm-box {background-color: white;-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);padding: 30px 25px 10px 25px }.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {margin-right: 8px;margin-left: 0 }.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {color: rgba(0, 0, 0, 0.87) }.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {color: rgba(0, 0, 0, 0.87);font-size: 22px;font-weight: bold }.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {color: rgba(0, 0, 0, 0.87) }.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {text-align: right }.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {text-transform: uppercase;font-weight: 500 }.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {margin-left: 8px;margin-right: 0 }.jconfirm.jconfirm-bootstrap .jconfirm-bg {background-color: rgba(0, 0, 0, 0.21) }.jconfirm.jconfirm-bootstrap .jconfirm-box {background-color: white;-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);border: solid 1px rgba(0, 0, 0, 0.4);padding: 15px 0 0 }.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {margin-right: 8px;margin-left: 0 }.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {color: rgba(0, 0, 0, 0.87) }.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {color: rgba(0, 0, 0, 0.87);font-size: 22px;font-weight: bold;padding-left: 15px;padding-right: 15px }.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {color: rgba(0, 0, 0, 0.87);padding: 0 15px }.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {text-align: right;padding: 10px;margin: -5px 0 0;border-top: solid 1px #ddd;overflow: hidden;border-radius: 0 0 4px 4px }.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {font-weight: 500 }.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {margin-left: 8px;margin-right: 0 }.jconfirm.jconfirm-modern .jconfirm-bg {background-color: slategray;opacity: .6 }.jconfirm.jconfirm-modern .jconfirm-box {background-color: white;-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);padding: 30px 30px 15px }.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {color: rgba(0, 0, 0, 0.87);top: 15px;right: 15px }.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {color: rgba(0, 0, 0, 0.87);font-size: 24px;font-weight: bold;text-align: center;margin-bottom: 10px }.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;transition: transform .5s;transition: transform .5s, -webkit-transform .5s;-webkit-transform: scale(0);transform: scale(0);display: block;margin-right: 0;margin-left: 0;margin-bottom: 10px;font-size: 69px;color: #aaa }.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {text-align: center;font-size: 15px;color: #777;margin-bottom: 25px }.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {text-align: center }.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {font-weight: bold;text-transform: uppercase;-webkit-transition: background .1s;transition: background .1s;padding: 10px 20px }.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {margin-left: 4px }.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {-webkit-transform: scale(1);transform: scale(1) }
:root {
  --color1: #8a0886;
  --color2: #f3a73a;
  --color3: #24b1b2;
  --color4: #4979e8;
  --color5: #15b074;
  --color6: #f7819f;
  --color7: #4f75ad;
  --color8: #ce5f84;
  --color9: #a436c9;
  --color10: #23773d;
  --color12: #cc1f21;
  --color13: #b8a0ff;
  --color14: #f8e4f5;
  --color15: #56ccf2;
  --color16: #63e6be;
  --lx-bg-soft-1: rgba(138, 8, 134, 0.15);
  --lx-bg-soft-2: rgba(243, 167, 58, 0.15);
  --lx-bg-soft-3: rgba(36, 177, 178, 0.15);
  --lx-bg-soft-4: rgba(73, 121, 232, 0.15);
  --lx-bg-soft-5: rgba(21, 176, 116, 0.15);
  --lx-bg-soft-6: rgba(247, 129, 159, 0.15);
  --lx-bg-soft-7: rgba(79, 117, 173, 0.15);
  --lx-bg-soft-8: rgba(206, 95, 136, 0.15);
  --lx-bg-soft-9: rgba(164, 54, 201, 0.15);
  --lx-bg-soft-10: rgba(35, 119, 61, 0.15);
  --lx-bg-primary-light: rgba(1, 104, 250, 0.15);
  --lx-header-bg: rgb(255, 255, 255);
  --lx-nav-op-bg: #e6f0f6;
  --lx-title-head-bg: #f3f0e8;
  --lx-table-head-bg: #f5f6fa;
  --lx-sidebar-bg: #0b1535;
  --lx-striped-bg: rgba(0, 0, 0, 0.05);
  --lx-loader-img: url(../../image/ajax-loader.svg);
  --lx-body-bg: #e4e6ed;
  --lx-border-width: 0 !important;
  --lx-border-color: #bac0d0;
  --lx-card-bg: rgb(255, 255, 255);
  --lx-form-control-bg: rgb(255, 255, 255);
  --lx-input-append-bg: var(--bs-tertiary-bg);
  --lx-tab-border-color: #dee2e6;
  --lx-select-bg: rgb(255, 255, 255);
  --lx-select-bg-highlighted: #eee;
  --lx-select-multiple-bg: #eef7fd;
  --lx-date-range-end-off: #8888;
  --lx-date-range-hover: #eee;
  --lx-chip-bg: #b9c7df;
  --lx-btn-default-bg: rgb(255, 255, 255);
  --lx-btn-default-hover-bg: #fefefe;
  --lx-btn-default-hover-border: var(--bs-border-color);
  --lx-btn-default-hover-border-color: var(--bs-border-color);
  --lx-btn-default-focus-shadow-rgb: 49, 132, 253;
  --lx-btn-default-active-color: #000;
  --lx-btn-default-active-bg: rgb(255, 255, 255);
  --lx-btn-default-active-border-color: var(--bs-border-color);
  --lx-btn-default-disabled-bg: #e9ecef;
  --lx-btn-default-disabled-border-color: #ccc;
  --lx-btn-default-disabled-color: rgba(0, 0, 0, 0.6);
  --lx-glass-shadow: rgba(0, 0, 0, 0.2);
  --lx-bg-info-box: #fcf9e0;
  --lx-welcome-card-color: #0b1535;
  --lx-faded-crumb-bg: #eee;
  --lx-ticket-left-bg: rgb(209, 233, 252);
  --lx-ticket-right-bg: #fef5e4;
  --lx-readonly-img: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 640 512'%3e%3cpath d='M264.3 181.8L355.7 90.35L485.7 220.3L409.9 296L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L264.3 181.8zM122.6 323.5L195.8 250.3L341.2 364.8L252.5 453.4C242.1 463.8 229.2 471.5 215.1 475.6L94.77 511C86.35 513.5 77.24 511.2 71.03 504.1C64.82 498.8 62.5 489.7 64.98 481.2L100.4 360.9C104.5 346.8 112.2 333.9 122.6 323.5L122.6 323.5zM426.7 19.32C451.7-5.677 492.3-5.677 517.3 19.32L556.7 58.75C581.7 83.74 581.7 124.3 556.7 149.3L508.3 197.7L378.3 67.72L426.7 19.32z'/%3e%3c/svg%3e");
  --lx-left-bg: rgb(255, 255, 255);
  --lx-label-color: #676f74;
  --lx-readonly-bg-rgb: 52, 58, 64;
  --lx-placeholder-color: #ced4da;
  --lx-z-1: 1031;
  --bs-nav-link-font-size: 15px;
  --lx-ft-13: 13px;
  --lx-ft-14: 14px;
  --lx-ft-17: 17px;
  --lx-ft-20: 20px;
  --lx-ft-24: 24px;
  --lx-ft-1: 1rem;
  --lx-h-30: 30px;
  --lx-w-30: 30px;
  --lx-h-40: 40px;
  --lx-w-40: 40px;
  --lx-h-50: 50px;
  --lx-w-50: 50px;
  --lx-w-200: 200px;
  --lx-w-300: 300px;
  --lx-draft-bg: #e9e8b8;
  --lx-roll-up: #fd7e144a;
  --lx-file-upload-text: #212529;
}

[data-bs-theme="dark"] {
  --lx-header-bg: #262b3c;
  --lx-nav-op-bg: #344050;
  --lx-title-head-bg: #344050;
  --lx-table-head-bg: #32394e;
  --lx-sidebar-bg: #293042;
  --lx-striped-bg: #343a4b;
  --lx-body-bg: #222736;
  --lx-border-width: 0;
  --lx-card-bg: rgb(42, 48, 66);
  --lx-form-control-bg: #2e3446;
  --lx-input-append-bg: #414b6a;
  --lx-tab-border-color: #3a425a;
  --bs-form-control-disabled-bg: #353b4e !important;
  --lx-select-bg: #2a3042;
  --lx-select-form-control-bg: #2e3446;
  --lx-select-bg-highlighted: #32394e;
  --lx-select-multiple-bg: #414b6a;
  --lx-date-range-end-off: #8888;
  --lx-date-range-hover: #32394e;
  --bs-tooltip-bg: #000;
  --lx-glass-shadow: rgba(255, 255, 255, 0.2);
  --lx-chip-bg: #4b5571;
  --lx-btn-default-bg: #2b3042;
  --lx-btn-default-hover-bg: #242838;
  --lx-btn-default-active-bg: #2b3042;
  --lx-btn-default-disabled-bg: #323a52;
  --lx-btn-default-disabled-border-color: #495057;
  --lx-btn-default-disabled-color: #767676;
  --lx-bg-info-box: #2e3446;
  --lx-welcome-card-color: rgb(255, 255, 255);
  --lx-faded-crumb-bg: #333e60;
  --lx-loader-img: url(../../image/ajax-loader-dark.svg);
  --lx-readonly-img: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%236c757d'%3e%3cpath d='M264.3 181.8L355.7 90.35L485.7 220.3L409.9 296L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L264.3 181.8zM122.6 323.5L195.8 250.3L341.2 364.8L252.5 453.4C242.1 463.8 229.2 471.5 215.1 475.6L94.77 511C86.35 513.5 77.24 511.2 71.03 504.1C64.82 498.8 62.5 489.7 64.98 481.2L100.4 360.9C104.5 346.8 112.2 333.9 122.6 323.5L122.6 323.5zM426.7 19.32C451.7-5.677 492.3-5.677 517.3 19.32L556.7 58.75C581.7 83.74 581.7 124.3 556.7 149.3L508.3 197.7L378.3 67.72L426.7 19.32z'/%3e%3c/svg%3e");
  --lx-ticket-left-bg: rgba(85, 110, 230, 0.1);
  --lx-ticket-right-bg: #32394e;
  --lx-left-bg: #2a3042;
  --color13: #b8a0ff;
  --color15: rgb(151, 222, 255);
  --text-c-13: #ffda6a;
  --text-c-15: #000;
  --lx-border-color: #444b57;
  --lx-label-color: #8c98a4;
  --lx-readonly-bg-rgb: rgb(0, 17, 78);
  --lx-placeholder-color: #6c757d;
  --lx-draft-bg: #94aa2a42;
  --lx-file-upload-text: #adb5bd;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: var(--lx-body-bg) !important;
}

.bg-imgs {
  background-image: url(../../image/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  width: 100%;
}
.text-color-o {
  color: var(--bs-orange) !important;
}

.text-color-cost {
  color: #ff6407 !important;
}

.text-color-one {
  color: #712cf9 !important;
}

.text-maroon {
  color: maroon !important;
}

.text-color1 {
  color: var(--color1) !important;
}

.lic-sales,
.text-color2 {
  color: var(--color2) !important;
}

.lic-air,
.text-color3 {
  color: var(--color3) !important;
}

.lic-sea,
.text-color4 {
  color: var(--color4) !important;
}

.lic-land,
.text-color5 {
  color: var(--color5) !important;
}

.lic-General-Jobs,
.text-color6 {
  color: var(--color6) !important;
}

.text-color7 {
  color: var(--color7) !important;
}

.text-color8 {
  color: var(--color8) !important;
}

.text-color9 {
  color: var(--color9) !important;
}

.lic-Admin-Control-Panel,
.text-color10 {
  color: var(--color10) !important;
}

.text-color-1 {
  color: #ff4658 !important;
}

.text-color-2 {
  color: #8e33ff !important;
}

.text-color-3,
.text-color-4,
.text-color-5 {
  color: #4169e1 !important;
}

.text-color-normal {
  color: var(--bs-body-color) !important;
}

.text-bg-color1 {
  background-color: var(--color1) !important;
  color: #fff !important;
}

.text-bg-color2 {
  background-color: var(--color2) !important;
  color: #fff !important;
}

.text-bg-color3 {
  background-color: var(--color3) !important;
  color: #fff !important;
}

.text-bg-color4 {
  background-color: var(--color4) !important;
  color: #fff !important;
}

.text-bg-color5 {
  background-color: var(--color5) !important;
  color: #fff !important;
}

.text-bg-color6 {
  background-color: var(--color6) !important;
  color: #fff !important;
}

.text-bg-color7 {
  background-color: var(--color7) !important;
  color: #fff !important;
}

.text-bg-color8 {
  background-color: var(--color8) !important;
  color: #fff !important;
}

.text-bg-color9 {
  background-color: var(--color9) !important;
  color: #fff !important;
}

.text-bg-color10 {
  background-color: var(--color10) !important;
  color: #fff !important;
}

.border-color1 {
  border-color: var(--color1) !important;
}

.border-color2 {
  border-color: var(--color2) !important;
}

.border-color3 {
  border-color: var(--color3) !important;
}

.border-color4 {
  border-color: var(--color4) !important;
}

.border-color5 {
  border-color: var(--color5) !important;
}

.border-color6 {
  border-color: var(--color6) !important;
}

.border-lx-1 {
  --bs-border-color: #1b8855 !important;
}

.border-lx-2 {
  --bs-border-color: #ffc105 !important;
}

.border-lx-3 {
  --bs-border-color: #1270fd !important;
}

.border-lx-4,
.border-blueviolet {
  --bs-border-color: #5b47fb !important;
}

.border-lx-5,
.border-lightseagreen {
  --bs-border-color: #24b1b2 !important;
}

.border-Un-Assigned,
.border-UnAssigned {
  --bs-border-color: #230ab8 !important;
}

[data-label-text="UnAssigned"],
[data-label-text="Un-Assigned"] {
  color: #230ab8 !important;
}

[data-label-text="Assigned"] {
  color: var(--color2) !important;
}

[data-label-text="Booked"],
[data-label-text="Quoted"] {
  color: #bb44b0 !important;
}

[data-label-text="Won"] {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

[data-label-text="Lost"] {
  color: var(--bs-body-color) !important;
}

[data-label-text="Cancelled"] {
  color: var(--bs-gray-500) !important;
}

[data-label-text="Closed"] {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.nav-head {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.text-decoration-none,
.nav-head > a {
  outline: 0;
}

.app-logo {
  height: 30px;
}

.w-8px {
  width: 8px !important;
}

.w-40 {
  width: 40px !important;
}

.w-100px {
  width: 100px !important;
}

.w-200 {
  width: var(--lx-w-200);
}

.w-230 {
  width: 230px;
}

.w-300 {
  width: var(--lx-w-300);
}

.w-400 {
  width: 400px;
}

.w-130 {
  width: 130px;
}
.w-138 {
  width: 138px;
}
.w-150 {
  width: 150px !important;
}

.w-151 {
  width: 170px !important;
}

.w-170 {
  width: 170px;
}

.w-20 {
  width: var(--lx-ft-20);
}

.w-max {
  width: max-content !important;
}

.h-5 {
  height: 5px !important;
}

.h-3 {
  height: 3px !important;
}

.h-30 {
  height: 30px !important;
}

.h-200 {
  height: 200px;
}

.ft-1rem {
  font-size: var(--lx-ft-1);
}

.ft-10 {
  font-size: 10px !important;
}

.ft-12 {
  font-size: 12px !important;
}

.ft-14 {
  font-size: var(--lx-ft-14);
}

.ft-16 {
  font-size: 16px !important;
}

.ft-18 {
  font-size: 17px;
}

.ft-18 {
  font-size: 18px !important;
}

.ft-20 {
  font-size: var(--lx-ft-20);
}

.ft-24 {
  font-size: var(--lx-ft-24);
}

.ft-75 {
  font-size: 75% !important;
}

.ft-68 {
  font-size: 68% !important;
}

.b-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.main-content {
  padding: 4px;
  margin-left: 45px;
  margin-top: 45px;
  min-height: 100%;
}

.nav-option {
  background-color: var(--lx-nav-op-bg);
  margin: 2px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.nav-option > i {
  padding: 7px;
  line-height: 1;
}

.sidebar {
  position: fixed;
  top: 42px;
  left: 0;
  height: 100%;
  z-index: 9;
  max-width: 45px;
}

.sidebar-wrapper {
  max-width: 43px;
  min-width: 43px;
  height: 100%;
  position: relative;
  z-index: 1081;
  transition: all 0.3s;
  background-color: #0b1535;
}

.notify {
  position: absolute;
  background-color: #2c7be5;
  top: 3px;
  margin-left: 17px;
  font-size: 10px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  color: #fff;
  text-align: center;
}

.nt-body {
  background-color: var(--lx-bg-primary-light);
  margin-bottom: 5px;
  padding: 8px;
  border-radius: 6px;
}

.nt-all {
  background-color: #0b1535;
  margin: 8px;
  border-radius: var(--bs-border-radius);
}

.nt-all a {
  text-decoration: none;
  color: var(--bs-white);
}

.nt-no-data {
  background-image: url("data:image/png;base64,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");
  height: 100px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  background-color: var(--lx-header-bg);
}

.glass-shadow {
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem var(--lx-glass-shadow) !important;
  box-shadow: 0 0.5rem 0.5rem -0.5rem var(--lx-glass-shadow) !important;
}

.sidebar-menu {
  margin-bottom: 0;
}

.menu-heading {
  color: var(--bs-heading-color, inherit);
}

.sidebar-menu-item {
  color: var(--bs-body-color);
}

.sidebar-menu li a {
  color: #9698c3;
  padding: 5px 10px 5px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
  display: list-item;
  text-align: center;
  font-size: 19px;
  outline: 0;
}

.sidebar-menu li a:hover {
  color: #f5f5fa;
  transform: scale(1.1);
}

.sidebar .expanded-menus.active {
  width: 350px;
  left: 42px;
  transform: translate(0, 0);
}

.sidebar .expanded-menus {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: -139px;
  z-index: 2;
  width: 0;
  height: 100%;
  margin: 0;
  transition: ease-in-out 0.4s;
  background-color: var(--lx-sidebar-bg);
  transform: translate(-100%, 0);
  transition: all 0.4s;
}

.sidebar .expanded-menus .subnav {
  display: flex;
  justify-content: center;
}

.sidebar .expanded-menus .subnav {
  width: 100%;
  height: 100%;
}

.sidebar .expanded-menus .subnav .subnav-list-item {
  width: 100%;
  display: none;
  padding: 20px;
}

.sidebar .expanded-menus .subnav .subnav-list-item.active {
  display: block;
  overflow: auto;
}

.sidebar .expanded-menus .subnav .subnav-list-item ul {
  padding-bottom: 18px;
}

.sidebar .expanded-menus .subnav .subnav-list-item h2 {
  color: #18c2e2;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar .expanded-menus .subnav .subnav-list-item ul li {
  padding: 10px 0 0;
  line-height: 16px;
}

.sidebar .expanded-menus .subnav .subnav-list-item ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.expanded-ul li a.active,
.sidebar-menu li a.active {
  color: #f5d67b !important;
  text-decoration: none;
}

.breadcrumb > .breadcrumb-item {
  font-size: 80%;
}

.breadcrumb > .breadcrumb-item a {
  text-decoration: none;
  color: var(--bs-body-color);
  outline: 0;
}

.breadcrumb {
  text-decoration: none;
}

.logo-center > div > a {
  outline: 0;
}

.logo-center {
  position: absolute;
  left: 50%;
  margin-left: -50px !important;
  top: 7px;
}

.th-bg {
  background-color: rgba(0, 184, 217, 0.16) !important;
}

.th-bg-gray {
  background-color: var(--bs-table-striped-bg) !important;
}

.dataTables_filter,
.dataTables_length {
  display: none;
}

.fr-line-breaker,
.dataTables_processing.card,
.dataTables_wrapper .dataTables_processing {
  display: none !important;
}

.dataTables_processing.card,
.dataTables_processing > div {
  display: none !important;
}

#AssignPermissionTable thead tr th:first-child {
  width: 120px !important;
}

table .dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dataTable tbody tr td {
  padding: 5px;
}

.dataTable tbody tr th,
.dataTable tbody tr td,
.dataTable thead th,
.dataTable tfoot th,
.dataTable tfoot tr th {
  font-size: var(--lx-ft-14);
}

#accountLedgerList tfoot tr th {
  text-wrap: nowrap;
}

.dataTable tbody tr td form .form-group label:first-child {
  font-size: var(--lx-ft-14);
}

.dataTable tbody tr td form .form-check {
  font-size: 1rem;
}

.table-custom thead th:not(.no-action):first-child,
.dataTable thead th:not(.no-action):first-child {
  width: 2% !important;
}
#frmQuotationAirShipmentDetail,
#frmAddEditShipmentCargoDetail,
#frmAddEditVendorChequeReturn,
#frmAddEditVendorPayment,
#frmAddEditCustomerPayment,
#frmLogixQuotation,
#frmCustomizeLicenses,
#frmPickupDeliveryShipment,
#logoutForm,
#frmGainLoss,
#frmUnallocated,
#frmeditTwoFactorAuthentication,
#frmeditPassword,
#frmPreCarraigeByWaterWay,
#frmSendMail,
#frmAddEditCustomerReceipt,
#frmlogin,
#frmAddEditTaxLabel,
#frmPreCarraigeByTrain,
#frmPreCarraigeByRoad,
#frmAddEditShipmentContainer,
#frmAddEditChargeLineItem,
#frmAddEditWtbrks,
#frmAddEdit,
#frmAddEditOwnerShip,
#form0,
.dvEdit form,
table .dvEdit > .card > form,
table .dvEdit > .card table .dvEditFileType > .card {
  margin-bottom: 0 !important;
}

#img_contain,
table .dvEditFileType > .card,
table .dvEdit .card {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

#img_contain > img {
  height: 96px;
}

.table-custom tfoot tr th,
.table-custom thead tr th {
  font-size: var(--lx-ft-14);
  padding: 10px;
}

.table-custom tfoot tr th {
  padding: 5px !important;
}

.bg-light-2 {
  background-color: var(--lx-nav-op-bg);
  font-weight: bolder;
}

.table-custom tfoot tr td {
  padding: 5px;
  font-size: var(--lx-ft-14);
  font-weight: bolder;
}

.table-custom tbody tr td {
  padding: 5px;
  font-size: var(--lx-ft-14);
  vertical-align: middle;
}

.td-bg-subjecto td,
.td-bg-SubjectTo td {
  background: var(--color13) !important;
  box-shadow: inset 0 0 0 9999px var(--color13) !important;
  color: var(--text-c-15) !important;
}

.td-bg-Future td,
.td-bg-future td {
  background: var(--color16) !important;
  box-shadow: inset 0 0 0 9999px var(--color16) !important;
  color: var(--text-c-15) !important;
}

.td-bg-atactuals td,
.td-bg-AtActuals td {
  background: var(--color15) !important;
  box-shadow: inset 0 0 0 9999px var(--color15) !important;
  color: var(--text-c-15) !important;
}

.td-bg-error th,
.td-bg-error td,
.td-bg-inactive td {
  background-color: var(--bs-danger-bg-subtle);
  box-shadow: inset 0 0 0 9999px var(--bs-danger-bg-subtle) !important;
}

.td-bg-draft td {
  background-color: var(--lx-draft-bg);
  box-shadow: inset 0 0 0 9999px var(--lx-draft-bg) !important;
}

.td-bg-roll-up {
  background-color: var(--lx-roll-up) !important;
  box-shadow: inset 0 0 0 9999px var(--lx-roll-up) !important;
}

.btn-dark:not(.searchgo),
.btn-outline-dark:not(.searchgo) {
  --bs-btn-hover-bg: #009c95 !important;
  --bs-btn-active-border-color: #009c95 !important;
  --bs-btn-active-bg: #009c95 !important;
  --bs-btn-hover-border-color: #009c95 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 181, 173, 0.125) !important;
  --bs-btn-focus-shadow-rgb: 0, 181, 173 !important;
  --bs-btn-disabled-bg: #58beb9 !important;
  --bs-btn-disabled-border-color: #56bcb8 !important;
}

.btn-dark:not(.searchgo) {
  --bs-btn-bg: #00b5ad !important;
  --bs-btn-border-color: #00b5ad !important;
}

.btn-outline-dark:not(.searchgo) {
  --bs-btn-color: #00b5ad !important;
  --bs-btn-border-color: #00b5ad !important;
}

.btn-xs {
  --bs-btn-padding-y: 0.25rem !important;
  --bs-btn-padding-x: 0.5rem !important;
  --bs-btn-font-size: 0.75rem !important;
}

.btn-default {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-body-color) !important;
  --bs-btn-bg: var(--lx-btn-default-bg) !important;
  --bs-btn-border-color: var(--bs-border-color) !important;
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--lx-btn-default-hover-bg);
  --bs-btn-hover-border-color: var(
    --lx-btn-default-hover-border-color
  ) !important;
  --bs-btn-focus-shadow-rgb: var(--lx-btn-default-focus-shadow-rgb);
  --bs-btn-active-color: var(--lx-btn-default-active-color);
  --bs-btn-active-bg: var(--lx-btn-default-active-bg);
  --bs-btn-active-border-color: var(--lx-btn-default-active-border-color);
  --bs-btn-disabled-border-color: var(--lx-btn-default-disabled-border-color);
  --bs-btn-disabled-bg: var(--lx-btn-default-disabled-bg);
  --bs-btn-disabled-color: var(--lx-btn-default-disabled-color);
}

.btn-one {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white) !important;
  --bs-btn-bg: #712cf9 !important;
  --bs-btn-border-color: #712cf9;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: 112, 44, 249;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
  --bs-btn-disabled-border-color: #712cf9 !important;
  --bs-btn-disabled-bg: #712cf9 !important;
  --bs-btn-disabled-color: var(--bs-white);
}

.btn-outline-one {
  --bs-btn-color: #712cf9 !important;
  --bs-btn-border-color: #712cf9 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #6528e0 !important;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
  --bs-btn-focus-shadow-rgb: 112, 44, 249;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6528e0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #712cf9 !important;
  --bs-gradient: none;
}

.searchtext,
.inputsearch {
  padding-right: 26px !important;
}

.clearsearch,
.iconsearch {
  position: absolute;
  right: 50px;
  top: 8px;
  z-index: 5;
}

.lx-edit-show {
  z-index: var(--lx-z-1) !important;
  position: relative !important;
  transition: height 0.35s ease;
}

.backdrop-full {
  z-index: 1030 !important;
  top: 0 !important;
  visibility: visible !important;
  min-height: 100% !important;
}

.backdrop-full,
.backdrop {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 21, 32, 0.7);
  z-index: 40;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 1;
}

.searchinput-m {
  background-color: transparent;
  border: 0;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.searchinput-m:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.searchclear-mb,
.searchicon-mb {
  position: absolute;
  right: 10px;
  top: 12px;
}

.navbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 2;
}

.search-back {
  position: absolute;
  padding: 7px 10px;
}

.searchclear-sm,
.search-sm {
  top: 7px !important;
  font-size: var(--lx-ft-13);
}

.searchclear,
.searchicon {
  position: absolute;
  right: 10px;
  top: 8px;
}

input[type="checkbox"][data-type="FCL_Groupage"]:enabled:checked + label,
input[type="radio"][data-type="BarChart"]:enabled:checked + label,
input[type="radio"][data-type="FTL"]:enabled:checked + label,
input[type="checkbox"][data-type="FTL"]:enabled:checked + label,
input[type="radio"][data-type="Master"]:enabled:checked + label,
input[type="checkbox"][data-type="Master"]:enabled:checked + label,
input[type="radio"][data-type="FCL"]:enabled:checked + label,
input[type="checkbox"][data-type="FCL"]:enabled:checked + label,
input[type="radio"][data-type="Import"]:enabled:checked + label,
input[type="checkbox"][data-type="Import"]:enabled:checked + label {
  background-color: var(--color1);
  color: #fff;
  border-color: var(--color1);
}

input[type="radio"][data-type="FilterOrder"]:enabled:checked + label,
input[type="checkbox"][data-type="LCL_Groupage"]:enabled:checked + label,
input[type="radio"][data-type="FavoriteQuotes"]:enabled:checked + label,
input[type="checkbox"][data-type="FavoriteQuotes"]:enabled:checked + label,
input[type="radio"][data-type="Favorite_Quotes"]:enabled:checked + label,
input[type="checkbox"][data-type="Favorite_Quotes"]:enabled:checked + label,
input[type="radio"][data-type="LineChart"]:enabled:checked + label,
input[type="radio"][data-type="LTL"]:enabled:checked + label,
input[type="checkbox"][data-type="LTL"]:enabled:checked + label,
input[type="radio"][data-type="House"]:enabled:checked + label,
input[type="checkbox"][data-type="House"]:enabled:checked + label,
input[type="radio"][data-type="Follow"]:enabled:checked + label,
input[type="checkbox"][data-type="Follow"]:enabled:checked + label,
input[type="radio"][data-type="Follow_Up"]:enabled:checked + label,
input[type="checkbox"][data-type="Follow_Up"]:enabled:checked + label,
input[type="radio"][data-type="LCL"]:enabled:checked + label,
input[type="checkbox"][data-type="LCL"]:enabled:checked + label,
input[type="radio"][data-type="Export"]:enabled:checked + label,
input[type="checkbox"][data-type="Export"]:enabled:checked + label {
  background-color: var(--color2);
  color: #fff;
  border-color: var(--color2);
}

input[type="radio"][data-type="PieChart"]:enabled:checked + label,
input[type="radio"][data-type="Break_Bulk"]:enabled:checked + label,
input[type="checkbox"][data-type="Break_Bulk"]:enabled:checked + label,
input[type="radio"][data-type="Break-Bulk"]:enabled:checked + label,
input[type="checkbox"][data-type="Break-Bulk"]:enabled:checked + label,
input[type="radio"][data-type="CrossTrade"]:enabled:checked + label,
input[type="checkbox"][data-type="CrossTrade"]:enabled:checked + label,
input[type="radio"][data-type="Cross_Trade"]:enabled:checked + label,
input[type="checkbox"][data-type="Cross_Trade"]:enabled:checked + label,
input[type="radio"][data-type="Air"]:enabled:checked + label,
input[type="checkbox"][data-type="Air"]:enabled:checked + label {
  background-color: var(--color3);
  color: #fff;
  border-color: var(--color3);
}

input[type="checkbox"][data-type="RoRo_Groupage"]:enabled:checked + label,
input[type="radio"][data-type="FrequentQuotes"]:enabled:checked + label,
input[type="checkbox"][data-type="FrequentQuotes"]:enabled:checked + label,
input[type="radio"][data-type="Frequent_Quotes"]:enabled:checked + label,
input[type="checkbox"][data-type="Frequent_Quotes"]:enabled:checked + label,
input[type="radio"][data-type="RO_RO"]:enabled:checked + label,
input[type="checkbox"][data-type="RO_RO"]:enabled:checked + label,
input[type="radio"][data-type="Ro_Ro"]:enabled:checked + label,
input[type="checkbox"][data-type="Ro_Ro"]:enabled:checked + label,
input[type="radio"][data-type="RORO"]:enabled:checked + label,
input[type="checkbox"][data-type="RORO"]:enabled:checked + label,
input[type="radio"][data-type="Transhipment"]:enabled:checked + label,
input[type="checkbox"][data-type="Transhipment"]:enabled:checked + label,
input[type="radio"][data-type="Sea"]:enabled:checked + label,
input[type="checkbox"][data-type="Sea"]:enabled:checked + label {
  background-color: var(--color4);
  color: #fff;
  border-color: var(--color4);
}

input[type="radio"][data-type="Empty-Container"]:enabled:checked + label,
input[type="checkbox"][data-type="Empty-Container"]:enabled:checked + label,
input[type="radio"][data-type="Empty_Container"]:enabled:checked + label,
input[type="checkbox"][data-type="Empty_Container"]:enabled:checked + label,
input[type="radio"][data-type="CustomsClearance"]:enabled:checked + label,
input[type="checkbox"][data-type="CustomsClearance"]:enabled:checked + label,
input[type="radio"][data-type="Customs_Clearance"]:enabled:checked + label,
input[type="checkbox"][data-type="Customs_Clearance"]:enabled:checked + label,
input[type="radio"][data-type="Customs-Clearance"]:enabled:checked + label,
input[type="checkbox"][data-type="Customs-Clearance"]:enabled:checked + label,
input[type="radio"][data-type="Land"]:enabled:checked + label,
input[type="checkbox"][data-type="Land"]:enabled:checked + label {
  background-color: var(--color5);
  color: #fff;
  border-color: var(--color5);
}

input[type="radio"][data-type="Bulk-Solid"]:enabled:checked + label,
input[type="checkbox"][data-type="Bulk-Solid"]:enabled:checked + label,
input[type="radio"][data-type="Bulk_Solid"]:enabled:checked + label,
input[type="checkbox"][data-type="Bulk_Solid"]:enabled:checked + label,
input[type="radio"][data-type="Domestic"]:enabled:checked + label,
input[type="checkbox"][data-type="Domestic"]:enabled:checked + label,
input[type="radio"][data-type="GeneralJobs"]:enabled:checked + label,
input[type="checkbox"][data-type="GeneralJobs"]:enabled:checked + label,
input[type="radio"][data-type="General_Jobs"]:enabled:checked + label,
input[type="checkbox"][data-type="General_Jobs"]:enabled:checked + label,
input[type="radio"][data-type="General-Jobs"]:enabled:checked + label,
input[type="checkbox"][data-type="General-Jobs"]:enabled:checked + label {
  background-color: var(--color6);
  color: #fff;
  border-color: var(--color6);
}

input[type="radio"][data-type="Bulk_Liquid"]:enabled:checked + label,
input[type="checkbox"][data-type="Bulk_Liquid"]:enabled:checked + label,
input[type="radio"][data-type="Bulk_Liquid"]:enabled:checked + label,
input[type="checkbox"][data-type="Bulk_Liquid"]:enabled:checked + label {
  background-color: var(--color7);
  color: #fff;
  border-color: var(--color7);
}

input[type="radio"][data-type="Status_Open"]:enabled:checked + label,
input[type="radio"][data-type="Accepted"]:enabled:checked + label,
input[type="checkbox"][data-type="Accepted"]:enabled:checked + label {
  background-color: var(--color10);
  color: #fff;
  border-color: var(--color10);
}

input[type="radio"][data-type="Status_Close"]:enabled:checked + label,
input[type="radio"][data-type="Rejected"]:enabled:checked + label,
input[type="checkbox"][data-type="Rejected"]:enabled:checked + label {
  background-color: var(--color12);
  color: #fff;
  border-color: var(--color12);
}

input[type="radio"][data-type="Tablefilter"]:enabled:checked + label,
input[type="radio"][data-type="Paymethod"]:enabled:checked + label,
input[type="radio"][data-type="Allfilter"]:enabled:checked + label,
input[type="checkbox"][data-type="Allfilter"]:enabled:checked + label {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

input[type="radio"][data-type="Paymethod"]:checked + label .badge-dark {
  color: #212529;
  background-color: #f8f9fa;
}

.active-day {
  background-color: var(--bs-primary-text) !important;
  border-radius: 0.25rem;
}

.active-day > .div-data {
  color: #fff;
}

.day-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.day-check:active + .btn-default,
.day-check:checked + .btn-default {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-group > .day-check:first-child + .btn {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.pay-method > label {
  margin-bottom: 0;
}

#filterTop[style="pointer-events:none;"] > input,
#filterTop[style="pointer-events:none;"] > .btn,
[data-type="DateRange"][disabled],
.btn-check:disabled + .btn-default,
.btn-check[disabled] + .btn-default {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
  background-color: var(--lx-btn-default-disabled-bg) !important;
  cursor: not-allowed;
}

.head-ic > .vl > b > i.lx-Air,
.data-table-wrapper .table tbody tr th > i.lx-air,
.data-table-wrapper .table tbody tr th > i.lx-Air,
.data-table-wrapper .table > tbody > tr > td > .lx-air,
.data-table-wrapper .table > tbody > tr > td > .lx-Air:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-air:first-child {
  color: var(--color3);
}

.head-ic > .vl > b > i.lx-Sea,
.data-table-wrapper .table tbody tr th > i.lx-sea,
.data-table-wrapper .table tbody tr th > i.lx-Sea,
.data-table-wrapper .table > tbody > tr > td > .lx-sea,
.data-table-wrapper .table > tbody > tr > td > .lx-Sea:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-sea:first-child {
  color: var(--color4);
}

.head-ic > .vl > b > i.lx-Land,
.data-table-wrapper .table tbody tr th > i.lx-land,
.data-table-wrapper .table > tbody > tr > td > .lx-land,
.data-table-wrapper .table > tbody > tr > td > .lx-Land:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-land:first-child {
  color: var(--color5);
}

.head-ic > .vl > b > i.lx-General_Jobs,
.data-table-wrapper .table tbody tr th > i.lx-General_Jobs,
.data-table-wrapper .table > tbody > tr > td > .lx-GeneralJobs,
.data-table-wrapper .table > tbody > tr > td > .lx-General-Jobs,
.data-table-wrapper .table > tbody > tr > td > .lx-General_Jobs,
.data-table-wrapper .table > tbody > tr > td > .lx-GeneralJobs:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-General-Jobs:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-General_Jobs:first-child {
  color: var(--color6);
}

.head-ic > .vl > b > i.lx-import,
.data-table-wrapper .table tbody tr th > i.lx-import,
.data-table-wrapper .table > tbody > tr > td > .lx-LogiX-Control-Panel,
.data-table-wrapper
  .table
  > tbody
  > tr
  > td
  > .lx-LogiX-Control-Panel:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-import,
.data-table-wrapper .table > tbody > tr > td > .lx-import:first-child {
  color: var(--color1);
}

.head-ic > .vl > b > i.lx-export,
.data-table-wrapper .table tbody tr th > i.lx-export,
.data-table-wrapper .table > tbody > tr > td > .lx-Sales,
.data-table-wrapper .table > tbody > tr > td > .lx-Sales:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-export,
.data-table-wrapper .table > tbody > tr > td > .lx-export:first-child {
  color: var(--color2);
}

.head-ic > .vl > b > i.lx-Cross_Trade,
.data-table-wrapper .table tbody tr th > i.lx-Cross_Trade,
.data-table-wrapper .table tbody tr th > i.lx-cross_trade,
.data-table-wrapper .table tbody tr th > i.lx-crosstrade,
.data-table-wrapper .table > tbody > tr > td > .lx-Cross_Trade,
.data-table-wrapper .table > tbody > tr > td > .lx-cross_trade,
.data-table-wrapper .table > tbody > tr > td > .lx-crosstrade,
.data-table-wrapper .table > tbody > tr > td > .lx-Cross_Trade:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-crosstrade:first-child {
  color: var(--color3);
}

.head-ic > .vl > b > i.lx-transhipment,
.data-table-wrapper .table tbody tr th > i.lx-transhipment,
.data-table-wrapper .table > tbody > tr > td > .lx-transhipment,
.data-table-wrapper .table > tbody > tr > td > .lx-transhipment:first-child {
  color: var(--color4);
}

.head-ic > .vl > b > i.lx-Empty-Container,
.head-ic > .vl > b > i.lx-Empty_Container,
.head-ic > .vl > b > i.lx-Customs_Clearance,
.data-table-wrapper .table tbody tr th > i.lx-Empty-Container,
.data-table-wrapper .table tbody tr th > i.lx-Empty_Container,
.data-table-wrapper .table tbody tr th > i.lx-CustomsClearance,
.data-table-wrapper .table tbody tr th > i.lx-Customs-Clearance,
.data-table-wrapper .table tbody tr th > i.lx-Customs_Clearance,
.data-table-wrapper .table > tbody > tr > td > .lx-CustomsClearance,
.data-table-wrapper .table > tbody > tr > td > .lx-Customs-Clearance,
.data-table-wrapper .table > tbody > tr > td > .lx-Customs_Clearance,
.data-table-wrapper .table > tbody > tr > td > .lx-Empty_Container,
.data-table-wrapper .table > tbody > tr > td > .lx-Empty-Container:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-Empty_Container:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-CustomsClearance:first-child,
.data-table-wrapper
  .table
  > tbody
  > tr
  > td
  > .lx-Customs-Clearance:first-child,
.data-table-wrapper
  .table
  > tbody
  > tr
  > td
  > .lx-Customs_Clearance:first-child {
  color: var(--color5);
}

.head-ic > .vl > b > i.lx-Bulk-Solid,
.data-table-wrapper .table tbody tr th > i.lx-Bulk-Solid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk-Solid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk-Solid:first-child,
.head-ic > .vl > b > i.lx-Bulk_Solid,
.data-table-wrapper .table tbody tr th > i.lx-Bulk_Solid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk_Solid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk_Solid:first-child,
.head-ic > .vl > b > i.lx-Domestic,
.data-table-wrapper .table tbody tr th > i.lx-Domestic,
.data-table-wrapper .table > tbody > tr > td > .lx-Domestic,
.data-table-wrapper .table > tbody > tr > td > .lx-Domestic:first-child {
  color: var(--color6);
}

.head-ic > .vl > b > i.lx-Bulk-Liquid,
.data-table-wrapper .table tbody tr th > i.lx-Bulk-Liquid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk-Liquid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk-Liquid:first-child,
.head-ic > .vl > b > i.lx-Bulk_Liquid,
.data-table-wrapper .table tbody tr th > i.lx-Bulk_Liquid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk_Liquid,
.data-table-wrapper .table > tbody > tr > td > .lx-Bulk_Liquid:first-child {
  color: var(--color7);
}

.head-ic > .vl > b > i.lx-FCL,
.data-table-wrapper .table tbody tr th > i.lx-FCL,
.data-table-wrapper .table > tbody > tr > td > .lx-FCL_Groupage:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-FCL_Groupage,
.data-table-wrapper .table > tbody > tr > td > .lx-FTL,
.data-table-wrapper .table > tbody > tr > td > .lx-FCL,
.data-table-wrapper .table > tbody > tr > td > .lx-FTL:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-FCL:first-child {
  color: var(--color1);
}

.head-ic > .vl > b > i.lx-LCL,
.data-table-wrapper .table tbody tr th > i.lx-LCL,
.data-table-wrapper .table tbody tr th > i.lx-LCL_Groupage,
.data-table-wrapper .table > tbody > tr > td > .lx-LCL_Groupage:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-LCL_Groupage,
.data-table-wrapper .table > tbody > tr > td > .lx-LTL,
.data-table-wrapper .table > tbody > tr > td > .lx-LCL,
.data-table-wrapper .table > tbody > tr > td > .lx-LTL:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-LCL:first-child {
  color: var(--color2);
}

.head-ic > .vl > b > i.lx-Break_Bulk,
.data-table-wrapper .table tbody tr th > i.lx-BreakBulk,
.data-table-wrapper .table tbody tr th > i.lx-Break-Bulk,
.data-table-wrapper .table tbody tr th > i.lx-Break_Bulk,
.data-table-wrapper .table > tbody > tr > td > .lx-BreakBulk,
.data-table-wrapper .table > tbody > tr > td > .lx-Break-Bulk,
.data-table-wrapper .table > tbody > tr > td > .lx-Break_Bulk,
.data-table-wrapper .table > tbody > tr > td > .lx-BreakBulk:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-Break-Bulk:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-Break_Bulk:first-child {
  color: var(--color3);
}

.head-ic > .vl > b > i.lx-RO_RO,
.data-table-wrapper .table tbody tr th > i.lx-RO_RO,
.data-table-wrapper .table tbody tr th > i.lx-RORO,
.data-table-wrapper .table > tbody > tr > td > .lx-RoRo_Groupage:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-RoRo_Groupage,
.data-table-wrapper .table > tbody > tr > td > .lx-RORO,
.data-table-wrapper .table > tbody > tr > td > .lx-RO_RO,
.data-table-wrapper .table > tbody > tr > td > .lx-RORO:first-child,
.data-table-wrapper .table > tbody > tr > td > .lx-RO_RO:first-child {
  color: var(--color4);
}

.data-table-wrapper .table > tbody > tr > td > .lx-MASTER,
.data-table-wrapper .table > tbody > tr > td > .lx-MASTER:first-child {
  color: var(--color1);
}

.data-table-wrapper .table > tbody > tr > td > .lx-House,
.data-table-wrapper .table > tbody > tr > td > .lx-HOUSE,
.data-table-wrapper .table > tbody > tr > td > .lx-House:first-child {
  color: var(--color2);
}

.data-table-wrapper .table > tbody > tr > td > .lx-Admin-Control-Panel,
.data-table-wrapper
  .table
  > tbody
  > tr
  > td
  > .lx-Admin-Control-Panel:first-child {
  color: var(--color10);
}

.dataTables_wrapper thead tr th {
  text-align: left !important;
}

.permissionTable thead tr th:not(:first-child) {
  text-align: center !important;
}

.permissionTable tbody tr td:not(:first-child) {
  text-align: center;
}

.data-table-wrapper .table > tbody > tr > th > .lx-Follow_Up,
.data-table-wrapper .table > tbody > tr > td > .lx-Follow_Up,
.data-table-wrapper .table > tbody > tr > td > .lx-Follow_Up:first-child {
  color: var(--color2);
}

.data-table-wrapper .table > tbody > tr > th > .lx-Accepted,
.data-table-wrapper .table > tbody > tr > td > .lx-Accepted,
.data-table-wrapper .table > tbody > tr > td > .lx-Accepted:first-child {
  color: var(--color10);
}

.data-table-wrapper .table > tbody > tr > th > .lx-Rejected,
.data-table-wrapper .table > tbody > tr > td > .lx-Rejected,
.data-table-wrapper .table > tbody > tr > td > .lx-Rejected:first-child {
  color: var(--color12);
}

.data-table-wrapper .table > tbody > tr > td > i .lgx-star {
  margin-right: 0;
}

.data-table-wrapper .table > tbody > tr > td > i {
  margin-right: 5px;
}

.table-custom thead tr th,
.data-table-wrapper .table > thead {
  background-color: var(--lx-table-head-bg) !important;
  text-align: left !important;
}

table.dataTable.table-striped > tbody > tr.bg-l-p > * {
  transition-duration: 5s;
  box-shadow: inset 0 0 0 9999px rgba(16, 183, 89, 0.18) !important;
}

.bg-l-p {
  background-color: rgba(16, 183, 89, 0.18) !important;
}

.table-custom > tbody > tr:nth-child(even) {
  background-color: var(--lx-striped-bg);
}

.table-child td:nth-child(2),
.table-child td:first-child {
  border-color: gainsboro !important;
}

[data-bs-theme="dark"] .table-child td:first-child,
[data-bs-theme="dark"] .table-child td:nth-child(2) {
  border-color: dimgray !important;
}

.data-table-wrapper .table {
  width: 100% !important;
}

#emailListTable .form-check-input {
  font-size: 18px;
}

#emailListTable thead th:nth-child(-n + 3) {
  width: 3% !important;
}

.data-table-wrapper .table .btn > .form-check-input {
  margin-top: 0;
  font-size: 16px;
}

.o-x-dp {
  overflow-x: visible !important;
}

.o-i {
  overflow: inherit;
}

.o-x-i {
  overflow-x: inherit !important;
}

.table-quote-info {
  width: 100%;
}

.table-quote-info thead th p {
  font-weight: normal;
  font-size: 80%;
  margin-bottom: 0;
  white-space: nowrap;
}

.table-quote-info th,
.table-quote-info .table > thead > th,
.table-quote-info tbody > tr > td {
  padding: 2px 8px !important;
  border-left: 1px solid var(--bs-border-color) !important;
  vertical-align: top;
}

.table-quote-info tbody > tr > td b {
  font-size: var(--lx-ft-14);
  white-space: nowrap;
}

.table-quote-info tbody > tr > td:last-child b {
  white-space: inherit;
}

.vl {
  border-left: 1px solid var(--bs-border-color);
  padding: 2px 4px;
}

.vl:first-child {
  border-left: 0;
}

.vl > p {
  font-size: 13px;
  margin-bottom: 0;
  white-space: nowrap;
}

.vl > p > i {
  margin-right: 3px;
}

.vl > b {
  font-size: var(--lx-ft-14);
  white-space: nowrap;
}

#divVendorDetail .vl:has(> p:empty):has(> b:empty) {
  display: none;
}

.border-box-sm::before {
  margin-top: -11px !important;
  font-size: 14px !important;
}

.border-box::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  margin-top: -14px;
  margin-left: 17px;
  font-size: 16px;
  background-color: var(--lx-select-bg);
  color: var(--bs-body-color);
  padding: 0 5px;
}

.border-box-body {
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 1rem 0.5rem;
}

.info-grid p {
  font-size: var(--lx-ft-14);
  white-space: nowrap;
}

.info-grid span {
  font-size: var(--lx-ft-20);
  white-space: nowrap;
}

.bg-info-box {
  background-color: var(--lx-bg-info-box) !important;
}

.tab-line {
  border-bottom: 1px solid var(--bs-border-color);
}

.tab-line > nav {
  margin-bottom: -1px;
}

.bg-table-head {
  background-color: var(--lx-title-head-bg) !important;
  color: var(--bs-body-color);
}

.title-head {
  background-color: var(--lx-title-head-bg) !important;
  color: var(--bs-body-color);
  border: 0 !important;
}

.title-head > .card-body {
  padding: 5px 0 5px 0;
}

.title-head p {
  font-size: 80%;
  margin-bottom: 0;
}

.title-head b {
  font-size: var(--lx-ft-14);
}

.title-head .vl > p > i {
  margin-right: 3px;
}

.title-head .vl:last-child {
  border-right: 0;
}

.card-header > .nav-tabs .nav-link {
  color: var(--bs-body-color);
  font-size: 15px;
}

.card-header .nav-tabs .nav-link {
  border: none;
  transition: none;
}

.card-header > .nav-tabs .nav-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
}

.card-header > .nav-tabs .nav-link.active {
  color: #0d6efd;
  background-color: transparent;
  transition: width 0.3s ease 0s;
  outline: none;
}

.sub-nav-tabs .sub-nav-item .sub-nav-link.active {
  color: #0d6efd;
  background-color: transparent;
}

.sub-nav-tabs .sub-nav-item .sub-nav-link {
  color: var(--bs-body-color);
}

.c-h-nav-tabs {
  background-color: var(--lx-card-bg) !important;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.card-header > .nav-tabs {
  border-bottom: 0;
}

.card-header > .nav-tabs .nav-link::before {
  content: "";
  width: 0;
  height: 5px;
  background: #042893;
  transition: width 0.3s ease 0s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.card-header > .nav-tabs .nav-link.active::before {
  width: 100% !important;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}

.card-header > .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: width 0.3s ease 0s;
  position: relative;
  padding: 5px 10px 13px;
}

.sidebar-collapse {
  cursor: pointer;
}

.main-content {
  margin-left: 0;
  transition: margin-left 0.5s;
  transition: all 0.4s;
}

.sidebar-hide {
  transform: translate(-100%, 0);
  transition: all 0.4s;
}

.sidebar.sidebar-show {
  transform: translate(0, 0);
  transition: all 0.4s;
}

.sidebar {
  transform: translate(-100%, 0);
  transition: all 0.4s;
}

.main-content .sidebar-show {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-43 {
  margin-left: 43px;
}

.label-Bulk_Solid,
.label-Bulk-Solid,
.label-Bulk_Liquid,
.label-Bulk-Liquid,
.label-Empty-Container,
.label-Empty_Container,
.label-FCL_Groupage,
.label-LCL_Groupage,
.label-RoRo_Groupage,
.label-LTL,
.label-FTL,
.label-FCL,
.label-LCL,
.label-Break-Bulk,
.label-Break_Bulk,
.label-Ro_Ro,
.label-Land,
.label-Sea,
.label-Air,
.label-Import,
.label-export,
.label-CustomClearance,
.label-Customs-Clearance,
.label-Transhipment,
.label-Domestic,
.label-Customs_Clearance,
.label-CrossTrade,
.label-Cross_Trade,
.label-Cross-Trade,
.label-General-Jobs,
.label-General_Jobs,
.lx-h-label-air {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  line-height: 1.8;
  text-align: center;
  font-size: 25px;
}

.label-sm {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
}

.label-FTL,
.label-FCL_Groupage,
.label-Import,
.label-FCL {
  background-color: var(--lx-bg-soft-1);
  color: var(--color1);
}

.label-LTL,
.label-LCL_Groupage,
.label-export,
.label-LCL {
  background-color: var(--lx-bg-soft-2);
  color: var(--color2);
}

.lx-h-label-air,
.label-CrossTrade,
.label-Cross-Trade,
.label-Cross_Trade,
.label-Break_Bulk,
.label-Break-Bulk,
.label-Air {
  background-color: var(--lx-bg-soft-3);
  color: var(--color3);
}

.label-RoRo_Groupage,
.label-Ro_Ro,
.label-Transhipment,
.label-Sea {
  background-color: var(--lx-bg-soft-4);
  color: var(--color4);
}

.label-Empty-Container,
.label-Empty_Container,
.label-Land,
.label-CustomClearance,
.label-Customs-Clearance,
.label-Customs_Clearance {
  background-color: var(--lx-bg-soft-5);
  color: var(--color5);
}

.label-Bulk_Solid,
.label-Bulk-Solid,
.label-General-Jobs,
.label-General_Jobs,
.label-Domestic {
  background-color: var(--lx-bg-soft-6);
  color: var(--color6);
}

.label-Bulk_Liquid,
.label-Bulk-Liquid {
  background-color: var(--lx-bg-soft-7);
  color: var(--color7);
}

.card-header > .nav-tabs > .nav-item > .nav-link.show .card-header > .nav-tabs {
  overflow: none !important;
}

.card-header > .nav-tabs:not(.tab-drop),
.scroll-box {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.card-header > .nav-tabs::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar {
  display: none;
}

.card-header > .nav-tabs,
.scroll-box {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lx-none.form-control[readonly],
.lx-none.is-valid,
.form-control-sm[readonly].exchangeRate,
.form-control-sm[readonly].exchangeRate.is-valid {
  padding-right: 0.5rem !important;
  background-position: unset;
  background-image: none;
}

input[type="text"][name="days"].is-valid {
  padding: 0.375rem 0.75rem;
  background-image: none;
}

.lx-none.is-valid,
.lx-fc.is-valid {
  background-image: none !important;
}

.ic-curr-edit {
  text-align: right;
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 13px;
  z-index: 10;
  color: #7c8186;
}

.vl-textover {
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group > label:first-child {
  font-size: 85%;
  color: var(--lx-label-color);
}

.form-group {
  margin-bottom: 1rem;
}

.text-head,
.card-head {
  width: 100%;
  padding-left: 15px;
  border-bottom: 1px solid var(--bs-border-color);
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.card-head span {
  background: var(--bs-body-bg);
  padding: 0 10px;
}

.text-head span {
  background: var(--lx-card-bg);
  padding: 0 10px;
}

.switch {
  position: relative;
  display: block;
  width: 75px;
  height: calc(1.5em + 0.75rem + 4px);
}

.switch input[type="checkbox"],
.switch input {
  opacity: 0 !important;
}

.switch input[type="checkbox"][readonly] {
  pointer-events: none !important;
  cursor: not-allowed;
}

.switch input[type="checkbox"][readonly] + .sliders,
.switch input[disabled] + .sliders {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none !important;
}

.switch-sm {
  height: calc(1.5em + 0.7rem);
}

.sliders,
.sliders:before {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: var(--bs-border-radius) !important;
}

.sliders {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lx-chip-bg);
}

.sliders:before {
  content: "";
  height: 29px;
  width: 25px;
  left: 4px;
  bottom: 4px;
  background-color: var(--bs-white);
}

.sliders-sm:before {
  height: 23px;
}

input:checked + .sliders {
  background-color: #1f90d0;
}

input:checked + .sliders:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

input:checked + .slider-lg:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
}

.switch input:focus + .sliders-sm,
.switch input:focus + .sliders {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-radius: var(--bs-border-radius);
}

.ons {
  display: none;
}

.ons,
.offs {
  color: white;
  position: absolute;
  transform: translate(-34%, -34%);
  top: 34%;
  left: 30%;
  font-size: 16px;
}

input:checked + .sliders .ons {
  display: block;
}

input:checked + .sliders .offs {
  display: none;
}

.mob-search,
.logo-mobile {
  display: none;
}

.mb-search-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.v-ul-route {
  list-style: none;
}

.v-li-item:before {
  content: "\f111";
  font-family: "LogiX Free" !important;
  font-weight: 900 !important;
  color: var(--bs-body-color);
  font-size: 6px;
  margin-left: -4px;
  position: absolute;
  margin-top: -4px;
}

.v-li-item {
  border-left: 2px solid var(--bs-border-color);
}

.v-data {
  margin-left: 15px;
  padding-bottom: 10px;
}

.v-data p {
  font-size: 80%;
  margin-bottom: 0;
  white-space: nowrap;
}

.v-data b {
  font-size: var(--lx-ft-14);
  white-space: nowrap;
}

.v-icon {
  padding-bottom: 15px;
}

.v-lb {
  border-radius: 100%;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: var(--lx-ft-14);
  margin-left: -15px;
}

.v-ul-route > .v-li-item:last-child {
  border-color: transparent;
}

.ul-route {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

.li-item {
  width: auto;
}

.li-t,
.li-b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.li-b > .vl,
.li-h > .vl {
  border-left: 1px solid var(--bs-border-color);
}

.li-m {
  border-top: 2px solid var(--bs-border-color);
}

.li-h {
  height: 55px;
}

.li-b {
  padding-top: 15px;
}

.li-m > div {
  position: relative;
  margin-top: -20px;
  border-radius: 50%;
  float: right;
  margin-right: 15px;
}

.box-left-right-content .ul-route > .li-item .li-h > .vl {
  white-space: nowrap;
}

.ul-route > .li-item:last-child .li-m:before {
  line-height: 1;
  z-index: 1;
  right: 0;
  margin-top: -4px;
}

.v-li-circle:after,
.li-circle:after {
  margin-left: -3px;
  position: absolute;
  line-height: 2;
  z-index: 1;
}

.ul-route > .li-item:last-child .li-m:before,
.v-li-circle:after,
.li-circle:after {
  content: "\f111";
  font-family: "LogiX Free" !important;
  font-weight: 900 !important;
  color: var(--bs-body-color);
  font-size: 6px;
  position: absolute;
  z-index: 1;
}

.v-li-circle:after {
  margin-left: -4px !important;
}

.li-b p {
  font-size: 80%;
  margin-bottom: 0;
  white-space: nowrap;
}

.li-b p b {
  margin-left: 5px;
}

.lb-sm {
  border-radius: 50%;
  height: 28px;
  width: 30px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  float: right;
  margin-right: 15%;
  margin-top: 5px;
  line-height: 1.8;
}

.l-sea {
  background-color: var(--color4);
}

.l-waterway {
  background-color: #56ccf2;
}

.l-train {
  background-color: #eb5757;
}

.l-air {
  background-color: var(--color3);
}

.l-Road,
.l-land {
  background-color: var(--color5);
}

.l-waterway {
  background-color: #56ccf2;
}

.ul-route .li-item.Direct:last-child .li-m {
  display: none;
}

.tt-note {
  padding: 6px 12px;
  width: max-content;
  border-radius: 0 15px 0 0;
  font-size: 13px;
  display: flex;
  background-color: rgba(253, 126, 20, 0.18);
  color: #fd7e14;
  margin: 0 0 -8px -8px;
}

.ul-route li:first-child:nth-last-child(1),
.ul-route li:first-child:nth-last-child(2),
.ul-route li:first-child:nth-last-child(2) ~ li,
.ul-route li:first-child:nth-last-child(3),
.ul-route li:first-child:nth-last-child(3) ~ li,
.ul-route li:first-child:nth-last-child(4),
.ul-route li:first-child:nth-last-child(4) ~ li,
.ul-route li:first-child:nth-last-child(5),
.ul-route li:first-child:nth-last-child(5) ~ li,
.ul-route li:first-child:nth-last-child(6),
.ul-route li:first-child:nth-last-child(6) ~ li {
  width: 100%;
}

.box-left-right-content > .box-left-right-detail {
  overflow-x: hidden;
  padding: 0 5px;
}

.box-left-right .route-prev {
  left: 0;
}

.box-left-right .route-next {
  right: 0;
}

.box-left-right:hover .route-next {
  right: 0;
}

.box-left-right:hover .route-prev {
  left: 0;
}

.route-prev,
.route-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0.4rem;
  display: block;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(var(--bs-primary-rgb), 0.3);
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 5px;
}

.hide-button .route-prev,
.hide-button .route-next {
  display: none;
}

.li-item > div {
  position: relative;
}

.route-scroll-box {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}

.route-scroll-right,
.route-scroll-left {
  position: absolute;
  z-index: 1;
  background-color: var(--bs-purple);
  color: #fff;
  border: 0;
  padding: 10px 14px 10px 10px;
  line-height: 1;
  margin-top: 15px;
  cursor: pointer;
}

.route-scroll-left {
  left: 0;
  border-radius: 0 40px 40px 0;
  padding: 10px 14px 10px 10px;
}

.route-scroll-left:not(.bt-join) {
  left: -10px !important;
}

.route-scroll-right:not(.bt-join) {
  right: -10px !important;
}

.bt-join.route-scroll-left {
  left: 8px;
}

.bt-join.route-scroll-right {
  right: 8px !important;
}

.route-scroll-right {
  right: 0;
  border-radius: 40px 0 0 40px;
  padding: 10px 10px 10px 14px;
}

.route-scroll-right:not(.bt-join)::before {
  height: 0;
  width: 0;
  bottom: -10px;
  right: 0;
  border-top: 10px solid black;
  border-right: 10px solid transparent;
}

.route-scroll-left:not(.bt-join)::before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid black;
  border-left: 10px solid transparent;
}

.route-scroll-right:not(.bt-join)::before,
.route-scroll-right:not(.bt-join)::after,
.route-scroll-left:not(.bt-join)::before,
.route-scroll-left:not(.bt-join)::after {
  content: "";
  position: absolute;
}

.profile-banner {
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  background-image: linear-gradient(
    174.2deg,
    rgb(240, 246, 238) 7.1%,
    rgb(255, 244, 228) 67.4%
  );
}

.profile-img-thumb {
  position: absolute;
  top: 70px;
}

.user-detail-head {
  margin-left: 80px;
  line-height: 1.5;
}

.user-detail-head p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.upload-profile-img {
  position: relative;
}

.upload-profile-bt-upload {
  background-color: rgb(0, 0, 0, 0.3);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
}

.upload-profile-bt-upload > i {
  position: absolute;
  top: 50px;
}

.upload-profile-img:hover .upload-profile-bt-upload {
  opacity: 1;
}

.upload-profile-bt-upload > .avatar-edit > #imageUpload,
.upload-file {
  height: 120px;
  width: 120px;
  opacity: 0;
  cursor: pointer;
}

.upload-profile-bt-remove {
  background-color: #ededed;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  right: 0;
  position: relative;
  top: -31px;
  float: right;
  border: 3px solid #fff;
  cursor: pointer;
  color: #000;
}

.upload-profile-bt > .avatar-edit > #imageUpload,
.upload-file {
  position: absolute;
  left: -2px;
  opacity: 0.5;
  opacity: 0;
  cursor: pointer;
  height: 35px;
  width: 35px;
  cursor: pointer;
  top: 0;
}

.circle-40,
.circle-50,
.circle {
  text-align: center;
  border-radius: 100%;
  line-height: 2;
}

.circle-30 {
  height: var(--lx-h-30);
  width: var(--lx-w-30);
  font-size: var(--lx-ft-14);
}

.circle-40 {
  height: var(--lx-h-40);
  width: var(--lx-w-40);
  font-size: 18px;
}

.circle-50 {
  height: var(--lx-h-50);
  width: var(--lx-w-50);
  font-size: var(--lx-ft-24);
}

.card-bg-primary {
  background-color: rgba(1, 104, 250, 0.15);
}

.circle-primary {
  background-color: rgba(1, 104, 250, 0.15);
  color: #0168fa;
}

.card-bg-warning {
  background-color: rgba(253, 126, 20, 0.18);
}

.circle-warning {
  background-color: rgba(253, 126, 20, 0.18);
  color: #fd7e14;
}

.card-bg-success {
  background-color: rgba(16, 183, 89, 0.18);
}

.circle-success {
  background-color: rgba(16, 183, 89, 0.18);
  color: #10b759;
}

.card-bg-danger {
  background-color: rgba(255, 0, 0, 0.18);
}

.circle-danger {
  background-color: rgba(255, 0, 0, 0.18);
  color: var(--bs-danger);
}

.card-bg-indigo {
  background-color: rgba(91, 71, 251, 0.18);
}

.circle-indigo {
  background-color: rgba(91, 71, 251, 0.18);
  color: #5b47fb;
}

.card-bg-info {
  background-color: rgba(13, 202, 240, 0.18);
}

.circle-info {
  background-color: rgba(13, 202, 240, 0.18);
  color: #0dcaf0;
}

.card-bg-dark {
  background-color: rgb(229, 231, 235);
}

.circle-light {
  color: var(--lx-nav-op-bg);
  background-color: #000;
}

.circle-dark {
  background-color: rgb(229, 231, 235);
  color: rgb(0, 0, 0);
}
.circle-cyan {
  background-color: rgba(0, 204, 204, 0.18);
  color: rgb(0, 204, 204);
}

.text-purple {
  color: var(--bs-purple) !important;
}

.bg-purple {
  background-color: var(--bs-purple) !important;
}

.nav-pills-profile .nav-link.active {
  color: #0f6fec !important;
  background-color: rgba(15, 111, 236, 0.1) !important;
}

.nav-pills-profile .nav-link {
  margin: 6px 3px;
  color: var(--bs-body-color);
  outline: 0;
}

.toggle-passwords {
  cursor: pointer;
}

.list-group-user-info li {
  list-style: none;
}

.list-group-user-info .list-detail {
  margin-left: 9px;
  padding: 5px;
}

.list-group-user-info .list-detail small {
  font-size: var(--lx-ft-13);
}

.list-group-user-info .list-detail p {
  margin-bottom: 0;
  font-size: var(--lx-ft-14);
  font-weight: 600;
}

.lic-remove .remove-img {
  background-color: transparent !important;
}

.remove-img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  background-color: #eee !important;
  margin: 5px;
}

.info-box-3:before,
.info-box-2:before,
.info-box-1:before {
  font-family: "LogiX Free" !important;
  font-weight: 900 !important;
  content: "\f0c8";
  margin-right: 3px;
}

.info-box-1:before {
  color: var(--color15);
}

.info-box-2:before {
  color: var(--color13);
}

.info-box-3:before {
  color: var(--color16);
}

.info-box-1 + p,
.info-box-2 + p,
.info-box-3 + p {
  font-size: 15px;
}

.br-b {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.data-filter-div {
  background: var(--lx-bg-primary-light);
  border-radius: 12px;
  margin-right: 0.25rem;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  padding: 0 5px;
}

.div-data {
  font-family: Segoe UI;
  font-size: 12px !important;
  line-height: 16px;
  align-items: center;
  padding: 6px;
  color: var(--bs-body-color);
  white-space: nowrap;
}

.div-remove {
  padding: 6px;
  font-size: var(--lx-ft-14);
  line-height: 16px;
  color: var(--bs-body-color);
  cursor: pointer;
}

.d-f-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex !important;
}

.buy-sel-fil {
  list-style: none;
  padding: 0.5rem;
  margin-bottom: 0;
}

.list-more {
  transform: scaleY(1) !important;
  width: 100% !important;
  transition: all 0.6s !important;
  display: list-item !important;
}

.two li > div:nth-child(odd) {
  float: left;
  width: 50%;
}

.two li > div:nth-child(even) {
  float: right;
  width: 50%;
}

.buy-sel-fil li:nth-of-type(1n + 5) {
  display: none;
}

.buy-sel-fil li p {
  font-weight: 600;
  margin-bottom: 10px;
}

.add-more {
  float: right;
  background-color: var(--lx-nav-op-bg);
  padding: 5px 10px;
  border-radius: 12px 0 0 12px;
  font-size: var(--lx-ft-14);
  cursor: pointer;
  width: 65px;
}

.add-more-left {
  float: left;
  background-color: rgba(16, 183, 89, 0.18);
  color: #10b759;
  padding: 7px 12px;
  border-radius: 0 12px 12px 0;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
  outline: 0;
}

.add-more-left a {
  text-decoration: none;
  color: #10b759;
  outline: 0;
  padding: 7px 12px;
}

.form-check-input-lg {
  height: 22px !important;
  width: 22px !important;
}

.tooltip-head {
  display: flex;
  line-height: 1;
  font-size: var(--lx-ft-14);
  text-align: left;
}

.tooltip-head i {
  margin-right: 5px;
  font-size: var(--lx-ft-14);
}

.tooltip-head h6 {
  font-size: var(--lx-ft-14);
  font-weight: 600;
}

.tooltip-body p {
  font-size: var(--lx-ft-14);
  text-align: left;
  white-space: pre-wrap;
}

.head-search {
  display: flex;
  margin: 3px;
  position: relative;
  transition: all 0.5s;
  background-color: var(--lx-nav-op-bg);
  border-radius: 20px;
}

.head-search > input {
  position: absolute;
  z-index: 10;
  border-color: transparent !important;
  width: 0;
  height: 30px;
  padding-right: 0;
  background-color: var(--lx-nav-op-bg);
  transition: width 0.5s;
  font-size: var(--lx-ft-14);
  right: 11px;
  -webkit-transition: 250ms;
  transition: 250ms;
  visibility: hidden;
  padding-left: 10px;
  border-radius: 20px;
  color: var(--bs-body-color);
}

.head-search > input:focus {
  outline: 0;
  box-shadow: none;
}

.head-search-bt {
  background-color: var(--lx-nav-op-bg);
  border-radius: 20px;
  height: 30px;
  width: 30px;
  padding: 2px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.head-search-open .head-search-bt {
  border-radius: 0 20px 20px 0;
}

.head-search-open > input {
  border-radius: 20px 0 0 20px;
}

.head-search-clear {
  display: none;
}

.lx-theme {
  text-align: center;
  padding: 10px 20px;
  font-size: 35px;
  border-radius: 20px;
  max-width: 105px;
  display: block;
  outline: 0;
}

.lx-theme {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.lx-theme::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 20px;
}

.lx-bg-color1::before {
  background-color: var(--color1);
}

.lx-bg-color2::before {
  background-color: var(--color2);
}

.lx-bg-color3::before {
  background-color: var(--color3);
}

.lx-bg-color4::before {
  background-color: var(--color4);
}

.lx-bg-color5::before {
  background-color: var(--color5);
}

.lx-bg-color6::before {
  background-color: var(--color6);
}

.lx-bg-color7::before {
  background-color: var(--color7);
}

.lx-bg-color8::before {
  background-color: var(--color8);
}

.lx-bg-color9::before {
  background-color: var(--color9);
}

.lx-bg-color10::before {
  background-color: var(--color10);
}

.lx-theme:hover > div > i {
  color: #fff !important;
}

.lx-theme:hover::before,
.lx-theme:focus::before,
.lx-theme:active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 20px;
  color: #fff;
}

.lx-theme:focus > div,
.lx-theme:active > div {
  color: #fff !important;
}

.lx-bg-color1 {
  background-color: var(--lx-bg-soft-1) !important;
  color: var(--color1);
}

.lx-bg-color2 {
  background-color: var(--lx-bg-soft-2);
  color: var(--color2);
}

.lx-bg-color3 {
  background-color: var(--lx-bg-soft-3);
  color: var(--color3);
}

.lx-bg-color4 {
  background-color: var(--lx-bg-soft-4);
  color: var(--color4);
}

.lx-bg-color5 {
  background-color: var(--lx-bg-soft-5);
  color: var(--color5);
}

.lx-bg-color6 {
  background-color: var(--lx-bg-soft-6);
  color: var(--color6);
}

.lx-bg-color7 {
  background-color: var(--lx-bg-soft-7);
  color: var(--color7);
}

.lx-bg-color8 {
  background-color: var(--lx-bg-soft-8);
  color: var(--color8);
}

.lx-bg-color9 {
  background-color: var(--lx-bg-soft-9);
  color: var(--color9);
}

.lx-bg-color10 {
  background-color: var(--lx-bg-soft-10);
  color: var(--color10);
}

.app-menu {
  flex-wrap: wrap;
}

.app-menu > li > p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-menu-item {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 5px;
  cursor: pointer;
}

#tree ul,
#flex-tree-check ul {
  list-style: none;
}

[data-color="royalblue"],
.flex-tree [data-color="royalblue"] {
  color: #4169e1 !important;
}

.flex-tree [data-color="black"] {
  color: #000 !important;
}

[data-color="maroon"],
.flex-tree [data-color="maroon"] {
  color: #8e33ff !important;
}

[data-color="red"],
.flex-tree [data-color="red"] {
  color: #ff4658 !important;
}
[data-color="maroon"],
[data-color="royalblue"],
[data-color="red"] {
  font-weight: normal !important;
  font-size: 17px !important;
}
.flex-tree [data-edit-type="InlineEdit"] {
  cursor: auto;
}

.text-blue {
  color: blue;
}

#flex-tree-check ul li {
  padding-bottom: 4px;
  padding-top: 4px;
}

.table-col-clear,
.table-col-search {
  position: absolute;
  right: 0;
  margin: 4px 1px;
  padding: 0 4px;
  font-size: 15px;
  border: 0;
  background-color: transparent;
  color: var(--bs-body-color);
  line-height: 1.5;
  z-index: 3;
}

.table-col-search {
  border-left: 1px solid var(--bs-border-color) !important;
}

.table-col-clear:focus,
.table-col-search:focus {
  outline: 0 !important;
  background-color: #00bac7 !important;
  margin-right: 4px !important;
  color: var(--bs-body-bg) !important;
  border-radius: var(--bs-border-radius-sm) !important;
  border: none !important;
  height: 22px;
}

.table-col-search:focus i {
  font-size: 12px;
}

.filter-row > td > .input-group {
  z-index: 0 !important;
}

.table-col-search:focus > .table-col-clear,
.table-col-search:focus > .table-col-search {
  z-index: 2 !important;
}

.table-col-text {
  padding-right: 30px !important;
  height: 30px;
}

.table-col-text:focus {
  font-size: 10px;
}

.table-col-clear {
  right: 25px;
  display: none;
}

.input-group > .form-control:focus,
.input-group > .form-control:focus .table-col-search,
.input-group > .form-control:focus .table-col-clear {
  z-index: 1 !important;
}

[data-p-val]:not([data-p-val=""]),
.table-col-text:not(:placeholder-shown),
.table-col-text:not(:empty) {
  /* background-color: rgba(253, 242, 226,1); */
  background-color: rgba(0, 186, 199, 0.3);
  border-color: rgba(0, 186, 199, 0.12);
  /* background-color: rgba(10, 88, 202, .30); */
}

.welcome-card {
  text-align: center;
  padding: 20px;
  border-radius: 30px !important;
  color: var(--lx-welcome-card-color);
  outline: 0;
}

.welcome-card i {
  font-size: 40px;
}

.welcome-card .card-body {
  padding: 0;
  outline: 0;
}

.welcome-card p {
  font-size: var(--lx-ft-17);
}

.welcome-card {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 30px;
}

.welcome-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b1535;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.welcome-card:hover::before,
.welcome-card:focus::before,
.welcome-card:active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.welcome-card:hover {
  color: #f5d67b;
}

.welcome-card:focus > div,
.welcome-card:active > div {
  color: #f5d67b !important;
}

.bg-b {
  background-color: rgba(13, 126, 177, 0.19) !important;
}

.bg-dark-b {
  background-color: #005075;
  height: 100%;
}

.v-bt:after {
  content: none !important;
}

#temaCard > .list-item-card {
  margin-bottom: -1px;
}

.team-table tbody tr td:first-child {
  width: 2%;
}

.team-table tbody tr td {
  vertical-align: middle;
}

.info-br {
  border: 1px solid #f2c94c;
}

.l-bg-gr {
  background-color: rgba(16, 183, 89, 0.18) !important;
}

.ad-bg-rd {
  background-color: #f8d7da !important;
}

.ic-fit {
  width: 22px;
  text-align: left;
}

#allocation_ExchangeRate,
input[type="number"][data-type="filt-gr"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"][data-type="filt-gr"]::-webkit-inner-spin-button,
input[type="number"][data-type="filt-gr"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

button.btn.btn-default.bt-edit {
  background-color: #fff;
}

.ed-text {
  border-bottom: dashed 1px var(--bs-primary);
  padding-bottom: 2px;
  cursor: pointer;
}

.remove-file,
.pointer {
  cursor: pointer;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
  cursor: pointer;
}

.rating-stars ul > li.star disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.rating-stars ul > li.star > i.lgx {
  font-size: 27px;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.lgx,
.rating-stars ul > li.star.selected > i.lgx {
  color: #ffcc36;
  cursor: pointer;
}

.star-disabled,
#star_Rating li[disabled],
#star_Rating li[disabled] i.lgx {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.ListBox,
.from-panel,
.to-panel {
  height: 400px !important;
}

@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.placeholder-paragraph .line {
  position: relative;
  width: 87%;
  margin: 20px 0;
}

.placeholder-paragraph-header .line {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.loader-circle,
.placeholder-paragraph-header::before,
.placeholder-paragraph-header::after,
.placeholder-paragraph .line,
.placeholder-paragraph .line::before,
.placeholder-paragraph .line::after {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #f4f5f8;
  background: linear-gradient(to right, #e3e7ed 8%, #cdd4e0 18%, #e3e7ed 33%);
  background-size: 800px 10px;
  height: 8px;
}

.placeholder-paragraph-header::before,
.placeholder-paragraph-header::after,
.placeholder-paragraph .line::before,
.placeholder-paragraph .line::after {
  content: "";
  position: absolute;
  left: 0;
}

.loader-circle {
  width: 50px;
  height: 50px;
  background-color: #eee;
  border-radius: 50%;
}

.nav-view {
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border-radius: var(--bs-border-radius);
}

.nav-view li {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  position: relative;
  display: block;
  float: left;
}

.nav-view li > span {
  padding: 5px 10px 5px 10px;
}

.nav-view li:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid var(--lx-faded-crumb-bg);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.nav-view li:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid var(--bs-border-color);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.nav-view li:not(:last-child)::after {
  border-left: 10px solid var(--lx-faded-crumb-bg);
}

.nav-view li:last-child {
  border-radius: var(--bs-border-radius);
}

.current {
  background-color: #2980b9 !important;
  color: #fff !important;
}

.current:after {
  border-left: 10px solid #2980b9 !important;
}

.faded-crumb:after {
  border-left: 10px solid #d9edf7;
}

.faded-crumb {
  background: var(--lx-faded-crumb-bg);
  color: #95a5a6;
}

#pagination > .page-item.disabled {
  pointer-events: none;
}

#pagination > .page-item {
  color: #007bff;
  cursor: pointer;
}

.quotes-table {
  font-size: 80%;
  margin-bottom: 0 !important;
}

.quotes-table tr td {
  padding: 0.5rem !important;
}

.quotes-table tr td:last-child {
  text-align: right;
}

.quotes-table-2 tr td:last-child {
  text-align: center;
}

.quotes-table-2 tbody tr:last-child,
.quotes-table tbody tr:last-child {
  border-bottom: 0 transparent;
}

.bg-tab-g,
.bg-tab-b,
.bg-tab-r {
  padding: 3px 12px 3px 6px;
  border-radius: 0.25rem 0 0;
  color: #000;
}

.bg-tab-g {
  background: linear-gradient(220deg, transparent 10px, #6fcf97 10px);
}

.bg-tab-b {
  background: linear-gradient(220deg, transparent 10px, #56ccf2 10px);
}

.bg-tab-r {
  background: linear-gradient(220deg, transparent 10px, #f19090 10px);
}

.trip-sheet-data > div:first-child {
  width: 50px;
  text-align: center;
}

.trip-sheet-data > div {
  align-self: center;
}

.input-validation-error {
  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);
}

.field-validation-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.roll-up-list > li > .custom-checkbox {
  margin-bottom: 0;
}

.gp {
  position: relative;
  margin: -5px;
  border-right: 20px solid transparent;
  top: 16px;
  margin-right: 0;
}

.attach-file-control-bg {
  background-color: rgba(16, 183, 89, 0.18) !important;
}

.attach-remove {
  background-color: rgba(183, 16, 16, 0.18);
  padding: 5px 0;
  border-radius: 0 10px 10px 0;
  font-size: 12px;
}

.attach-remove > a {
  color: #ea868f !important;
  padding: 12px;
}

.attach-name {
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 10px 0 0 10px;
  background-color: rgba(16, 183, 89, 0.18);
  color: #10b759;
}

.attach-name-r {
  border-radius: 10px;
  font-weight: bold;
  margin: 2px;
}

.attach-body {
  margin: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-group > .btn > .form-check-input {
  margin-top: 0;
}

card {
  width: 100%;
}

.btn:disabled > .form-check-input {
  pointer-events: none !important;
  filter: none !important;
  opacity: 0.5 !important;
  background-color: var(--lx-btn-default-disabled-bg) !important;
  color: var(--bs-btn-disabled-color) !important;
}

.form-check-input:disabled {
  pointer-events: none !important;
  filter: none !important;
  opacity: 0.5 !important;
  background-color: var(--lx-btn-default-disabled-bg) !important;
  border-color: var(--lx-border-color) !important;
}

.btn:disabled i,
.btn:disabled .lgx-trash {
  color: var(--bs-btn-disabled-color) !important;
}

.dropdown-item.disabled {
  opacity: 0.5;
}

.btn-default.disabled > .lgx-edit,
.btn-default.disabled > .lgx-trash {
  color: var(--bs-btn-disabled-color) !important;
  pointer-events: none;
}

.dropdown-item.disabled > .lgx-trash {
  color: var(--bs-dropdown-link-disabled-color) !important;
}

#ticketsTable tbody tr td,
#openticketTable tbody tr td {
  padding: 0;
  padding-bottom: 4px;
}

#inquiryList tbody tr td.dataTables_empty,
#helpTable tbody tr td.dataTables_empty,
#openticketTable tbody tr td.dataTables_empty,
#ticketsTable tbody tr td.dataTables_empty {
  padding: 1.25rem !important;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.filter-row > td {
  padding: 4px !important;
}

.msg {
  padding: 8px 12px 8px 12px;
  background: #f1faff;
  color: #00a3ff;
  border-radius: 8px;
}

.ticket-option {
  display: flex;
}

.ticket-list.disabled > .ticket-options {
  color: rgba(172, 172, 172, 0.6);
}

.ticket-list.disabled {
  pointer-events: none;
  opacity: 0.65;
  filter: none;
  background-color: var(--lx-btn-default-disabled-bg);
}

.ticket-options {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 2;
  color: var(--bs-body-color);
}

.ticket-list {
  padding: 5px 15px 5px;
}

.ticket-option-bg {
  background-color: beige;
}

.avtar-ticket {
  height: 35px;
  width: 35px;
  border-radius: 100%;
}

.avtar-ticket-q {
  border-radius: var(--bs-border-radius);
}

.ticket-reply-left {
  display: flex;
  float: left;
  align-items: flex-end;
}

.ticket-reply-right {
  display: flex;
  float: right;
  align-items: flex-end;
}

.ticket-reply-left > .ticket-body {
  margin-left: 5px;
  border-radius: 20px 20px 20px 5px;
}

.ticket-reply-right > .ticket-body {
  background-color: var(--lx-ticket-right-bg);
  margin-right: 5px;
  border-radius: 20px 20px 5px 20px;
}

.ticket-reply-list {
  list-style: none;
  padding: 0;
}

.ticket-reply-list > li {
  width: 100%;
}

.ticket-body {
  padding: 8px 12px 8px 12px;
  background-color: var(--lx-ticket-left-bg);
  margin-top: 1rem;
  font-size: 15px;
}

.avtar-ticket ~ .ticket-q {
  margin-left: 5px;
}

.ticket-tenants,
.ticket-date-time {
  font-size: 12px;
  margin: 2px;
  text-align: right;
}

.ticket-title {
  color: #0168fa;
  font-size: 15px;
}

.ticket-des {
  margin-bottom: 0;
  font-size: var(--lx-ft-14);
}

.ticket-q {
  padding: 10px;
  border-radius: var(--bs-border-radius);
  background-color: rgba(145, 158, 171, 0.16);
  width: 100%;
}

.ticket-tenants b::before {
  content: "\2022\00A0";
}

.ticket-date-time b::before {
  content: "\2014\00A0";
}

.ticket-attach {
  border-radius: 5px;
  font-size: 12px;
  width: max-content;
  margin-top: 5px;
  cursor: pointer;
  margin-right: 5px;
  display: flex;
  margin-bottom: 8px;
}

.ticket-circle-icon {
  background-color: #246fff;
  padding: 6px 8px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  color: #fff;
}

.ticket-url {
  background-color: rgba(1, 104, 250, 0.15);
  padding: 6px 8px;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

.ticket-attach > a {
  text-decoration: none !important;
  cursor: pointer;
}

.ticket-attach-link {
  cursor: default;
}

.typing {
  align-items: center;
  display: flex;
  height: 17px;
}

.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: var(--bs-bg-primary);
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}

.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0);
    background-color: #0168fa;
  }

  28% {
    transform: translateY(-7px);
    background-color: #0168fa;
  }

  44% {
    transform: translateY(0);
    background-color: #0168fa;
  }
}

#ui-id-2,
#ui-id-1 {
  position: fixed;
  z-index: 9999;
}

.ui-widget.ui-widget-content {
  z-index: var(--lx-z-1);
}

.search-label {
  font-size: var(--lx-ft-14);
}

.externalLink {
  font-size: 12px;
  white-space: pre-wrap;
  word-break: break-all;
}

.search-link {
  color: var(--bs-body-color-rgb) !important;
  text-decoration: none;
  font-size: 80%;
}

.recently-head {
  cursor: default;
  background-color: rgba(145, 158, 171, 0.16);
  padding: 2px;
  text-align: center;
  font-size: smaller;
}

.dropdown-table tr td {
  padding: 1px 10px;
}

#notificationList thead tr th {
  border: 1px solid var(--bs-border-color);
}

#notificationList tbody tr td {
  padding: 2px 0 0;
}

#notificationList tbody tr td.dataTables_empty {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  padding: 15px;
}

.searchinput-m:focus,
.tb-in-ed:read-only:focus {
  outline: 0;
}

.tb-in-ed:not(:read-only):focus,
.tb-in-ed:not(:read-only):hover {
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tb-in-ed {
  background-color: var(--bs-form-control-bg);
  color: var(--bs-body-color);
  width: 100%;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  padding: 6px 3px;
}

.tb-in-ed[readonly] {
  background-color: var(--bs-secondary-bg-subtle);
}

.tb-in-ed:disabled {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
}

.form-control-plaintext-total {
  background-color: transparent !important;
  font-weight: bold;
  border: 0;
}

.reportview-main {
  background-color: var(--lx-card-bg);
  border-radius: var(--bs-border-radius);
}

.loaders,
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s linear;
}

.loaderImage {
  z-index: 10000 !important;
  opacity: 1;
  background: var(--lx-loader-img);
  background-repeat: no-repeat;
  background-position: center;
}

.logixDatepicker .input-group-text .lgx-calendar-alt,
.logixDateTimePicker .input-group-text .lgx-calendar-alt {
  cursor: pointer;
}

.alert-info,
.alert-success,
.alert-danger {
  border: 0 !important;
}

.alert-success .vl:not(:first-child) {
  border-left: 1px solid var(--bs-success-border-subtle);
}

.success-msg {
  background-color: var(--bs-success-border-subtle);
}

.form-control[readonly] {
  padding-right: calc(1.5em + 0.75rem) !important;
  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);
  background-image: var(--lx-readonly-img);
  background-color: rgba(var(--lx-readonly-bg-rgb), 0.05);
  box-shadow: none !important;
  pointer-events: none !important;
  border-color: var(--lx-border-color) !important;
}

.form-control[readonly].is-valid {
  padding-right: 2.5rem !important;
  background-position: right 0.75rem center, center right 2.25rem;
  background-image: var(--lx-readonly-img);
}

.account-left-section {
  background-color: var(--lx-left-bg);
}

.tb-logo {
  height: 20px;
  margin-right: 0.25rem;
}

.is-divider-vertical {
  display: block;
  flex: none;
  width: auto;
  height: auto;
  padding: 2rem;
  margin: 0;
  position: relative;
  border-top: none;
  min-height: 2rem;
}

.is-divider {
  display: block;
  position: relative;
  border-top: 1px solid var(--bs-border-color);
  height: 0.1rem;
  margin: 1rem 0;
  text-align: center;
}

.is-divider[data-content]::after,
.is-divider-vertical[data-content]::after {
  background: var(--lx-card-bg);
  content: attr(data-content);
  display: inline-block;
  font-size: 15px;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.3rem);
  -ms-transform: translateY(-1.3rem);
  transform: translateY(-1.3rem);
  text-align: center;
}

.border-dash {
  border: dashed var(--bs-border-width) var(--bs-border-color) !important;
}

.border-dash-dark {
  border: dashed var(--bs-border-width) var(--bs-border-color) !important;
}

.divider-left {
  display: flex;
  align-items: center;
  position: relative;
}

.divider-left::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #aaa;
  margin-left: 10px;
}

.divider-left::before {
  content: attr(data-content);
  margin-right: 10px;
}

.track-trace-tb,
#seaShipmentList {
  table-layout: fixed;
}

#chargeLineItemTable tbody tr td:nth-child(2):hover {
  cursor: move;
}

.img-container img {
  max-width: 100%;
}

#CommonModal .modal-content {
  width: 100%;
}

.cropper-crop-box {
  background-color: white;
}

.pac-container {
  background-color: var(--lx-select-bg);
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--bs-border-color);
  outline: 0;
  box-shadow: none;
  z-index: 1031;
}

.pac-item {
  color: var(--bs-body-color);
  border-top: 0 solid var(--bs-border-color);
}

.pac-item-query {
  font-size: 13px;
  color: var(--bs-body-color);
}

.pac-item:hover {
  background-color: var(--lx-select-bg-highlighted);
}

.pac-item-selected,
.pac-item-selected:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.pac-item-selected {
  background-color: var(--bs-primary);
  color: #fff;
}

.pac-item-selected > .pac-item-query {
  color: #fff;
}

.tb-ar::after {
  content: "\1F852";
  margin: 20px;
  font-size: 22px;
}

#customerInvoiceLists > tbody > tr > td:nth-child(-n + 9) {
  background-color: var(--bs-secondary-bg);
  vertical-align: middle;
}

#customerInvoiceLists > thead > tr > th:nth-child(-n + 5) {
  width: 2% !important;
}

.progress-item {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 0;
  animation: 0.4s ease-out reverse;
}

.progress-item::after {
  content: attr(data-value);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  margin: 5px;
  border-radius: 50%;
  background: var(--lx-card-bg);
  font-size: 12px;
  text-align: center;
}

.progress-item-50 {
  width: 50px;
  height: 50px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--bs-form-control-bg) inset !important;
  -webkit-text-fill-color: var(--bs-body-color) !important;
  caret-color: var(--bs-body-color);
}

.btn-loading.is-loading .btn-loading-spinner {
  width: 1rem;
  margin-left: 0;
  opacity: 1;
}

.btn-loading {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.btn-loading-spinner {
  margin-right: 1rem;
  margin-left: -2rem;
  opacity: 0;
  transition: margin 0.15s, opacity 0.15s, border 0.15s;
}

.btn-loading {
  position: relative;
  overflow: hidden;
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #008cf5;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #008cf5;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}

.load-complete .checkmark {
  display: block;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 19px;
  width: 8px;
  transform-origin: left top;
  border-right: 3px solid #008cf5;
  border-top: 3px solid #008cf5;
  content: "";
  left: 4px;
  top: 9px;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 8px;
    opacity: 1;
  }

  40% {
    height: 10px;
    width: 8px;
    opacity: 1;
  }

  100% {
    height: 19px;
    width: 8px;
    opacity: 1;
  }
}

@keyframes wipe-in-down {
  from {
    clip-path: inset(0 0 100% 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.lx-in-wipe-down {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-down both;
}

@keyframes wipe-in-left {
  from {
    clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.lx-wipe-in-left {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-left both;
}

@keyframes wipe-in-right {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.lx-wipe-in-right {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-right both;
}

@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }

  to {
    clip-path: circle(125%);
  }
}

.lx-circle-in-center {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-center both;
}

@keyframes flip {
  0% {
    transform: rotateY(-180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.lx-flip-one {
  animation-name: flip;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-2086px, 0, 0);
  }
}

.lx-slide {
  animation: slide 14s linear infinite;
}

.slide-img {
  display: none;
}

.slide-img > img,
.slide-img.active-slide {
  display: block;
  height: 320px;
  width: 100%;
}

.image-name-header {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin: 5px;
  margin-bottom: 5px;
  padding: 8px;
  margin-bottom: 0;
  border-radius: 10px;
  bottom: 10px;
  font-size: 12px;
}

.data-table-wrapper > .table thead th {
  background-color: var(--lx-table-head-bg);
}

.drag-drop-file {
  outline: 2px dashed var(--bs-border-color);
}

.drag-drop-file-single input,
.drag-drop-file input {
  padding: 50px 0 85px 5%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.drag-drop-file-single {
  width: 100%;
}

.drag-drop-file-single,
.drag-drop-file {
  position: relative;
}

.drag-drop-file-single::before,
.drag-drop-file-single::after,
.drag-drop-file:before,
.drag-drop-file:after {
  position: absolute;
  display: block;
  margin: 0 auto;
  pointer-events: none;
  left: 0;
}

.drag-drop-file-single::after,
.drag-drop-file:after {
  top: 30px;
  width: 50px;
  right: 0;
  height: 50px;
  content: "\e09a";
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "logix";
  font-size: 45px;
  color: var(--bs-info);
}

.color input {
  background-color: #f1f1f1;
}

.drag-drop-file-single::before,
.drag-drop-file:before {
  bottom: 10px;
  width: 100%;
  right: 0;
  height: 57px;
  content: "Drag & Drop files or Click to Upload";
  /*content: "Click to Upload Or \A Drag & Drop one File at a time";*/
  color: var(--lx-file-upload-text);
  font-weight: 600;
  text-align: center;
  white-space: pre;
  font-size: 15px;
}

.remove-file.disabled,
.drag-drop-file.disabled {
  background-color: var(--bs-form-control-disabled-bg);
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
  color: var(--bs-nav-link-disabled-color);
}

.remove-file.disabled > i,
.drag-drop-file:has(input[type="file"]:disabled)::before,
.drag-drop-file:has(input[type="file"]:disabled)::after {
  color: var(--lx-btn-default-disabled-color) !important;
  cursor: not-allowed;
}

.drag-drop-file input[type="file"][disabled] {
  pointer-events: none;
}

.remove-file {
  background-color: rgba(241, 0, 117, 0.18);
  padding: 10px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 1;
  text-align: center;
}

textarea::-ms-input-placeholder,
textarea::placeholder {
  color: var(--lx-placeholder-color) !important;
  opacity: 0.1;
}

#GeneralInstructions::placeholder,
#OtherRestrictions::placeholder,
#CargoRestrictions::placeholder {
  color: var(--bs-secondary-bg-rgb) !important;
  opacity: 0.3;
}

.lx-drop-title {
  background-color: transparent;
  border: 0;
}

.lx-drop-title > h5 {
  margin-bottom: 0;
  border: 1px solid var(--bs-border-color);
  width: max-content;
  padding-bottom: 5px;
  padding: 0.375rem 0.75rem;
  border-radius: var(--bs-border-radius);
}
.lx-drop-title > h5::after {
  content: "\f0d7";
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
  padding-left: 5px;
}

.lx-drop-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.table-parent-end th:first-child,
.table-parent th:first-child {
  cursor: pointer;
}

.table-parent {
  font-size: var(--lx-ft-14);
}

.table-parent-end th:first-child::after,
.table-parent th:first-child:before {
  content: "\f13a";
}

.show-child.table-parent-end th:first-child::after,
.show-child.table-parent th:first-child:before {
  content: "\f139";
}

.table-parent-end th:first-child::after,
.show-child.table-parent-end th:first-child::after,
.table-parent th:first-child:before,
.show-child.table-parent th:first-child:before {
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
  padding-right: 5px;
}

.table-parent-end th:first-child::after,
.show-child.table-parent-end th:first-child::after {
  float: right;
  padding-right: 0;
}

.table-parent-end:has(.show-child) .table-child {
  display: table-row !important;
  background-color: red;
}
/* .table-parent.show-child {
    background-color: var(--bs-link-hover-color);
    color: var(--bs-white);
} */

.table-child {
  display: none;
}

table thead .table-sort::before,
table thead .table-sort::after {
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
}

.table thead > tr > th.table-sort {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

.table thead > tr > th.table-sort::before {
  bottom: 50%;
  content: "\f106";
}

.table thead > tr > th.table-sort::after {
  top: 50%;
  content: "\f107";
}

.table > thead > tr > th.table-sort::before,
.table > thead > tr > th.table-sort::after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

.table thead > tr > th.table-sort.asc:before,
.table thead > tr > th.table-sort.desc:after {
  opacity: 0.6;
}

.table-collapsed tbody > tr > th,
.table-collapsed tbody > tr > td {
  padding: 5px !important;
}

.c-none,
.form-control[readonly],
.form-control[readonly]:focus,
.logixDatepicker > input[readonly="readonly"]:focus,
.logixDatepicker > input[readonly="readonly"]:focus {
  pointer-events: none;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  background-color: rgba(var(--lx-readonly-bg-rgb), 0.05);
}

.logixInlineEdit > p:empty {
  min-height: calc(
    1.5em + 0.1rem + calc(var(--bs-border-width) * 2)
  ) !important;
}

.form-check-input:disabled {
  background-color: var(--lx-btn-default-disabled-bg);
}

.sortableColumn > i.lgx-grip-vertical {
  cursor: move;
}

.btn-close {
  --bs-btn-close-opacity: 1 !important;
  --bs-btn-close-hover-opacity: 1 !important;
}

.tree-tb-collapse td:first-child {
  cursor: pointer;
}

.tree-tb-collapse td:first-child::before {
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
}

.tree-tb-collapse td:first-child::before {
  content: "\f13a";
  margin-right: 3px;
  color: var(--bs-body-color);
}

.tree-tb-child {
  display: none;
}

.tree-tb-up td:first-child::before {
  content: "\f139";
}

#trialBalance thead tr th:nth-child(n + 1) {
  width: 15% !important;
}

#trialBalance thead tr th:first-child {
  width: 40% !important;
}

.lx-date-range {
  cursor: pointer;
  white-space: nowrap !important;
}

.lx-date-range::before,
.lx-date-range::after {
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
}

.lx-date-range::before {
  content: "\f073";
  float: left;
  padding-right: 4px;
}

.lx-date-range::after {
  content: "\f0d7";
  float: right;
  padding-left: 4px;
}

.input-p {
  padding: 0.375rem 0.75rem;
}

.opacity-2 {
  opacity: 0.2;
}

.input-group > input[type="text"]#ExchangeRateVal,
.input-group > input[type="text"]#ExchangeRate,
.input-group > input[type="text"]#Vendor_ExchangeRate,
#CustomerExchangCurrency,
#vendorExchangCurrency,
#ExchangeCurrency {
  min-width: 40%;
  max-width: 40%;
}

.tree-tb-collapse > td:nth-child(n + 2) {
  pointer-events: none;
}

.lx-align {
  text-align: justify;
  text-justify: inter-word;
}

.tenants-logo > div,
.tenants-logo > img {
  border-radius: 0 !important;
}

.line-2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-20 {
  height: 20px;
  width: 20px;
  border-radius: var(--bs-border-radius);
}

.plan-table thead th:nth-child(n + 3) {
  width: 15%;
}

.plan-table thead th:nth-child(4),
.plan-table thead th:first-child {
  width: 5%;
  white-space: nowrap;
}

.plan-table-head td {
  background-color: rgba(124, 77, 255, 0.082) !important;
  color: rgb(124, 77, 255) !important;
}

.table-total tbody tr td:nth-child(n + 2) {
  text-align: right;
}

.Logix_Cloud_ERPbody,
.email-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.trade-badge-2,
.bill-badge-3 {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.trade-badge-4,
.bill-badge-6 {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.trade-badge-6,
.bill-badge-12 {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.trade-badge-8 {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

[data-css="mail-center"] {
  margin-left: 50px;
}

#filterTop > input,
#filterTop[style="pointer-events:none;"] > input,
#filterTop[style="pointer-events:none;"] > .btn {
  border-color: var(--bs-border-color);
}

#drag-area .card > .card-header {
  cursor: move;
}

#drag-area .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.chart-box {
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  height: 270px;
}

[dominant-baseline="central"][fill="#333"],
[dominant-baseline="central"]:not([text-anchor="start"]) {
  fill: var(--bs-body-color);
}

.canvas-container {
  height: 50vh;
  position: relative;
}

.card-move > i {
  padding-right: 5px;
}

.file-upload-box {
  height: 183px;
  overflow-x: auto;
  border: 1px solid var(--bs-border-color);
}

.file-upload-box-1 .text-info,
.file-upload-box .text-info {
  color: maroon !important;
  font-weight: bold;
  font-size: 14px;
}

.dash-head-card {
  border: solid 2px var(--bs-border-color) !important;
  overflow: hidden;
}

.t-g-6 tr td:nth-child(3n + 2) {
  width: 13%;
}

.t-g-6 tr {
  vertical-align: middle;
}

.open-shipmen-table tbody tr td {
  width: 50%;
}

.h-50px {
  height: var(--lx-h-50) !important;
}

.table-b-none tfoot tr:last-child,
.table-b-none tbody tr:last-child {
  border-bottom: none;
}

.table-b-none thead tr:first-child,
.table-b-none tbody tr:first-child {
  border-top: none;
}

.table-b-none tbody tr td:last-child,
.table-b-none tbody tr td:first-child {
  border: none;
}

.table-b-none tfoot tr th:first-child,
.table-b-none thead tr th:first-child {
  border-left: none;
}

.table-b-none tfoot tr th:last-child,
.table-b-none thead tr th:last-child {
  border-right: none;
}

.lic-card {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.lic-card .picture {
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

.lic-card .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.lic-card:hover .picture::before {
  height: 100%;
}

.lic-card .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lic-card .picture .div-ic {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  color: #fff;
}

.lic-card:hover .picture .div-ic {
  box-shadow: 0 0 0 10px var(--lx-card-bg);
  transform: scale(0.7);
}

.div-ic {
  height: 60px;
  width: 60px;
  line-height: 2.5;
  font-size: 24px;
}

.lic-card-content p {
  margin-bottom: 15px;
  font-size: 14px;
}

.lic-card-content h5 {
  font-size: 16px;
  font-weight: 600;
}

.short-head {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 5px 10px;
  margin: 0px -3px 5px -3px;
  font-size: 14px;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.short-head-item {
  background-color: var(--bs-primary-text);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
}

.short-head-item::before {
  content: "\f005";
  font-family: "LogiX Free" !important;
  font-weight: 900 !important;
  color: var(--bs-body-color);
  font-size: 10px;
  margin-right: 2px;
  color: #fff;
}

input[type="checkbox"][name="shortcut"]:enabled:checked
  + label
  .lgx-regular::before {
  font-weight: 600;
  color: var(--bs-warning);
  cursor: pointer;
}

.short-head:empty {
  display: none;
}

.table-2-end tbody tr:last-child {
  border-bottom: 0 transparent;
}

.table-2-end tbody tr td:nth-child(3),
.table-2-end tbody tr td:nth-child(2) {
  text-align: end;
}

.tab-op > li > a.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.in-card {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: 0 !important;
  margin-bottom: 0.25rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

.in-card:hover .in-op,
.in-card:hover {
  cursor: move;
  display: block;
}

#completedInquiry > .in-card:hover {
  cursor: not-allowed;
}

.in-op {
  display: none;
}

.in-new-box > .card-header {
  background-color: var(--bs-primary-bg-subtle);
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.in-progress-box > .card-header {
  background-color: var(--bs-warning-bg-subtle);
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.in-complate-box > .card-header {
  background-color: var(--bs-success-bg-subtle);
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.in-new-box,
.in-progress-box,
.in-complate-box {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  height: 100% !important;
}

.load-more-inquiry::after {
  content: "\f078";
  display: flex;
  justify-content: center;
  font-family: var(--lgx-style-family, "LogiX Free");
  font-weight: var(--lgx-style, 900);
  background-color: var(--bs-primary);
  width: 30px;
  margin: auto;
  height: 30px;
  line-height: 2;
  color: #fff;
  border-radius: 100%;
  font-size: 15px;
}

#inquiryList tbody > tr > td {
  padding-bottom: 0;
}

.img-logo {
  height: 150px !important;
  width: 100% !important;
}

.col-group-1 {
  background-color: #c5d8fb !important;
  box-shadow: #c5d8fb !important;
}

.col-group-2 {
  background-color: #e7cccc !important;
  box-shadow: #e7cccc !important;
}

.col-group-3 {
  background-color: #e5d9f2 !important;
  box-shadow: #e5d9f2 !important;
}

.bt-edit-inline {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  font-size: 13px;
  color: var(--bs-body-color);
}

.single-attach-drop {
  height: 230px;
  border: dashed 2px var(--bs-border-color);
  padding: 10px;
}

.single-attach-drop .input-group:has(.is-invalid) ~ .invalid-feedback {
  display: block !important;
  background-color: #007bff;
}

.form-group.has-error > .single-attach-drop {
  border-color: var(--bs-danger);
}

.form-group.has-error .field-validation-valid {
  display: block !important;
}

.in-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}

html[data-bs-theme="dark"] .col-group-1:not(th),
html[data-bs-theme="dark"] .col-group-2:not(th),
html[data-bs-theme="dark"] .col-group-3:not(th) {
  color: var(--bs-black);
}

.dash-head-card-wrapper:hover .dash-head-card-check {
  display: block;
  cursor: pointer;
}

.dash-head-card-label {
  border-radius: var(--bs-card-border-radius);
  cursor: pointer;
}

.dash-head-card-check:checked {
  display: block;
}

.dash-head-card-check:checked + .dash-head-card-label {
  --bs-border-color: var(--bs-primary) !important;
}

.dash-head-card-check {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  cursor: pointer;
}

[data-label-count]::after {
  content: attr(data-label-count);
  display: block;
  margin-left: 17px;
  color: var(--bs-body-color);
  padding: 0 5px;
  float: right;
}

.table-wrapper-sticky {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 60vh;
  margin-bottom: 5px;
}

.thead-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.lx-border-0 {
  border-top: 0 solid transparent !important;
}

.lx-head-bg-1 {
  background-color: var(--lx-bg-soft-6);
  color: var(--color6);
}

.lx-head-bg-2 {
  background-color: var(--lx-bg-soft-5);
  color: var(--color5);
}

.lx-head-bg-3 {
  background-color: var(--lx-bg-soft-4);
  color: var(--color4);
}

.lx-head-bg-1,
.lx-head-bg-3,
.lx-head-bg-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  font-weight: 700;
}

#viewtabdata .lx-head-bg-1,
#viewtabdata .lx-head-bg-2,
#viewtabdata .lx-head-bg-3 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.tagContainer {
  border-radius: var(--bs-border-radius);
  border: var(--bs-border-width) solid var(--lx-border-color);
  width: 100%;
}

.is-tag-invalid {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.tagContainer.disabled {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
}

.tagContainer .numberInput {
  flex: 1 1 auto;
  width: auto !important;
}

.logixDatepicker input[type="text"]:disabled + .input-group-text:last-child,
[data-picker="month-year"]
  input[type="text"]:disabled
  + .input-group-text:last-child {
  pointer-events: none !important;
}

.tab-thumb {
  position: relative;
  display: flex;
  align-items: center;
}

.tab-thumb > .tab-title {
  padding-right: 27px !important;
}

.tab-thumb .btn-close {
  position: absolute;
  right: 0;
  font-size: 11px;
  padding-right: 10px;
}

.tab-thumb .btn-close:focus {
  box-shadow: none;
}

.head-chart {
  font-size: 1.2rem !important;
  font-weight: 600;
  border-left: 4px solid var(--bs-purple);
  padding-left: 5px;
  margin-bottom: 20px;
}

.table-50 tbody tr td {
  width: 50%;
}

.search-row {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bt-sticky.sticky-bottom.pb-2,
.row.sticky-bottom.pb-2 {
  z-index: 1 !important;
}
.p-40 {
  padding: 40px;
}
.table-tree tbody tr td.fw-bold,
.table-tree tbody tr td.fw-bold span {
  font-weight: normal !important;
  font-size: 17px !important;
}
.table-tree tbody tr td {
  font-weight: normal !important;
  font-size: 16px !important;
}
.fr-box.fr-basic .fr-element {
  padding: 0px !important;
}
.info-card {
  height: 100% !important;
  border-left: 5px var(--bs-border-style) var(--bs-orange) !important;
}
.info-card-top {
  border-top: 5px solid var(--bs-success-rgb) !important;
}
.label-text {
  display: none;
}

.text-info-1 {
  color: var(--bs-danger) !important;
}

.list-inline > .list-inline-item:not(:last-child) {
  margin: 0 2px 4px 0 !important;
}

.flag-icon.flag-icon- {
  display: none !important;
}
[data-module-code^="KP"]::after,
[data-module-code="KPIM"]::after,
[data-module-code="KPJPR"]::after {
  content: " (Free)";
  font-size: 0.875em;
}

.profile-head {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 99px;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  background-image: linear-gradient(174.2deg, rgb(240, 246, 238) 7.1%, rgb(255, 244, 228) 67.4%);
}

.lx-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.maintenance {
  position: relative;
  text-align: center;
  padding: 3rem;
  font-family: 'Segoe UI', sans-serif;
}

.maintenance::before {
  content: "";
  display: block;
  width: 400px;
  height: 200px;
  margin: 0 auto 2rem auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/png;base64,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mYsABKG54gVvQQAEQAAEQAAEQAAEQAAEQEAZAQhCZShhCARAAARAAARAAARAAARAAATMRQCC0FzxgrcgAAIgAAIgAAIgAAIgAAIgoIwABKEylDAEAiAAAiAAAiAAAiAAAiAAAuYiAEFornjBWxAAARAAARAAARAAARAAARBQRgCCUBlKGAIBEAABEAABEAABEAABEAABcxGAIDRXvOAtCIAACIAACIAACIAACIAACCgjAEGoDCUMgQAIgAAIgAAIgAAIgAAIgIC5CEAQmite8BYEQAAEQAAEQAAEQAAEQAAElBGAIFSGEoZAAARAAARAAARAAARAAARAwFwEIAjNFS94CwIgAAIgAAIgAAIgAAIgAALKCEAQKkMJQyAAAiAAAiAAAiAAAiAAAiBgLgIQhOaKF7wFARAAARAAARAAARAAARAAAWUEIAiVoYQhEAABEAABEAABEAABEAABEDAXAQhCc8UL3oIACIAACIAACIAACIAACICAMgIQhMpQwhAIgAAIgAAIgAAIgAAIgAAImIsABKG54gVvQQAEQAAEQAAEQAAEQAAEQEAZAQhCZShhCARAAARAAARAAARAAARAAATMRQCC0FzxgrcgAAIgAAIgAAIgAAIgAAIgoIwABKEylDAEAiAAAiAAAiAAAiAAAiAAAuYiAEFornjBWxAAARAAARAAARAAARAAARBQRgCCUBlKGAIBEAABEAABEAABEAABEAABcxGAIDRXvOAtCIAACIAACIAACIAACIAACCgjAEGoDCUMgQAIgAAIgAAIgAAIgAAIgIC5CEAQmite8BYEQAAEQAAEQAAEQAAEQAAElBGAIFSGEoZAAARAAARAAARAAARAAARAwFwEIAjNFS94CwIgAAIgAAIgAAIgAAIgAALKCEAQKkMJQyAAAiAAAiAAAiAAAiAAAiBgLgIQhOaKF7wFARAAARAAARAAARAAARAAAWUEIAiVoYQhEAABEAABEAABEAABEAABEDAXAQhCc8UL3oIACIAACIAACIAACIAACICAMgIQhMpQwhAIgAAIgAAIgAAIgAAIgAAImIsABKG54gVvQQAEQAAEQAAEQAAEQAAEQEAZAQhCZShhCARAAARAAARAAARAAARAAATMRQCC0FzxgrcgAAIgAAIgAAIgAAIgAAIgoIwABKEylDAEAiAAAiAAAiAAAiAAAiAAAuYiAEFornjBWxAAARAAARAAARAAARAAARBQRgCCUBlKGAIBEAABEAABEAABEAABEAABcxGAIDRXvOAtCIAACIAACIAACIAACIAACCgjAEGoDCUMgQAIgAAIgAAIgAAIgAAIgIC5CEAQmite8BYEQAAEQAAEQAAEQAAEQAAElBGAIFSGEoZAAARAAARAAARAAARAAARAwFwEIAjNFS94CwIgAAIgAAIgAAIgAAIgAALKCPw/JYOJRdO603sAAAAASUVORK5CYII=");
}

.maintenance::after {
  content: "Site Under Construction\AThe service you're looking for is unavailable at the moment.\A We are working on it to get back soon!";
  display: block;
  white-space: pre-line;
  font-size: 1.2rem;
  font-weight: 600;
}

html[dir="rtl"] .lgx-arrow-left::before {
  content: "\f061";
}

html[dir="rtl"] [type="tel"],
html[dir="rtl"] [type="url"],
html[dir="rtl"] [type="email"],
html[dir="rtl"] [type="number"] {
  direction: rtl;
}

.lgx{font-family:var(--lgx-style-family,"LogiX Free");font-weight:var(--lgx-style,900)}.lgx,.lgx-classic,.lgx-sharp,.lgxr,.lgx-solid,.lgxr,.lgx-regular,.lgxb,.lgx-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--lgx-display,inline-block);font-style:normal;font-variant:normal;line-height:unset;text-rendering:auto}.lgxr,.lgx-classic,.lgx-solid,.lgxr,.lgx-regular{font-family:'LogiX Free'}.lgxb,.lgx-brands{font-family:'LogiX Brands'}.lgx-1x{font-size:1em}.lgx-2x{font-size:2em}.lgx-3x{font-size:3em}.lgx-4x{font-size:4em}.lgx-5x{font-size:5em}.lgx-6x{font-size:6em}.lgx-7x{font-size:7em}.lgx-8x{font-size:8em}.lgx-9x{font-size:9em}.lgx-10x{font-size:10em}.lgx-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.lgx-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.lgx-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.lgx-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.lgx-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.lgx-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.lgx-fw{text-align:center;width:1.25em}.lgx-ul{list-style-type:none;margin-left:var(--lgx-li-margin,2.5em);padding-left:0}.lgx-ul>li{position:relative}.lgx-li{left:calc(var(--lgx-li-width,2em) * -1);position:absolute;text-align:center;width:var(--lgx-li-width,2em);line-height:inherit}.lgx-border{border-color:var(--lgx-border-color,#eee);border-radius:var(--lgx-border-radius,.1em);border-style:var(--lgx-border-style,solid);border-width:var(--lgx-border-width,.08em);padding:var(--lgx-border-padding,.2em .25em .15em)}.lgx-pull-left{float:left;margin-right:var(--lgx-pull-margin,.3em)}.lgx-pull-right{float:right;margin-left:var(--lgx-pull-margin,.3em)}.lgx-beat{-webkit-animation-name:lx-beat;animation-name:lx-beat;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,ease-in-out);animation-timing-function:var(--lgx-animation-timing,ease-in-out)}.lgx-bounce{-webkit-animation-name:lx-bounce;animation-name:lx-bounce;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.28,.84,.42,1))}.lgx-fade{-webkit-animation-name:lx-fade;animation-name:lx-fade;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.4,0,.6,1))}.lgx-beat-fade{-webkit-animation-name:lx-beat-fade;animation-name:lx-beat-fade;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--lgx-animation-timing,cubic-bezier(.4,0,.6,1))}.lgx-flip{-webkit-animation-name:lx-flip;animation-name:lx-flip;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,ease-in-out);animation-timing-function:var(--lgx-animation-timing,ease-in-out)}.lgx-shake{-webkit-animation-name:lx-shake;animation-name:lx-shake;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,linear);animation-timing-function:var(--lgx-animation-timing,linear)}.lgx-spin{-webkit-animation-name:lx-spin;animation-name:lx-spin;-webkit-animation-delay:var(--lgx-animation-delay,0s);animation-delay:var(--lgx-animation-delay,0s);-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,2s);animation-duration:var(--lgx-animation-duration,2s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,linear);animation-timing-function:var(--lgx-animation-timing,linear)}.lgx-spin-reverse{--lgx-animation-direction:reverse}.lgx-pulse,.lgx-spin-pulse{-webkit-animation-name:lx-spin;animation-name:lx-spin;-webkit-animation-direction:var(--lgx-animation-direction,normal);animation-direction:var(--lgx-animation-direction,normal);-webkit-animation-duration:var(--lgx-animation-duration,1s);animation-duration:var(--lgx-animation-duration,1s);-webkit-animation-iteration-count:var(--lgx-animation-iteration-count,infinite);animation-iteration-count:var(--lgx-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--lgx-animation-timing,steps(8));animation-timing-function:var(--lgx-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.lgx-beat,.lgx-bounce,.lgx-fade,.lgx-beat-fade,.lgx-flip,.lgx-pulse,.lgx-shake,.lgx-spin,.lgx-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes lx-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--lgx-beat-scale,1.25));transform:scale(var(--lgx-beat-scale,1.25))}}@keyframes lx-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--lgx-beat-scale,1.25));transform:scale(var(--lgx-beat-scale,1.25))}}@-webkit-keyframes lx-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--lgx-bounce-start-scale-x,1.1),var(--lgx-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--lgx-bounce-start-scale-x,1.1),var(--lgx-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--lgx-bounce-jump-scale-x,.9),var(--lgx-bounce-jump-scale-y,1.1)) translateY(var(--lgx-bounce-height,-.5em));transform:scale(var(--lgx-bounce-jump-scale-x,.9),var(--lgx-bounce-jump-scale-y,1.1)) translateY(var(--lgx-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--lgx-bounce-land-scale-x,1.05),var(--lgx-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--lgx-bounce-land-scale-x,1.05),var(--lgx-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--lgx-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--lgx-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes lx-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--lgx-bounce-start-scale-x,1.1),var(--lgx-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--lgx-bounce-start-scale-x,1.1),var(--lgx-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--lgx-bounce-jump-scale-x,.9),var(--lgx-bounce-jump-scale-y,1.1)) translateY(var(--lgx-bounce-height,-.5em));transform:scale(var(--lgx-bounce-jump-scale-x,.9),var(--lgx-bounce-jump-scale-y,1.1)) translateY(var(--lgx-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--lgx-bounce-land-scale-x,1.05),var(--lgx-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--lgx-bounce-land-scale-x,1.05),var(--lgx-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--lgx-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--lgx-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes lx-fade{50%{opacity:var(--lgx-fade-opacity,.4)}}@keyframes lx-fade{50%{opacity:var(--lgx-fade-opacity,.4)}}@-webkit-keyframes lx-beat-fade{0%,100%{opacity:var(--lgx-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--lgx-beat-fade-scale,1.125));transform:scale(var(--lgx-beat-fade-scale,1.125))}}@keyframes lx-beat-fade{0%,100%{opacity:var(--lgx-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--lgx-beat-fade-scale,1.125));transform:scale(var(--lgx-beat-fade-scale,1.125))}}@-webkit-keyframes lx-flip{50%{-webkit-transform:rotate3d(var(--lgx-flip-x,0),var(--lgx-flip-y,1),var(--lgx-flip-z,0),var(--lgx-flip-angle,-180deg));transform:rotate3d(var(--lgx-flip-x,0),var(--lgx-flip-y,1),var(--lgx-flip-z,0),var(--lgx-flip-angle,-180deg))}}@keyframes lx-flip{50%{-webkit-transform:rotate3d(var(--lgx-flip-x,0),var(--lgx-flip-y,1),var(--lgx-flip-z,0),var(--lgx-flip-angle,-180deg));transform:rotate3d(var(--lgx-flip-x,0),var(--lgx-flip-y,1),var(--lgx-flip-z,0),var(--lgx-flip-angle,-180deg))}}@-webkit-keyframes lx-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes lx-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes lx-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lx-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lgx-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.lgx-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.lgx-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.lgx-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.lgx-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.lgx-flip-both,.lgx-flip-horizontal.lgx-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.lgx-rotate-by{-webkit-transform:rotate(var(--lgx-rotate-angle,none));transform:rotate(var(--lgx-rotate-angle,none))}.lgx-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.lgx-stack-1x,.lgx-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--lgx-stack-z-index,auto)}.lgx-stack-1x{line-height:inherit}.lgx-stack-2x{font-size:2em}.lgx-inverse{color:var(--lgx-inverse,#fff)}.lgx-0::before{content:"\30"}.lgx-1::before{content:"\31"}.lgx-2::before{content:"\32"}.lgx-3::before{content:"\33"}.lgx-4::before{content:"\34"}.lgx-5::before{content:"\35"}.lgx-6::before{content:"\36"}.lgx-7::before{content:"\37"}.lgx-8::before{content:"\38"}.lgx-9::before{content:"\39"}.lgx-fill-drip::before{content:"\f576"}.lgx-arrows-to-circle::before{content:"\e4bd"}.lgx-circle-chevron-right::before{content:"\f138"}.lgx-chevron-circle-right::before{content:"\f138"}.lgx-at::before{content:"\40"}.lgx-trash-can::before{content:"\f2ed"}.lgx-trash-alt::before{content:"\f2ed"}.lgx-text-height::before{content:"\f034"}.lgx-user-xmark::before{content:"\f235"}.lgx-user-times::before{content:"\f235"}.lgx-stethoscope::before{content:"\f0f1"}.lgx-message::before{content:"\f27a"}.lgx-comment-alt::before{content:"\f27a"}.lgx-info::before{content:"\f129"}.lgx-down-left-and-up-right-to-center::before{content:"\f422"}.lgx-compress-alt::before{content:"\f422"}.lgx-explosion::before{content:"\e4e9"}.lgx-file-lines::before{content:"\f15c"}.lgx-file-alt::before{content:"\f15c"}.lgx-file-text::before{content:"\f15c"}.lgx-wave-square::before{content:"\f83e"}.lgx-ring::before{content:"\f70b"}.lgx-building-un::before{content:"\e4d9"}.lgx-dice-three::before{content:"\f527"}.lgx-calendar-days::before{content:"\f073"}.lgx-calendar-alt::before{content:"\f073"}.lgx-anchor-circle-check::before{content:"\e4aa"}.lgx-building-circle-arrow-right::before{content:"\e4d1"}.lgx-volleyball::before{content:"\f45f"}.lgx-volleyball-ball::before{content:"\f45f"}.lgx-arrows-up-to-line::before{content:"\e4c2"}.lgx-sort-down::before{content:"\f0dd"}.lgx-sort-desc::before{content:"\f0dd"}.lgx-circle-minus::before{content:"\f056"}.lgx-minus-circle::before{content:"\f056"}.lgx-door-open::before{content:"\f52b"}.lgx-right-from-bracket::before{content:"\f2f5"}.lgx-sign-out-alt::before{content:"\f2f5"}.lgx-atom::before{content:"\f5d2"}.lgx-soap::before{content:"\e06e"}.lgx-icons::before{content:"\f86d"}.lgx-heart-music-camera-bolt::before{content:"\f86d"}.lgx-microphone-lines-slash::before{content:"\f539"}.lgx-microphone-alt-slash::before{content:"\f539"}.lgx-bridge-circle-check::before{content:"\e4c9"}.lgx-pump-medical::before{content:"\e06a"}.lgx-fingerprint::before{content:"\f577"}.lgx-hand-point-right::before{content:"\f0a4"}.lgx-magnifying-glass-location::before{content:"\f689"}.lgx-search-location::before{content:"\f689"}.lgx-forward-step::before{content:"\f051"}.lgx-step-forward::before{content:"\f051"}.lgx-face-smile-beam::before{content:"\f5b8"}.lgx-smile-beam::before{content:"\f5b8"}.lgx-flag-checkered::before{content:"\f11e"}.lgx-football::before{content:"\f44e"}.lgx-football-ball::before{content:"\f44e"}.lgx-school-circle-exclamation::before{content:"\e56c"}.lgx-crop::before{content:"\f125"}.lgx-angles-down::before{content:"\f103"}.lgx-angle-double-down::before{content:"\f103"}.lgx-users-rectangle::before{content:"\e594"}.lgx-people-roof::before{content:"\e537"}.lgx-people-line::before{content:"\e534"}.lgx-beer-mug-empty::before{content:"\f0fc"}.lgx-beer::before{content:"\f0fc"}.lgx-diagram-predecessor::before{content:"\e477"}.lgx-arrow-up-long::before{content:"\f176"}.lgx-long-arrow-up::before{content:"\f176"}.lgx-fire-flame-simple::before{content:"\f46a"}.lgx-burn::before{content:"\f46a"}.lgx-person::before{content:"\f183"}.lgx-male::before{content:"\f183"}.lgx-laptop::before{content:"\f109"}.lgx-file-csv::before{content:"\f6dd"}.lgx-menorah::before{content:"\f676"}.lgx-truck-plane::before{content:"\e58f"}.lgx-record-vinyl::before{content:"\f8d9"}.lgx-face-grin-stars::before{content:"\f587"}.lgx-grin-stars::before{content:"\f587"}.lgx-bong::before{content:"\f55c"}.lgx-spaghetti-monster-flying::before{content:"\f67b"}.lgx-pastafarianism::before{content:"\f67b"}.lgx-arrow-down-up-across-line::before{content:"\e4af"}.lgx-spoon::before{content:"\f2e5"}.lgx-utensil-spoon::before{content:"\f2e5"}.lgx-jar-wheat::before{content:"\e517"}.lgx-envelopes-bulk::before{content:"\f674"}.lgx-mail-bulk::before{content:"\f674"}.lgx-file-circle-exclamation::before{content:"\e4eb"}.lgx-circle-h::before{content:"\f47e"}.lgx-hospital-symbol::before{content:"\f47e"}.lgx-pager::before{content:"\f815"}.lgx-address-book::before{content:"\f2b9"}.lgx-contact-book::before{content:"\f2b9"}.lgx-strikethrough::before{content:"\f0cc"}.lgx-k::before{content:"\4b"}.lgx-landmark-flag::before{content:"\e51c"}.lgx-pencil::before{content:"\f303"}.lgx-pencil-alt::before{content:"\f303"}.lgx-backward::before{content:"\f04a"}.lgx-caret-right::before{content:"\f0da"}.lgx-comments::before{content:"\f086"}.lgx-paste::before{content:"\f0ea"}.lgx-file-clipboard::before{content:"\f0ea"}.lgx-code-pull-request::before{content:"\e13c"}.lgx-clipboard-list::before{content:"\f46d"}.lgx-truck-ramp-box::before{content:"\f4de"}.lgx-truck-loading::before{content:"\f4de"}.lgx-user-check::before{content:"\f4fc"}.lgx-vial-virus::before{content:"\e597"}.lgx-sheet-plastic::before{content:"\e571"}.lgx-blog::before{content:"\f781"}.lgx-user-ninja::before{content:"\f504"}.lgx-person-arrow-up-from-line::before{content:"\e539"}.lgx-scroll-torah::before{content:"\f6a0"}.lgx-torah::before{content:"\f6a0"}.lgx-broom-ball::before{content:"\f458"}.lgx-quidditch::before{content:"\f458"}.lgx-quidditch-broom-ball::before{content:"\f458"}.lgx-toggle-off::before{content:"\f204"}.lgx-box-archive::before{content:"\f187"}.lgx-archive::before{content:"\f187"}.lgx-person-drowning::before{content:"\e545"}.lgx-arrow-down-9-1::before{content:"\f886"}.lgx-sort-numeric-desc::before{content:"\f886"}.lgx-sort-numeric-down-alt::before{content:"\f886"}.lgx-face-grin-tongue-squint::before{content:"\f58a"}.lgx-grin-tongue-squint::before{content:"\f58a"}.lgx-spray-can::before{content:"\f5bd"}.lgx-truck-monster::before{content:"\f63b"}.lgx-w::before{content:"\57"}.lgx-earth-africa::before{content:"\f57c"}.lgx-globe-africa::before{content:"\f57c"}.lgx-rainbow::before{content:"\f75b"}.lgx-circle-notch::before{content:"\f1ce"}.lgx-tablet-screen-button::before{content:"\f3fa"}.lgx-tablet-alt::before{content:"\f3fa"}.lgx-paw::before{content:"\f1b0"}.lgx-cloud::before{content:"\f0c2"}.lgx-trowel-bricks::before{content:"\e58a"}.lgx-face-flushed::before{content:"\f579"}.lgx-flushed::before{content:"\f579"}.lgx-hospital-user::before{content:"\f80d"}.lgx-tent-arrow-left-right::before{content:"\e57f"}.lgx-gavel::before{content:"\f0e3"}.lgx-legal::before{content:"\f0e3"}.lgx-binoculars::before{content:"\f1e5"}.lgx-microphone-slash::before{content:"\f131"}.lgx-box-tissue::before{content:"\e05b"}.lgx-motorcycle::before{content:"\f21c"}.lgx-bell-concierge::before{content:"\f562"}.lgx-concierge-bell::before{content:"\f562"}.lgx-pen-ruler::before{content:"\f5ae"}.lgx-pencil-ruler::before{content:"\f5ae"}.lgx-people-arrows::before{content:"\e068"}.lgx-people-arrows-left-right::before{content:"\e068"}.lgx-mars-and-venus-burst::before{content:"\e523"}.lgx-square-caret-right::before{content:"\f152"}.lgx-caret-square-right::before{content:"\f152"}.lgx-scissors::before{content:"\f0c4"}.lgx-cut::before{content:"\f0c4"}.lgx-sun-plant-wilt::before{content:"\e57a"}.lgx-toilets-portable::before{content:"\e584"}.lgx-hockey-puck::before{content:"\f453"}.lgx-table::before{content:"\f0ce"}.lgx-magnifying-glass-arrow-right::before{content:"\e521"}.lgx-tachograph-digital::before{content:"\f566"}.lgx-digital-tachograph::before{content:"\f566"}.lgx-users-slash::before{content:"\e073"}.lgx-clover::before{content:"\e139"}.lgx-reply::before{content:"\f3e5"}.lgx-mail-reply::before{content:"\f3e5"}.lgx-star-and-crescent::before{content:"\f699"}.lgx-house-fire::before{content:"\e50c"}.lgx-square-minus::before{content:"\f146"}.lgx-minus-square::before{content:"\f146"}.lgx-helicopter::before{content:"\f533"}.lgx-compass::before{content:"\f14e"}.lgx-square-caret-down::before{content:"\f150"}.lgx-caret-square-down::before{content:"\f150"}.lgx-file-circle-question::before{content:"\e4ef"}.lgx-laptop-code::before{content:"\f5fc"}.lgx-swatchbook::before{content:"\f5c3"}.lgx-prescription-bottle::before{content:"\f485"}.lgx-bars::before{content:"\f0c9"}.lgx-navicon::before{content:"\f0c9"}.lgx-people-group::before{content:"\e533"}.lgx-hourglass-end::before{content:"\f253"}.lgx-hourglass-3::before{content:"\f253"}.lgx-heart-crack::before{content:"\f7a9"}.lgx-heart-broken::before{content:"\f7a9"}.lgx-square-up-right::before{content:"\f360"}.lgx-external-link-square-alt::before{content:"\f360"}.lgx-face-kiss-beam::before{content:"\f597"}.lgx-kiss-beam::before{content:"\f597"}.lgx-film::before{content:"\f008"}.lgx-ruler-horizontal::before{content:"\f547"}.lgx-people-robbery::before{content:"\e536"}.lgx-lightbulb::before{content:"\f0eb"}.lgx-caret-left::before{content:"\f0d9"}.lgx-circle-exclamation::before{content:"\f06a"}.lgx-exclamation-circle::before{content:"\f06a"}.lgx-school-circle-xmark::before{content:"\e56d"}.lgx-arrow-right-from-bracket::before{content:"\f08b"}.lgx-sign-out::before{content:"\f08b"}.lgx-circle-chevron-down::before{content:"\f13a"}.lgx-chevron-circle-down::before{content:"\f13a"}.lgx-unlock-keyhole::before{content:"\f13e"}.lgx-unlock-alt::before{content:"\f13e"}.lgx-cloud-showers-heavy::before{content:"\f740"}.lgx-headphones-simple::before{content:"\f58f"}.lgx-headphones-alt::before{content:"\f58f"}.lgx-sitemap::before{content:"\f0e8"}.lgx-circle-dollar-to-slot::before{content:"\f4b9"}.lgx-donate::before{content:"\f4b9"}.lgx-memory::before{content:"\f538"}.lgx-road-spikes::before{content:"\e568"}.lgx-fire-burner::before{content:"\e4f1"}.lgx-flag::before{content:"\f024"}.lgx-hanukiah::before{content:"\f6e6"}.lgx-feather::before{content:"\f52d"}.lgx-volume-low::before{content:"\f027"}.lgx-volume-down::before{content:"\f027"}.lgx-comment-slash::before{content:"\f4b3"}.lgx-cloud-sun-rain::before{content:"\f743"}.lgx-compress::before{content:"\f066"}.lgx-wheat-awn::before{content:"\e2cd"}.lgx-wheat-alt::before{content:"\e2cd"}.lgx-ankh::before{content:"\f644"}.lgx-hands-holding-child::before{content:"\e4fa"}.lgx-asterisk::before{content:"\2a"}.lgx-square-check::before{content:"\f14a"}.lgx-check-square::before{content:"\f14a"}.lgx-peseta-sign::before{content:"\e221"}.lgx-heading::before{content:"\f1dc"}.lgx-header::before{content:"\f1dc"}.lgx-ghost::before{content:"\f6e2"}.lgx-list::before{content:"\f03a"}.lgx-list-squares::before{content:"\f03a"}.lgx-square-phone-flip::before{content:"\f87b"}.lgx-phone-square-alt::before{content:"\f87b"}.lgx-cart-plus::before{content:"\f217"}.lgx-gamepad::before{content:"\f11b"}.lgx-circle-dot::before{content:"\f192"}.lgx-dot-circle::before{content:"\f192"}.lgx-face-dizzy::before{content:"\f567"}.lgx-dizzy::before{content:"\f567"}.lgx-egg::before{content:"\f7fb"}.lgx-house-medical-circle-xmark::before{content:"\e513"}.lgx-campground::before{content:"\f6bb"}.lgx-folder-plus::before{content:"\f65e"}.lgx-futbol::before{content:"\f1e3"}.lgx-futbol-ball::before{content:"\f1e3"}.lgx-soccer-ball::before{content:"\f1e3"}.lgx-paintbrush::before{content:"\f1fc"}.lgx-paint-brush::before{content:"\f1fc"}.lgx-lock::before{content:"\f023"}.lgx-gas-pump::before{content:"\f52f"}.lgx-hot-tub-person::before{content:"\f593"}.lgx-hot-tub::before{content:"\f593"}.lgx-map-location::before{content:"\f59f"}.lgx-map-marked::before{content:"\f59f"}.lgx-house-flood-water::before{content:"\e50e"}.lgx-tree::before{content:"\f1bb"}.lgx-bridge-lock::before{content:"\e4cc"}.lgx-sack-dollar::before{content:"\f81d"}.lgx-pen-to-square::before{content:"\f044"}.lgx-edit::before{content:"\f044"}.lgx-car-side::before{content:"\f5e4"}.lgx-share-nodes::before{content:"\f1e0"}.lgx-share-alt::before{content:"\f1e0"}.lgx-heart-circle-minus::before{content:"\e4ff"}.lgx-hourglass-half::before{content:"\f252"}.lgx-hourglass-2::before{content:"\f252"}.lgx-microscope::before{content:"\f610"}.lgx-sink::before{content:"\e06d"}.lgx-bag-shopping::before{content:"\f290"}.lgx-shopping-bag::before{content:"\f290"}.lgx-arrow-down-z-a::before{content:"\f881"}.lgx-sort-alpha-desc::before{content:"\f881"}.lgx-sort-alpha-down-alt::before{content:"\f881"}.lgx-mitten::before{content:"\f7b5"}.lgx-person-rays::before{content:"\e54d"}.lgx-users::before{content:"\f0c0"}.lgx-eye-slash::before{content:"\f070"}.lgx-flask-vial::before{content:"\e4f3"}.lgx-hand::before{content:"\f256"}.lgx-hand-paper::before{content:"\f256"}.lgx-om::before{content:"\f679"}.lgx-worm::before{content:"\e599"}.lgx-house-circle-xmark::before{content:"\e50b"}.lgx-plug::before{content:"\f1e6"}.lgx-chevron-up::before{content:"\f077"}.lgx-hand-spock::before{content:"\f259"}.lgx-stopwatch::before{content:"\f2f2"}.lgx-face-kiss::before{content:"\f596"}.lgx-kiss::before{content:"\f596"}.lgx-bridge-circle-xmark::before{content:"\e4cb"}.lgx-face-grin-tongue::before{content:"\f589"}.lgx-grin-tongue::before{content:"\f589"}.lgx-chess-bishop::before{content:"\f43a"}.lgx-face-grin-wink::before{content:"\f58c"}.lgx-grin-wink::before{content:"\f58c"}.lgx-ear-deaf::before{content:"\f2a4"}.lgx-deaf::before{content:"\f2a4"}.lgx-deafness::before{content:"\f2a4"}.lgx-hard-of-hearing::before{content:"\f2a4"}.lgx-road-circle-check::before{content:"\e564"}.lgx-dice-five::before{content:"\f523"}.lgx-square-rss::before{content:"\f143"}.lgx-rss-square::before{content:"\f143"}.lgx-land-mine-on::before{content:"\e51b"}.lgx-i-cursor::before{content:"\f246"}.lgx-stamp::before{content:"\f5bf"}.lgx-stairs::before{content:"\e289"}.lgx-i::before{content:"\49"}.lgx-hryvnia-sign::before{content:"\f6f2"}.lgx-hryvnia::before{content:"\f6f2"}.lgx-pills::before{content:"\f484"}.lgx-face-grin-wide::before{content:"\f581"}.lgx-grin-alt::before{content:"\f581"}.lgx-tooth::before{content:"\f5c9"}.lgx-v::before{content:"\56"}.lgx-bangladeshi-taka-sign::before{content:"\e2e6"}.lgx-bicycle::before{content:"\f206"}.lgx-staff-snake::before{content:"\e579"}.lgx-rod-asclepius::before{content:"\e579"}.lgx-rod-snake::before{content:"\e579"}.lgx-staff-aesculapius::before{content:"\e579"}.lgx-head-side-cough-slash::before{content:"\e062"}.lgx-truck-medical::before{content:"\f0f9"}.lgx-ambulance::before{content:"\f0f9"}.lgx-wheat-awn-circle-exclamation::before{content:"\e598"}.lgx-snowman::before{content:"\f7d0"}.lgx-mortar-pestle::before{content:"\f5a7"}.lgx-road-barrier::before{content:"\e562"}.lgx-school::before{content:"\f549"}.lgx-igloo::before{content:"\f7ae"}.lgx-joint::before{content:"\f595"}.lgx-angle-right::before{content:"\f105"}.lgx-horse::before{content:"\f6f0"}.lgx-q::before{content:"\51"}.lgx-g::before{content:"\47"}.lgx-notes-medical::before{content:"\f481"}.lgx-temperature-half::before{content:"\f2c9"}.lgx-temperature-2::before{content:"\f2c9"}.lgx-thermometer-2::before{content:"\f2c9"}.lgx-thermometer-half::before{content:"\f2c9"}.lgx-dong-sign::before{content:"\e169"}.lgx-capsules::before{content:"\f46b"}.lgx-poo-storm::before{content:"\f75a"}.lgx-poo-bolt::before{content:"\f75a"}.lgx-face-frown-open::before{content:"\f57a"}.lgx-frown-open::before{content:"\f57a"}.lgx-hand-point-up::before{content:"\f0a6"}.lgx-money-bill::before{content:"\f0d6"}.lgx-bookmark::before{content:"\f02e"}.lgx-align-justify::before{content:"\f039"}.lgx-umbrella-beach::before{content:"\f5ca"}.lgx-helmet-un::before{content:"\e503"}.lgx-bullseye::before{content:"\f140"}.lgx-bacon::before{content:"\f7e5"}.lgx-hand-point-down::before{content:"\f0a7"}.lgx-arrow-up-from-bracket::before{content:"\e09a"}.lgx-folder::before{content:"\f07b"}.lgx-folder-blank::before{content:"\f07b"}.lgx-file-waveform::before{content:"\f478"}.lgx-file-medical-alt::before{content:"\f478"}.lgx-radiation::before{content:"\f7b9"}.lgx-chart-simple::before{content:"\e473"}.lgx-mars-stroke::before{content:"\f229"}.lgx-vial::before{content:"\f492"}.lgx-gauge::before{content:"\f624"}.lgx-dashboard::before{content:"\f624"}.lgx-gauge-med::before{content:"\f624"}.lgx-tachometer-alt-average::before{content:"\f624"}.lgx-wand-magic-sparkles::before{content:"\e2ca"}.lgx-magic-wand-sparkles::before{content:"\e2ca"}.lgx-e::before{content:"\45"}.lgx-pen-clip::before{content:"\f305"}.lgx-pen-alt::before{content:"\f305"}.lgx-bridge-circle-exclamation::before{content:"\e4ca"}.lgx-user::before{content:"\f007"}.lgx-school-circle-check::before{content:"\e56b"}.lgx-dumpster::before{content:"\f793"}.lgx-van-shuttle::before{content:"\f5b6"}.lgx-shuttle-van::before{content:"\f5b6"}.lgx-building-user::before{content:"\e4da"}.lgx-square-caret-left::before{content:"\f191"}.lgx-caret-square-left::before{content:"\f191"}.lgx-highlighter::before{content:"\f591"}.lgx-key::before{content:"\f084"}.lgx-bullhorn::before{content:"\f0a1"}.lgx-globe::before{content:"\f0ac"}.lgx-synagogue::before{content:"\f69b"}.lgx-person-half-dress::before{content:"\e548"}.lgx-road-bridge::before{content:"\e563"}.lgx-location-arrow::before{content:"\f124"}.lgx-c::before{content:"\43"}.lgx-tablet-button::before{content:"\f10a"}.lgx-building-lock::before{content:"\e4d6"}.lgx-pizza-slice::before{content:"\f818"}.lgx-money-bill-wave::before{content:"\f53a"}.lgx-chart-area::before{content:"\f1fe"}.lgx-area-chart::before{content:"\f1fe"}.lgx-house-flag::before{content:"\e50d"}.lgx-person-circle-minus::before{content:"\e540"}.lgx-ban::before{content:"\f05e"}.lgx-cancel::before{content:"\f05e"}.lgx-camera-rotate::before{content:"\e0d8"}.lgx-spray-can-sparkles::before{content:"\f5d0"}.lgx-air-freshener::before{content:"\f5d0"}.lgx-star::before{content:"\f005"}.lgx-repeat::before{content:"\f363"}.lgx-cross::before{content:"\f654"}.lgx-box::before{content:"\f466"}.lgx-venus-mars::before{content:"\f228"}.lgx-arrow-pointer::before{content:"\f245"}.lgx-mouse-pointer::before{content:"\f245"}.lgx-maximize::before{content:"\f31e"}.lgx-expand-arrows-alt::before{content:"\f31e"}.lgx-charging-station::before{content:"\f5e7"}.lgx-shapes::before{content:"\f61f"}.lgx-triangle-circle-square::before{content:"\f61f"}.lgx-shuffle::before{content:"\f074"}.lgx-random::before{content:"\f074"}.lgx-person-running::before{content:"\f70c"}.lgx-running::before{content:"\f70c"}.lgx-mobile-retro::before{content:"\e527"}.lgx-grip-lines-vertical::before{content:"\f7a5"}.lgx-spider::before{content:"\f717"}.lgx-hands-bound::before{content:"\e4f9"}.lgx-file-invoice-dollar::before{content:"\f571"}.lgx-plane-circle-exclamation::before{content:"\e556"}.lgx-x-ray::before{content:"\f497"}.lgx-spell-check::before{content:"\f891"}.lgx-slash::before{content:"\f715"}.lgx-computer-mouse::before{content:"\f8cc"}.lgx-mouse::before{content:"\f8cc"}.lgx-arrow-right-to-bracket::before{content:"\f090"}.lgx-sign-in::before{content:"\f090"}.lgx-shop-slash::before{content:"\e070"}.lgx-store-alt-slash::before{content:"\e070"}.lgx-server::before{content:"\f233"}.lgx-virus-covid-slash::before{content:"\e4a9"}.lgx-shop-lock::before{content:"\e4a5"}.lgx-hourglass-start::before{content:"\f251"}.lgx-hourglass-1::before{content:"\f251"}.lgx-blender-phone::before{content:"\f6b6"}.lgx-building-wheat::before{content:"\e4db"}.lgx-person-breastfeeding::before{content:"\e53a"}.lgx-right-to-bracket::before{content:"\f2f6"}.lgx-sign-in-alt::before{content:"\f2f6"}.lgx-venus::before{content:"\f221"}.lgx-passport::before{content:"\f5ab"}.lgx-heart-pulse::before{content:"\f21e"}.lgx-heartbeat::before{content:"\f21e"}.lgx-people-carry-box::before{content:"\f4ce"}.lgx-people-carry::before{content:"\f4ce"}.lgx-temperature-high::before{content:"\f769"}.lgx-microchip::before{content:"\f2db"}.lgx-crown::before{content:"\f521"}.lgx-weight-hanging::before{content:"\f5cd"}.lgx-xmarks-lines::before{content:"\e59a"}.lgx-file-prescription::before{content:"\f572"}.lgx-weight-scale::before{content:"\f496"}.lgx-weight::before{content:"\f496"}.lgx-user-group::before{content:"\f500"}.lgx-user-friends::before{content:"\f500"}.lgx-arrow-up-a-z::before{content:"\f15e"}.lgx-sort-alpha-up::before{content:"\f15e"}.lgx-chess-knight::before{content:"\f441"}.lgx-face-laugh-squint::before{content:"\f59b"}.lgx-laugh-squint::before{content:"\f59b"}.lgx-wheelchair::before{content:"\f193"}.lgx-circle-arrow-up::before{content:"\f0aa"}.lgx-arrow-circle-up::before{content:"\f0aa"}.lgx-toggle-on::before{content:"\f205"}.lgx-person-walking::before{content:"\f554"}.lgx-walking::before{content:"\f554"}.lgx-l::before{content:"\4c"}.lgx-fire::before{content:"\f06d"}.lgx-bed-pulse::before{content:"\f487"}.lgx-procedures::before{content:"\f487"}.lgx-shuttle-space::before{content:"\f197"}.lgx-space-shuttle::before{content:"\f197"}.lgx-face-laugh::before{content:"\f599"}.lgx-laugh::before{content:"\f599"}.lgx-folder-open::before{content:"\f07c"}.lgx-heart-circle-plus::before{content:"\e500"}.lgx-code-fork::before{content:"\e13b"}.lgx-city::before{content:"\f64f"}.lgx-microphone-lines::before{content:"\f3c9"}.lgx-microphone-alt::before{content:"\f3c9"}.lgx-pepper-hot::before{content:"\f816"}.lgx-unlock::before{content:"\f09c"}.lgx-colon-sign::before{content:"\e140"}.lgx-headset::before{content:"\f590"}.lgx-store-slash::before{content:"\e071"}.lgx-road-circle-xmark::before{content:"\e566"}.lgx-user-minus::before{content:"\f503"}.lgx-mars-stroke-up::before{content:"\f22a"}.lgx-mars-stroke-v::before{content:"\f22a"}.lgx-champagne-glasses::before{content:"\f79f"}.lgx-glass-cheers::before{content:"\f79f"}.lgx-clipboard::before{content:"\f328"}.lgx-house-circle-exclamation::before{content:"\e50a"}.lgx-file-arrow-up::before{content:"\f574"}.lgx-file-upload::before{content:"\f574"}.lgx-wifi::before{content:"\f1eb"}.lgx-wifi-3::before{content:"\f1eb"}.lgx-wifi-strong::before{content:"\f1eb"}.lgx-bath::before{content:"\f2cd"}.lgx-bathtub::before{content:"\f2cd"}.lgx-underline::before{content:"\f0cd"}.lgx-user-pen::before{content:"\f4ff"}.lgx-user-edit::before{content:"\f4ff"}.lgx-signature::before{content:"\f5b7"}.lgx-stroopwafel::before{content:"\f551"}.lgx-bold::before{content:"\f032"}.lgx-anchor-lock::before{content:"\e4ad"}.lgx-building-ngo::before{content:"\e4d7"}.lgx-manat-sign::before{content:"\e1d5"}.lgx-not-equal::before{content:"\f53e"}.lgx-border-top-left::before{content:"\f853"}.lgx-border-style::before{content:"\f853"}.lgx-map-location-dot::before{content:"\f5a0"}.lgx-map-marked-alt::before{content:"\f5a0"}.lgx-jedi::before{content:"\f669"}.lgx-square-poll-vertical::before{content:"\f681"}.lgx-poll::before{content:"\f681"}.lgx-mug-hot::before{content:"\f7b6"}.lgx-car-battery::before{content:"\f5df"}.lgx-battery-car::before{content:"\f5df"}.lgx-gift::before{content:"\f06b"}.lgx-dice-two::before{content:"\f528"}.lgx-chess-queen::before{content:"\f445"}.lgx-glasses::before{content:"\f530"}.lgx-chess-board::before{content:"\f43c"}.lgx-building-circle-check::before{content:"\e4d2"}.lgx-person-chalkboard::before{content:"\e53d"}.lgx-mars-stroke-right::before{content:"\f22b"}.lgx-mars-stroke-h::before{content:"\f22b"}.lgx-hand-back-fist::before{content:"\f255"}.lgx-hand-rock::before{content:"\f255"}.lgx-square-caret-up::before{content:"\f151"}.lgx-caret-square-up::before{content:"\f151"}.lgx-cloud-showers-water::before{content:"\e4e4"}.lgx-chart-bar::before{content:"\f080"}.lgx-bar-chart::before{content:"\f080"}.lgx-hands-bubbles::before{content:"\e05e"}.lgx-hands-wash::before{content:"\e05e"}.lgx-less-than-equal::before{content:"\f537"}.lgx-train::before{content:"\f238"}.lgx-eye-low-vision::before{content:"\f2a8"}.lgx-low-vision::before{content:"\f2a8"}.lgx-crow::before{content:"\f520"}.lgx-sailboat::before{content:"\e445"}.lgx-window-restore::before{content:"\f2d2"}.lgx-square-plus::before{content:"\f0fe"}.lgx-plus-square::before{content:"\f0fe"}.lgx-torii-gate::before{content:"\f6a1"}.lgx-frog::before{content:"\f52e"}.lgx-bucket::before{content:"\e4cf"}.lgx-image::before{content:"\f03e"}.lgx-microphone::before{content:"\f130"}.lgx-cow::before{content:"\f6c8"}.lgx-caret-up::before{content:"\f0d8"}.lgx-screwdriver::before{content:"\f54a"}.lgx-folder-closed::before{content:"\e185"}.lgx-house-tsunami::before{content:"\e515"}.lgx-square-nfi::before{content:"\e576"}.lgx-arrow-up-from-ground-water::before{content:"\e4b5"}.lgx-martini-glass::before{content:"\f57b"}.lgx-glass-martini-alt::before{content:"\f57b"}.lgx-rotate-left::before{content:"\f2ea"}.lgx-rotate-back::before{content:"\f2ea"}.lgx-rotate-backward::before{content:"\f2ea"}.lgx-undo-alt::before{content:"\f2ea"}.lgx-table-columns::before{content:"\f0db"}.lgx-columns::before{content:"\f0db"}.lgx-lemon::before{content:"\f094"}.lgx-head-side-mask::before{content:"\e063"}.lgx-handshake::before{content:"\f2b5"}.lgx-gem::before{content:"\f3a5"}.lgx-dolly::before{content:"\f472"}.lgx-dolly-box::before{content:"\f472"}.lgx-smoking::before{content:"\f48d"}.lgx-minimize::before{content:"\f78c"}.lgx-compress-arrows-alt::before{content:"\f78c"}.lgx-monument::before{content:"\f5a6"}.lgx-snowplow::before{content:"\f7d2"}.lgx-angles-right::before{content:"\f101"}.lgx-angle-double-right::before{content:"\f101"}.lgx-cannabis::before{content:"\f55f"}.lgx-circle-play::before{content:"\f144"}.lgx-play-circle::before{content:"\f144"}.lgx-tablets::before{content:"\f490"}.lgx-ethernet::before{content:"\f796"}.lgx-euro-sign::before{content:"\f153"}.lgx-eur::before{content:"\f153"}.lgx-euro::before{content:"\f153"}.lgx-chair::before{content:"\f6c0"}.lgx-circle-check::before{content:"\f058"}.lgx-check-circle::before{content:"\f058"}.lgx-circle-stop::before{content:"\f28d"}.lgx-stop-circle::before{content:"\f28d"}.lgx-compass-drafting::before{content:"\f568"}.lgx-drafting-compass::before{content:"\f568"}.lgx-plate-wheat::before{content:"\e55a"}.lgx-icicles::before{content:"\f7ad"}.lgx-person-shelter::before{content:"\e54f"}.lgx-neuter::before{content:"\f22c"}.lgx-id-badge::before{content:"\f2c1"}.lgx-marker::before{content:"\f5a1"}.lgx-face-laugh-beam::before{content:"\f59a"}.lgx-laugh-beam::before{content:"\f59a"}.lgx-helicopter-symbol::before{content:"\e502"}.lgx-universal-access::before{content:"\f29a"}.lgx-circle-chevron-up::before{content:"\f139"}.lgx-chevron-circle-up::before{content:"\f139"}.lgx-lari-sign::before{content:"\e1c8"}.lgx-volcano::before{content:"\f770"}.lgx-person-walking-dashed-line-arrow-right::before{content:"\e553"}.lgx-sterling-sign::before{content:"\f154"}.lgx-gbp::before{content:"\f154"}.lgx-pound-sign::before{content:"\f154"}.lgx-viruses::before{content:"\e076"}.lgx-square-person-confined::before{content:"\e577"}.lgx-user-tie::before{content:"\f508"}.lgx-arrow-down-long::before{content:"\f175"}.lgx-long-arrow-down::before{content:"\f175"}.lgx-tent-arrow-down-to-line::before{content:"\e57e"}.lgx-certificate::before{content:"\f0a3"}.lgx-reply-all::before{content:"\f122"}.lgx-mail-reply-all::before{content:"\f122"}.lgx-suitcase::before{content:"\f0f2"}.lgx-person-skating::before{content:"\f7c5"}.lgx-skating::before{content:"\f7c5"}.lgx-filter-circle-dollar::before{content:"\f662"}.lgx-funnel-dollar::before{content:"\f662"}.lgx-camera-retro::before{content:"\f083"}.lgx-circle-arrow-down::before{content:"\f0ab"}.lgx-arrow-circle-down::before{content:"\f0ab"}.lgx-file-import::before{content:"\f56f"}.lgx-arrow-right-to-file::before{content:"\f56f"}.lgx-square-arrow-up-right::before{content:"\f14c"}.lgx-external-link-square::before{content:"\f14c"}.lgx-box-open::before{content:"\f49e"}.lgx-scroll::before{content:"\f70e"}.lgx-spa::before{content:"\f5bb"}.lgx-location-pin-lock::before{content:"\e51f"}.lgx-pause::before{content:"\f04c"}.lgx-hill-avalanche::before{content:"\e507"}.lgx-temperature-empty::before{content:"\f2cb"}.lgx-temperature-0::before{content:"\f2cb"}.lgx-thermometer-0::before{content:"\f2cb"}.lgx-thermometer-empty::before{content:"\f2cb"}.lgx-bomb::before{content:"\f1e2"}.lgx-registered::before{content:"\f25d"}.lgx-address-card::before{content:"\f2bb"}.lgx-contact-card::before{content:"\f2bb"}.lgx-vcard::before{content:"\f2bb"}.lgx-scale-unbalanced-flip::before{content:"\f516"}.lgx-balance-scale-right::before{content:"\f516"}.lgx-subscript::before{content:"\f12c"}.lgx-diamond-turn-right::before{content:"\f5eb"}.lgx-directions::before{content:"\f5eb"}.lgx-burst::before{content:"\e4dc"}.lgx-house-laptop::before{content:"\e066"}.lgx-laptop-house::before{content:"\e066"}.lgx-face-tired::before{content:"\f5c8"}.lgx-tired::before{content:"\f5c8"}.lgx-money-bills::before{content:"\e1f3"}.lgx-smog::before{content:"\f75f"}.lgx-crutch::before{content:"\f7f7"}.lgx-cloud-arrow-up::before{content:"\f0ee"}.lgx-cloud-upload::before{content:"\f0ee"}.lgx-cloud-upload-alt::before{content:"\f0ee"}.lgx-palette::before{content:"\f53f"}.lgx-arrows-turn-right::before{content:"\e4c0"}.lgx-vest::before{content:"\e085"}.lgx-ferry::before{content:"\e4ea"}.lgx-arrows-down-to-people::before{content:"\e4b9"}.lgx-seedling::before{content:"\f4d8"}.lgx-sprout::before{content:"\f4d8"}.lgx-left-right::before{content:"\f337"}.lgx-arrows-alt-h::before{content:"\f337"}.lgx-boxes-packing::before{content:"\e4c7"}.lgx-circle-arrow-left::before{content:"\f0a8"}.lgx-arrow-circle-left::before{content:"\f0a8"}.lgx-group-arrows-rotate::before{content:"\e4f6"}.lgx-bowl-food::before{content:"\e4c6"}.lgx-candy-cane::before{content:"\f786"}.lgx-arrow-down-wide-short::before{content:"\f160"}.lgx-sort-amount-asc::before{content:"\f160"}.lgx-sort-amount-down::before{content:"\f160"}.lgx-cloud-bolt::before{content:"\f76c"}.lgx-thunderstorm::before{content:"\f76c"}.lgx-text-slash::before{content:"\f87d"}.lgx-remove-format::before{content:"\f87d"}.lgx-face-smile-wink::before{content:"\f4da"}.lgx-smile-wink::before{content:"\f4da"}.lgx-file-word::before{content:"\f1c2"}.lgx-file-powerpoint::before{content:"\f1c4"}.lgx-arrows-left-right::before{content:"\f07e"}.lgx-arrows-h::before{content:"\f07e"}.lgx-house-lock::before{content:"\e510"}.lgx-cloud-arrow-down::before{content:"\f0ed"}.lgx-cloud-download::before{content:"\f0ed"}.lgx-cloud-download-alt::before{content:"\f0ed"}.lgx-children::before{content:"\e4e1"}.lgx-chalkboard::before{content:"\f51b"}.lgx-blackboard::before{content:"\f51b"}.lgx-user-large-slash::before{content:"\f4fa"}.lgx-user-alt-slash::before{content:"\f4fa"}.lgx-envelope-open::before{content:"\f2b6"}.lgx-handshake-simple-slash::before{content:"\e05f"}.lgx-handshake-alt-slash::before{content:"\e05f"}.lgx-mattress-pillow::before{content:"\e525"}.lgx-guarani-sign::before{content:"\e19a"}.lgx-arrows-rotate::before{content:"\f021"}.lgx-refresh::before{content:"\f021"}.lgx-sync::before{content:"\f021"}.lgx-fire-extinguisher::before{content:"\f134"}.lgx-cruzeiro-sign::before{content:"\e152"}.lgx-greater-than-equal::before{content:"\f532"}.lgx-shield-halved::before{content:"\f3ed"}.lgx-shield-alt::before{content:"\f3ed"}.lgx-book-atlas::before{content:"\f558"}.lgx-atlas::before{content:"\f558"}.lgx-virus::before{content:"\e074"}.lgx-envelope-circle-check::before{content:"\e4e8"}.lgx-layer-group::before{content:"\f5fd"}.lgx-arrows-to-dot::before{content:"\e4be"}.lgx-archway::before{content:"\f557"}.lgx-heart-circle-check::before{content:"\e4fd"}.lgx-house-chimney-crack::before{content:"\f6f1"}.lgx-house-damage::before{content:"\f6f1"}.lgx-file-zipper::before{content:"\f1c6"}.lgx-file-archive::before{content:"\f1c6"}.lgx-square-o::before,.lgx-square::before{content:"\f0c8"}.lgx-martini-glass-empty::before{content:"\f000"}.lgx-glass-martini::before{content:"\f000"}.lgx-couch::before{content:"\f4b8"}.lgx-cedi-sign::before{content:"\e0df"}.lgx-italic::before{content:"\f033"}.lgx-church::before{content:"\f51d"}.lgx-comments-dollar::before{content:"\f653"}.lgx-democrat::before{content:"\f747"}.lgx-z::before{content:"\5a"}.lgx-person-skiing::before{content:"\f7c9"}.lgx-skiing::before{content:"\f7c9"}.lgx-road-lock::before{content:"\e567"}.lgx-a::before{content:"\41"}.lgx-temperature-arrow-down::before{content:"\e03f"}.lgx-temperature-down::before{content:"\e03f"}.lgx-feather-pointed::before{content:"\f56b"}.lgx-feather-alt::before{content:"\f56b"}.lgx-p::before{content:"\50"}.lgx-snowflake::before{content:"\f2dc"}.lgx-newspaper::before{content:"\f1ea"}.lgx-rectangle-ad::before{content:"\f641"}.lgx-ad::before{content:"\f641"}.lgx-circle-arrow-right::before{content:"\f0a9"}.lgx-arrow-circle-right::before{content:"\f0a9"}.lgx-filter-circle-xmark::before{content:"\e17b"}.lgx-locust::before{content:"\e520"}.lgx-sort::before{content:"\f0dc"}.lgx-unsorted::before{content:"\f0dc"}.lgx-list-ol::before{content:"\f0cb"}.lgx-list-1-2::before{content:"\f0cb"}.lgx-list-numeric::before{content:"\f0cb"}.lgx-person-dress-burst::before{content:"\e544"}.lgx-money-check-dollar::before{content:"\f53d"}.lgx-money-check-alt::before{content:"\f53d"}.lgx-vector-square::before{content:"\f5cb"}.lgx-bread-slice::before{content:"\f7ec"}.lgx-language::before{content:"\f1ab"}.lgx-face-kiss-wink-heart::before{content:"\f598"}.lgx-kiss-wink-heart::before{content:"\f598"}.lgx-filter::before{content:"\f0b0"}.lgx-question::before{content:"\3f"}.lgx-file-signature::before{content:"\f573"}.lgx-up-down-left-right::before{content:"\f0b2"}.lgx-arrows-alt::before{content:"\f0b2"}.lgx-house-chimney-user::before{content:"\e065"}.lgx-hand-holding-heart::before{content:"\f4be"}.lgx-puzzle-piece::before{content:"\f12e"}.lgx-money-check::before{content:"\f53c"}.lgx-star-half-stroke::before{content:"\f5c0"}.lgx-star-half-alt::before{content:"\f5c0"}.lgx-code::before{content:"\f121"}.lgx-whiskey-glass::before{content:"\f7a0"}.lgx-glass-whiskey::before{content:"\f7a0"}.lgx-building-circle-exclamation::before{content:"\e4d3"}.lgx-magnifying-glass-chart::before{content:"\e522"}.lgx-arrow-up-right-from-square::before{content:"\f08e"}.lgx-external-link::before{content:"\f08e"}.lgx-cubes-stacked::before{content:"\e4e6"}.lgx-won-sign::before{content:"\f159"}.lgx-krw::before{content:"\f159"}.lgx-won::before{content:"\f159"}.lgx-virus-covid::before{content:"\e4a8"}.lgx-austral-sign::before{content:"\e0a9"}.lgx-f::before{content:"\46"}.lgx-leaf::before{content:"\f06c"}.lgx-road::before{content:"\f018"}.lgx-taxi::before{content:"\f1ba"}.lgx-cab::before{content:"\f1ba"}.lgx-person-circle-plus::before{content:"\e541"}.lgx-chart-pie::before{content:"\f200"}.lgx-pie-chart::before{content:"\f200"}.lgx-bolt-lightning::before{content:"\e0b7"}.lgx-sack-xmark::before{content:"\e56a"}.lgx-file-excel::before{content:"\f1c3"}.lgx-file-contract::before{content:"\f56c"}.lgx-fish-fins::before{content:"\e4f2"}.lgx-building-flag::before{content:"\e4d5"}.lgx-face-grin-beam::before{content:"\f582"}.lgx-grin-beam::before{content:"\f582"}.lgx-object-ungroup::before{content:"\f248"}.lgx-poop::before{content:"\f619"}.lgx-location-pin::before{content:"\f041"}.lgx-map-marker::before{content:"\f041"}.lgx-kaaba::before{content:"\f66b"}.lgx-toilet-paper::before{content:"\f71e"}.lgx-helmet-safety::before{content:"\f807"}.lgx-hard-hat::before{content:"\f807"}.lgx-hat-hard::before{content:"\f807"}.lgx-eject::before{content:"\f052"}.lgx-circle-right::before{content:"\f35a"}.lgx-arrow-alt-circle-right::before{content:"\f35a"}.lgx-plane-circle-check::before{content:"\e555"}.lgx-face-rolling-eyes::before{content:"\f5a5"}.lgx-meh-rolling-eyes::before{content:"\f5a5"}.lgx-object-group::before{content:"\f247"}.lgx-chart-line::before{content:"\f201"}.lgx-line-chart::before{content:"\f201"}.lgx-mask-ventilator::before{content:"\e524"}.lgx-arrow-right::before{content:"\f061"}.lgx-signs-post::before{content:"\f277"}.lgx-map-signs::before{content:"\f277"}.lgx-cash-register::before{content:"\f788"}.lgx-person-circle-question::before{content:"\e542"}.lgx-h::before{content:"\48"}.lgx-tarp::before{content:"\e57b"}.lgx-screwdriver-wrench::before{content:"\f7d9"}.lgx-tools::before{content:"\f7d9"}.lgx-arrows-to-eye::before{content:"\e4bf"}.lgx-plug-circle-bolt::before{content:"\e55b"}.lgx-heart::before{content:"\f004"}.lgx-mars-and-venus::before{content:"\f224"}.lgx-house-user::before{content:"\e1b0"}.lgx-home-user::before{content:"\e1b0"}.lgx-dumpster-fire::before{content:"\f794"}.lgx-house-crack::before{content:"\e3b1"}.lgx-martini-glass-citrus::before{content:"\f561"}.lgx-cocktail::before{content:"\f561"}.lgx-face-surprise::before{content:"\f5c2"}.lgx-surprise::before{content:"\f5c2"}.lgx-bottle-water::before{content:"\e4c5"}.lgx-circle-pause::before{content:"\f28b"}.lgx-pause-circle::before{content:"\f28b"}.lgx-toilet-paper-slash::before{content:"\e072"}.lgx-apple-whole::before{content:"\f5d1"}.lgx-apple-alt::before{content:"\f5d1"}.lgx-kitchen-set::before{content:"\e51a"}.lgx-r::before{content:"\52"}.lgx-temperature-quarter::before{content:"\f2ca"}.lgx-temperature-1::before{content:"\f2ca"}.lgx-thermometer-1::before{content:"\f2ca"}.lgx-thermometer-quarter::before{content:"\f2ca"}.lgx-cube::before{content:"\f1b2"}.lgx-bitcoin-sign::before{content:"\e0b4"}.lgx-shield-dog::before{content:"\e573"}.lgx-solar-panel::before{content:"\f5ba"}.lgx-lock-open::before{content:"\f3c1"}.lgx-elevator::before{content:"\e16d"}.lgx-money-bill-transfer::before{content:"\e528"}.lgx-money-bill-trend-up::before{content:"\e529"}.lgx-house-flood-water-circle-arrow-right::before{content:"\e50f"}.lgx-square-poll-horizontal::before{content:"\f682"}.lgx-poll-h::before{content:"\f682"}.lgx-circle::before{content:"\f111"}.lgx-backward-fast::before{content:"\f049"}.lgx-fast-backward::before{content:"\f049"}.lgx-recycle::before{content:"\f1b8"}.lgx-user-astronaut::before{content:"\f4fb"}.lgx-plane-slash::before{content:"\e069"}.lgx-trademark::before{content:"\f25c"}.lgx-basketball::before{content:"\f434"}.lgx-basketball-ball::before{content:"\f434"}.lgx-satellite-dish::before{content:"\f7c0"}.lgx-circle-up::before{content:"\f35b"}.lgx-arrow-alt-circle-up::before{content:"\f35b"}.lgx-mobile-screen-button::before{content:"\f3cd"}.lgx-mobile-alt::before{content:"\f3cd"}.lgx-volume-high::before{content:"\f028"}.lgx-volume-up::before{content:"\f028"}.lgx-users-rays::before{content:"\e593"}.lgx-wallet::before{content:"\f555"}.lgx-clipboard-check::before{content:"\f46c"}.lgx-file-audio::before{content:"\f1c7"}.lgx-burger::before{content:"\f805"}.lgx-hamburger::before{content:"\f805"}.lgx-wrench::before{content:"\f0ad"}.lgx-bugs::before{content:"\e4d0"}.lgx-rupee-sign::before{content:"\f156"}.lgx-rupee::before{content:"\f156"}.lgx-file-image::before{content:"\f1c5"}.lgx-circle-question::before{content:"\f059"}.lgx-question-circle::before{content:"\f059"}.lgx-plane-departure::before{content:"\f5b0"}.lgx-handshake-slash::before{content:"\e060"}.lgx-book-bookmark::before{content:"\e0bb"}.lgx-code-branch::before{content:"\f126"}.lgx-hat-cowboy::before{content:"\f8c0"}.lgx-bridge::before{content:"\e4c8"}.lgx-phone-flip::before{content:"\f879"}.lgx-phone-alt::before{content:"\f879"}.lgx-truck-front::before{content:"\e2b7"}.lgx-cat::before{content:"\f6be"}.lgx-anchor-circle-exclamation::before{content:"\e4ab"}.lgx-truck-field::before{content:"\e58d"}.lgx-route::before{content:"\f4d7"}.lgx-clipboard-question::before{content:"\e4e3"}.lgx-panorama::before{content:"\e209"}.lgx-comment-medical::before{content:"\f7f5"}.lgx-teeth-open::before{content:"\f62f"}.lgx-file-circle-minus::before{content:"\e4ed"}.lgx-tags::before{content:"\f02c"}.lgx-wine-glass::before{content:"\f4e3"}.lgx-forward-fast::before{content:"\f050"}.lgx-fast-forward::before{content:"\f050"}.lgx-face-meh-blank::before{content:"\f5a4"}.lgx-meh-blank::before{content:"\f5a4"}.lgx-square-parking::before{content:"\f540"}.lgx-parking::before{content:"\f540"}.lgx-house-signal::before{content:"\e012"}.lgx-bars-progress::before{content:"\f828"}.lgx-tasks-alt::before{content:"\f828"}.lgx-faucet-drip::before{content:"\e006"}.lgx-cart-flatbed::before{content:"\f474"}.lgx-dolly-flatbed::before{content:"\f474"}.lgx-ban-smoking::before{content:"\f54d"}.lgx-smoking-ban::before{content:"\f54d"}.lgx-terminal::before{content:"\f120"}.lgx-mobile-button::before{content:"\f10b"}.lgx-house-medical-flag::before{content:"\e514"}.lgx-basket-shopping::before{content:"\f291"}.lgx-shopping-basket::before{content:"\f291"}.lgx-tape::before{content:"\f4db"}.lgx-bus-simple::before{content:"\f55e"}.lgx-bus-alt::before{content:"\f55e"}.lgx-eye::before{content:"\f06e"}.lgx-face-sad-cry::before{content:"\f5b3"}.lgx-sad-cry::before{content:"\f5b3"}.lgx-audio-description::before{content:"\f29e"}.lgx-person-military-to-person::before{content:"\e54c"}.lgx-file-shield::before{content:"\e4f0"}.lgx-user-slash::before{content:"\f506"}.lgx-pen::before{content:"\f304"}.lgx-tower-observation::before{content:"\e586"}.lgx-file-code::before{content:"\f1c9"}.lgx-signal::before{content:"\f012"}.lgx-signal-5::before{content:"\f012"}.lgx-signal-perfect::before{content:"\f012"}.lgx-bus::before{content:"\f207"}.lgx-heart-circle-xmark::before{content:"\e501"}.lgx-house-chimney::before{content:"\e3af"}.lgx-home-lg::before{content:"\e3af"}.lgx-window-maximize::before{content:"\f2d0"}.lgx-face-frown::before{content:"\f119"}.lgx-frown::before{content:"\f119"}.lgx-prescription::before{content:"\f5b1"}.lgx-shop::before{content:"\f54f"}.lgx-store-alt::before{content:"\f54f"}.lgx-floppy-disk::before{content:"\f0c7"}.lgx-save::before{content:"\f0c7"}.lgx-vihara::before{content:"\f6a7"}.lgx-scale-unbalanced::before{content:"\f515"}.lgx-balance-scale-left::before{content:"\f515"}.lgx-sort-up::before{content:"\f0de"}.lgx-sort-asc::before{content:"\f0de"}.lgx-comment-dots::before{content:"\f4ad"}.lgx-commenting::before{content:"\f4ad"}.lgx-plant-wilt::before{content:"\e5aa"}.lgx-diamond::before{content:"\f219"}.lgx-face-grin-squint::before{content:"\f585"}.lgx-grin-squint::before{content:"\f585"}.lgx-hand-holding-dollar::before{content:"\f4c0"}.lgx-hand-holding-usd::before{content:"\f4c0"}.lgx-bacterium::before{content:"\e05a"}.lgx-hand-pointer::before{content:"\f25a"}.lgx-drum-steelpan::before{content:"\f56a"}.lgx-hand-scissors::before{content:"\f257"}.lgx-hands-praying::before{content:"\f684"}.lgx-praying-hands::before{content:"\f684"}.lgx-arrow-rotate-right::before{content:"\f01e"}.lgx-arrow-right-rotate::before{content:"\f01e"}.lgx-arrow-rotate-forward::before{content:"\f01e"}.lgx-redo::before{content:"\f01e"}.lgx-biohazard::before{content:"\f780"}.lgx-location-crosshairs::before{content:"\f601"}.lgx-location::before{content:"\f601"}.lgx-mars-double::before{content:"\f227"}.lgx-child-dress::before{content:"\e59c"}.lgx-users-between-lines::before{content:"\e591"}.lgx-lungs-virus::before{content:"\e067"}.lgx-face-grin-tears::before{content:"\f588"}.lgx-grin-tears::before{content:"\f588"}.lgx-phone::before{content:"\f095"}.lgx-calendar-xmark::before{content:"\f273"}.lgx-calendar-times::before{content:"\f273"}.lgx-child-reaching::before{content:"\e59d"}.lgx-head-side-virus::before{content:"\e064"}.lgx-user-gear::before{content:"\f4fe"}.lgx-user-cog::before{content:"\f4fe"}.lgx-arrow-up-1-9::before{content:"\f163"}.lgx-sort-numeric-up::before{content:"\f163"}.lgx-door-closed::before{content:"\f52a"}.lgx-shield-virus::before{content:"\e06c"}.lgx-dice-six::before{content:"\f526"}.lgx-mosquito-net::before{content:"\e52c"}.lgx-bridge-water::before{content:"\e4ce"}.lgx-person-booth::before{content:"\f756"}.lgx-text-width::before{content:"\f035"}.lgx-hat-wizard::before{content:"\f6e8"}.lgx-pen-fancy::before{content:"\f5ac"}.lgx-person-digging::before{content:"\f85e"}.lgx-digging::before{content:"\f85e"}.lgx-trash::before{content:"\f1f8"}.lgx-gauge-simple::before{content:"\f629"}.lgx-gauge-simple-med::before{content:"\f629"}.lgx-tachometer-average::before{content:"\f629"}.lgx-book-medical::before{content:"\f7e6"}.lgx-poo::before{content:"\f2fe"}.lgx-quote-right::before{content:"\f10e"}.lgx-quote-right-alt::before{content:"\f10e"}.lgx-shirt::before{content:"\f553"}.lgx-t-shirt::before{content:"\f553"}.lgx-tshirt::before{content:"\f553"}.lgx-cubes::before{content:"\f1b3"}.lgx-divide::before{content:"\f529"}.lgx-tenge-sign::before{content:"\f7d7"}.lgx-tenge::before{content:"\f7d7"}.lgx-headphones::before{content:"\f025"}.lgx-hands-holding::before{content:"\f4c2"}.lgx-hands-clapping::before{content:"\e1a8"}.lgx-republican::before{content:"\f75e"}.lgx-arrow-left::before{content:"\f060"}.lgx-person-circle-xmark::before{content:"\e543"}.lgx-ruler::before{content:"\f545"}.lgx-align-left::before{content:"\f036"}.lgx-dice-d6::before{content:"\f6d1"}.lgx-restroom::before{content:"\f7bd"}.lgx-j::before{content:"\4a"}.lgx-users-viewfinder::before{content:"\e595"}.lgx-file-video::before{content:"\f1c8"}.lgx-up-right-from-square::before{content:"\f35d"}.lgx-external-link-alt::before{content:"\f35d"}.lgx-table-cells::before{content:"\f00a"}.lgx-th::before{content:"\f00a"}.lgx-file-pdf::before{content:"\f1c1"}.lgx-book-bible::before{content:"\f647"}.lgx-bible::before{content:"\f647"}.lgx-o::before{content:"\4f"}.lgx-suitcase-medical::before{content:"\f0fa"}.lgx-medkit::before{content:"\f0fa"}.lgx-user-secret::before{content:"\f21b"}.lgx-otter::before{content:"\f700"}.lgx-person-dress::before{content:"\f182"}.lgx-female::before{content:"\f182"}.lgx-comment-dollar::before{content:"\f651"}.lgx-business-time::before{content:"\f64a"}.lgx-briefcase-clock::before{content:"\f64a"}.lgx-table-cells-large::before{content:"\f009"}.lgx-th-large::before{content:"\f009"}.lgx-book-tanakh::before{content:"\f827"}.lgx-tanakh::before{content:"\f827"}.lgx-phone-volume::before{content:"\f2a0"}.lgx-volume-control-phone::before{content:"\f2a0"}.lgx-hat-cowboy-side::before{content:"\f8c1"}.lgx-clipboard-user::before{content:"\f7f3"}.lgx-child::before{content:"\f1ae"}.lgx-lira-sign::before{content:"\f195"}.lgx-satellite::before{content:"\f7bf"}.lgx-plane-lock::before{content:"\e558"}.lgx-tag::before{content:"\f02b"}.lgx-comment::before{content:"\f075"}.lgx-cake-candles::before{content:"\f1fd"}.lgx-birthday-cake::before{content:"\f1fd"}.lgx-cake::before{content:"\f1fd"}.lgx-envelope::before{content:"\f0e0"}.lgx-angles-up::before{content:"\f102"}.lgx-angle-double-up::before{content:"\f102"}.lgx-paperclip::before{content:"\f0c6"}.lgx-arrow-right-to-city::before{content:"\e4b3"}.lgx-ribbon::before{content:"\f4d6"}.lgx-lungs::before{content:"\f604"}.lgx-arrow-up-9-1::before{content:"\f887"}.lgx-sort-numeric-up-alt::before{content:"\f887"}.lgx-litecoin-sign::before{content:"\e1d3"}.lgx-border-none::before{content:"\f850"}.lgx-circle-nodes::before{content:"\e4e2"}.lgx-parachute-box::before{content:"\f4cd"}.lgx-indent::before{content:"\f03c"}.lgx-truck-field-un::before{content:"\e58e"}.lgx-hourglass::before{content:"\f254"}.lgx-hourglass-empty::before{content:"\f254"}.lgx-mountain::before{content:"\f6fc"}.lgx-user-doctor::before{content:"\f0f0"}.lgx-user-md::before{content:"\f0f0"}.lgx-circle-info::before{content:"\f05a"}.lgx-info-circle::before{content:"\f05a"}.lgx-cloud-meatball::before{content:"\f73b"}.lgx-camera::before{content:"\f030"}.lgx-camera-alt::before{content:"\f030"}.lgx-square-virus::before{content:"\e578"}.lgx-meteor::before{content:"\f753"}.lgx-car-on::before{content:"\e4dd"}.lgx-sleigh::before{content:"\f7cc"}.lgx-arrow-down-1-9::before{content:"\f162"}.lgx-sort-numeric-asc::before{content:"\f162"}.lgx-sort-numeric-down::before{content:"\f162"}.lgx-hand-holding-droplet::before{content:"\f4c1"}.lgx-hand-holding-water::before{content:"\f4c1"}.lgx-water::before{content:"\f773"}.lgx-calendar-check::before{content:"\f274"}.lgx-braille::before{content:"\f2a1"}.lgx-prescription-bottle-medical::before{content:"\f486"}.lgx-prescription-bottle-alt::before{content:"\f486"}.lgx-landmark::before{content:"\f66f"}.lgx-truck::before{content:"\f0d1"}.lgx-crosshairs::before{content:"\f05b"}.lgx-person-cane::before{content:"\e53c"}.lgx-tent::before{content:"\e57d"}.lgx-vest-patches::before{content:"\e086"}.lgx-check-double::before{content:"\f560"}.lgx-arrow-down-a-z::before{content:"\f15d"}.lgx-sort-alpha-asc::before{content:"\f15d"}.lgx-sort-alpha-down::before{content:"\f15d"}.lgx-money-bill-wheat::before{content:"\e52a"}.lgx-cookie::before{content:"\f563"}.lgx-arrow-rotate-left::before{content:"\f0e2"}.lgx-arrow-left-rotate::before{content:"\f0e2"}.lgx-arrow-rotate-back::before{content:"\f0e2"}.lgx-arrow-rotate-backward::before{content:"\f0e2"}.lgx-undo::before{content:"\f0e2"}.lgx-hard-drive::before{content:"\f0a0"}.lgx-hdd::before{content:"\f0a0"}.lgx-face-grin-squint-tears::before{content:"\f586"}.lgx-grin-squint-tears::before{content:"\f586"}.lgx-dumbbell::before{content:"\f44b"}.lgx-rectangle-list::before{content:"\f022"}.lgx-list-alt::before{content:"\f022"}.lgx-tarp-droplet::before{content:"\e57c"}.lgx-house-medical-circle-check::before{content:"\e511"}.lgx-person-skiing-nordic::before{content:"\f7ca"}.lgx-skiing-nordic::before{content:"\f7ca"}.lgx-calendar-plus::before{content:"\f271"}.lgx-plane-arrival::before{content:"\f5af"}.lgx-circle-left::before{content:"\f359"}.lgx-arrow-alt-circle-left::before{content:"\f359"}.lgx-train-subway::before{content:"\f239"}.lgx-subway::before{content:"\f239"}.lgx-chart-gantt::before{content:"\e0e4"}.lgx-indian-rupee-sign::before{content:"\e1bc"}.lgx-indian-rupee::before{content:"\e1bc"}.lgx-inr::before{content:"\e1bc"}.lgx-crop-simple::before{content:"\f565"}.lgx-crop-alt::before{content:"\f565"}.lgx-money-bill-1::before{content:"\f3d1"}.lgx-money-bill-alt::before{content:"\f3d1"}.lgx-left-long::before{content:"\f30a"}.lgx-long-arrow-alt-left::before{content:"\f30a"}.lgx-dna::before{content:"\f471"}.lgx-virus-slash::before{content:"\e075"}.lgx-minus::before{content:"\f068"}.lgx-subtract::before{content:"\f068"}.lgx-chess::before{content:"\f439"}.lgx-arrow-left-long::before{content:"\f177"}.lgx-long-arrow-left::before{content:"\f177"}.lgx-plug-circle-check::before{content:"\e55c"}.lgx-street-view::before{content:"\f21d"}.lgx-franc-sign::before{content:"\e18f"}.lgx-volume-off::before{content:"\f026"}.lgx-hands-asl-interpreting::before{content:"\f2a3"}.lgx-american-sign-language-interpreting::before{content:"\f2a3"}.lgx-asl-interpreting::before{content:"\f2a3"}.lgx-hands-american-sign-language-interpreting::before{content:"\f2a3"}.lgx-gear::before{content:"\f013"}.lgx-cog::before{content:"\f013"}.lgx-droplet-slash::before{content:"\f5c7"}.lgx-tint-slash::before{content:"\f5c7"}.lgx-mosque::before{content:"\f678"}.lgx-mosquito::before{content:"\e52b"}.lgx-star-of-david::before{content:"\f69a"}.lgx-person-military-rifle::before{content:"\e54b"}.lgx-cart-shopping::before{content:"\f07a"}.lgx-shopping-cart::before{content:"\f07a"}.lgx-vials::before{content:"\f493"}.lgx-plug-circle-plus::before{content:"\e55f"}.lgx-place-of-worship::before{content:"\f67f"}.lgx-grip-vertical::before{content:"\f58e"}.lgx-arrow-turn-up::before{content:"\f148"}.lgx-level-up::before{content:"\f148"}.lgx-u::before{content:"\55"}.lgx-square-root-variable::before{content:"\f698"}.lgx-square-root-alt::before{content:"\f698"}.lgx-clock::before{content:"\f017"}.lgx-clock-four::before{content:"\f017"}.lgx-backward-step::before{content:"\f048"}.lgx-step-backward::before{content:"\f048"}.lgx-pallet::before{content:"\f482"}.lgx-faucet::before{content:"\e005"}.lgx-baseball-bat-ball::before{content:"\f432"}.lgx-s::before{content:"\53"}.lgx-timeline::before{content:"\e29c"}.lgx-keyboard::before{content:"\f11c"}.lgx-caret-down::before{content:"\f0d7"}.lgx-house-chimney-medical::before{content:"\f7f2"}.lgx-clinic-medical::before{content:"\f7f2"}.lgx-temperature-three-quarters::before{content:"\f2c8"}.lgx-temperature-3::before{content:"\f2c8"}.lgx-thermometer-3::before{content:"\f2c8"}.lgx-thermometer-three-quarters::before{content:"\f2c8"}.lgx-mobile-screen::before{content:"\f3cf"}.lgx-mobile-android-alt::before{content:"\f3cf"}.lgx-plane-up::before{content:"\e22d"}.lgx-piggy-bank::before{content:"\f4d3"}.lgx-battery-half::before{content:"\f242"}.lgx-battery-3::before{content:"\f242"}.lgx-mountain-city::before{content:"\e52e"}.lgx-coins::before{content:"\f51e"}.lgx-khanda::before{content:"\f66d"}.lgx-sliders::before{content:"\f1de"}.lgx-sliders-h::before{content:"\f1de"}.lgx-folder-tree::before{content:"\f802"}.lgx-network-wired::before{content:"\f6ff"}.lgx-map-pin::before{content:"\f276"}.lgx-hamsa::before{content:"\f665"}.lgx-cent-sign::before{content:"\e3f5"}.lgx-flask::before{content:"\f0c3"}.lgx-person-pregnant::before{content:"\e31e"}.lgx-wand-sparkles::before{content:"\f72b"}.lgx-ellipsis-vertical::before{content:"\f142"}.lgx-ellipsis-v::before{content:"\f142"}.lgx-ticket::before{content:"\f145"}.lgx-power-off::before{content:"\f011"}.lgx-right-long::before{content:"\f30b"}.lgx-long-arrow-alt-right::before{content:"\f30b"}.lgx-flag-usa::before{content:"\f74d"}.lgx-laptop-file::before{content:"\e51d"}.lgx-tty::before{content:"\f1e4"}.lgx-teletype::before{content:"\f1e4"}.lgx-diagram-next::before{content:"\e476"}.lgx-person-rifle::before{content:"\e54e"}.lgx-house-medical-circle-exclamation::before{content:"\e512"}.lgx-closed-captioning::before{content:"\f20a"}.lgx-person-hiking::before{content:"\f6ec"}.lgx-hiking::before{content:"\f6ec"}.lgx-venus-double::before{content:"\f226"}.lgx-images::before{content:"\f302"}.lgx-calculator::before{content:"\f1ec"}.lgx-people-pulling::before{content:"\e535"}.lgx-n::before{content:"\4e"}.lgx-cable-car::before{content:"\f7da"}.lgx-tram::before{content:"\f7da"}.lgx-cloud-rain::before{content:"\f73d"}.lgx-building-circle-xmark::before{content:"\e4d4"}.lgx-ship::before{content:"\f21a"}.lgx-arrows-down-to-line::before{content:"\e4b8"}.lgx-download::before{content:"\f019"}.lgx-face-grin::before{content:"\f580"}.lgx-grin::before{content:"\f580"}.lgx-delete-left::before{content:"\f55a"}.lgx-backspace::before{content:"\f55a"}.lgx-eye-dropper::before{content:"\f1fb"}.lgx-eye-dropper-empty::before{content:"\f1fb"}.lgx-eyedropper::before{content:"\f1fb"}.lgx-file-circle-check::before{content:"\e5a0"}.lgx-forward::before{content:"\f04e"}.lgx-mobile::before{content:"\f3ce"}.lgx-mobile-android::before{content:"\f3ce"}.lgx-mobile-phone::before{content:"\f3ce"}.lgx-face-meh::before{content:"\f11a"}.lgx-meh::before{content:"\f11a"}.lgx-align-center::before{content:"\f037"}.lgx-book-skull::before{content:"\f6b7"}.lgx-book-dead::before{content:"\f6b7"}.lgx-id-card::before{content:"\f2c2"}.lgx-drivers-license::before{content:"\f2c2"}.lgx-outdent::before{content:"\f03b"}.lgx-dedent::before{content:"\f03b"}.lgx-heart-circle-exclamation::before{content:"\e4fe"}.lgx-house::before{content:"\f015"}.lgx-home::before{content:"\f015"}.lgx-home-alt::before{content:"\f015"}.lgx-home-lg-alt::before{content:"\f015"}.lgx-calendar-week::before{content:"\f784"}.lgx-laptop-medical::before{content:"\f812"}.lgx-b::before{content:"\42"}.lgx-file-medical::before{content:"\f477"}.lgx-dice-one::before{content:"\f525"}.lgx-kiwi-bird::before{content:"\f535"}.lgx-arrow-right-arrow-left::before{content:"\f0ec"}.lgx-exchange::before{content:"\f0ec"}.lgx-rotate-right::before{content:"\f2f9"}.lgx-redo-alt::before{content:"\f2f9"}.lgx-rotate-forward::before{content:"\f2f9"}.lgx-utensils::before{content:"\f2e7"}.lgx-cutlery::before{content:"\f2e7"}.lgx-arrow-up-wide-short::before{content:"\f161"}.lgx-sort-amount-up::before{content:"\f161"}.lgx-mill-sign::before{content:"\e1ed"}.lgx-bowl-rice::before{content:"\e2eb"}.lgx-skull::before{content:"\f54c"}.lgx-tower-broadcast::before{content:"\f519"}.lgx-broadcast-tower::before{content:"\f519"}.lgx-truck-pickup::before{content:"\f63c"}.lgx-up-long::before{content:"\f30c"}.lgx-long-arrow-alt-up::before{content:"\f30c"}.lgx-stop::before{content:"\f04d"}.lgx-code-merge::before{content:"\f387"}.lgx-upload::before{content:"\f093"}.lgx-hurricane::before{content:"\f751"}.lgx-mound::before{content:"\e52d"}.lgx-toilet-portable::before{content:"\e583"}.lgx-compact-disc::before{content:"\f51f"}.lgx-file-arrow-down::before{content:"\f56d"}.lgx-file-download::before{content:"\f56d"}.lgx-caravan::before{content:"\f8ff"}.lgx-shield-cat::before{content:"\e572"}.lgx-bolt::before{content:"\f0e7"}.lgx-zap::before{content:"\f0e7"}.lgx-glass-water::before{content:"\e4f4"}.lgx-oil-well::before{content:"\e532"}.lgx-vault::before{content:"\e2c5"}.lgx-mars::before{content:"\f222"}.lgx-toilet::before{content:"\f7d8"}.lgx-plane-circle-xmark::before{content:"\e557"}.lgx-yen-sign::before{content:"\f157"}.lgx-cny::before{content:"\f157"}.lgx-jpy::before{content:"\f157"}.lgx-rmb::before{content:"\f157"}.lgx-yen::before{content:"\f157"}.lgx-ruble-sign::before{content:"\f158"}.lgx-rouble::before{content:"\f158"}.lgx-rub::before{content:"\f158"}.lgx-ruble::before{content:"\f158"}.lgx-sun::before{content:"\f185"}.lgx-guitar::before{content:"\f7a6"}.lgx-face-laugh-wink::before{content:"\f59c"}.lgx-laugh-wink::before{content:"\f59c"}.lgx-horse-head::before{content:"\f7ab"}.lgx-bore-hole::before{content:"\e4c3"}.lgx-industry::before{content:"\f275"}.lgx-circle-down::before{content:"\f358"}.lgx-arrow-alt-circle-down::before{content:"\f358"}.lgx-arrows-turn-to-dots::before{content:"\e4c1"}.lgx-florin-sign::before{content:"\e184"}.lgx-arrow-down-short-wide::before{content:"\f884"}.lgx-sort-amount-desc::before{content:"\f884"}.lgx-sort-amount-down-alt::before{content:"\f884"}.lgx-less-than::before{content:"\3c"}.lgx-angle-down::before{content:"\f107"}.lgx-car-tunnel::before{content:"\e4de"}.lgx-head-side-cough::before{content:"\e061"}.lgx-grip-lines::before{content:"\f7a4"}.lgx-thumbs-down::before{content:"\f165"}.lgx-user-lock::before{content:"\f502"}.lgx-arrow-right-long::before{content:"\f178"}.lgx-long-arrow-right::before{content:"\f178"}.lgx-anchor-circle-xmark::before{content:"\e4ac"}.lgx-ellipsis::before{content:"\f141"}.lgx-ellipsis-h::before{content:"\f141"}.lgx-chess-pawn::before{content:"\f443"}.lgx-kit-medical::before{content:"\f479"}.lgx-first-aid::before{content:"\f479"}.lgx-person-through-window::before{content:"\e5a9"}.lgx-toolbox::before{content:"\f552"}.lgx-hands-holding-circle::before{content:"\e4fb"}.lgx-bug::before{content:"\f188"}.lgx-credit-card::before{content:"\f09d"}.lgx-credit-card-alt::before{content:"\f09d"}.lgx-car::before{content:"\f1b9"}.lgx-automobile::before{content:"\f1b9"}.lgx-hand-holding-hand::before{content:"\e4f7"}.lgx-book-open-reader::before{content:"\f5da"}.lgx-book-reader::before{content:"\f5da"}.lgx-mountain-sun::before{content:"\e52f"}.lgx-arrows-left-right-to-line::before{content:"\e4ba"}.lgx-dice-d20::before{content:"\f6cf"}.lgx-truck-droplet::before{content:"\e58c"}.lgx-file-circle-xmark::before{content:"\e5a1"}.lgx-temperature-arrow-up::before{content:"\e040"}.lgx-temperature-up::before{content:"\e040"}.lgx-medal::before{content:"\f5a2"}.lgx-bed::before{content:"\f236"}.lgx-square-h::before{content:"\f0fd"}.lgx-h-square::before{content:"\f0fd"}.lgx-podcast::before{content:"\f2ce"}.lgx-temperature-full::before{content:"\f2c7"}.lgx-temperature-4::before{content:"\f2c7"}.lgx-thermometer-4::before{content:"\f2c7"}.lgx-thermometer-full::before{content:"\f2c7"}.lgx-bell::before{content:"\f0f3"}.lgx-superscript::before{content:"\f12b"}.lgx-plug-circle-xmark::before{content:"\e560"}.lgx-star-of-life::before{content:"\f621"}.lgx-phone-slash::before{content:"\f3dd"}.lgx-paint-roller::before{content:"\f5aa"}.lgx-handshake-angle::before{content:"\f4c4"}.lgx-hands-helping::before{content:"\f4c4"}.lgx-location-dot::before{content:"\f3c5"}.lgx-map-marker-alt::before{content:"\f3c5"}.lgx-file::before{content:"\f15b"}.lgx-greater-than::before{content:"\3e"}.lgx-person-swimming::before{content:"\f5c4"}.lgx-swimmer::before{content:"\f5c4"}.lgx-arrow-down::before{content:"\f063"}.lgx-droplet::before{content:"\f043"}.lgx-tint::before{content:"\f043"}.lgx-eraser::before{content:"\f12d"}.lgx-earth-americas::before{content:"\f57d"}.lgx-earth::before{content:"\f57d"}.lgx-earth-america::before{content:"\f57d"}.lgx-globe-americas::before{content:"\f57d"}.lgx-person-burst::before{content:"\e53b"}.lgx-dove::before{content:"\f4ba"}.lgx-battery-empty::before{content:"\f244"}.lgx-battery-0::before{content:"\f244"}.lgx-socks::before{content:"\f696"}.lgx-inbox::before{content:"\f01c"}.lgx-section::before{content:"\e447"}.lgx-gauge-high::before{content:"\f625"}.lgx-tachometer-alt::before{content:"\f625"}.lgx-tachometer-alt-fast::before{content:"\f625"}.lgx-envelope-open-text::before{content:"\f658"}.lgx-hospital::before{content:"\f0f8"}.lgx-hospital-alt::before{content:"\f0f8"}.lgx-hospital-wide::before{content:"\f0f8"}.lgx-wine-bottle::before{content:"\f72f"}.lgx-chess-rook::before{content:"\f447"}.lgx-bars-staggered::before{content:"\f550"}.lgx-reorder::before{content:"\f550"}.lgx-stream::before{content:"\f550"}.lgx-dharmachakra::before{content:"\f655"}.lgx-hotdog::before{content:"\f80f"}.lgx-person-walking-with-cane::before{content:"\f29d"}.lgx-blind::before{content:"\f29d"}.lgx-drum::before{content:"\f569"}.lgx-ice-cream::before{content:"\f810"}.lgx-heart-circle-bolt::before{content:"\e4fc"}.lgx-fax::before{content:"\f1ac"}.lgx-paragraph::before{content:"\f1dd"}.lgx-check-to-slot::before{content:"\f772"}.lgx-vote-yea::before{content:"\f772"}.lgx-star-half::before{content:"\f089"}.lgx-boxes-stacked::before{content:"\f468"}.lgx-boxes::before{content:"\f468"}.lgx-boxes-alt::before{content:"\f468"}.lgx-link::before{content:"\f0c1"}.lgx-chain::before{content:"\f0c1"}.lgx-ear-listen::before{content:"\f2a2"}.lgx-assistive-listening-systems::before{content:"\f2a2"}.lgx-tree-city::before{content:"\e587"}.lgx-play::before{content:"\f04b"}.lgx-font::before{content:"\f031"}.lgx-rupiah-sign::before{content:"\e23d"}.lgx-magnifying-glass::before{content:"\f002"}.lgx-search::before{content:"\f002"}.lgx-table-tennis-paddle-ball::before{content:"\f45d"}.lgx-ping-pong-paddle-ball::before{content:"\f45d"}.lgx-table-tennis::before{content:"\f45d"}.lgx-person-dots-from-line::before{content:"\f470"}.lgx-diagnoses::before{content:"\f470"}.lgx-trash-can-arrow-up::before{content:"\f82a"}.lgx-trash-restore-alt::before{content:"\f82a"}.lgx-naira-sign::before{content:"\e1f6"}.lgx-cart-arrow-down::before{content:"\f218"}.lgx-walkie-talkie::before{content:"\f8ef"}.lgx-file-pen::before{content:"\f31c"}.lgx-file-edit::before{content:"\f31c"}.lgx-receipt::before{content:"\f543"}.lgx-square-pen::before{content:"\f14b"}.lgx-pen-square::before{content:"\f14b"}.lgx-pencil-square::before{content:"\f14b"}.lgx-suitcase-rolling::before{content:"\f5c1"}.lgx-person-circle-exclamation::before{content:"\e53f"}.lgx-chevron-down::before{content:"\f078"}.lgx-battery-full::before{content:"\f240"}.lgx-battery::before{content:"\f240"}.lgx-battery-5::before{content:"\f240"}.lgx-skull-crossbones::before{content:"\f714"}.lgx-code-compare::before{content:"\e13a"}.lgx-list-ul::before{content:"\f0ca"}.lgx-list-dots::before{content:"\f0ca"}.lgx-school-lock::before{content:"\e56f"}.lgx-tower-cell::before{content:"\e585"}.lgx-down-long::before{content:"\f309"}.lgx-long-arrow-alt-down::before{content:"\f309"}.lgx-ranking-star::before{content:"\e561"}.lgx-chess-king::before{content:"\f43f"}.lgx-person-harassing::before{content:"\e549"}.lgx-brazilian-real-sign::before{content:"\e46c"}.lgx-landmark-dome::before{content:"\f752"}.lgx-landmark-alt::before{content:"\f752"}.lgx-arrow-up::before{content:"\f062"}.lgx-tv::before{content:"\f26c"}.lgx-television::before{content:"\f26c"}.lgx-tv-alt::before{content:"\f26c"}.lgx-shrimp::before{content:"\e448"}.lgx-list-check::before{content:"\f0ae"}.lgx-tasks::before{content:"\f0ae"}.lgx-jug-detergent::before{content:"\e519"}.lgx-circle-user::before{content:"\f2bd"}.lgx-user-circle::before{content:"\f2bd"}.lgx-user-shield::before{content:"\f505"}.lgx-wind::before{content:"\f72e"}.lgx-car-burst::before{content:"\f5e1"}.lgx-car-crash::before{content:"\f5e1"}.lgx-y::before{content:"\59"}.lgx-person-snowboarding::before{content:"\f7ce"}.lgx-snowboarding::before{content:"\f7ce"}.lgx-truck-fast::before{content:"\f48b"}.lgx-shipping-fast::before{content:"\f48b"}.lgx-fish::before{content:"\f578"}.lgx-user-graduate::before{content:"\f501"}.lgx-circle-half-stroke::before{content:"\f042"}.lgx-adjust::before{content:"\f042"}.lgx-clapperboard::before{content:"\e131"}.lgx-circle-radiation::before{content:"\f7ba"}.lgx-radiation-alt::before{content:"\f7ba"}.lgx-baseball::before{content:"\f433"}.lgx-baseball-ball::before{content:"\f433"}.lgx-jet-fighter-up::before{content:"\e518"}.lgx-diagram-project::before{content:"\f542"}.lgx-project-diagram::before{content:"\f542"}.lgx-copy::before{content:"\f0c5"}.lgx-volume-xmark::before{content:"\f6a9"}.lgx-volume-mute::before{content:"\f6a9"}.lgx-volume-times::before{content:"\f6a9"}.lgx-hand-sparkles::before{content:"\e05d"}.lgx-grip::before{content:"\f58d"}.lgx-grip-horizontal::before{content:"\f58d"}.lgx-share-from-square::before{content:"\f14d"}.lgx-share-square::before{content:"\f14d"}.lgx-child-combatant::before{content:"\e4e0"}.lgx-child-rifle::before{content:"\e4e0"}.lgx-gun::before{content:"\e19b"}.lgx-square-phone::before{content:"\f098"}.lgx-phone-square::before{content:"\f098"}.lgx-plus::before{content:"\2b"}.lgx-add::before{content:"\2b"}.lgx-expand::before{content:"\f065"}.lgx-computer::before{content:"\e4e5"}.lgx-xmark::before{content:"\f00d"}.lgx-close::before{content:"\f00d"}.lgx-multiply::before{content:"\f00d"}.lgx-remove::before{content:"\f00d"}.lgx-times::before{content:"\f00d"}.lgx-arrows-up-down-left-right::before{content:"\f047"}.lgx-arrows::before{content:"\f047"}.lgx-chalkboard-user::before{content:"\f51c"}.lgx-chalkboard-teacher::before{content:"\f51c"}.lgx-peso-sign::before{content:"\e222"}.lgx-building-shield::before{content:"\e4d8"}.lgx-baby::before{content:"\f77c"}.lgx-users-line::before{content:"\e592"}.lgx-quote-left::before{content:"\f10d"}.lgx-quote-left-alt::before{content:"\f10d"}.lgx-tractor::before{content:"\f722"}.lgx-trash-arrow-up::before{content:"\f829"}.lgx-trash-restore::before{content:"\f829"}.lgx-arrow-down-up-lock::before{content:"\e4b0"}.lgx-lines-leaning::before{content:"\e51e"}.lgx-ruler-combined::before{content:"\f546"}.lgx-copyright::before{content:"\f1f9"}.lgx-equals::before{content:"\3d"}.lgx-blender::before{content:"\f517"}.lgx-teeth::before{content:"\f62e"}.lgx-shekel-sign::before{content:"\f20b"}.lgx-ils::before{content:"\f20b"}.lgx-shekel::before{content:"\f20b"}.lgx-sheqel::before{content:"\f20b"}.lgx-sheqel-sign::before{content:"\f20b"}.lgx-map::before{content:"\f279"}.lgx-rocket::before{content:"\f135"}.lgx-photo-film::before{content:"\f87c"}.lgx-photo-video::before{content:"\f87c"}.lgx-folder-minus::before{content:"\f65d"}.lgx-store::before{content:"\f54e"}.lgx-arrow-trend-up::before{content:"\e098"}.lgx-plug-circle-minus::before{content:"\e55e"}.lgx-sign-hanging::before{content:"\f4d9"}.lgx-sign::before{content:"\f4d9"}.lgx-bezier-curve::before{content:"\f55b"}.lgx-bell-slash::before{content:"\f1f6"}.lgx-tablet::before{content:"\f3fb"}.lgx-tablet-android::before{content:"\f3fb"}.lgx-school-flag::before{content:"\e56e"}.lgx-fill::before{content:"\f575"}.lgx-angle-up::before{content:"\f106"}.lgx-drumstick-bite::before{content:"\f6d7"}.lgx-holly-berry::before{content:"\f7aa"}.lgx-chevron-left::before{content:"\f053"}.lgx-bacteria::before{content:"\e059"}.lgx-hand-lizard::before{content:"\f258"}.lgx-notdef::before{content:"\e1fe"}.lgx-disease::before{content:"\f7fa"}.lgx-briefcase-medical::before{content:"\f469"}.lgx-genderless::before{content:"\f22d"}.lgx-chevron-right::before{content:"\f054"}.lgx-retweet::before{content:"\f079"}.lgx-car-rear::before{content:"\f5de"}.lgx-car-alt::before{content:"\f5de"}.lgx-pump-soap::before{content:"\e06b"}.lgx-video-slash::before{content:"\f4e2"}.lgx-battery-quarter::before{content:"\f243"}.lgx-battery-2::before{content:"\f243"}.lgx-radio::before{content:"\f8d7"}.lgx-baby-carriage::before{content:"\f77d"}.lgx-carriage-baby::before{content:"\f77d"}.lgx-traffic-light::before{content:"\f637"}.lgx-thermometer::before{content:"\f491"}.lgx-vr-cardboard::before{content:"\f729"}.lgx-hand-middle-finger::before{content:"\f806"}.lgx-percent::before{content:"\25"}.lgx-percentage::before{content:"\25"}.lgx-truck-moving::before{content:"\f4df"}.lgx-glass-water-droplet::before{content:"\e4f5"}.lgx-display::before{content:"\e163"}.lgx-face-smile::before{content:"\f118"}.lgx-smile::before{content:"\f118"}.lgx-thumbtack::before{content:"\f08d"}.lgx-thumb-tack::before{content:"\f08d"}.lgx-trophy::before{content:"\f091"}.lgx-person-praying::before{content:"\f683"}.lgx-pray::before{content:"\f683"}.lgx-hammer::before{content:"\f6e3"}.lgx-hand-peace::before{content:"\f25b"}.lgx-rotate::before{content:"\f2f1"}.lgx-sync-alt::before{content:"\f2f1"}.lgx-spinner::before{content:"\f110"}.lgx-robot::before{content:"\f544"}.lgx-peace::before{content:"\f67c"}.lgx-gears::before{content:"\f085"}.lgx-cogs::before{content:"\f085"}.lgx-warehouse::before{content:"\f494"}.lgx-arrow-up-right-dots::before{content:"\e4b7"}.lgx-splotch::before{content:"\f5bc"}.lgx-face-grin-hearts::before{content:"\f584"}.lgx-grin-hearts::before{content:"\f584"}.lgx-dice-four::before{content:"\f524"}.lgx-sim-card::before{content:"\f7c4"}.lgx-transgender::before{content:"\f225"}.lgx-transgender-alt::before{content:"\f225"}.lgx-mercury::before{content:"\f223"}.lgx-arrow-turn-down::before{content:"\f149"}.lgx-level-down::before{content:"\f149"}.lgx-person-falling-burst::before{content:"\e547"}.lgx-award::before{content:"\f559"}.lgx-ticket-simple::before{content:"\f3ff"}.lgx-ticket-alt::before{content:"\f3ff"}.lgx-building::before{content:"\f1ad"}.lgx-angles-left::before{content:"\f100"}.lgx-angle-double-left::before{content:"\f100"}.lgx-qrcode::before{content:"\f029"}.lgx-clock-rotate-left::before{content:"\f1da"}.lgx-history::before{content:"\f1da"}.lgx-face-grin-beam-sweat::before{content:"\f583"}.lgx-grin-beam-sweat::before{content:"\f583"}.lgx-file-export::before{content:"\f56e"}.lgx-arrow-right-from-file::before{content:"\f56e"}.lgx-shield::before{content:"\f132"}.lgx-shield-blank::before{content:"\f132"}.lgx-arrow-up-short-wide::before{content:"\f885"}.lgx-sort-amount-up-alt::before{content:"\f885"}.lgx-house-medical::before{content:"\e3b2"}.lgx-golf-ball-tee::before{content:"\f450"}.lgx-golf-ball::before{content:"\f450"}.lgx-circle-chevron-left::before{content:"\f137"}.lgx-chevron-circle-left::before{content:"\f137"}.lgx-house-chimney-window::before{content:"\e00d"}.lgx-pen-nib::before{content:"\f5ad"}.lgx-tent-arrow-turn-left::before{content:"\e580"}.lgx-tents::before{content:"\e582"}.lgx-wand-magic::before{content:"\f0d0"}.lgx-magic::before{content:"\f0d0"}.lgx-dog::before{content:"\f6d3"}.lgx-carrot::before{content:"\f787"}.lgx-moon::before{content:"\f186"}.lgx-wine-glass-empty::before{content:"\f5ce"}.lgx-wine-glass-alt::before{content:"\f5ce"}.lgx-cheese::before{content:"\f7ef"}.lgx-yin-yang::before{content:"\f6ad"}.lgx-music::before{content:"\f001"}.lgx-code-commit::before{content:"\f386"}.lgx-temperature-low::before{content:"\f76b"}.lgx-person-biking::before{content:"\f84a"}.lgx-biking::before{content:"\f84a"}.lgx-broom::before{content:"\f51a"}.lgx-shield-heart::before{content:"\e574"}.lgx-gopuram::before{content:"\f664"}.lgx-earth-oceania::before{content:"\e47b"}.lgx-globe-oceania::before{content:"\e47b"}.lgx-square-xmark::before{content:"\f2d3"}.lgx-times-square::before{content:"\f2d3"}.lgx-xmark-square::before{content:"\f2d3"}.lgx-hashtag::before{content:"\23"}.lgx-up-right-and-down-left-from-center::before{content:"\f424"}.lgx-expand-alt::before{content:"\f424"}.lgx-oil-can::before{content:"\f613"}.lgx-t::before{content:"\54"}.lgx-hippo::before{content:"\f6ed"}.lgx-chart-column::before{content:"\e0e3"}.lgx-infinity::before{content:"\f534"}.lgx-vial-circle-check::before{content:"\e596"}.lgx-person-arrow-down-to-line::before{content:"\e538"}.lgx-voicemail::before{content:"\f897"}.lgx-fan::before{content:"\f863"}.lgx-person-walking-luggage::before{content:"\e554"}.lgx-up-down::before{content:"\f338"}.lgx-arrows-alt-v::before{content:"\f338"}.lgx-cloud-moon-rain::before{content:"\f73c"}.lgx-calendar::before{content:"\f133"}.lgx-trailer::before{content:"\e041"}.lgx-bahai::before{content:"\f666"}.lgx-haykal::before{content:"\f666"}.lgx-sd-card::before{content:"\f7c2"}.lgx-dragon::before{content:"\f6d5"}.lgx-shoe-prints::before{content:"\f54b"}.lgx-circle-plus::before{content:"\f055"}.lgx-plus-circle::before{content:"\f055"}.lgx-face-grin-tongue-wink::before{content:"\f58b"}.lgx-grin-tongue-wink::before{content:"\f58b"}.lgx-hand-holding::before{content:"\f4bd"}.lgx-plug-circle-exclamation::before{content:"\e55d"}.lgx-link-slash::before{content:"\f127"}.lgx-chain-broken::before{content:"\f127"}.lgx-chain-slash::before{content:"\f127"}.lgx-unlink::before{content:"\f127"}.lgx-clone::before{content:"\f24d"}.lgx-person-walking-arrow-loop-left::before{content:"\e551"}.lgx-arrow-up-z-a::before{content:"\f882"}.lgx-sort-alpha-up-alt::before{content:"\f882"}.lgx-fire-flame-curved::before{content:"\f7e4"}.lgx-fire-alt::before{content:"\f7e4"}.lgx-tornado::before{content:"\f76f"}.lgx-file-circle-plus::before{content:"\e494"}.lgx-book-quran::before{content:"\f687"}.lgx-quran::before{content:"\f687"}.lgx-anchor::before{content:"\f13d"}.lgx-border-all::before{content:"\f84c"}.lgx-face-angry::before{content:"\f556"}.lgx-angry::before{content:"\f556"}.lgx-cookie-bite::before{content:"\f564"}.lgx-arrow-trend-down::before{content:"\e097"}.lgx-rss::before{content:"\f09e"}.lgx-feed::before{content:"\f09e"}.lgx-draw-polygon::before{content:"\f5ee"}.lgx-scale-balanced::before{content:"\f24e"}.lgx-balance-scale::before{content:"\f24e"}.lgx-gauge-simple-high::before{content:"\f62a"}.lgx-tachometer::before{content:"\f62a"}.lgx-tachometer-fast::before{content:"\f62a"}.lgx-shower::before{content:"\f2cc"}.lgx-desktop::before{content:"\f390"}.lgx-desktop-alt::before{content:"\f390"}.lgx-m::before{content:"\4d"}.lgx-table-list::before{content:"\f00b"}.lgx-th-list::before{content:"\f00b"}.lgx-comment-sms::before{content:"\f7cd"}.lgx-sms::before{content:"\f7cd"}.lgx-book::before{content:"\f02d"}.lgx-user-plus::before{content:"\f234"}.lgx-check::before{content:"\f00c"}.lgx-battery-three-quarters::before{content:"\f241"}.lgx-battery-4::before{content:"\f241"}.lgx-house-circle-check::before{content:"\e509"}.lgx-angle-left::before{content:"\f104"}.lgx-diagram-successor::before{content:"\e47a"}.lgx-truck-arrow-right::before{content:"\e58b"}.lgx-arrows-split-up-and-left::before{content:"\e4bc"}.lgx-hand-fist::before{content:"\f6de"}.lgx-fist-raised::before{content:"\f6de"}.lgx-cloud-moon::before{content:"\f6c3"}.lgx-briefcase::before{content:"\f0b1"}.lgx-person-falling::before{content:"\e546"}.lgx-image-portrait::before{content:"\f3e0"}.lgx-portrait::before{content:"\f3e0"}.lgx-user-tag::before{content:"\f507"}.lgx-rug::before{content:"\e569"}.lgx-earth-europe::before{content:"\f7a2"}.lgx-globe-europe::before{content:"\f7a2"}.lgx-cart-flatbed-suitcase::before{content:"\f59d"}.lgx-luggage-cart::before{content:"\f59d"}.lgx-rectangle-xmark::before{content:"\f410"}.lgx-rectangle-times::before{content:"\f410"}.lgx-times-rectangle::before{content:"\f410"}.lgx-window-close::before{content:"\f410"}.lgx-baht-sign::before{content:"\e0ac"}.lgx-book-open::before{content:"\f518"}.lgx-book-journal-whills::before{content:"\f66a"}.lgx-journal-whills::before{content:"\f66a"}.lgx-handcuffs::before{content:"\e4f8"}.lgx-triangle-exclamation::before{content:"\f071"}.lgx-exclamation-triangle::before{content:"\f071"}.lgx-warning::before{content:"\f071"}.lgx-database::before{content:"\f1c0"}.lgx-share::before{content:"\f064"}.lgx-arrow-turn-right::before{content:"\f064"}.lgx-mail-forward::before{content:"\f064"}.lgx-bottle-droplet::before{content:"\e4c4"}.lgx-mask-face::before{content:"\e1d7"}.lgx-hill-rockslide::before{content:"\e508"}.lgx-right-left::before{content:"\f362"}.lgx-exchange-alt::before{content:"\f362"}.lgx-paper-plane::before{content:"\f1d8"}.lgx-road-circle-exclamation::before{content:"\e565"}.lgx-dungeon::before{content:"\f6d9"}.lgx-align-right::before{content:"\f038"}.lgx-money-bill-1-wave::before{content:"\f53b"}.lgx-money-bill-wave-alt::before{content:"\f53b"}.lgx-life-ring::before{content:"\f1cd"}.lgx-hands::before{content:"\f2a7"}.lgx-sign-language::before{content:"\f2a7"}.lgx-signing::before{content:"\f2a7"}.lgx-calendar-day::before{content:"\f783"}.lgx-water-ladder::before{content:"\f5c5"}.lgx-ladder-water::before{content:"\f5c5"}.lgx-swimming-pool::before{content:"\f5c5"}.lgx-arrows-up-down::before{content:"\f07d"}.lgx-arrows-v::before{content:"\f07d"}.lgx-face-grimace::before{content:"\f57f"}.lgx-grimace::before{content:"\f57f"}.lgx-wheelchair-move::before{content:"\e2ce"}.lgx-wheelchair-alt::before{content:"\e2ce"}.lgx-turn-down::before{content:"\f3be"}.lgx-level-down-alt::before{content:"\f3be"}.lgx-person-walking-arrow-right::before{content:"\e552"}.lgx-square-envelope::before{content:"\f199"}.lgx-envelope-square::before{content:"\f199"}.lgx-dice::before{content:"\f522"}.lgx-bowling-ball::before{content:"\f436"}.lgx-brain::before{content:"\f5dc"}.lgx-bandage::before{content:"\f462"}.lgx-band-aid::before{content:"\f462"}.lgx-calendar-minus::before{content:"\f272"}.lgx-circle-xmark::before{content:"\f057"}.lgx-times-circle::before{content:"\f057"}.lgx-xmark-circle::before{content:"\f057"}.lgx-gifts::before{content:"\f79c"}.lgx-hotel::before{content:"\f594"}.lgx-earth-asia::before{content:"\f57e"}.lgx-globe-asia::before{content:"\f57e"}.lgx-id-card-clip::before{content:"\f47f"}.lgx-id-card-alt::before{content:"\f47f"}.lgx-magnifying-glass-plus::before{content:"\f00e"}.lgx-search-plus::before{content:"\f00e"}.lgx-thumbs-up::before{content:"\f164"}.lgx-user-clock::before{content:"\f4fd"}.lgx-hand-dots::before{content:"\f461"}.lgx-allergies::before{content:"\f461"}.lgx-file-invoice::before{content:"\f570"}.lgx-window-minimize::before{content:"\f2d1"}.lgx-mug-saucer::before{content:"\f0f4"}.lgx-coffee::before{content:"\f0f4"}.lgx-brush::before{content:"\f55d"}.lgx-mask::before{content:"\f6fa"}.lgx-magnifying-glass-minus::before{content:"\f010"}.lgx-search-minus::before{content:"\f010"}.lgx-ruler-vertical::before{content:"\f548"}.lgx-user-large::before{content:"\f406"}.lgx-user-alt::before{content:"\f406"}.lgx-train-tram::before{content:"\e5b4"}.lgx-user-nurse::before{content:"\f82f"}.lgx-syringe::before{content:"\f48e"}.lgx-cloud-sun::before{content:"\f6c4"}.lgx-stopwatch-20::before{content:"\e06f"}.lgx-square-full::before{content:"\f45c"}.lgx-magnet::before{content:"\f076"}.lgx-jar::before{content:"\e516"}.lgx-note-sticky::before{content:"\f249"}.lgx-sticky-note::before{content:"\f249"}.lgx-bug-slash::before{content:"\e490"}.lgx-arrow-up-from-water-pump::before{content:"\e4b6"}.lgx-bone::before{content:"\f5d7"}.lgx-user-injured::before{content:"\f728"}.lgx-face-sad-tear::before{content:"\f5b4"}.lgx-sad-tear::before{content:"\f5b4"}.lgx-plane::before{content:"\f072"}.lgx-tent-arrows-down::before{content:"\e581"}.lgx-exclamation::before{content:"\21"}.lgx-arrows-spin::before{content:"\e4bb"}.lgx-print::before{content:"\f02f"}.lgx-turkish-lira-sign::before{content:"\e2bb"}.lgx-try::before{content:"\e2bb"}.lgx-turkish-lira::before{content:"\e2bb"}.lgx-dollar-sign::before{content:"\24"}.lgx-dollar::before{content:"\24"}.lgx-usd::before{content:"\24"}.lgx-x::before{content:"\58"}.lgx-magnifying-glass-dollar::before{content:"\f688"}.lgx-search-dollar::before{content:"\f688"}.lgx-users-gear::before{content:"\f509"}.lgx-users-cog::before{content:"\f509"}.lgx-person-military-pointing::before{content:"\e54a"}.lgx-building-columns::before{content:"\f19c"}.lgx-bank::before{content:"\f19c"}.lgx-institution::before{content:"\f19c"}.lgx-museum::before{content:"\f19c"}.lgx-university::before{content:"\f19c"}.lgx-umbrella::before{content:"\f0e9"}.lgx-trowel::before{content:"\e589"}.lgx-d::before{content:"\44"}.lgx-stapler::before{content:"\e5af"}.lgx-masks-theater::before{content:"\f630"}.lgx-theater-masks::before{content:"\f630"}.lgx-kip-sign::before{content:"\e1c4"}.lgx-hand-point-left::before{content:"\f0a5"}.lgx-handshake-simple::before{content:"\f4c6"}.lgx-handshake-alt::before{content:"\f4c6"}.lgx-jet-fighter::before{content:"\f0fb"}.lgx-fighter-jet::before{content:"\f0fb"}.lgx-square-share-nodes::before{content:"\f1e1"}.lgx-share-alt-square::before{content:"\f1e1"}.lgx-barcode::before{content:"\f02a"}.lgx-plus-minus::before{content:"\e43c"}.lgx-video::before{content:"\f03d"}.lgx-video-camera::before{content:"\f03d"}.lgx-graduation-cap::before{content:"\f19d"}.lgx-mortar-board::before{content:"\f19d"}.lgx-hand-holding-medical::before{content:"\e05c"}.lgx-person-circle-check::before{content:"\e53e"}.lgx-turn-up::before{content:"\f3bf"}.lgx-level-up-alt::before{content:"\f3bf"}.sr-only,.lgx-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.lgx-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--lgx-style-family-brands:'LogiX Brands';--lgx-font-brands:normal 400 1em/1 'LogiX Brands'}@font-face{font-family:'LogiX Brands';font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/lgx-brands-400.woff2") format("woff2"),url("../webfonts/lgx-brands-400.ttf") format("truetype")}.lgxb,.lgx-brands{font-weight:400}.lgx-monero:before{content:"\f3d0"}.lgx-hooli:before{content:"\f427"}.lgx-yelp:before{content:"\f1e9"}.lgx-cc-visa:before{content:"\f1f0"}.lgx-lastfm:before{content:"\f202"}.lgx-shopware:before{content:"\f5b5"}.lgx-creative-commons-nc:before{content:"\f4e8"}.lgx-aws:before{content:"\f375"}.lgx-redhat:before{content:"\f7bc"}.lgx-yoast:before{content:"\f2b1"}.lgx-cloudflare:before{content:"\e07d"}.lgx-ups:before{content:"\f7e0"}.lgx-wpexplorer:before{content:"\f2de"}.lgx-dyalog:before{content:"\f399"}.lgx-bity:before{content:"\f37a"}.lgx-stackpath:before{content:"\f842"}.lgx-buysellads:before{content:"\f20d"}.lgx-first-order:before{content:"\f2b0"}.lgx-modx:before{content:"\f285"}.lgx-guilded:before{content:"\e07e"}.lgx-vnv:before{content:"\f40b"}.lgx-square-js:before{content:"\f3b9"}.lgx-js-square:before{content:"\f3b9"}.lgx-microsoft:before{content:"\f3ca"}.lgx-qq:before{content:"\f1d6"}.lgx-orcid:before{content:"\f8d2"}.lgx-java:before{content:"\f4e4"}.lgx-invision:before{content:"\f7b0"}.lgx-creative-commons-pd-alt:before{content:"\f4ed"}.lgx-centercode:before{content:"\f380"}.lgx-glide-g:before{content:"\f2a6"}.lgx-drupal:before{content:"\f1a9"}.lgx-hire-a-helper:before{content:"\f3b0"}.lgx-creative-commons-by:before{content:"\f4e7"}.lgx-unity:before{content:"\e049"}.lgx-whmcs:before{content:"\f40d"}.lgx-rocketchat:before{content:"\f3e8"}.lgx-vk:before{content:"\f189"}.lgx-untappd:before{content:"\f405"}.lgx-mailchimp:before{content:"\f59e"}.lgx-css3-alt:before{content:"\f38b"}.lgx-square-reddit:before{content:"\f1a2"}.lgx-reddit-square:before{content:"\f1a2"}.lgx-vimeo-v:before{content:"\f27d"}.lgx-contao:before{content:"\f26d"}.lgx-square-font-awesome:before{content:"\e5ad"}.lgx-deskpro:before{content:"\f38f"}.lgx-sistrix:before{content:"\f3ee"}.lgx-square-instagram:before{content:"\e055"}.lgx-instagram-square:before{content:"\e055"}.lgx-battle-net:before{content:"\f835"}.lgx-the-red-yeti:before{content:"\f69d"}.lgx-square-hacker-news:before{content:"\f3af"}.lgx-hacker-news-square:before{content:"\f3af"}.lgx-edge:before{content:"\f282"}.lgx-napster:before{content:"\f3d2"}.lgx-square-snapchat:before{content:"\f2ad"}.lgx-snapchat-square:before{content:"\f2ad"}.lgx-google-plus-g:before{content:"\f0d5"}.lgx-artstation:before{content:"\f77a"}.lgx-markdown:before{content:"\f60f"}.lgx-sourcetree:before{content:"\f7d3"}.lgx-google-plus:before{content:"\f2b3"}.lgx-diaspora:before{content:"\f791"}.lgx-foursquare:before{content:"\f180"}.lgx-stack-overflow:before{content:"\f16c"}.lgx-github-alt:before{content:"\f113"}.lgx-phoenix-squadron:before{content:"\f511"}.lgx-pagelines:before{content:"\f18c"}.lgx-algolia:before{content:"\f36c"}.lgx-red-river:before{content:"\f3e3"}.lgx-creative-commons-sa:before{content:"\f4ef"}.lgx-safari:before{content:"\f267"}.lgx-google:before{content:"\f1a0"}.lgx-square-font-awesome-stroke:before{content:"\f35c"}.lgx-font-awesome-alt:before{content:"\f35c"}.lgx-atlassian:before{content:"\f77b"}.lgx-linkedin-in:before{content:"\f0e1"}.lgx-digital-ocean:before{content:"\f391"}.lgx-nimblr:before{content:"\f5a8"}.lgx-chromecast:before{content:"\f838"}.lgx-evernote:before{content:"\f839"}.lgx-hacker-news:before{content:"\f1d4"}.lgx-creative-commons-sampling:before{content:"\f4f0"}.lgx-adversal:before{content:"\f36a"}.lgx-creative-commons:before{content:"\f25e"}.lgx-watchman-monitoring:before{content:"\e087"}.lgx-fonticons:before{content:"\f280"}.lgx-weixin:before{content:"\f1d7"}.lgx-shirtsinbulk:before{content:"\f214"}.lgx-codepen:before{content:"\f1cb"}.lgx-git-alt:before{content:"\f841"}.lgx-lyft:before{content:"\f3c3"}.lgx-rev:before{content:"\f5b2"}.lgx-windows:before{content:"\f17a"}.lgx-wizards-of-the-coast:before{content:"\f730"}.lgx-square-viadeo:before{content:"\f2aa"}.lgx-viadeo-square:before{content:"\f2aa"}.lgx-meetup:before{content:"\f2e0"}.lgx-centos:before{content:"\f789"}.lgx-adn:before{content:"\f170"}.lgx-cloudsmith:before{content:"\f384"}.lgx-pied-piper-alt:before{content:"\f1a8"}.lgx-square-dribbble:before{content:"\f397"}.lgx-dribbble-square:before{content:"\f397"}.lgx-codiepie:before{content:"\f284"}.lgx-node:before{content:"\f419"}.lgx-mix:before{content:"\f3cb"}.lgx-steam:before{content:"\f1b6"}.lgx-cc-apple-pay:before{content:"\f416"}.lgx-scribd:before{content:"\f28a"}.lgx-openid:before{content:"\f19b"}.lgx-instalod:before{content:"\e081"}.lgx-expeditedssl:before{content:"\f23e"}.lgx-sellcast:before{content:"\f2da"}.lgx-square-twitter:before{content:"\f081"}.lgx-twitter-square:before{content:"\f081"}.lgx-r-project:before{content:"\f4f7"}.lgx-delicious:before{content:"\f1a5"}.lgx-freebsd:before{content:"\f3a4"}.lgx-vuejs:before{content:"\f41f"}.lgx-accusoft:before{content:"\f369"}.lgx-ioxhost:before{content:"\f208"}.lgx-fonticons-fi:before{content:"\f3a2"}.lgx-app-store:before{content:"\f36f"}.lgx-cc-mastercard:before{content:"\f1f1"}.lgx-itunes-note:before{content:"\f3b5"}.lgx-golang:before{content:"\e40f"}.lgx-kickstarter:before{content:"\f3bb"}.lgx-grav:before{content:"\f2d6"}.lgx-weibo:before{content:"\f18a"}.lgx-uncharted:before{content:"\e084"}.lgx-firstdraft:before{content:"\f3a1"}.lgx-square-youtube:before{content:"\f431"}.lgx-youtube-square:before{content:"\f431"}.lgx-wikipedia-w:before{content:"\f266"}.lgx-wpressr:before{content:"\f3e4"}.lgx-rendact:before{content:"\f3e4"}.lgx-angellist:before{content:"\f209"}.lgx-galactic-republic:before{content:"\f50c"}.lgx-nfc-directional:before{content:"\e530"}.lgx-skype:before{content:"\f17e"}.lgx-joget:before{content:"\f3b7"}.lgx-fedora:before{content:"\f798"}.lgx-stripe-s:before{content:"\f42a"}.lgx-meta:before{content:"\e49b"}.lgx-laravel:before{content:"\f3bd"}.lgx-hotjar:before{content:"\f3b1"}.lgx-bluetooth-b:before{content:"\f294"}.lgx-sticker-mule:before{content:"\f3f7"}.lgx-creative-commons-zero:before{content:"\f4f3"}.lgx-hips:before{content:"\f452"}.lgx-behance:before{content:"\f1b4"}.lgx-reddit:before{content:"\f1a1"}.lgx-discord:before{content:"\f392"}.lgx-chrome:before{content:"\f268"}.lgx-app-store-ios:before{content:"\f370"}.lgx-cc-discover:before{content:"\f1f2"}.lgx-wpbeginner:before{content:"\f297"}.lgx-confluence:before{content:"\f78d"}.lgx-mdb:before{content:"\f8ca"}.lgx-dochub:before{content:"\f394"}.lgx-accessible-icon:before{content:"\f368"}.lgx-ebay:before{content:"\f4f4"}.lgx-amazon:before{content:"\f270"}.lgx-unsplash:before{content:"\e07c"}.lgx-yarn:before{content:"\f7e3"}.lgx-square-steam:before{content:"\f1b7"}.lgx-steam-square:before{content:"\f1b7"}.lgx-500px:before{content:"\f26e"}.lgx-square-vimeo:before{content:"\f194"}.lgx-vimeo-square:before{content:"\f194"}.lgx-asymmetrik:before{content:"\f372"}.lgx-font-awesome:before{content:"\f2b4"}.lgx-font-awesome-flag:before{content:"\f2b4"}.lgx-font-awesome-logo-full:before{content:"\f2b4"}.lgx-gratipay:before{content:"\f184"}.lgx-apple:before{content:"\f179"}.lgx-hive:before{content:"\e07f"}.lgx-gitkraken:before{content:"\f3a6"}.lgx-keybase:before{content:"\f4f5"}.lgx-apple-pay:before{content:"\f415"}.lgx-padlet:before{content:"\e4a0"}.lgx-amazon-pay:before{content:"\f42c"}.lgx-square-github:before{content:"\f092"}.lgx-github-square:before{content:"\f092"}.lgx-stumbleupon:before{content:"\f1a4"}.lgx-fedex:before{content:"\f797"}.lgx-phoenix-framework:before{content:"\f3dc"}.lgx-shopify:before{content:"\e057"}.lgx-neos:before{content:"\f612"}.lgx-hackerrank:before{content:"\f5f7"}.lgx-researchgate:before{content:"\f4f8"}.lgx-swift:before{content:"\f8e1"}.lgx-angular:before{content:"\f420"}.lgx-speakap:before{content:"\f3f3"}.lgx-angrycreative:before{content:"\f36e"}.lgx-y-combinator:before{content:"\f23b"}.lgx-empire:before{content:"\f1d1"}.lgx-envira:before{content:"\f299"}.lgx-square-gitlab:before{content:"\e5ae"}.lgx-gitlab-square:before{content:"\e5ae"}.lgx-studiovinari:before{content:"\f3f8"}.lgx-pied-piper:before{content:"\f2ae"}.lgx-wordpress:before{content:"\f19a"}.lgx-product-hunt:before{content:"\f288"}.lgx-firefox:before{content:"\f269"}.lgx-linode:before{content:"\f2b8"}.lgx-goodreads:before{content:"\f3a8"}.lgx-square-odnoklassniki:before{content:"\f264"}.lgx-odnoklassniki-square:before{content:"\f264"}.lgx-jsfiddle:before{content:"\f1cc"}.lgx-sith:before{content:"\f512"}.lgx-themeisle:before{content:"\f2b2"}.lgx-page4:before{content:"\f3d7"}.lgx-hashnode:before{content:"\e499"}.lgx-react:before{content:"\f41b"}.lgx-cc-paypal:before{content:"\f1f4"}.lgx-squarespace:before{content:"\f5be"}.lgx-cc-stripe:before{content:"\f1f5"}.lgx-creative-commons-share:before{content:"\f4f2"}.lgx-bitcoin:before{content:"\f379"}.lgx-keycdn:before{content:"\f3ba"}.lgx-opera:before{content:"\f26a"}.lgx-itch-io:before{content:"\f83a"}.lgx-umbraco:before{content:"\f8e8"}.lgx-galactic-senate:before{content:"\f50d"}.lgx-ubuntu:before{content:"\f7df"}.lgx-draft2digital:before{content:"\f396"}.lgx-stripe:before{content:"\f429"}.lgx-houzz:before{content:"\f27c"}.lgx-gg:before{content:"\f260"}.lgx-dhl:before{content:"\f790"}.lgx-square-pinterest:before{content:"\f0d3"}.lgx-pinterest-square:before{content:"\f0d3"}.lgx-xing:before{content:"\f168"}.lgx-blackberry:before{content:"\f37b"}.lgx-creative-commons-pd:before{content:"\f4ec"}.lgx-playstation:before{content:"\f3df"}.lgx-quinscape:before{content:"\f459"}.lgx-less:before{content:"\f41d"}.lgx-blogger-b:before{content:"\f37d"}.lgx-opencart:before{content:"\f23d"}.lgx-vine:before{content:"\f1ca"}.lgx-paypal:before{content:"\f1ed"}.lgx-gitlab:before{content:"\f296"}.lgx-typo3:before{content:"\f42b"}.lgx-reddit-alien:before{content:"\f281"}.lgx-yahoo:before{content:"\f19e"}.lgx-dailymotion:before{content:"\e052"}.lgx-affiliatetheme:before{content:"\f36b"}.lgx-pied-piper-pp:before{content:"\f1a7"}.lgx-bootstrap:before{content:"\f836"}.lgx-odnoklassniki:before{content:"\f263"}.lgx-nfc-symbol:before{content:"\e531"}.lgx-ethereum:before{content:"\f42e"}.lgx-speaker-deck:before{content:"\f83c"}.lgx-creative-commons-nc-eu:before{content:"\f4e9"}.lgx-patreon:before{content:"\f3d9"}.lgx-avianex:before{content:"\f374"}.lgx-ello:before{content:"\f5f1"}.lgx-gofore:before{content:"\f3a7"}.lgx-bimobject:before{content:"\f378"}.lgx-facebook-f:before{content:"\f39e"}.lgx-square-google-plus:before{content:"\f0d4"}.lgx-google-plus-square:before{content:"\f0d4"}.lgx-mandalorian:before{content:"\f50f"}.lgx-first-order-alt:before{content:"\f50a"}.lgx-osi:before{content:"\f41a"}.lgx-google-wallet:before{content:"\f1ee"}.lgx-d-and-d-beyond:before{content:"\f6ca"}.lgx-periscope:before{content:"\f3da"}.lgx-fulcrum:before{content:"\f50b"}.lgx-cloudscale:before{content:"\f383"}.lgx-forumbee:before{content:"\f211"}.lgx-mizuni:before{content:"\f3cc"}.lgx-schlix:before{content:"\f3ea"}.lgx-square-xing:before{content:"\f169"}.lgx-xing-square:before{content:"\f169"}.lgx-bandcamp:before{content:"\f2d5"}.lgx-wpforms:before{content:"\f298"}.lgx-cloudversify:before{content:"\f385"}.lgx-usps:before{content:"\f7e1"}.lgx-megaport:before{content:"\f5a3"}.lgx-magento:before{content:"\f3c4"}.lgx-spotify:before{content:"\f1bc"}.lgx-optin-monster:before{content:"\f23c"}.lgx-fly:before{content:"\f417"}.lgx-aviato:before{content:"\f421"}.lgx-itunes:before{content:"\f3b4"}.lgx-cuttlefish:before{content:"\f38c"}.lgx-blogger:before{content:"\f37c"}.lgx-flickr:before{content:"\f16e"}.lgx-viber:before{content:"\f409"}.lgx-soundcloud:before{content:"\f1be"}.lgx-digg:before{content:"\f1a6"}.lgx-tencent-weibo:before{content:"\f1d5"}.lgx-symfony:before{content:"\f83d"}.lgx-maxcdn:before{content:"\f136"}.lgx-etsy:before{content:"\f2d7"}.lgx-facebook-messenger:before{content:"\f39f"}.lgx-audible:before{content:"\f373"}.lgx-think-peaks:before{content:"\f731"}.lgx-bilibili:before{content:"\e3d9"}.lgx-erlang:before{content:"\f39d"}.lgx-cotton-bureau:before{content:"\f89e"}.lgx-dashcube:before{content:"\f210"}.lgx-42-group:before{content:"\e080"}.lgx-innosoft:before{content:"\e080"}.lgx-stack-exchange:before{content:"\f18d"}.lgx-elementor:before{content:"\f430"}.lgx-square-pied-piper:before{content:"\e01e"}.lgx-pied-piper-square:before{content:"\e01e"}.lgx-creative-commons-nd:before{content:"\f4eb"}.lgx-palfed:before{content:"\f3d8"}.lgx-superpowers:before{content:"\f2dd"}.lgx-resolving:before{content:"\f3e7"}.lgx-xbox:before{content:"\f412"}.lgx-searchengin:before{content:"\f3eb"}.lgx-tiktok:before{content:"\e07b"}.lgx-square-facebook:before{content:"\f082"}.lgx-facebook-square:before{content:"\f082"}.lgx-renren:before{content:"\f18b"}.lgx-linux:before{content:"\f17c"}.lgx-glide:before{content:"\f2a5"}.lgx-linkedin:before{content:"\f08c"}.lgx-hubspot:before{content:"\f3b2"}.lgx-deploydog:before{content:"\f38e"}.lgx-twitch:before{content:"\f1e8"}.lgx-ravelry:before{content:"\f2d9"}.lgx-mixer:before{content:"\e056"}.lgx-square-lastfm:before{content:"\f203"}.lgx-lastfm-square:before{content:"\f203"}.lgx-vimeo:before{content:"\f40a"}.lgx-mendeley:before{content:"\f7b3"}.lgx-uniregistry:before{content:"\f404"}.lgx-figma:before{content:"\f799"}.lgx-creative-commons-remix:before{content:"\f4ee"}.lgx-cc-amazon-pay:before{content:"\f42d"}.lgx-dropbox:before{content:"\f16b"}.lgx-instagram:before{content:"\f16d"}.lgx-cmplid:before{content:"\e360"}.lgx-facebook:before{content:"\f09a"}.lgx-gripfire:before{content:"\f3ac"}.lgx-jedi-order:before{content:"\f50e"}.lgx-uikit:before{content:"\f403"}.lgx-fort-awesome-alt:before{content:"\f3a3"}.lgx-phabricator:before{content:"\f3db"}.lgx-ussunnah:before{content:"\f407"}.lgx-earlybirds:before{content:"\f39a"}.lgx-trade-federation:before{content:"\f513"}.lgx-autoprefixer:before{content:"\f41c"}.lgx-whatsapp:before{content:"\f232"}.lgx-slideshare:before{content:"\f1e7"}.lgx-google-play:before{content:"\f3ab"}.lgx-viadeo:before{content:"\f2a9"}.lgx-line:before{content:"\f3c0"}.lgx-google-drive:before{content:"\f3aa"}.lgx-servicestack:before{content:"\f3ec"}.lgx-simplybuilt:before{content:"\f215"}.lgx-bitbucket:before{content:"\f171"}.lgx-imdb:before{content:"\f2d8"}.lgx-deezer:before{content:"\e077"}.lgx-raspberry-pi:before{content:"\f7bb"}.lgx-jira:before{content:"\f7b1"}.lgx-docker:before{content:"\f395"}.lgx-screenpal:before{content:"\e570"}.lgx-bluetooth:before{content:"\f293"}.lgx-gitter:before{content:"\f426"}.lgx-d-and-d:before{content:"\f38d"}.lgx-microblog:before{content:"\e01a"}.lgx-cc-diners-club:before{content:"\f24c"}.lgx-gg-circle:before{content:"\f261"}.lgx-pied-piper-hat:before{content:"\f4e5"}.lgx-kickstarter-k:before{content:"\f3bc"}.lgx-yandex:before{content:"\f413"}.lgx-readme:before{content:"\f4d5"}.lgx-html5:before{content:"\f13b"}.lgx-sellsy:before{content:"\f213"}.lgx-sass:before{content:"\f41e"}.lgx-wirsindhandwerk:before{content:"\e2d0"}.lgx-wsh:before{content:"\e2d0"}.lgx-buromobelexperte:before{content:"\f37f"}.lgx-salesforce:before{content:"\f83b"}.lgx-octopus-deploy:before{content:"\e082"}.lgx-medapps:before{content:"\f3c6"}.lgx-ns8:before{content:"\f3d5"}.lgx-pinterest-p:before{content:"\f231"}.lgx-apper:before{content:"\f371"}.lgx-fort-awesome:before{content:"\f286"}.lgx-waze:before{content:"\f83f"}.lgx-cc-jcb:before{content:"\f24b"}.lgx-snapchat:before{content:"\f2ab"}.lgx-snapchat-ghost:before{content:"\f2ab"}.lgx-fantasy-flight-games:before{content:"\f6dc"}.lgx-rust:before{content:"\e07a"}.lgx-wix:before{content:"\f5cf"}.lgx-square-behance:before{content:"\f1b5"}.lgx-behance-square:before{content:"\f1b5"}.lgx-supple:before{content:"\f3f9"}.lgx-rebel:before{content:"\f1d0"}.lgx-css3:before{content:"\f13c"}.lgx-staylinked:before{content:"\f3f5"}.lgx-kaggle:before{content:"\f5fa"}.lgx-space-awesome:before{content:"\e5ac"}.lgx-deviantart:before{content:"\f1bd"}.lgx-cpanel:before{content:"\f388"}.lgx-goodreads-g:before{content:"\f3a9"}.lgx-square-git:before{content:"\f1d2"}.lgx-git-square:before{content:"\f1d2"}.lgx-square-tumblr:before{content:"\f174"}.lgx-tumblr-square:before{content:"\f174"}.lgx-trello:before{content:"\f181"}.lgx-creative-commons-nc-jp:before{content:"\f4ea"}.lgx-get-pocket:before{content:"\f265"}.lgx-perbyte:before{content:"\e083"}.lgx-grunt:before{content:"\f3ad"}.lgx-weebly:before{content:"\f5cc"}.lgx-connectdevelop:before{content:"\f20e"}.lgx-leanpub:before{content:"\f212"}.lgx-black-tie:before{content:"\f27e"}.lgx-themeco:before{content:"\f5c6"}.lgx-python:before{content:"\f3e2"}.lgx-android:before{content:"\f17b"}.lgx-bots:before{content:"\e340"}.lgx-free-code-camp:before{content:"\f2c5"}.lgx-hornbill:before{content:"\f592"}.lgx-js:before{content:"\f3b8"}.lgx-ideal:before{content:"\e013"}.lgx-git:before{content:"\f1d3"}.lgx-dev:before{content:"\f6cc"}.lgx-sketch:before{content:"\f7c6"}.lgx-yandex-international:before{content:"\f414"}.lgx-cc-amex:before{content:"\f1f3"}.lgx-uber:before{content:"\f402"}.lgx-github:before{content:"\f09b"}.lgx-php:before{content:"\f457"}.lgx-alipay:before{content:"\f642"}.lgx-youtube:before{content:"\f167"}.lgx-skyatlas:before{content:"\f216"}.lgx-firefox-browser:before{content:"\e007"}.lgx-replyd:before{content:"\f3e6"}.lgx-suse:before{content:"\f7d6"}.lgx-jenkins:before{content:"\f3b6"}.lgx-twitter:before{content:"\f099"}.lgx-rockrms:before{content:"\f3e9"}.lgx-pinterest:before{content:"\f0d2"}.lgx-buffer:before{content:"\f837"}.lgx-npm:before{content:"\f3d4"}.lgx-yammer:before{content:"\f840"}.lgx-btc:before{content:"\f15a"}.lgx-dribbble:before{content:"\f17d"}.lgx-stumbleupon-circle:before{content:"\f1a3"}.lgx-internet-explorer:before{content:"\f26b"}.lgx-stubber:before{content:"\e5c7"}.lgx-telegram:before{content:"\f2c6"}.lgx-telegram-plane:before{content:"\f2c6"}.lgx-old-republic:before{content:"\f510"}.lgx-odysee:before{content:"\e5c6"}.lgx-square-whatsapp:before{content:"\f40c"}.lgx-whatsapp-square:before{content:"\f40c"}.lgx-node-js:before{content:"\f3d3"}.lgx-edge-legacy:before{content:"\e078"}.lgx-slack:before{content:"\f198"}.lgx-slack-hash:before{content:"\f198"}.lgx-medrt:before{content:"\f3c8"}.lgx-usb:before{content:"\f287"}.lgx-tumblr:before{content:"\f173"}.lgx-vaadin:before{content:"\f408"}.lgx-quora:before{content:"\f2c4"}.lgx-reacteurope:before{content:"\f75d"}.lgx-medium:before{content:"\f23a"}.lgx-medium-m:before{content:"\f23a"}.lgx-amilia:before{content:"\f36d"}.lgx-mixcloud:before{content:"\f289"}.lgx-flipboard:before{content:"\f44d"}.lgx-viacoin:before{content:"\f237"}.lgx-critical-role:before{content:"\f6c9"}.lgx-sitrox:before{content:"\e44a"}.lgx-discourse:before{content:"\f393"}.lgx-joomla:before{content:"\f1aa"}.lgx-mastodon:before{content:"\f4f6"}.lgx-airbnb:before{content:"\f834"}.lgx-wolf-pack-battalion:before{content:"\f514"}.lgx-buy-n-large:before{content:"\f8a6"}.lgx-gulp:before{content:"\f3ae"}.lgx-creative-commons-sampling-plus:before{content:"\f4f1"}.lgx-strava:before{content:"\f428"}.lgx-ember:before{content:"\f423"}.lgx-canadian-maple-leaf:before{content:"\f785"}.lgx-teamspeak:before{content:"\f4f9"}.lgx-pushed:before{content:"\f3e1"}.lgx-wordpress-simple:before{content:"\f411"}.lgx-nutritionix:before{content:"\f3d6"}.lgx-wodu:before{content:"\e088"}.lgx-google-pay:before{content:"\e079"}.lgx-intercom:before{content:"\f7af"}.lgx-zhihu:before{content:"\f63f"}.lgx-korvue:before{content:"\f42f"}.lgx-pix:before{content:"\e43a"}.lgx-steam-symbol:before{content:"\f3f6"}:root,:host{--lgx-style-family-classic:'LogiX Free';--lgx-font-regular:normal 400 1em/1 'LogiX Free'}@font-face{font-family:'LogiX Free';font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/lgx-regular-400.woff2") format("woff2"),url("../webfonts/lgx-regular-400.ttf") format("truetype")}.lgxr,.lgx-regular{font-weight:400}:root,:host{--lgx-style-family-classic:'LogiX Free';--lgx-font-solid:normal 900 1em/1 'LogiX Free'}@font-face{font-family:'LogiX Free';font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/lgx-solid-900.woff2") format("woff2"),url("../webfonts/lgx-solid-900.ttf") format("truetype")}.lgxr,.lgx-solid{font-weight:900}@font-face{font-family:'LogiX 5 Brands';font-display:block;font-weight:400;src:url("../webfonts/lgx-brands-400.woff2") format("woff2"),url("../webfonts/lgx-brands-400.ttf") format("truetype")}@font-face{font-family:'LogiX 5 Free';font-display:block;font-weight:900;src:url("../webfonts/lgx-solid-900.woff2") format("woff2"),url("../webfonts/lgx-solid-900.ttf") format("truetype")}@font-face{font-family:'LogiX 5 Free';font-display:block;font-weight:400;src:url("../webfonts/lgx-regular-400.woff2") format("woff2"),url("../webfonts/lgx-regular-400.ttf") format("truetype")}@font-face{font-family:'LogiX';font-display:block;src:url("../webfonts/lgx-solid-900.woff2") format("woff2"),url("../webfonts/lgx-solid-900.ttf") format("truetype")}@font-face{font-family:'LogiX';font-display:block;src:url("../webfonts/lgx-brands-400.woff2") format("woff2"),url("../webfonts/lgx-brands-400.ttf") format("truetype")}@font-face{font-family:'LogiX';font-display:block;src:url("../webfonts/lgx-regular-400.woff2") format("woff2"),url("../webfonts/lgx-regular-400.ttf") format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:'LogiX';font-display:block;src:url("../webfonts/lgx-v4compatibility.woff2") format("woff2"),url("../webfonts/lgx-v4compatibility.ttf") format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}
