body.noscroll {
	/*margin-right: 17px;*/
	position: relative;
	overflow:hidden;
	height: auto;
	width: unset;
}
body, div, html {
    scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@font-face {
	font-family: 'Open-Sans';
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url('../../../../font/Open-Sans/OpenSans-Regular.ttf');
}
@font-face {
	font-family: 'Open-Sans';
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	src: url('../../../../font/Open-Sans/OpenSans-Semibold.ttf');
}
@font-face {
	font-family: 'Open-Sans';
	font-display: swap;
	font-weight: 600;
	font-style: normal;
	src: url('../../../../font/Open-Sans/OpenSans-Bold.ttf');
}
body {
  font-family: Open-Sans,Helvetica,sans-serif;
  background-color: #FFF;
  -webkit-tap-highlight-color: transparent;
  font-style: normal;
}
.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #78747C;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78747C;
    opacity: 1;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78747C;
    opacity: 1;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #78747C;
}
/*body::-webkit-scrollbar {
    width: 7px;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    background-color: #bcbcbc;
}*/
red {
	color: #eb424a;
}
green {
	color: rgb(15, 133, 20);
}
.w100 {
	width: 100% !important;
}
.wmax {
	max-width: 100% !important;
}
.w50 {
	width: 50%;
}
.w25 {
	width: 25%;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.pd-20 {
	padding: 20px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.relative {
	position: relative;
}
.bg-white {
	background: rgb(255, 255, 255) !important;
}
.brand-logo .logo-sm {
	width: 100%;
	max-width: 180px;
	max-height: 52px;
}
.brand-logo .logo-sm-sm {
	width: 100%;
	max-width: 90px;
	/*max-height: 52px;*/
}
/*hr.seperator {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    height: 0;
    overflow: visible;
    border-top: 1px solid #d0cfcf;
}*/
.text-clip {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-alert {
    position: absolute;
	top: -4px;
    left: 20px;
	background-color: #e92618;
    border-color: #e92618;
	border-radius: 50%;
    -webkit-border-radius: 50%;
	display: inline-block;
    font-size: 11px;
    font-weight: 400;
	width: 18px;
    height: 18px;
    color: #FFF;
    line-height: 1;
    white-space: nowrap;
    padding: 4px 6px;
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
}
.status-alert {
	display: -webkit-inline-box
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.status-alert {
    font-size: 13px;
    line-height: 1.475;
    font-weight: 500;
	color: rgb(36, 36, 53);
    overflow: hidden;
    word-break: break-word;
    text-transform: none;
	border: none;
    background-color: transparent;
    text-decoration: none;
    -webkit-line-clamp: 2;
    height: auto;
    padding: 2px 6px;
    border-radius: 2px;
	-webkit-border-radius: 2px;
}
.status-alert.default {
    cursor: default;
}
.status-alert.grey {
    background-color: rgb(233, 233, 233);
	color: rgb(36, 36, 53);
}
.status-alert.success {
    background-color: #34863e;
	color: rgb(255, 255, 255);
}
.status-alert.up {
    background-color: #e3f5ec;
	color: rgb(24 135 28);
}
.status-alert.down {
    background-color: #fcefef;
	color: rgb(208 42 30);
}
.status-alert.warning {
    background-color: #fa8006;
	color: rgb(255, 255, 255);
}
.status-alert-wrap {
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.status-alert-wrap [class$="-icn"] {
	margin-right: 4px;
}
.status-alert-wrap .status-alert:not(:last-of-type) {
	margin-right: 8px;
}
/*.note-caption {
	position: relative;
    display: inline-block;
    text-shadow: none!important;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 5px;
    line-height: 1;
    white-space: nowrap;
    color: #FFF;
    background-color: #31708f;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
}*/
.note-wrap {
	font-size: 88%;
    line-height: 22px;
    color: #333;
    font-weight: 500;
}
.note-caption {
	position: relative;
    display: inline-block;
	margin-right: 10px;
	color: #fff;
    font-weight: 500;
    background-color: #3f51b5;
    white-space: nowrap;
    min-width: 54px;
    text-align: center;
    font-size: 88%;
	line-height: 1.475;
}
.note-caption:after {
    top: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255,255,255,0);
    border-top: 6px solid #3f51b5;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-top-width: 10px;
}
.note-caption:before {
    bottom: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255,255,255,0);
    border-bottom: 6px solid #3f51b5;
    border-top-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-bottom-width: 10px;
}
.note-caption:after, .note-caption:before {
    content: "";
    position: absolute;
    right: -5px;
    border-left-width: 0;
	-webkit-border-left-width: 0;
}
.note-caption:before {
    border-bottom: 10px solid #3f51b5;
}
.note-caption:after {
    border-top: 10px solid #3f51b5;
}
.blank-label {
	display: inline-block;
	position: relative;
    background: #E7E7E7 !important;
    color: #E7E7E7 !important;
    border: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.count-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.count-label {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    background-color: rgb(32, 32, 44);
    color: rgb(255, 255, 255);
    box-shadow: rgba(62, 59, 217, 0.08) 0px 0px 0px 8px;
	-webkit-box-shadow: rgba(62, 59, 217, 0.08) 0px 0px 0px 8px;
}
/*.label-count {
	display: inline;
    color: #fff;
	position: relative;
	background-color: #484848;
    font-size: 15px;
	font-weight: 400;
    text-transform: capitalize;
    padding: 4px 16px 4px 12px;
    vertical-align: middle;
    white-space: nowrap;
}
.label-count:after {
    border-bottom: 30px solid #fff;
    border-left: 8px solid transparent;
    content: "";
	top: -2px;
    right: 0;
    position: absolute;
    height: 28px;
    width: 8px;
}*/
.label-title-font {
	margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: rgb(36, 36, 53);
    font-weight: 500;
}
/*.label-title-font small {
	display: block;
    font-size: 13px;
    color: rgb(36, 36, 53);
    font-weight: 400;
	margin-top: 2px;
}
.title-font-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-font-content [class$="-icn"] {
	margin: 0 4px;
}*/
.label-medium-font {
    font-size: 1.8rem;
    line-height: 24px;
	font-weight: 600;
    color: rgb(36, 36, 53);
}
.label-average-font {
    font-size: 1.64rem;
    line-height: 22px;
	font-weight: 600;
	color: rgb(36, 36, 53);
}
.label-small-font {
	display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.64);
	/*text-align: center;*/
}
.label-base-font {
    display: block;
    font-size: 13.5px;
	line-height: 1.475;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.64);
}
.label-base-font.regular {
    font-weight: 400;
}
/*-----------------------------------------------*/
.unauthorized {
    margin: 50px auto;
    padding: 18px 20px 30px 20px;
    text-align: center;
	max-width: 450px;
}
.unauthorized h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}
.unauthorized p {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
    font-weight: 300;
}
/*-----------------------------------------------*/
.alert-wrapp-outer {
    top: 144px;
    right: 16px;
    width: 360px;
    z-index: 300;
    position: fixed;
	display: none;
}
.alert-wrapp-outer.reveal {
    display: block;
}
.alert-wrapp-inner {
    opacity: 0;
    max-height: 999px;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
	-webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
.reveal .alert-wrapp-inner {
    opacity: 1;
}
.alert-wrapp-inner .alert-wrapp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #e7fde9;
    box-shadow: rgba(36, 36, 53, 0.1) 0px 8px 24px -4px, rgba(36, 36, 53, 0.1) 0px 6px 12px -6px;
	-webkit-box-shadow: rgba(36, 36, 53, 0.1) 0px 8px 24px -4px, rgba(36, 36, 53, 0.1) 0px 6px 12px -6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
	max-width: 360px;
}
.alert-wrapp .alert-col {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.alert-wrapp .col1 {
	width: 40px;
    background: rgb(57, 160, 55);
    color: rgb(255, 255, 255);
    border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
    -webkit-box-flex: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.alert-wrapp .col2 {
	padding: 16px 0 16px 16px;
    -webkit-box-flex: 1;
    flex-grow: 1;
	-webkit-box-pack: start;
    justify-content: flex-start;
	overflow-wrap: anywhere;
}
.alert-wrapp .col3 {
	cursor: pointer;
	padding-right: 16px;
	padding-left: 16px;
}
/*-----------------------------------------------*/
.app-alert-banner {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.app-alert-wrapper {
	padding: 15px 20px;
	background-color: #f6d471;
	border-bottom: 3px solid #333;
}
.app-alert-text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-alert-text {
	color: rgb(36, 36, 53);
}
.app-alert-title {
	font-size: 1.2em;
    line-height: 1.4;
    color: rgb(36, 36, 53);
    font-weight: 500;
}
.app-alert-ico {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.alert-inline, .app-alert-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 10px;
}
.alert-inline {
	padding: 15px 20px;
	font-weight: 500;
	color: rgb(36, 36, 53);
	font-size: 14px;
	line-height: 22px;
    background-color: #e8eff6;
    -webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
    /*border: 0.0625rem solid #b9bcbe;*/
}
.alert-top-wrapper {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	z-index: 22;
}
.alert-top-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.alert-top-wrapper {
	padding: 20px;
	background-color: #fff2ea;
}
.alert-top-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.alert-top-ico {
	margin: 0 16px;
    font-size: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.alert-top-title {
	color: #c5221f;
}
.alert-top-text {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
/*.unauthorized {
    margin: 50px auto;
    padding: 18px 20px 30px 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.unauthorized h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
}
.unauthorized p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}*/
.empty-data {
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;*/
	margin: 20px 0;
    padding: 0px;
	text-align: center;
}
.empty-data.bx {
    padding: 20px;
    background: #FFF;
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
    border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
    border: 1px solid #d0d0d0;
}
.empty-data-message {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgb(34, 34, 34);
}
/*.step-nav {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    padding: 0;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.step-nav > :not(:first-child) {
    margin-left: 0px;
}*/
.step-nav-font {
    display: inline;
    color: rgba(36, 36, 53, 0.64);
    cursor: pointer;
    border: none;
    padding: 0px;
	font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: inherit;
    overflow-wrap: normal;
    word-break: normal;
	background: transparent;
}
.step-nav-name::after {
    content: "/";
    padding: 0px 6px;
    color: rgba(36, 36, 53, 0.64);
    display: inline-block;
}
.step-nav h5 {
	margin: 0;
}
.desktop-main {
    /*background: #f4f5f7;*/
	/*background: #ededef;*/
}
.desktop-main .sidebar-bar {
    width: 248px;
    max-width: 248px;
    position: fixed;
	top: 0;
    height: 100%;
	z-index: 9;
    background-color: #FFF;
	border-right: 1px solid #d9d9d9;
	/*box-shadow: rgba(36, 36, 53, 0.1) 0px 18px 88px -4px, rgba(36, 36, 53, 0.1) 0px 12px 28px -6px;
	-webkit-box-shadow: rgba(36, 36, 53, 0.1) 0px 18px 88px -4px, rgba(36, 36, 53, 0.1) 0px 12px 28px -6px;*/
}
/*.desktop-main .sidebar-bar {
    width: 248px;
    max-width: 248px;
}*/
#toggle-sidebar-menu, #header-nav-support {
    display: none;
}
.desktop-main .sidebar-bar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.desktop-main .panel-left {
    width: calc(100% - 248px);
    max-width: calc(100% - 248px);
    margin-left: 248px;
    padding: 65px 15px 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-height: 100vh;
}
/*.desktop-main .panel-left.repad {
	padding: 65px 20px 20px;
}*/
.desktop-main .panel-left.pd0 {
	padding: 0;
}
.header-nav-main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.header-nav-main {
    height: 65px;
	/*background-color: #1e2331;*/
	background-color: #ccc;
    border-bottom: 2px solid #d4d4d4;
}
.header-nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    padding: 8px 15px 8px 20px;
	/*box-shadow: 0 0 4px #0000001a, 0 1px 2px #0000001a;
	-webkit-box-shadow: 0 0 4px #0000001a, 0 1px 2px #0000001a;*/
}
.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.header-nav.nav-lt {

}
.header-nav.nav-cc {
	-webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.header-nav.nav-rt {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header-nav.nav-rt label:not(:last-child) {
	margin-right: 2em;
}
/*.header-nav-ico {
	display: inline-block;
}*/
.header-nav-ico, .header-nav-customer-menu {
	display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-nav-ico {
	position: relative;
	height: 38px;
    width: 38px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
	/*transition: .2s;
	-webkit-transition: .2s;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-nav-ico.fill {
	height: 32px;
    width: 32px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
	background-color: #1e2331;
}
.header-nav-ico .login-text {
	font-size: 16px;
    line-height: 1;
	color: #FFF;
	text-transform: uppercase;
}
.header-nav-customer-menu {
	position: relative;
	color: #333;
	transition: .4s color ease;
	-webkit-transition: .4s color ease;
}
.header-nav-customer-menu .customer-name {
	max-width: 65px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 1.2;
}
.header-nav-ico:not(.fill):hover {
	cursor: pointer;
	/*background-color: #464b4f;*/
	background-color: #f5f5f5;
}
.header-nav-customer-menu:hover {
	color: #5e5e5e;
	cursor: pointer;
}
/*.header-nav .header-ico-wrap {
    display: inline-block;
}*/
.header-nav-ico img {
	display: block;
    height: 38px;
    width: 38px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    border: 1px solid #d4dbe0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-nav-ico img:hover {
	-webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0.1875rem rgba(0,0,0,0.07);
	-moz-box-shadow: 0.125rem 0.125rem 0.3125rem 0.1875rem rgba(0,0,0,0.07);
	box-shadow: 0.125rem 0.125rem 0.3125rem 0.1875rem rgba(0,0,0,0.07);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.toggle-sidebar-menu-trigger {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    height: 24px;
    width: 24px;
}
.panel-left .brand-logo {
    margin-right: 6rem;
}
.panel-left .brand-logo img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.panel-left .brand-logo .logo-sm {
	width: 100%;
	max-width: 180px;
	max-height: 52px;
}
.panel-left .brand-logo .logo-xs {
	max-width: 0;
}*/
.disclaimer-wrap {
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
	height: 50px;
    width: 248px;
    border-top: 1px solid #E6E6E6;
	background: #fff;
    text-align: center;
}
.disclaimer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.disclaimer-link {
	font-size: 12px;
	line-height: 18px;
    color: #253858;
}
.sidebar-bar .t-p {
	position: relative;
    margin-top: 65px;
}
.navbar-controls {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.navbar-controls {
	/*height: calc(100vh - 65px - 50px);*/
	height: calc(100vh - 65px);
    overflow-y: auto;
	-webkit-overflow-y: auto;
}
.navbar-controls::-webkit-scrollbar {
	width: 5px
}
.navbar-controls::-webkit-scrollbar-thumb {
	background-color: #d0d0d0;
	border-radius: 24px;
    -webkit-border-radius: 24px;
}
.navbar-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-child {
    overflow: hidden;
    margin-bottom: 12px;
}
.navbar-child .col-1 {
    float: left;
    text-align: left;
	width: 100%;
}
.navbar-child-btn {
	background: none;
	margin: 0;
	padding: 10px 10px 10px 60px;
    border: 0;
	outline: 0;
	min-height: 48px;
	width: 100%;
    position: relative;
    cursor: pointer;
    display: block;
	text-align: left;
    text-decoration: none;
	transition-property: background;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
	-webkit-transition-property: background;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 200ms;
}
.navbar-child-btn:hover {
	background: #e7e7e7;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
	-webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
}
/*.navbar-child-btn:before {
	position: absolute;
    top: 14px;
    left: 20px;
    font-size: 20px;
    line-height: 1;
    color: #333;
    font-family: 'FontAwesome';
}*/
.navbar-child-btn::before {
	position: absolute;
	content: '';
    top: 12px;
    left: 20px;
	display: inline-block;
	font-size: 0px;
	width: 24px;
	height: 24px;
}
/*.navbar-child-btn.toggle:after {
    position: absolute;
    top: 16px;
    left: 54px;
    font-size: 15px;
    line-height: 1;
    color: #333;
	opacity: 1;
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
    content: "\f105";
    font-family: 'FontAwesome';
}
.navbar-child-btn.no-child:after {
    position: absolute;
    top: 17px;
    left: 54px;
    font-size: 13px;
    line-height: 1;
    color: #333;
    content: "\f192";
    font-family: 'FontAwesome';
}
.navbar-child .col-1.open .navbar-child-btn:after {
    content: "\f107";
}*/
.tripilio .navbar-child-btn:before {
    background: url('../../icons/tripilio-icon.svg') no-repeat center center;
}
.dashboard .navbar-child-btn:before {
    background: url('../../icons/dashboard.svg') no-repeat center center;
}
.user .navbar-child-btn:before {
    background: url('../../icons/user.svg') no-repeat center center;
}
.usergrp .navbar-child-btn:before {
    background: url('../../icons/user-group.svg') no-repeat center center;
}
.reservation .navbar-child-btn::before {
    background: url('../../icons/calendar-tick.svg') no-repeat center center;
}
.distribution .navbar-child-btn::before {
    background: url('../../icons/distribution.svg') no-repeat center center;
}
.parking .navbar-child-btn::before {
    background: url('../../icons/parking.svg') no-repeat center center;
}
.operations .navbar-child-btn::before {
    background: url('../../icons/clock.svg') no-repeat center center;
}
.settings .navbar-child-btn:before {
    background: url('../../icons/gear.svg') no-repeat center center;
}
.website .navbar-child-btn:before {
    background: url('../../icons/website.svg') no-repeat center center;
}
.report .navbar-child-btn::before {
    background: url('../../icons/file-report.svg') no-repeat center center;
}
.siteinfo .navbar-child-btn:before {
    background: url('../../icons/site-info.svg') no-repeat center center;
}
.offers .navbar-child-btn:before {
    background: url('../../icons/marketplace.svg') no-repeat center center;
}
.accomodation .navbar-child-btn:before {
    background: url('../../icons/building.svg') no-repeat center center;
}
.ratehub .navbar-child-btn:before {
    background: url('../../icons/bar-chart.svg') no-repeat center center;
}
.profile .navbar-child-btn:before {
    background: url('../../icons/account-info.svg') no-repeat center center;
}
.master .navbar-child-btn:before {
    background: url('../../icons/master-settings.svg') no-repeat center center;
}
.domain .navbar-child-btn:before {
    background: url('../../icons/domain.svg') no-repeat center center;
}
.navlink .navbar-child-btn:before {
    background: url('../../icons/link-join.svg') no-repeat center center;
}
.applications .navbar-child-btn:before {
    background: url('../../icons/applications.svg') no-repeat center center;
}
.navbar-items {
	position: relative;
	margin: 0;
	height: 0;
    will-change: height;
    opacity: 0;
    overflow: hidden;
	text-decoration: none;
    /*z-index: 0;*/
	/*transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;*/
	transition: height 500ms cubic-bezier(0.1, 0.25, 0.3, 1),opacity 500ms cubic-bezier(0.1, 0.25, 0.3, 1);
	-webkit-transition: height 500ms cubic-bezier(0.1, 0.25, 0.3, 1),opacity 500ms cubic-bezier(0.1, 0.25, 0.3, 1);
}
.navbar-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.col-1.open .navbar-items {
	height: auto;
    opacity: 1;
    visibility: visible;
}
.navbar-items a {
	display: block;
	position: relative;
    padding: 8px 7px 8px 60px;
	transition-property: background;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
	-webkit-transition-property: background;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 200ms;
}
.navbar-items a:hover {
	background: #e7e7e7/*rgb(238,238,238)*/;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
	-webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
}
.navbar-items a:before, .navbar-items a.active:before {
	position: absolute;
    top: 16px;
    left: 40px;
    font-size: 5px;
    line-height: 1;
    color: rgb(36, 36, 53);
	opacity: 1;
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
    content: "\f111";
    font-family: 'FontAwesome';
}
.navbar-items a.active:before {
	top: 10px;
    left: 40px;
    font-size: 15px;
    content: "\f105";
}
.navbar-medium-font {
    /*font-size: 15px;
    line-height: 1.5;*/
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgb(36, 36, 53);
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	/*letter-spacing: 0.5px;*/
}
.navbar-normal-font {
    /*font-size: 14px;
    line-height: 1.4;*/
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgb(36, 36, 53);
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	/*letter-spacing: 0.5px;*/
}
.navbar-normal-font:hover {
	color: #74787C;
	cursor: pointer;
}
/*-----------------------------------------------*/
.xs-menu-toggle {
    font-weight: 500;
    line-height: 150%;
    background-color: transparent;
    color: rgb(32, 32, 44);
    border: 1.5px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0px 16px;
	margin-right: 1.65rem;
	margin-left: -9px;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
	-webkit-transition-property: background-color, border-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 200ms;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    cursor: pointer;
}
.xs-menu-toggle {
    padding: 0px;
	height: 38px;
    width: 38px;
    -webkit-box-flex: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	color: rgb(36, 36, 53);
}
.xs-menu-toggle:hover {
    background-color: #f5f5f5;
}
.xs-menu-wrap {
    width: 24px;
    height: 24px;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.xs-menu-bar {
    width: 20px;
    height: 2px;
	width: 24px;
	background-color: rgb(36, 36, 53);
    transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
    border-radius: 2px;
	-webkit-border-radius: 2px;
}
/*.bar-topline {
    transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
}*/
.bar-centerline {
    margin: 4px 0px;
	transform: scale(1);
	-webkit-transform: scale(1);
}
/*.bar-bottomline {
    transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
}*/
.menu-actn {
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
}
/*--------------------------------------------------------------
# Accounts list menu drop down
--------------------------------------------------------------*/
.accnt-manage-popup {
	position: absolute;
    right: -10px;
    top: calc(100% + 1rem);
    /*overflow: hidden;*/
    min-width: 400px;
    z-index: 99;
    outline: none;
}
.accnt-manage-popup {
	background: #fff;
    color: rgb(36, 36, 53);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    outline: none;
	/*border: 1px solid transparent;
    -webkit-user-select: text;*/
}
.accnt-manage-popup {
    max-width: 600px;
}
.accnt-info-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.accnt-info-header {
    height: 60px;
    min-height: 60px;
    padding: 0 20px;
    background-color: rgb(250,250,250);
	border-bottom: 1px solid #dadce0;
}
.accnt-info-title {
    font-size: 16px;
    line-height: 20px;
    color: rgb(36, 36, 53);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accnt-column-entity {
    height: 380px;
    max-height: 380px;
}
.accnt-manage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.accnt-column-entity {
    /*display: inline-block;*/
    /*overflow-x: hidden;
    overflow-y: hidden;
    position: relative;*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 192px;
	border-right: 1px solid #dadce0;
}
/*.accnt-column-entity {
    height: 424px;
    max-height: 424px;
}*/
.accnt-column-entity.active {
    width: 100%;
	border-right: none;
}
.accnt-column-title {
    border-bottom: 1px solid #dadce0;
    background: none repeat scroll 0% 0% #0a2540;
    color: #FFF;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 10px 20px;
}
.accnt-column-items {
    height: 100%;
    position: relative;
}
.accnt-column-items {
    margin: 0;
    padding: 0;
	overflow: hidden;
	list-style-type: none;
}
.accnt-repeat-scrollbar {
	/*position: absolute;*/
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
    margin: 0;
	padding: 0;
    overflow-x: hidden;
	-webkit-overflow-x: hidden;
}
.accnt-repeat-items {
    margin: 0;
    padding: 0 0 20px;
}
.accnt-item {
    color: #202124;
    cursor: pointer;
    letter-spacing: .2px;
    overflow: hidden;
	border: 1px solid transparent;
}
.accnt-item {
    position: relative;
}
.accnt-item:hover, .accnt-item.checked {
    background-color: #f1f4f7;
}
.accnt-item:before {
    display: block;
    content: "\f105";
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: 'FontAwesome';
    color: #2a2a2a;
    font-size: 13px;
}
.accnt-item.cmpny:before {
    content: "\f101";
}
.accnt-item > .accnt-item-navn {
	display: block;
	/*height: 56px;*/
    padding: 6px 12px 6px 24px;
    font-weight: 400;
	line-height: 1.3;
	color: rgb(36, 36, 53);
}
.accnt-item > .accnt-item-navn small {
	display: block;
    font-size: 12px;
	line-height: 1.275;
    color: #74787C;
    margin-top: 2px;
}
/*-----------------------------------------------*/
.header-nav-popup {
    position: absolute;
	right: -10px;
    top: calc(100% + 1rem);
	overflow: hidden;
    min-width: 290px;
	z-index: 91;
    outline: none;
    max-height: -webkit-calc(100vh - 162px);
    max-height: calc(100vh - 162px);
}
.header-nav-popup {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-nav-popup {
    background: #fff;
    border: 1px solid transparent;
    color: rgb(36, 36, 53);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*border: 2px solid rgba(18,18,19,.2);*/
	box-shadow: 0 3px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    outline: none;
    -webkit-user-select: text;
}
.header-nav-popup {
	-webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.selected .header-nav-popup {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-nav-popup-heading {
    position: sticky;
    top: 0;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #FFF;
}
.header-nav-popup-heading {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header-nav-popup-cont {
	padding: 15px 0 20px;
	min-height: 140px;
	overflow-y: auto;
    overflow-x: hidden;
	-webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
}
.nav-notification {
    list-style: disc;
    margin: 0;
    padding: 0 20px;
}
.nav-notification li {
    padding: 4px 0;
    margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: rgb(36, 36, 53);
}
.header-nav-popup-name {
    font-size: 16px;
    line-height: 20px;
    color: rgb(36, 36, 53);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-nav-popup-title {
    font-size: 13px;
    font-weight: 500;
	color: rgb(36, 36, 53);
	padding: 0 20px;
	margin-bottom: 10px;
}
.header-nav-popup .customer-link {
	display: block;
    padding: 8px 20px;
    color: #5e5e5e;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.375;
}
.header-nav-popup .customer-link:hover {
	color: rgb(36, 36, 53);
	background: #e7e7e7;
    border-radius: 24px;
	-webkit-border-radius: 24px;
}
/*#header-nav-support:checked ~ .panel-left .header-nav-main #app_notification, .header-nav-customer.selected .header-nav-popup {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/
/*-----------------------------------------------*/
#toggle-sidebar-menu:checked ~ .sidebar-bar, #toggle-sidebar-menu:checked ~ .sidebar-bar .disclaimer-wrap {
    width: 64px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar .col-1.open .navbar-items {
    height: 0;
    opacity: 0;
}
#toggle-sidebar-menu:checked ~ .panel-left {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
    margin-left: 64px;
}
/*#toggle-sidebar-menu:checked ~ .panel-left .brand-logo img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#toggle-sidebar-menu:checked ~ .panel-left .brand-logo .logo-sm {
    max-width: 0;
}
#toggle-sidebar-menu:checked ~ .panel-left .brand-logo .logo-xs {
    max-width: 38px;
}*/
#toggle-sidebar-menu:checked ~ .sidebar-bar .navbar-child-btn:after {
    opacity: 0;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover,#toggle-sidebar-menu:checked ~ .sidebar-bar:hover .disclaimer-wrap {
	width: 248px;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover .col-1.open .navbar-items {
    height: auto;
    opacity: 1;
    visibility: visible;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
/*
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .brand-logo img {
	-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .brand-logo .logo-sm {
	max-width: 180px;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .brand-logo .logo-xs {
	max-width:0;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .toggle-sidebar-menu-trigger {
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-ms-transform:rotate(-360deg);
	transform:rotate(-360deg);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .toggle-sidebar-portable-trigger .bar-topline {
    transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .toggle-sidebar-portable-trigger .bar-centerline {
    transform: scale(0);
	-webkit-transform: scale(0);
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover ~ .panel-left .toggle-sidebar-portable-trigger .bar-bottomline {
    transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover .navbar-child-btn:after {
    content: "\f105";
	opacity: 1;
}
#toggle-sidebar-menu:checked ~ .sidebar-bar:hover .col-1.open .navbar-child-btn:after {
    content: "\f107";
	opacity: 1;
}
*/
#toggle-sidebar-menu:checked ~ .panel-left .toggle-sidebar-menu-trigger {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#toggle-sidebar-menu:checked ~ .panel-left .toggle-sidebar-portable-trigger .bar-topline {
    transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
}
#toggle-sidebar-menu:checked ~ .panel-left .toggle-sidebar-portable-trigger .bar-centerline {
    transform: scale(0);
	-webkit-transform: scale(0);
}
#toggle-sidebar-menu:checked ~ .panel-left .toggle-sidebar-portable-trigger .bar-bottomline {
    transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
}
/*-----------------------------------------------*/
.fixed-wrapper {
	max-width: 940px;
}
.fixed-wrapper.compact {
    width: 76%;
	max-width: 1399px;
}
.fixed-wrapper-max {
	max-width: 1399px;
}
.panel-content-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
    justify-content: flex-start;
}
.panel-content-main {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.panel-main-content-inner {
    position: relative;
    height: auto;
    width: auto;
	padding: 20px;
	background-color: #FFF;
	border: solid 1px #c9cbca;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*box-shadow: rgba(36, 36, 53, 0.08) 0px 4px 6px -1px, rgba(36, 36, 53, 0.16) 0px -1px 4px -2px;
	-webkit-box-shadow: rgba(36, 36, 53, 0.08) 0px 4px 6px -1px, rgba(36, 36, 53, 0.16) 0px -1px 4px -2px;
	border: solid 1px #d4dbe0;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 0px;*/
}
.panel-header-float {
    position: sticky;
    top: 65px;
	min-height: 48px;
    padding: 6px 15px;
	margin: 0 -15px 15px;
    z-index: 4;
	background-color: #FFF;
	border-bottom: 1px solid #e9e9e9;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 2px 0 rgba(0, 0, 0, .03);*/
}
.panel-header-float {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*-----------------------------------------------*/
/*.panel-nav-link {
    display: inline-block;
    z-index: 1;
    position: relative;
    padding-right: 40px;
}
.panel-nav-link-text {
    display: inline-block;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2em;
	background-color: #fff;
}
.panel-nav-link-circle {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -18px;
}
.panel-nav-link-circle {
    width: 34px;
    height: 34px;
    z-index: -1;
    border: 1px solid #ccc;
    border-radius: 50%;
	-webkit-border-radius: 50%;
}
.panel-nav-link-arrow {
    position: relative;
}
.panel-nav-link-arrow:before {
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px;
    left: 9px;
    font-size: 16px;
    color: #a6a0a0;
}
.panel-nav-link:hover .panel-nav-link-arrow:before {
	color: rgb(36, 36, 53);
}*/
/*-----------------------------------------------*/
.btn {
	display: inline-flex;
	display: -ms-inline-flexbox;
    display: -webkit-inline-box;
	display: -webkit-inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.btn {
	cursor: pointer;
	position: relative;
	padding: 8px 20px;
	margin: 0;
	height: 42px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: inherit;
	letter-spacing: 0.4px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	text-decoration: none;
	background: none;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px;
	white-space: nowrap;
	outline: none!important;
	overflow: hidden;
	-webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
/*.btn.black:not(.btn-outline):hover {
	opacity: 0.9;
}*/
/*.btn:not(.btn-outline):hover {
	box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.4);
}*/
.btn--wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn--wrap .btn:not(:last-child) {
    margin-right: 20px;
}
.btn:not(.btn-outline):hover {
	opacity: 0.9;
}
.btn.mheight {
	min-height: 40px;
}
.btn.mwidth {
	min-width: 130px;
}
.btn.bordered {
	border: 1px solid #c4b9b9 !important;
	-webkit-box-shadow: inset 0px -2px 0px #222222;
	box-shadow: inset 0px -2px 0px #222222;
	background: transparent !important;
}
.btn.shadow {
	box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
	-webkit-box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
}
.btn.default:not(.btn-outline) {
	color: #0063fb;
	background-color: #f3f3f3;
    border-color: #ececec;
}
.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}
.btn.white:not(.btn-outline) {
    color: rgb(36, 36, 53);
    background-color: #FFF;
    border-color: #c3c3c3;
}
.btn.red:not(.btn-outline) {
    color: rgb(255, 255, 255);
    background-color: #e7505a;
    border-color: #e7505a;
}
.btn.orange:not(.btn-outline) {
    color: rgb(255, 255, 255);
    background-color: #f38429;
    border-color: #f38429;
}
.btn.black:not(.btn-outline) {
    color: rgb(255, 255, 255);
    background-color: rgb(32, 32, 44);
    border-color: rgb(32, 32, 44);
}
.btn.green:not(.btn-outline) {
    color: rgb(255, 255, 255);
	background: #4a9b4e;
    border: 1px solid #4a9b4e;
}
.btn.disabled, .btn[disabled], .btn.white.disabled:not(.btn-outline) {
	cursor: default;
	opacity: 0.4;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #cbc8c8 !important;
    border-color: #cbc8c8 !important;
    color: rgba(0,0,0,.4) !important;
	pointer-events: none;
}
a.btn.disabled {
	pointer-events: none; 
}
.alert-fillup {
    border: 2px solid #e73d4a !important;
}
.thumbnail {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.thumbnail {
    padding: 10px;
	text-align: center;
    line-height: 1.42857;
	height: 100%;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail .thumb-img {
	width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
/*.item-image-wrap-full {
    width: 100%;
    position: relative;
    height: 0px;
    padding: 56.25% 0px 0px;
    overflow: hidden;
}*/
.item-image-wrap {
	contain: strict;
    position: relative;
    width: 100%;
    z-index: 0;
}  
.item-image {
	float: left;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
    overflow: hidden;
    background: #e5e5e5;
}
.item-image.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.item-image .image-wrap, .item-image .image-wrap-cover {
    display: block;
    position: relative;
    text-align: center;
    /*min-height: 100%;*/
    height: 100%;
}
.item-image .image-wrap-cover .thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item-image .image-wrap .thumb-img {
    vertical-align: middle;
    /*width: auto;
    height: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.figure-1 {
	padding-top: 66.6667%;
}
.figure-2 {
	padding-top: 75%;
}
.figure-3 {
	padding-top: 62.5%;
}
.figure-4 {
	padding-top: 56.25%;
}
/*.bottm-overlay {
    position: absolute;
    height: 20%;
    width: 100%;
    left: 0px;
    bottom: 0px;
	opacity: 0.6;
	border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 100%);
}*/
.reveal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear;
    visibility: hidden;
	z-index: -1;
	/*transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;*/
}
.reveal-overlay.wait--loader {
	z-index: 1999;
}
.reveal-overlay.light {
	background-color: rgba(255, 255, 255, 0.4);
}
.reveal-overlay.dark {
	background-color: rgba(0,0,0,.4);
}
.reveal-overlay.active {
	opacity: 1;
    pointer-events: all;
    visibility: visible;
	z-index: 1899;
}
.wait-loader {
    position: absolute;
	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.wait-loader.bg {
	padding: 40px;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}
.nk-loader {
	position: relative;
	margin: 50px auto;
	/*padding: 50px 0;*/
	width: 50px;
}
.nk-loader-dots-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around
}
.nk-loader-dots-wrapper {
	width:100%;
}
.nk-loader-dot {
	height: 8px;
	width: 8px;
	animation: nkt .8s ease-in infinite;
	-webkit-animation: nkt .8s ease-in infinite;
	background-color: rgb(36, 36, 53);
	border-radius: 100%;
    -webkit-border-radius: 100%;
	display: inline-block;
}
.nk-loader-dot:nth-child(2) {
	animation-delay: .25s;
	-webkit-animation-delay: .25s;
}
.nk-loader-dot:nth-child(3) {
	animation-delay: .52s;
	-webkit-animation-delay: .52s;
}
.nk-loader-auto-complete {
	position: absolute;
	top: calc(50% - 4px);
	width: 50px;
	margin: auto;
	left: 0;
	right: 0;
}
@keyframes zoominoutsinglefeatured  {
0% {
    transform: scale(0.3,0.3);
	-webkit-transform: scale(0.3,0.3);
}
50% {
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
100% {
    transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
}
@-webkit-keyframes nkt {
	0%{opacity:.1}40%{opacity:.4}75%{opacity:.7}to{opacity:.1}
}
@keyframes nkt {
	0%{opacity:.1}40%{opacity:.4}75%{opacity:.7}to{opacity:.1}
}
@-webkit-keyframes scale-down {
	0% {
		-webkit-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}
}
@keyframes scale-down {
	0% {
		-webkit-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}
	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}
}
@media only screen and (max-width: 767.98px) {
.desktop-main .sidebar-bar {
    width: 0;
    max-width: 0;
}
/*.disclaimer-wrap {
    display: none;
}*/
.navbar-controls {
    height: calc(100vh - 65px);
}
.desktop-main .panel-left {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
.desktop-main .panel-left {
	padding: 65px 0 15px !important;
}
/*.panel-left .brand-logo .logo-xs {
    max-width: 38px;
}*/
#toggle-sidebar-menu:checked ~ .sidebar-bar {
    width: 248px;
	max-width: revert;
}
.label-title-font {
    font-size: 16px;
}
.panel-content-main {
    padding: 0 20px;
}
.panel-header-float {
    padding: 0;
	/*height: 76px;*/
}
.fixed-wrapper {
    width: 100%;
}
.form-btn-wrap {
	padding: 0 20px;
}
}
@media only screen and (max-width: 600px) {
/*#toggle-sidebar-menu:checked ~ .sidebar-bar {
    width: 100%;
	max-width: 100%;
}*/
.hidden-xss {
	display: none !important;
}
.panel-left .brand-logo {
    margin-right: 3rem;
}
.fixed-wrapper {
    width: 100% !important;
}
.btn.mwidth {
	min-width: auto;
}
.form-obj-wrap {
    -ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
    gap: unset !important;
}
.sweet-alert {
    top: 50%;
    left: 50%;
	margin-left: auto !important;
    margin-top: auto !important;
    width: calc(100% - 32px) !important;
    max-height: calc(100% - 32px) !important;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
}
}
@media (min-width: 1200px) {
.navbar-child-btn {
    padding: 10px 10px 10px 70px;
}
.navbar-items a {
    padding: 8px 7px 8px 70px;
}
.navbar-items a:before, .navbar-items a.active:before {
    top: 16px;
}
.navbar-items a.active:before {
    top: 10px;
}
}