 @-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, .15);
    --lx-bg-soft-2: rgba(243, 167, 58, .15);
    --lx-bg-soft-3: rgba(36, 177, 178, .15);
    --lx-bg-soft-4: rgba(73, 121, 232, .15);
    --lx-bg-soft-5: rgba(21, 176, 116, .15);
    --lx-bg-soft-6: rgba(247, 129, 159, .15);
    --lx-bg-soft-7: rgba(79, 117, 173, .15);
    --lx-bg-soft-8: rgba(206, 95, 136, .15);
    --lx-bg-soft-9: rgba(164, 54, 201, .15);
    --lx-bg-soft-10: rgba(35, 119, 61, .15);
    --lx-bg-primary-light: rgba(1, 104, 250, .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, .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, .6);
    --lx-glass-shadow: rgba(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, .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, .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-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-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 .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 .5rem .5rem -.5rem var(--lx-glass-shadow) !important;
    box-shadow: 0 .5rem .5rem -.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 .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 .4s;
    background-color: var(--lx-sidebar-bg);
    transform: translate(-100%, 0);
    transition: all .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
}

.sidebar-menu li a.active {
    color: #f5d67b;
    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, .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
}

#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, .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: .25rem !important;
    --bs-btn-padding-x: .5rem !important;
    --bs-btn-font-size: .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, .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 .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, .7);
    z-index: 40;
    transition: all .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: .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: .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, .18) !important
}

.bg-l-p {
    background-color: rgba(16, 183, 89, .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 .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: .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 .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 .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 .3s ease 0s;
    position: relative;
    padding: 5px 10px 13px
}

.sidebar-collapse {
    cursor: pointer
}

.main-content {
    margin-left: 0;
    transition: margin-left .5s;
    transition: all .4s
}

.sidebar-hide {
    transform: translate(-100%, 0);
    transition: all .4s
}

.sidebar.sidebar-show {
    transform: translate(0, 0);
    transition: all .4s
}

.sidebar {
    transform: translate(-100%, 0);
    transition: all .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-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-FCL_Groupage,
.label-Import,
.label-FCL {
    background-color: var(--lx-bg-soft-1);
    color: var(--color1)
}

.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: .5rem !important;
    background-position: unset;
    background-image: none
}

input[type="text"][name="days"].is-valid {
    padding: .375rem .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: .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 + .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: .5;
    pointer-events: none !important
}

.switch-sm {
    height: calc(1.5em + .7rem)
}

.sliders,
.sliders:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .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 .25rem rgba(13, 110, 253, .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, .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: .4rem;
    display: block;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(var(--bs-primary-rgb), .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, .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: .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, .15)
}

.circle-primary {
    background-color: rgba(1, 104, 250, .15);
    color: #0168fa
}

.card-bg-warning {
    background-color: rgba(253, 126, 20, .18)
}

.circle-warning {
    background-color: rgba(253, 126, 20, .18);
    color: #fd7e14
}

.card-bg-success {
    background-color: rgba(16, 183, 89, .18)
}

.circle-success {
    background-color: rgba(16, 183, 89, .18);
    color: #10b759
}

.card-bg-danger {
    background-color: rgba(255, 0, 0, .18)
}

.circle-danger {
    background-color: rgba(255, 0, 0, .18);
    color: var(--bs-danger)
}

.card-bg-indigo {
    background-color: rgba(91, 71, 251, .18)
}

.circle-indigo {
    background-color: rgba(91, 71, 251, .18);
    color: #5b47fb
}

.card-bg-info {
    background-color: rgba(13, 202, 240, .18)
}

.circle-info {
    background-color: rgba(13, 202, 240, .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)
}

.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, .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: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.data-filter-div {
    background: var(--lx-bg-primary-light);
    border-radius: 12px;
    margin-right: .25rem;
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    margin-bottom: .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: .5rem;
    margin-bottom: 0
}

.list-more {
    transform: scaleY(1) !important;
    width: 100% !important;
    transition: all .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, .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 .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 .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: .3s;
    transition-duration: .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: .3s;
    transition-duration: .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
}

.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: var(--bs-body-color) !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
}

.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: .3s;
    transition-duration: .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: .3s;
    transition-duration: .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, .19) !important
}

.bg-dark-b {
    background-color: #005075;
    height: 100%
}

.v-bt:after {
    content: none !important
}

#temaCard>.list-group-item {
    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, .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: .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: .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: .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: .25rem .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: .5rem !important
}

.quotes-table tr td:last-child {
    text-align: right
}

.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: .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 + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .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, .18) !important
}

.attach-remove {
    background-color: rgba(183, 16, 16, .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, .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: .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: .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: .5
}

.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: .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, .6)
}

.ticket-list.disabled {
    pointer-events: none;
    opacity: .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, .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, .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, .16);
    padding: 2px;
    text-align: center;
    font-size: smaller
}

.dropdown-table tr td {
    padding: 1px 10px
}

#notificationList tbody tr td {
    padding: 2px
}

#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 .25rem rgba(13, 110, 253, .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: .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: .4;
    filter: alpha(opacity=40);
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, .9);
    transition: opacity .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 + .75rem) !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-image: var(--lx-readonly-img);
    background-color: rgba(var(--lx-readonly-bg-rgb), .05)
}

.form-control[readonly].is-valid {
    padding-right: 2.5rem !important;
    background-position: right .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: .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: .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: .4rem .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: .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: .5;
    pointer-events: none
}

.btn-loading-spinner {
    margin-right: 1rem;
    margin-left: -2rem;
    opacity: 0;
    transition: margin .15s, opacity .15s, border .15s
}

.btn-loading {
    position: relative;
    overflow: hidden
}

.circle-loader {
    border: 2px solid rgba(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(.25, 1, .30, 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(.25, 1, .30, 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(.25, 1, .30, 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(.25, 1, .30, 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, .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 {
    background-color: rgba(241, 0, 117, .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: .1
}

.lx-drop-title {
    background-color: transparent;
    border: 0
}

.lx-drop-title>h5 {
    margin-bottom: 0;
    border-bottom: 1px dashed var(--bs-gray-500);
    width: max-content;
    padding-bottom: 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-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: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}

.table thead>tr>th.table-sort.asc:before,
.table thead>tr>th.table-sort.desc:after {
    opacity: .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), .05)
}

.logixInlineEdit>p:empty {
    min-height: calc(1.5em + .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: .375rem .75rem
}

.opacity-2 {
    opacity: .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, .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, .2) 0 2px 8px 0
}

.chart-box {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    height: 270px
}

[dominant-baseline="central"] {
    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: .9;
    transform: scale(3);
    transition: all .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 .9s ease 0s;
    color: #fff
}

.lic-card:hover .picture .div-ic {
    box-shadow: 0 0 0 10px var(--lx-card-bg);
    transform: scale(.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: .25rem !important;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .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, .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;
}

/*.tagContainer>.btn-xs:hover,
.tagContainer>.btn-xs {
  background-color: var(--bs-primary-bg-subtle);
  border: 0;
  color: var(--bs-body-color);
}*/
.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.20rem !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;
}

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}
