/*CDK Added color-scheme. Who would have though switching between dark and light would be so easy. If only we didn't style everything in Webflow
:root {
	 color-scheme: dark;
} */

/*CDK Added main-editor */
.main-editor{
	background-color: #303030 !Important;
}

li[_ngcontent-qtg-c115]:hover{
	background-color: #52B8CC !Important;
	color: #494949 !Important;
}

.read-only-label {
    font-weight: 400 !Important;
    display: block !Important;
    width: 100% !Important;
    min-height: 28px !Important;
    padding: 4px 12px !Important;
    margin-bottom: 0 !Important;
    font-size: 14px !Important;
    line-height: 1.428571429 !Important;
    color: #b9b0b0 !Important;
    background-color: #303030 !Important;
    border: 1px solid #858585 !Important;
	border-radius: 2px !Important;
}

.embedded-groupDiv {
    display: grid !Important;
    grid-column: 1/span 2 !Important;
    background-color: #303030 !Important;
    border: #6d6d6d !Important;
    border-style: solid !Important;
    border-radius: 2px !Important;
    border-width: 0.5px !Important;
    margin: 0 -5px !Important;
    padding: 0 5px 5px !Important;
    grid-column-gap: 8px !Important;
    column-gap: 8px !Important;
    grid-row-gap: 8px !Important;
    row-gap: 8px !Important;
}

.document-delete {
    background-image: url("../images/app-icon-document-delete.svg") !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 16px !Important;
	padding-bottom: 16px !Important;
	padding-left: 24px !Important;
	padding-right: 24px !Important;

}
.document-delete:hover{
	background-color: #3B82A0;
	border-color: #52B8CC;
}

.document-download {
    background-image: url("../images/app-icon-document-download-2.svg") !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 16px !Important;
	padding-bottom: 16px !Important;
	padding-left: 24px !Important;
	padding-right: 24px !Important;

}
.document-download:hover{
		background-color: #3B82A0;
	border-color: #52B8CC;
}

textarea{
	color:#B8B0B0 !Important;
}

button{
	appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 1rem;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    margin-bottom: 12px;
    margin-top: 10px;
	margin-left:10px;
}

.task-summary-employee-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #52B8CC; /* CDK Change .navbar-dropdown-avatar #009ada to #52B8CC */
    box-shadow: inset 0 0 0 1px #3B82A0; /* CDK Changed  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7); to  box-shadow: inset 0 0 0 1px #3B82A0; */
	margin-right: 10px;
}

.my-task-hazards{
	background-image: url("../images/app-icon-task-timeline-hazards.svg") !Important;
}

.my-task-questionnaires{
	background-image: url("../images/app-icon-task-timeline-questionnaires.svg") !Important;
}

.my-task-requirements{
	background-image: url("../images/app-icon-task-timeline-requirements.svg") !Important;
}

.my-task-documents{
	background-image: url("../images/app-icon-task-timeline-documents.svg") !Important;
}
.po-request-upliftment{
		background-image: url("../images/app-icon-requestupliftment.svg") !Important;
		background-repeat: no-repeat !Important;
		background-position: 50% 50% !Important;
		background-size: 16px !Important;
		width: 20px !Important;
		height: 20px !Important;

}

.po-no-charge{
	background-image: url("../images/app-icon-nocharge.svg") !Important;
	background-repeat: no-repeat !Important;
		background-position: 50% 50% !Important;
		background-size: 16px !Important;
		width: 20px !Important;
		height: 20px !Important;
}

.po-create-invoice{
	background-image: url("../images/app-icon-potoinvoice.svg") !Important;
	background-repeat: no-repeat !Important;
		background-position: 50% 50% !Important;
		background-size: 16px !Important;
		width: 20px !Important;
		height: 20px !Important;
}

.invoice-submit-for-approval{
	background-image: url("../images/app-icon-invoicesubmitforapproval.svg") !Important;
	background-repeat: no-repeat !Important;
		background-position: 50% 50% !Important;
		background-size: 16px !Important;
		width: 20px !Important;
		height: 20px !Important;
}


/*CDK Added valueObjectLink */
.valueObjectLink {
	color: #52b8ccd6 !Important;
}

/* CDK Added Summary icon image  */
.my-task-summary{
	background-image: url("../images/app-icon-task-timeline-summary.svg") !Important;
}

.ng-dropdown-panel .scroll-host {
    width: -moz-fit-content;
    width: fit-content;
    border: thin solid #a9a9a9;
    background-color: #303030 !important;
}
.ng-option:hover {
    background-color: #52B8CC !Important;
	color: #494949 !Important;
}

.mat-mdc-dialog-container {
    display: block;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
    background-color: #303030 !Important;
    border: 1px solid #858585 !Important;
    color: #858585 !Important;
}

.task-summary-unassign-employee {
    appearance: button;
    background-color: #f44336;
    background-image: linear-gradient(180deg, #3b82a000, #9f0d03);
    border: 1px solid #333;
	box-shadow: 0px 1px 2px 0px rgb(93 184 205) !important;
	height: 28px !Important;
    width: 28px !Important;
    margin-left: 12px !Important;
    border-radius: 32px !Important;
	background-image: url("../images/app-icon-summary-resource-delete.svg");
	background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
/*	margin-top: 5px !Important; */
}

.task-summary-accept-task {
	appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 14px 0px 0px 14px;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin-left: 10px;
	height: 38px;
}
.task-summary-accept-task:hover{
		background-color: #3B82A0;
	border-color: #52B8CC;
}

.task-summary-reject-task {
	appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 0px 14px 14px 0px;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px !Important;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin-left: 10px;
	height: 38px;
}

.task-summary-reject-task:hover{
		background-color: #3B82A0;
	border-color: #52B8CC;
}

.task-summary-timeline-submit-button {
	appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 1rem;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin-left: 10px;
	height: 38px;
}

.task-summary-timeline-submit-button:hover{
	background-color: #3B82A0;
	border-color: #52B8CC;
}

/* CDK added Task Time Line */
.task-summary-comment-div {
    background-color: #494949;
    color: #fff;
	border-color: #b8b0b000 !important;
	margin-top: 10px !Important;
	margin-right: 10px !Important;
	margin-bottom: 20px !Important;
	margin-left: 10px !Important;
	border-radius:10px !Important;
/*	box-shadow: 1px 1px 2px 1px rgb(93 184 205 / 45%) !important; Drop blury shadow */
	box-shadow: 0px 1px 2px 0px rgb(93 184 205) !important;
	padding: 5px 14px 5px 14px !Important;
	/* top right bottom left - I never get this right!!!  */
}

/* CDK added Task Time Line */
.task-summary-assign-employee{
	appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 1rem;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin-bottom: 12px;
    margin-top: 10px;

}
.task-summary-assign-employee:hover{
		background-color: #3B82A0;
  border-color: #52B8CC;
}

/* CDK Added Task Summary Action Button Style */
.task-summary-task-action-button {
    appearance: button;
    background-color: #52B8CC;
    background-image: linear-gradient(180deg, #3b82a000, #3b82a09e);
    border: 1px solid #3B82A0;
    border-radius: 1rem;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 0 inset, rgb(46 54 80 / 8%) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin-bottom: 12px;
    margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 30px;
	background-image: url("../images/app-icon-task-timeline-plus.svg");
	background-position: 10px 50%;
    background-size: 10px 10x;
    background-repeat: no-repeat;
}
/* CDK Added Task Summary Action Button Style */
.task-summary-task-action-button:hover{
	background-color: #3B82A0;
  border-color: #52B8CC;
}

/*  CDK Added Employee Style */
.task-summary-employee {
    border: 1px solid #858585;
    border-radius: 50px;
    padding: 8px !important;
    margin-left: 13px !important;
    background-color: #494949!important;
    color: #FFFFFF;
	box-shadow: 0px 1px 2px 0px rgb(93 184 205) !important;
	align-items: center !Important;
}

/* CDK Added select lookup border */
ng-select {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    border-width: 0.5px;
    border-style: solid;
    border-color: #858585;
    border-image: initial;
  border-radius: 2px;
}


.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
    margin-bottom: 8px;
}

/* CDK Changes for Dark Theme */
 .l-c-loginbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 448px;
    max-height: 500px;
    max-width: 448px;
    min-height: 353px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 47.8%, 0.8);
    border-radius: 6px;
    background-color: hsl(0deg 1% 28% / 68%);
    box-shadow: 1px 1px 3px 0 #141414;
}
/* CDK Added #Usernamd and #Password for margin */
#Username {
margin-bottom: 12px;
margin-top: 12px;
}
#Password {
margin-bottom: 12px;
}


.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image {
    width: 110px;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color: #cecece; /* CDK Added link color for forgot password since the a does not have a call THIS DID NOTHING */
}

.app-layout {
    min-height: 100%;
}

.app-nav-layout {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
}

.sidebar-navbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.sidebar-navbar-container {
    position: fixed;
}

.sidebar-navbar-heading {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(77, 61, 61, 0.74);
}

.sidebar-navbar-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 260px;
    margin-top: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sidebar-navbar-body {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar-navbar-body-container {
    overflow: hidden;
}

.sidebar-navbar-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.app-navbar-menu {
    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-navbar-menu-item {
    display: block;
}

.sidebar-navbar-toggle-button {
    display: block;
    height: 39px;
    padding: 10px 0px;
}

.sidebar-navbar-toggle-button-2 {
    display: block;
    width: 100%;
    height: 30px;
    padding: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    background-image: url("../images/app_navbar_expand_dark.svg");
    background-position: 50% 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.sidebar-navbar-toggle-button-2:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-brand-logo {
    max-height: 36px;
    max-width: 140px;
    margin-right: 80px;
    text-align: center;
}

.section-inner {
    margin-bottom: 20px;
}

.menu-dropdown-link {
    display: block;
    padding: 12px 20px;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    color: #FFF; /* CDK Changes %404250 to #FFF */
    line-height: 20px;
    text-decoration: none;
}

.menu-dropdown-link:hover {
    background-color: #3B82A0; /* CDK Changes #f6f7f9 to #FFF */
	cursor: pointer;
}

.section {
    margin-bottom: 20px;
}

.footer-link {
    color: #808292;
    font-weight: 400;
    text-decoration: none;
}

.footer-link:hover {
    color: #404250;
}

.app-main-layout-header {
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #303030; /* CDK Changed color from #fff to #303030 */
    color: #C8E0EA; /* CDK Changed color from #1b1d2a to #C8E0EA */
}

.overview-item {
    display: block;
    color: #404250;
    font-weight: 400;
    text-decoration: none;
}

.overview-item:hover {
    opacity: 0.9;
}

.hint-bold {
    color: #404250;
    font-weight: 700;
}

.overview-bg {
    padding-top: 60%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.overview-bg._10 {
    background-image: url("../images/art-10.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._7 {
    background-image: url("../images/art-7.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._16 {
    background-image: url("../images/art-20.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._22 {
    background-image: url("../images/art-23.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._20 {
    background-image: url("../images/art-17.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._21 {
    background-image: url("../images/art-24.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._4 {
    background-image: url("../images/art-5.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._19 {
    background-image: url("../images/art-22.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._12 {
    background-image: url("../images/art-12.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._11 {
    background-image: url("../images/art-14.jpg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._8 {
    background-image: url("../images/art-9.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._24 {
    background-image: url("../images/art-25.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._9 {
    background-image: url("../images/art-11.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._5 {
    background-image: url("../images/art-6.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._2 {
    background-image: url("../images/art-2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._13 {
    background-image: url("../images/art-13.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._17 {
    background-image: url("../images/art-18.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._14 {
    background-image: url("../images/art-16.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._18 {
    background-image: url("../images/art-19.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._3 {
    background-image: url("../images/art-3.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._6 {
    background-image: url("../images/art-8.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._1 {
    padding-top: 60%;
    background-image: url("../images/art-1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._15 {
    background-image: url("../images/art-15.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-bg._23 {
    background-image: url("../images/art-26.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar-navbar-dropdown-content {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

.sidebar-navbar-2 {
    background-color: transparent;
}

.sidebar-navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.sidebar-navbar-brand:hover {
    opacity: 0.8;
}

.hint {
    font-size: 12px;
}

.page-heading {
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.munu-dropdown-link-container {
    position: relative;
    padding-left: 30px;
}

.sidebar-navbar-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

.search {
    margin-bottom: 0px;
}

.app-main-layout-mask {
    width: 180px;
}

.notification-item-text {
    overflow: hidden;
    max-height: 18px;
    font-size: 12px;
}

.custom-link {
    display: inline-block;
    padding-right: 20px;
    background-image: url("../images/icons8-right-arrow-64_1icons8-right-arrow-64.png");
    background-position: 100% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
    transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
    color: #325ae7;
    text-decoration: none;
    cursor: pointer;
}

.custom-link:hover {
    padding-right: 25px;
    background-position: 100% 50%;
    color: #325ae7;
}

.navbar-dropdown-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #52B8CC; /* CDK Change .navbar-dropdown-avatar #009ada to #52B8CC */
    box-shadow: inset 0 0 0 1px #3B82A0; /* CDK Changed  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7); to  box-shadow: inset 0 0 0 1px #3B82A0; */
	margin-right: 10px;
}

.button-group {
    margin-right: -5px;
    margin-left: -5px;
}

.card {
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 #ebedf0;
}

.card.text-center.promo {
    background-color: #325ae7;
}

.search-input {
    height: 34px;
    margin-bottom: 0px;
    padding-right: 35px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.search-input:active {
    border-color: #808292;
}

.search-input:focus {
    border-color: #808292;
}

.search-input::-webkit-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.search-input:-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.search-input::-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.search-input::placeholder {
    color: #808292;
    font-weight: 400;
}

.notification-content-body {
    overflow: auto;
    max-height: 270px;
    padding: 10px 20px;
}

.premium-text {
    float: left;
    color: #325ae7;
}

.premium-switcher {
    float: right;
}

.sidebar-navbar-dropdown-list {
    position: static;
}

.sidebar-navbar-dropdown-list.w--open {
    background-color: transparent;
}

.search-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 34px;
    height: 34px;
    background-color: transparent;
    background-image: url("../images/icons8-search-100_1icons8-search-100.png");
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    font-size: 0px;
}

.search-button:hover {
    background-image: url("../images/icons8-search-100-1_1icons8-search-100 (1).png");
}

.button {
    display: inline-block;
    height: 44px;
    padding: 0px 40px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #f6f7f9;
    -webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
    transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
    color: #54576f;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
}

.button:hover {
    background-color: #ebedf0;
    color: #404250;
    text-decoration: none;
}

.button.w--current {
    background-color: #f6f7f9;
    color: #456aeb;
}

.button.button-small {
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 28px;
}

.button.button-large {
    height: 46px;
    padding-right: 80px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 44px;
}

.button.button-outline {
    border-color: #ebedf0;
    background-color: transparent;
}

.button.button-outline:hover {
    background-color: #ebedf0;
    color: #404250;
}

.button.button-block {
    width: 100%;
}

.button.button-google {
    border-color: rgba(0, 0, 0, 0.05);
    background-color: #fff;
    background-image: url("../images/icons8-google.svg");
    background-position: 10px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.button.button-google:hover {
    border-color: #808292;
}

.button.button-primary {
    background-color: #325ae7;
    color: #fff;
}

.button.button-primary:hover {
    background-color: #456aeb;
    color: #fff;
}

.premium-container {
    padding: 20px;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
    color: #456aeb;
    font-weight: 500;
}

.app-nav-layout-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #141414; /* CDK Change background-color from #1b1d2a to #141414 */
}

.notification-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f7f9;
    color: #808292;
    text-decoration: none;
}

.notification-item.last {
    border-bottom-style: none;
}

.sidebar-navbar-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs-menu {
    border-bottom: 1px solid #ebedf0;
    background-color: #fff;
}

.tabs-menu.notification-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* CDK Change for Dark Theme */
.sidebar-navbar-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 180px;
    margin-top: 50px;
    padding-top: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right: 1px solid #494949;
    background-color: transparent;
}

.app-main-layout {
    display: block;
    overflow: hidden;
    margin-top: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #141414; /* CDK Change background-color from #f6f7f9 to #141414 */
    background-image: url("../images/asset-control-powered.png"), url("../images/onebuild-logo-big-slogan-transp.png"),
        -webkit-gradient(linear, left top, left bottom, from(#141414), color-stop(67%, hsla(0, 0%, 100%, 0))),
        -webkit-gradient(linear, left top, right top, from(#141414), to(hsla(0, 0%, 100%, 0))),
        url("../images/Fade-Background.png"); /* CDK Change background-color gradient from #f6f7f9 to #141414 */
    background-image: url("../images/asset-control-powered.png"), url("../images/onebuild-logo-big-slogan-transp.png"),
        linear-gradient(180deg, #141414, hsla(0, 0%, 100%, 0) 67%),
        linear-gradient(90deg, #141414, hsla(0, 0%, 100%, 0)), url("../images/Fade-Background.png"); /* CDK Change background-color gradient from #f6f7f9 to #141414 */
    background-position: 94% 96%, 50% 50%, 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat;
}

.notification-item-title {
    color: #404250;
    font-weight: 500;
}

.app-navbar-menu-item-2 {
    display: inline-block;
    margin-left: 10px;
}
/* CDK Change to Dark Theme */
.sidebar-navbar-link {
    display: block;
    overflow: hidden;
    height: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent;
 /*   background-image: url("../images/app_icon_default.svg"); */
    background-position: 14px 50%;
    background-size: 0px;
    background-repeat: no-repeat;
    opacity: 0.8;
    -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    color: #FFF;
    font-weight: 400;
    border-left: 4px transparent;
    border-style: none none none solid;
}


/* CDK Change to Dark Theme */
.sidebar-navbar-link:hover {
    background-color: #3B82A0 !Important;
    opacity: 1;
    color: #FFF;
	cursor: pointer;
}

/* CD KUpdated for Dark Theme */
.sidebar-navbar-link.w--current {
    border-left: 4px solid #3B82A0;
    background-color: #52B8CC;
}

.sidebar-navbar-link.appicon {
    background-image: url("../images/app_icon_favourites.svg");
    color: #161616;
}

.sidebar-navbar-link.link-payment {
    background-image: url("../images/icons8-wallet-100_1icons8-wallet-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-login {
    background-image: url("../images/icons8-login-100_1icons8-login-100.png");
}

.sidebar-navbar-link.link-logout {
    background-image: url("../images/app_icon_nav_back.svg");
    background-position: 17px 50%;
    background-size: 25px;
    color: #161616;
}

.sidebar-navbar-link.link-contacts {
    background-image: url("../images/icons8-address-book-2-100_1icons8-address-book-2-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-utils {
    background-image: url("../images/page_icon_editgrid.svg");
    background-size: 17px;
}

.sidebar-navbar-link.link-signup {
    background-image: url("../images/icons8-create-100_1icons8-create-100.png");
}

.sidebar-navbar-link.link-inbox {
    background-image: url("../images/icons8-sms-100_1icons8-sms-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-onboarding {
    background-image: url("../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-profile {
    background-image: url("../images/icons8-male-user-100_1icons8-male-user-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-accounts {
    background-image: url("../images/icons8-restart-100_1icons8-restart-100.png");
}

.sidebar-navbar-link.link-dashboard {
    background-image: url("../images/app_icon_default.svg");
    background-size: 17px;
    color: #161616;
}

.sidebar-navbar-link.link-dashboard:hover {
    background-color: #3B82A0; /* CDK Change background-color from #009ada to #3B82A0 */
    color: #141414; /* CDK Change color from #fff to #141414 */
}

.sidebar-navbar-link.link-dashboard.w--current {
    border-left: 4px solid #0093cf;
    background-color: #eff7fa;
}

.sidebar-navbar-link.link-image {
    background-image: url("../images/icons8-full-image-100_1icons8-full-image-100.png");
}

.sidebar-navbar-link.link-password {
    background-image: url("../images/icons8-password-100_1icons8-password-100.png");
}

.sidebar-navbar-link.link-search {
    background-image: url("../images/icons8-search-more-100_1icons8-search-more-100.png");
}

.sidebar-navbar-link.link-404 {
    background-image: url("../images/icons8-road-closure-100_1icons8-road-closure-100.png");
}

.sidebar-navbar-link.link-projects {
    background-image: url("../images/icons8-launchpad-100_1icons8-launchpad-100.png");
    color: #161616;
}

.sidebar-navbar-link.link-style-guide {
    background-image: url("../images/icons8-user-manual-100_1icons8-user-manual-100.png");
}

.sidebar-navbar-link.link-home {
    background-image: url("../images/app_icon_home.svg");
    background-size: 17px;
}

.sidebar-navbar-link.link-home:hover {
    background-color: #3B82A0; /* CDK Change background-color from #009ada to #3B82A0 */
}

.sidebar-navbar-link.link-product {
    background-image: url("../images/page_icon_product_notes.svg");
}

.sidebar-navbar-link.link-product:hover {
    background-color: #3B82A0; /* CDK Change background-color from #009ada to #3B82A0 */
}

.sidebar-navbar-link.link-product-current {
    border-left: 3px solid #009ada;
    background-color: rgba(0, 154, 218, 0.2);
    background-image: url("../images/page_icon_product_notes.svg");
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.sidebar-navbar-link.link-product-current:hover {
    border-left-color: #161616;
    background-color: #009ada;
}

.sidebar-navbar-link.link-product-current.w--current {
    color: #161616;
}

.sidebar-navbar-link.link-home-current {
    border-left: 3px solid #009ada;
    background-color: rgba(0, 154, 218, 0.2);
    background-image: url("../images/app_icon_home.svg");
    background-size: 17px;
    color: #161616;
    font-weight: 700;
}

.sidebar-navbar-link.link-home-current:hover {
    background-color: #3B82A0; /* CDK Change background-color from #009ada to #3B82A0 */
}

.sidebar-navbar-link.sidebar-page-back {
    background-image: url("../images/app_icon_nav_back.svg");
    background-position: 18px 4px;
    background-size: auto;
}

.notification-icon {
    margin-bottom: 5px;
}

.overview-content {
    margin-top: 5px;
}

.notification-content-heading {
    padding: 10px 20px;
    border-bottom: 1px solid #ebedf0;
    color: #404250;
    font-weight: 500;
}

.switcher-button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
}

/*CDK Change for Dark Theme */
.sidebar-navbar-body-2 {
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #303030;
}

.mt-20 {
    margin-top: 20px;
}

.sidebar-navbar-footer-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #494949; /* CDK Change border-top color from hsla(0, 0%, 100%, 0.05) to #494949 */
    background-color: #212121; /* CDK Change background-color from #f3f3f3 to #212121 */
    color: #FFF; /* CDK Change color from #161616 to #FFF */
}

.sidebar-navbar-footer-2.nav-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid none none;
    border-width: 0.5px 1px 1px;
    border-color: #494949 #000 #000; /* CDK Change border-color: #b8b0b0 #000 #000; to border-color: #494949 #000 #000; */
    background-color: #303030; /* CDK Change background-color from #ececec to #141414*/
	height: 0px; /* CDK Removed the toggle button as per JK */
}

.tab-link {
    margin-bottom: -1px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #333;
    font-weight: 500;
}

.tab-link:hover {
    border-bottom-width: 2px;
    border-bottom-color: rgba(0, 154, 218, 0.2);
    background-color: rgba(0, 154, 218, 0.2);
    color: #333;
}

.tab-link.w--current {
    border-bottom: 2px solid #009ada;
    background-color: transparent;
    color: #333;
    font-weight: 700;
}

.tab-link.notification-tab {
    margin-right: 0px;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.tab-link.notification-tab:hover {
    color: #325ae7;
}

.tab-link.notification-tab.w--current {
    background-color: #f6f7f9;
}

.app-main-layout-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding-top: 54px;
    background-color: #fff;
}

.notification-item-body {
    padding-top: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-right {
    text-align: right;
}

.tabs-content {
    overflow: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.tabs-content.notification-content {
    min-height: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.col.table-col {
    padding-right: 10px;
    padding-left: 0px;
}

.white {
    color: #fff;
}

.menu-dropdown-link-icon {
    position: absolute;
    left: 0%;
    top: 1px;
    right: auto;
    bottom: auto;
}

.notification-item-time {
    margin-top: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #456aeb;
    font-size: 12px;
    font-weight: 500;
}

.app-main-layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #303030 !Important; /* CDK Change background color and made !Important */
}

.app-main-layout-wrapper.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-right: 1%;
    padding-left: 1%;
}

.notification-content-footer {
    padding: 10px 20px;
    border-top: 1px solid #ebedf0;
}

.sidebar-navbar-brand-logo-small {
    display: none;
    width: 34px;
}

.sidebar-navbar-heading-2 {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 244px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    background-color: #141414; /* CDK Change background-color from #1b1d2a to #141414 */
}

.app-layout-2 {
    min-height: 100vh;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row.table-row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebedf0;
    font-size: 12px;
}

.row.table-row.table-header {
    color: #404250;
    font-size: 14px;
    font-weight: 500;
}

.row.table-row.last {
    border-bottom-style: none;
}

.app-navbar-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.switcher-wrapper {
    width: 40px;
    height: 20px;
    padding: 2px;
    border-radius: 50px;
    background-color: #ebedf0;
    cursor: pointer;
}

/* CDK Change for Dark Theme */
.menu-dropdown-list.w--open {
    left: auto;
    top: 43px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background-color: #303030;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	color: #FFF;
}


.menu-dropdown-list.search-dropdown-list.w--open {
    box-shadow: none;
}

.menu-dropdown-list.search {
    top: 0px;
    overflow: hidden;
    height: 34px;
    border-style: none;
    background-color: transparent;
}

.notification-item-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #f6f7f9;
}

.notification-item-icon._2 {
    background-image: url("../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.notification-item-icon._7 {
    background-color: #456aeb;
    background-image: url("../images/icons8-shopping-basket-100_1icons8-shopping-basket-100.png");
    background-position: 50% 50%;
    background-size: 28px;
    background-repeat: no-repeat;
}

.notification-item-icon._6 {
    background-image: url("../images/christopher-campbell-rDEOVtE7vOs-unsplash_1christopher-campbell-rDEOVtE7vOs-unsplash.png"),
        url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%, 0px 0px;
    background-size: cover, 125px;
    background-repeat: no-repeat, repeat;
}

.notification-item-icon._1 {
    background-image: url("../images/michael-dam-mEZ3PoFGs_k-unsplash_1michael-dam-mEZ3PoFGs_k-unsplash.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.notification-item-icon._8 {
    background-color: #31ba7e;
    background-image: url("../images/icons8-paypal-100_1icons8-paypal-100.png");
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.notification-item-icon._3 {
    background-image: url("../images/jared-sluyter-das6NrjLoM0-unsplash_1jared-sluyter-das6NrjLoM0-unsplash.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.notification-item-icon._4 {
    background-image: url("../images/gabriel-silverio-u3WmDyKGsrY-unsplash_1gabriel-silverio-u3WmDyKGsrY-unsplash.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.notification-item-icon._5 {
    background-image: url("../images/alex-blajan-QDPFWFCHes4-unsplash_1alex-blajan-QDPFWFCHes4-unsplash.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-dropdown-toggle {
    width: 34px;
    height: 34px;
    padding: 0px;
    border-radius: 50%;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.menu-dropdown-toggle:hover {
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.w--open {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.dropdown-search {
    background-image: url("../images/icons8-search-100_1icons8-search-100.png");
    background-size: 25px;
}

.menu-dropdown-toggle.dropdown-search:hover {
    background-image: url("../images/icons8-search-100-1_1icons8-search-100 (1).png");
}

.menu-dropdown-toggle.dropdown-message {
    background-image: url("../images/icons8-inbox-100_1icons8-inbox-100.png");
    background-size: 25px;
}

.menu-dropdown-toggle.dropdown-message:hover {
    background-image: url("../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png");
}

.menu-dropdown-toggle.dropdown-message.w--open {
    background-image: url("../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png");
}

.menu-dropdown-toggle.dropdown-notification {
    background-image: url("../images/icons8-notification-100_1icons8-notification-100.png");
    background-size: 25px;
}

.menu-dropdown-toggle.dropdown-notification:hover {
    background-image: url("../images/icons8-notification-100-1_1icons8-notification-100 (1).png");
}

.menu-dropdown-toggle.dropdown-notification.w--open {
    background-color: hsla(0, 0%, 100%, 0.05);
    background-image: url("../images/icons8-notification-100-1_1icons8-notification-100 (1).png");
}

.footer {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ebedf0;
}

.app-main-layout-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.notification-item-date {
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #325ae7;
    font-size: 12px;
    font-weight: 500;
}

.app-navbar-initials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.app-navbar-initials-text {
    color: #292929;
}

.app-navbar-initials-text:hover {
    color: #FFF;
}

.app-nav-message-container {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
	/* visibility: hidden !important; CDK Hidding the message folder */
}

.body {
    cursor: pointer;
}

.app-nav-message-icon {
    position: relative;
    top: -16px;
    color: #fff;
    cursor: pointer;
}

.image-2 {
    color: #ca1414;
}

.image-3 {
    height: 34px;
}

.app-nav-message-count {
    position: relative;
    left: auto;
    top: 0%;
    right: -62%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 16px;
    height: 16px;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 9px;
    background-color: #ff0303;
}

.app-nav-message-count-text {
    color: #fff;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
}

.div-block-4 {
    width: 100%;
    height: 18%;
}

.div-block-5 {
    min-height: 100px;
}

.chart-symbols {
    margin-top: 20px;
}

.budget-circle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #325ae7;
    font-size: 20px;
}

.data-status-text {
    font-size: 12px;
    font-weight: 500;
}

.data-status-icon {
    margin-right: 5px;
}

.page-tab-link {
    display: inline-block;
    margin-right: 30px;
    padding: 12px 5px 12px 30px;
    background-color: transparent;
    color: #54576f;
    font-weight: 500;
    text-decoration: none;
}

.page-tab-link:hover {
    color: #1b1d2a;
}

.page-tab-link.w--current {
    border-bottom: 2px solid #325ae7;
    background-color: transparent;
    opacity: 1;
    color: #325ae7;
}

.page-tab-link.projects {
    background-image: url("../images/icons8-unit-100_1icons8-unit-100.png");
    background-position: 0% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.page-tab-link.crypto {
    background-image: url("../images/icons8-exchange-bitcoin-100_1icons8-exchange-bitcoin-100.png");
    background-position: 0% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.page-tab-link.traffic {
    background-image: url("../images/icons8-increase-100_1icons8-increase-100.png");
    background-position: 0% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.page-tab-link.revenue {
    background-image: url("../images/icons8-coins-100_1icons8-coins-100.png");
    background-position: 0% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.single-data-image {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.page-tabs-menu {
    margin-bottom: -1px;
}

.progress-outer {
    overflow: hidden;
    height: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #ebedf0;
}

.progress-outer.with-number {
    height: 18px;
}

.key-price-value {
    margin-bottom: 5px;
    color: #1b1d2a;
    font-size: 30px;
    font-weight: 400;
}

.table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.caption {
    margin-bottom: 10px;
    color: #1b1d2a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.data-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.data-status.down {
    color: #f64f59;
}

.data-status.up {
    color: #31ba7e;
}

.progress-circle-container {
    position: relative;
    margin-bottom: 20px;
}

.progress-inner {
    height: 6px;
    border-radius: 10px;
    background-color: #325ae7;
}

.progress-inner._15 {
    width: 15%;
}

.progress-inner._40 {
    width: 40%;
}

.progress-inner._50 {
    width: 50%;
    height: 6px;
}

.progress-inner.with-number {
    height: 18px;
    border-radius: 0px;
    text-align: center;
}

.card-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-heading.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chart-symbols-item-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.chart-color {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #f6f7f9;
}

.chart-color.blue {
    background-color: #325ae7;
}

.chart-color.green {
    background-color: #31ba7e;
}

.text-center {
    text-align: center;
}

.chart-symbols-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ppoweredby-asset-control-container {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.48;
}

.image-4 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.poweredby-text {
    margin-right: 5px;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    border-right: 3px solid #79b1fe;
    line-height: 24px;
    font-weight: 700;
    text-align: right;
}

.authentication-page-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/Default-Login-Background.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.success-message {
    border-radius: 50px;
    background-color: #009ada;
    color: #fff;
    font-size: 16px;
}

.text-block {
    color: #ff0202;
    font-size: 16px;
}

.error-message {
    border-radius: 50px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
	color: #C8E0EA; /*CDK added color */
}

.paragraph {
    margin-bottom: 0px;
}

.sidebar-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 10px;
	margin-left: -51px; /* CDK Added to Hide icon */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #494949; /* CDK Change border-bottom: 1px solid #efefef; to border-bottom: 1px solid #494949; */
    background-color: #212121; /* CDK Change background-color from #f5f5f5 to #212121 */
	color: #FFF /* CDK Change added color #FFF */
}

.image-5 {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
}

.page-heading-action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-heading-action-bar.new-entity {
    display: none;
}

.page-heading-action-bar.page-heading-custom-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-action-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    max-width: none;
    min-width: 22px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: 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: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left: 3px solid transparent;
    font-size: 12px;
    cursor: pointer;
}

.page-action-button:hover {
    border-left: 3px solid #009ada;
    font-style: normal;
}

.page-action-button.action-button-hover {
    max-width: none;
}

.page-action-button.action-button-hover:hover {
    border-left: 3px solid #3B82A0; /* CDK Change border-left color from #009ada to #3B82A0 */
}

.page-action-button.new-entity {
    display: none;
}

.page-action-button-icon {
    width: 16px;
    height: auto;
}

.page-action-button-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-action-button-icon-image {
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.text-block-2 {
    padding-left: 5px;
}

.text-block-3 {
    padding-top: 1px;
    padding-left: 5px;
	color:#FFF /*CDK added color */
}

.page-header-action-seperator {
    width: 1px;
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #cecece;
}

.page-header-action-seperator.new-entity-hidden {
    display: none;
}

.app-main-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: red;
}

.div-block-6 {
    position: absolute;
}

.app-main-grid-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    min-height: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #fff;
}

.search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.query-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle {
    overflow: auto;
}

.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-body {
    height: 100%;
}

.table-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-head-filter {
    width: 100%;
    height: 30px;
}

.table-head-filter-input {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-image: url("../images/page_icon_search.svg");
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.table-head-filter-input:focus {
    background-color: transparent;
    /* background-image: url("../images/page_icon_search.svg"),
        -webkit-gradient(linear, left top, left bottom, from(#eff7fa), to(#eff7fa));
    background-image: url("../images/page_icon_search.svg"), linear-gradient(180deg, #eff7fa, #eff7fa);
    background-position: 100% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat; */
}

.html-embed {
    position: static;
    width: 100%;
    height: 21%;
}

.app-main-grid-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
/*    background-color: #fff; */
}

.app-main-grid-page-buttons {
    width: 20px;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-right: 0px;
    border: 1px solid #cecece;
    border-radius: 10px;
    cursor: pointer;
}

.app-main-grid-page-buttons:hover {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 46%, #b9b0b0);
}

.app-main-grid-spacer {
    width: 50%;
    height: 10px;
}

.app-main-grid-tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px none #000;
    cursor: pointer;
}

.checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #808292;
    background-color: #fff;
}

.checkbox.w--redirected-checked {
    border-color: #325ae7;
    background-color: #325ae7;
    background-size: 14px;
}

.modal-mask {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 901;
}

.sidebar-navbar-toggle-button-3 {
    display: block;
    height: 39px;
    padding: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    background-image: url("../images/icons8-open-pane-100_1icons8-open-pane-100.png");
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.sidebar-navbar-toggle-button-3:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.dropdown-list {
    overflow: hidden;
    margin-top: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #ebedf0;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px;
}

.modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 900;
    display: none;
    overflow: auto;
    max-height: 100vh;
    padding: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-navbar-brand-logo-2 {
    max-height: 36px;
    max-width: 140px;
    text-align: center;
}

.textarea {
    max-height: 116px;
    max-width: 100%;
    min-height: 76px;
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #404250;
    font-weight: 500;
}

.textarea:active {
    border-color: #808292;
    background-color: #fff;
}

.textarea:focus {
    border-color: #808292;
    background-color: #fff;
}

.textarea::-webkit-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.textarea:-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.textarea::-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.textarea::placeholder {
    color: #808292;
    font-weight: 400;
}

.modal-container {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding: 50px 30px 30px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.style-guide-content {
    margin-top: 20px;
}

.heading-2 {
    background-color: transparent;
}

.help-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.medium {
    font-weight: 500;
}

.style-guide-modal-note {
    margin-top: 40px;
}

.progress-text {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.sidebar-navbar-brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.sidebar-navbar-brand-2:hover {
    opacity: 0.8;
}

.checkbox-field {
    position: relative;
    padding-left: 30px;
}

.page-heading-2 {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style-guide-section-title {
    margin-bottom: 20px;
    padding: 60px 0px 0px;
    border-bottom: 1px solid #ebedf0;
}

.app-main-layout-mask-2 {
    width: 260px;
}

.label-item {
    display: inline-block;
    padding: 2px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebedf0;
    border-radius: 4px;
    background-color: #f6f7f9;
    color: #808292;
    font-weight: 400;
}

.dropdown-link {
    background-color: #fff;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    color: #54576f;
    cursor: pointer;
}

.dropdown-link:hover {
    background-color: #f6f7f9;
    color: #456aeb;
}

.label {
    color: #52b8ccd6 !Important; /* CDK Change color from #404250 to #52b8ccd6 - did not seem to do anything */
    font-size: 12px;
    font-weight: 500;
}

.text-green {
    color: #31ba7e;
}

.success-message-2 {
    border: 1px solid #31ba7e;
    border-radius: 5px;
    background-color: #fff;
    color: #31ba7e;
    font-weight: 400;
    text-align: center;
}

.error-message-2 {
    padding: 20px;
    border: 1px solid #f64f59;
    border-radius: 5px;
    background-color: #fff;
    color: #f64f59;
    font-weight: 400;
    text-align: center;
}

.input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    padding: 4px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
    transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
    color: #1b1d2a;
    line-height: 40px;
    font-weight: 500;
}

.input:active {
    border-color: #808292;
    background-color: #fff;
}

.input:focus {
    border-color: #808292;
    background-color: #fff;
}

.input::-webkit-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.input:-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.input::-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.input::placeholder {
    color: #808292;
    font-weight: 400;
}

/* CDK Changes for Dark Theme */
.navbar-dropdown-avatar-2 {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../images/lucas-sankey-bXq8pVfP-fY-unsplash_1lucas-sankey-bXq8pVfP-fY-unsplash.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #3b82a0;
}

.app-navbar-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link {
    color: #325ae7;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: #325ae7;
    text-decoration: underline;
}

.sg-modal-example {
    margin-top: 20px;
}

.app-nav-layout-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.button-dropdown {
    padding: 9px 40px 9px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebedf0;
    border-radius: 3px;
    background-color: transparent;
    color: #808292;
    font-size: 12px;
}

.button-dropdown:hover {
    background-color: #ebedf0;
}

.button-dropdown.w--open {
    border-color: #325ae7;
    background-color: #325ae7;
    color: #fff;
}

.bold {
    font-weight: 700;
}

.sidebar-navbar-menu-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 260px;
    margin-top: 54px;
    padding-top: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #1b1d2a;
}

.app-main-layout-2 {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f6f7f9;
}

.chart-tab-content {
    margin-top: 20px;
}

.sidebar-navbar-link-2 {
    display: block;
    overflow: hidden;
    height: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    background-color: transparent;
    background-image: url("../images/icons8-dashboard-100_1icons8-dashboard-100.png");
    background-position: 17px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
    -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    color: #fff;
    font-weight: 400;
}

.sidebar-navbar-link-2:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
    opacity: 1;
    color: #fff;
}

.sidebar-navbar-link-2.w--current {
    background-color: #325ae7;
    opacity: 1;
    color: #fff;
}

.sidebar-navbar-link-2.link-list {
    background-image: url("../images/icons8-bulleted-list-100_1icons8-bulleted-list-100.png");
    background-size: 25px;
    background-repeat: no-repeat;
}

.sidebar-navbar-link-2.link-help {
    background-image: url("../images/icons8-help-100_1icons8-help-100.png");
}

.sidebar-navbar-link-2.link-typo {
    background-image: url("../images/icons8-text-100_1icons8-text-100.png");
}

.sidebar-navbar-link-2.link-fonts {
    background-image: url("../images/icons8-ocr-100_1icons8-ocr-100.png");
}

.sidebar-navbar-link-2.link-form {
    background-image: url("../images/icons8-form-100_1icons8-form-100.png");
}

.sidebar-navbar-link-2.link-color {
    background-image: url("../images/icons8-paint-palette-100_1icons8-paint-palette-100.png");
}

.sidebar-navbar-link-2.link-tab {
    background-image: url("../images/icons8-tab-100_1icons8-tab-100.png");
}

.sidebar-navbar-link-2.link-image {
    background-image: url("../images/icons8-full-image-100_1icons8-full-image-100.png");
}

.sidebar-navbar-link-2.link-button {
    background-image: url("../images/icons8-button-100_1icons8-button-100.png");
}

.sidebar-navbar-link-2.link-progress {
    background-image: url("../images/icons8-loading-bar-100-1_1icons8-loading-bar-100 (1).png");
}

.sidebar-navbar-link-2.link-modal {
    background-image: url("../images/icons8-new-window-100-1_1icons8-new-window-100 (1).png");
}

.sidebar-navbar-link-2.link-home {
    background-image: url("../images/icons8-home-100_1icons8-home-100.png");
}

.style-guide-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.switcher-tab {
    min-width: 80px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
    background-color: transparent;
    color: #808292;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.switcher-tab:hover {
    background-color: #ebedf0;
}

.switcher-tab.w--current {
    border-top-color: #325ae7;
    border-bottom-color: #325ae7;
    background-color: #325ae7;
    color: #fff;
}

.switcher-tab.left {
    border-left: 1px solid #ebedf0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.switcher-tab.left.w--current {
    border-right-color: transparent;
    border-left-color: #325ae7;
}

.switcher-tab.right {
    border-right: 1px solid #ebedf0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.switcher-tab.right.w--current {
    border-top-color: #009ada;
    border-right-color: #009ada;
    border-bottom-color: #009ada;
    background-color: #009ada;
    color: #fff;
}

.sidebar-navbar-body-3 {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.colors-row {
    margin-bottom: 50px;
}

.sidebar-navbar-footer-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-footer-3.nav-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.05);
}

.app-main-layout-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 4% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-close {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f6f7f9;
    background-image: url("../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png");
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    cursor: pointer;
}

.modal-close:hover {
    background-color: #ebedf0;
}

.text-red {
    color: #f64f59;
}

.style-guide-section {
    max-width: 800px;
}

.style-color {
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 5px;
}

.style-color.blue {
    background-color: #325ae7;
}

.style-color.primary {
    background-color: #456aeb;
}

.style-color.grey {
    background-color: #f6f7f9;
}

.style-color.white-smoke {
    background-color: #ebedf0;
}

.style-color.red {
    background-color: #f64f59;
}

.style-color.grey-heading {
    background-color: #404250;
}

.style-color.green {
    background-color: #31ba7e;
}

.style-color.grey-link {
    background-color: #54576f;
}

.style-color.grey-text {
    background-color: #808292;
}

.sidebar-navbar-brand-logo-small-2 {
    display: none;
    width: 20px;
}

.style-guide-item {
    margin-top: 10px;
}

.sidebar-navbar-heading-3 {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 54px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    background-color: #1b1d2a;
}

.app-navbar-menu-3 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.text-large {
    font-size: 16px;
}

.dropdown {
    z-index: 1;
}

.app-main-grid-page-buttons-first {
    width: 20px;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-right: 0px;
    border: 1px solid #cecece;
    border-radius: 10px;
    background-image: url("../images/page_icon_page_first.svg");
    background-position: 50% 90%;
    background-size: 12px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;
}

.app-main-grid-page-buttons-first:hover {
    background-image: url("../images/page_icon_page_first.svg"),
        radial-gradient(circle farthest-corner at 50% 50%, #494949 46%, #303030); /* CDK Change color to #494949 to #303030 */
    background-position: 50% 90%, 0px 0px;
    background-size: 12px, auto;
}

.app-main-grid-page-buttons-previous {
    width: 20px;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-right: 0px;
    border: 1px solid #cecece;
    border-radius: 10px;
    background-image: url("../images/page_icon_page_previous.svg");
    background-position: 40% 50%; /* CDK Change  */
    background-size: 7px; /* CDK Change  */
    background-repeat: no-repeat;
    cursor: pointer;
}

.app-main-grid-page-buttons-previous:hover {
    background-image: url("../images/page_icon_page_previous.svg"),
        radial-gradient(circle farthest-corner at 50% 50%, #494949 46%, #303030); /* CDK Change color to #494949 to #303030 */
    background-position: 40% 50%, 0px 0px; /* CDK Change  */
    background-size: 7px, auto; /* CDK Change  */
    background-repeat: no-repeat, repeat;
}

.app-main-grid-page-buttons-next {
    width: 20px;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-right: 0px;
    border: 1px solid #cecece;
    border-radius: 10px;
    background-image: url("../images/page_icon_page_next.svg");
    background-position: 50% 50%; /* CDK Change  */
    background-size: 7px; /* CDK Change  */
    background-repeat: no-repeat;
    cursor: pointer;
}

.app-main-grid-page-buttons-next:hover {
    background-image: url("../images/page_icon_page_next.svg"),
        radial-gradient(circle farthest-corner at 50% 50%, #494949 46%, #303030); /* CDK Change color to #494949 to #303030 */
    background-position: 50% 50%, 0px 0px; /* CDK Change  */
    background-size: 7px, auto; /* CDK Change  */
}

.app-main-grid-page-buttons-last {
    width: 20px;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding-right: 0px;
    border: 1px solid #cecece;
    border-radius: 10px;
    background-image: url("../images/page_icon_page_last.svg");
    background-position: 50% 50%; /* CDK Change  */
    background-size: 7px; /* CDK Change  */
    background-repeat: no-repeat;
    cursor: pointer;
}

.app-main-grid-page-buttons-last:hover {
    background-image: url("../images/page_icon_page_last.svg"),
       radial-gradient(circle farthest-corner at 50% 50%, #494949 46%, #303030); /* CDK Change color to #494949 to #303030 */
    background-position: 50% 50%, 0px 0px; /* CDK Change  */
    background-size: 7px, auto; /* CDK Change  */
}

.app-main-grid-footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-main-grid-footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-block {
    width: 100%;
    height: 38px;
    margin-bottom: 0px;
}

.form-block-2 {
    width: 100%;
    height: 38px;
}

.heading-navbar {
    margin-top: 0px;
    margin-bottom: 0px;
}

.image-navbar-heading {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 0px;
}

.app-main-layout-wrapper-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid #000;
}

.app-main-layout-wrapper-cards.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-right: 1%;
    padding-left: 1%;
}

.app-main-grid-footer-cards {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.quick-search-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    margin: 6px 10px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    /* background-color: hsla(0, 0%, 100%, 0.95); */
    background-color: #636363f2;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    /* opacity: 0.4; */
}

.quick-search-card:hover {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.div-block-7 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100px;
    height: 100px;
    background-color: #1b1d2a;
}

.quick-search-card-heading {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 5px;
    padding-left: 10px;
}

.quick-search-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.quick-search-card-header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}

.quick-search-card-header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quick-search-card-header-right-cards-tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid transparent;
    border-left: 2px solid transparent;
    cursor: pointer;
}

.quick-search-card-header-right-cards-tool:hover {
    border-right-color: transparent;
    border-left-width: 2px;
    border-left-color: #009ada;
}

.quick-search-card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.div-block-8 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.qs-card-header-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    margin-left: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.quick-search-card-heading-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quick-search-card-heading-left {
    width: 100%;
}

.quick-search-action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    border-color: rgba(0, 0, 0, 0.4);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.quick-search-action-bar:hover {
    border-color: #efefef #efefef #efefef #009ada;
    border-left-width: 2px;
    background-color: #eff7fa;
}

.quick-search-action-bar-text {
    margin-left: 8px;
}

.grid {
    grid-auto-flow: row;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr minmax(auto, auto);
    grid-template-columns: 1fr 1fr 1fr 1fr minmax(auto, auto);
}

.quick-search-action-icon-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid transparent;
    border-left: 2px solid transparent;
    cursor: pointer;
}

.quick-search-action-icon-sort:hover {
    border-right-color: transparent;
    border-left-width: 2px;
    border-left-color: #009ada;
}

.quick-search-grid-item {
    height: 52.994789123535156px;
}

.quick-search-card-grid {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px minmax(auto, auto);
    grid-template-columns: 1fr 1fr 1fr 1fr minmax(auto, auto);
    -ms-grid-rows: minmax(auto, auto) 4px minmax(auto, auto);
    grid-template-rows: minmax(auto, auto) minmax(auto, auto);
}

.quick-search-input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    padding: 4px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
    transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
    color: #1b1d2a;
    line-height: 40px;
    font-weight: 500;
}

.quick-search-input:active {
    border-color: #808292;
    background-color: #fff;
}

.quick-search-input:focus {
    border-color: #808292;
    background-color: #fff;
}

.quick-search-input::-webkit-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.quick-search-input:-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.quick-search-input::-ms-input-placeholder {
    color: #808292;
    font-weight: 400;
}

.quick-search-input::placeholder {
    color: #808292;
    font-weight: 400;
}

.quick-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 4px 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b9b0b0;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-11 {
    width: 100%;
    height: 50px;
}

.div-block-12 {
    width: 100%;
    height: 50px;
}

.div-block-13 {
    width: 100%;
    height: 50px;
}

.div-block-14 {
    width: 100%;
    height: 50px;
}

.modal-warning-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(27, 29, 42, 0.9);
}

.modal-warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1d2a;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.94);
    box-shadow: 1px 1px 3px 0 #b9b0b0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
}

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-warning-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid-3 {
    width: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.button-2 {
    margin-right: 20px;
    margin-left: 20px;
}

.image-6 {
    max-width: 50px;
    min-width: 50px;
    padding-top: 15px;
}

.modal-warning-button {
    min-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.modal-new-entity-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(27, 29, 42, 0.9);
}

.modal-new-entity-wrapper.modal-product {
    display: none;
}

.modal-new-entity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 98%;
    height: 98%;
    max-height: 98%;
    max-width: 98%;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1d2a;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.94);
    box-shadow: 1px 1px 3px 0 #b9b0b0;
    -o-object-fit: fill;
    object-fit: fill;
}

.modal-new-entity-close-button {
    position: absolute;
    left: auto;
    top: 0.5%;
    right: 0.5%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 21px;
    height: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #1b1d2a;
    cursor: pointer;
}

.modal-main-layout-header {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    color: #1b1d2a;
}

.modal-error-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(27, 29, 42, 0.9);
}

.modal-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1d2a;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.94);
    box-shadow: 1px 1px 3px 0 #b9b0b0;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.modal-error-button {
    min-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.grid-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.checkbox-label {
    color: #fff;
}

.radio-button-label {
    color: #fff;
}

.div-block-18 {
    display: block;
    height: 10px;
}

.contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.tab-pane-tab-1 {
    overflow: visible;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
}

.grid-5 {
    padding: 10px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}

.detail-grid-column-1 {
  grid-template-columns: 1fr;
}

.detail-grid-column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.detail-grid-column-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.detail-grid-column-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.detail-grid-column-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.detail-screen-input-container-with-label.grid-column-2 {
    color: #333;
}

.text-field {
    background-image: url("../images/page_icon_datepicker.svg");
    background-position: 98% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.text-field-2 {
    background-image: url("../images/page_icon_datepicker.svg");
    background-position: 98% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.main-page-header-grid {
    padding-bottom: 4px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block-19 {
    display: block;
}

.page-header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-21 {
    position: relative;
    top: -34px;
}

.div-block-22 {
    position: relative;
    top: -32px;
    right: -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1d2a;
    border-radius: 10px;
}

.text-block-4 {
    color: #1b1d2a;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
}

.warning-image {
    cursor: pointer;
}

.warning-image.new-entity {
    display: none;
}

.tabs {
    width: 100%;
}

.page-header-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #303030; /* CDK Added background color  */
}

.image-8 {
    margin-right: 8px;
    margin-left: -30px;
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
}

.div-block-24 {
    width: 3px;
    height: 30px;
    margin-right: 10px;
    margin-left: 4px;
    background-color: #009ada;
}

.tab-pane-tab-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.page-action-short-cut {
    height: 20px;
    margin-bottom: 0px;
    padding: 0px;
}

.page-action-from {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-25 {
    position: absolute;
    display: block;
    width: 50%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.email-background-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b0b0), to(#fff));
    background-image: linear-gradient(180deg, #b9b0b0, #fff);
}

.email-body-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 250px;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.email-heading-container-left {
    position: static;
    width: 150%;
    height: 350px;
    background-color: #1b1d2a;
    background-image: linear-gradient(210deg, #3b19d0, #ef7007);
    box-shadow: 2px 2px 6px 0 #0b0b0b;
    -webkit-transform: translate(-90px, -190px) rotate(-6deg);
    -ms-transform: translate(-90px, -190px) rotate(-6deg);
    transform: translate(-90px, -190px) rotate(-6deg);
}

.email-heading-container-right {
    position: static;
    width: 150%;
    height: 350px;
    background-color: #1b1d2a;
    background-image: linear-gradient(210deg, #3b19d0, #ef7007);
    box-shadow: 2px 2px 6px 0 #0b0b0b;
    -webkit-transform: translate(-90px, -550px) rotate(6deg);
    -ms-transform: translate(-90px, -550px) rotate(6deg);
    transform: translate(-90px, -550px) rotate(6deg);
    -o-object-fit: fill;
    object-fit: fill;
}

.html-embed-2 {
    padding-right: 82px;
    padding-left: 82px;
    color: rgba(176, 185, 179, 0.46);
}

.html-embed-2:hover {
    color: #1b1d2a;
}

.product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
	background-color: #494949;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.product-card:hover {
    background-color: #696969;
}

.grid-6 {
    padding: 8px;
}

.product-card-item-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-card-item-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-item-open-button {
    width: 100%;
    margin-top: 4px;
    border-radius: 10px;
    text-align: center;
}

.link-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-heading-action-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid-column-2 {
    color: #fb0808;
}

.heading-navbar-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sidebar-page-menu-link {
    overflow: hidden;
}

.sidebar-page-link {
    display: block;
    overflow: hidden;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    border-left: 3px solid transparent;
    background-color: transparent;
    background-image: url("../images/app_icon_default.svg");
    background-position: 8px 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    opacity: 0.8;
    -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
    color: #161616;
    font-weight: 400;
}

.sidebar-page-link:hover {
    background-color: rgba(0, 154, 218, 0.2);
    opacity: 1;
    color: #333;
}

.sidebar-page-link.w--current {
    background-color: #325ae7;
    opacity: 1;
    color: #fff;
}

.sidebar-page-link.appicon {
    background-image: url("../images/app_icon_favourites.svg");
    color: #161616;
}

.sidebar-page-link.link-payment {
    background-image: url("../images/icons8-wallet-100_1icons8-wallet-100.png");
    color: #161616;
}

.sidebar-page-link.link-login {
    background-image: url("../images/icons8-login-100_1icons8-login-100.png");
}

.sidebar-page-link.link-logout {
    background-image: url("../images/app_icon_systemadministration.svg");
    color: #161616;
}

.sidebar-page-link.link-contacts {
    background-image: url("../images/icons8-address-book-2-100_1icons8-address-book-2-100.png");
    color: #161616;
}

.sidebar-page-link.link-utils {
    background-image: url("../images/page_icon_editgrid.svg");
    background-size: 17px;
}

.sidebar-page-link.link-signup {
    background-image: url("../images/icons8-create-100_1icons8-create-100.png");
}

.sidebar-page-link.link-inbox {
    background-image: url("../images/icons8-sms-100_1icons8-sms-100.png");
    color: #161616;
}

.sidebar-page-link.link-onboarding {
    background-image: url("../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png");
    color: #161616;
}

.sidebar-page-link.link-profile {
    background-image: url("../images/icons8-male-user-100_1icons8-male-user-100.png");
    color: #161616;
}

.sidebar-page-link.link-accounts {
    background-image: url("../images/icons8-restart-100_1icons8-restart-100.png");
}

.sidebar-page-link.link-dashboard {
    background-image: url("../images/app_icon_default.svg");
    background-size: 17px;
    color: #161616;
}

.sidebar-page-link.link-dashboard:hover {
    background-color: #009ada;
    color: #fff;
}

.sidebar-page-link.link-image {
    background-image: url("../images/icons8-full-image-100_1icons8-full-image-100.png");
}

.sidebar-page-link.link-password {
    background-image: url("../images/icons8-password-100_1icons8-password-100.png");
}

.sidebar-page-link.link-search {
    background-image: url("../images/icons8-search-more-100_1icons8-search-more-100.png");
}

.sidebar-page-link.link-404 {
    background-image: url("../images/icons8-road-closure-100_1icons8-road-closure-100.png");
}

.sidebar-page-link.link-projects {
    background-image: url("../images/icons8-launchpad-100_1icons8-launchpad-100.png");
    color: #161616;
}

.sidebar-page-link.link-style-guide {
    background-image: url("../images/icons8-user-manual-100_1icons8-user-manual-100.png");
}

.sidebar-page-link.link-home {
    background-image: url("../images/app_icon_home.svg");
    background-size: 17px;
}

.sidebar-page-link.link-home:hover {
    background-color: #009ada;
}

.sidebar-page-link.link-product {
    background-image: url("../images/page_icon_product_notes.svg");
}

.sidebar-page-link.link-product:hover {
    background-color: #009ada;
}

.sidebar-page-link.link-product-current {
    border-left: 3px solid #009ada;
    background-color: rgba(0, 154, 218, 0.2);
    background-image: url("../images/page_icon_product_notes.svg");
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.sidebar-page-link.link-product-current:hover {
    border-left-color: #161616;
    background-color: #009ada;
}

.sidebar-page-link.link-product-current.w--current {
    color: #161616;
}

.sidebar-page-link.link-home-current {
    border-left: 3px solid #009ada;
    background-color: rgba(0, 154, 218, 0.2);
    background-image: url("../images/app_icon_home.svg");
    background-size: 17px;
    color: #161616;
    font-weight: 700;
}

.sidebar-page-link.link-home-current:hover {
    background-color: #009ada;
}

.sidebar-page-link.sidebar-page-link-current {
    border-left: 3px solid #009ada;
    background-color: rgba(0, 154, 218, 0.2);
}

.container {
    display: block;
}

.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.navbar {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.detail-menu-button {
    margin-left: 40px;
    padding-left: 0px;
    background-color: #fff;
    color: #3c3b3b;
    font-size: 12px;
    line-height: 8px;
    font-weight: 700;
}

.detail-menu-item {
    padding: 7px 10px 7px 0px;
    background-image: url("../images/app_icon_default.svg");
    background-position: 5px 50%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    list-style-type: none;
    cursor: pointer;
    border-left: 4px solid #0094cf00;
	color: #FFF;
	-webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.detail-menu-item:hover {
    border-left: 4px solid #3B82A0;
    background-color: #52B8CC;
    color: #FFF;
}
/* CDK updated for Dark Theme */

.detail-menu-item.active-menu-item {
    border-left: 4px solid #3B82A0;
    background-color: #52B8CC;
    color: #FFF;
}

.link-block-2 {
    padding-left: 60px;
}

.detail-menu-list {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.detail-menu-text {
    margin-left: 40px;
    font-size: 12px;
    line-height: 20px;
    /* font-weight: 700; */
    white-space: nowrap;
}

/* .detail-menu-item.active-menu-item > .detail-menu-text {
    margin-left: 36px;
} */

/* CDK */
.menu-hide {
	visibility: hidden;
	height: 0px;
    margin-top: auto;
    padding-top: 14px;
    padding-bottom: 15px;
    border: 0.5px solid #494949;
    background-color: #303030;
    background-image: url("../images/app_navbar_expand_dark.svg");
    background-position: 50% 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-attachment: scroll;
	-webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.menu-hide:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.detail-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	background-color: #303030; /* CDK added background-color */
}

.detail-menu.split-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
    background-color: #303030; /*CDK Change background-color from #FFF to #494949 MAYBE TRY A FADE BACKGROUND-COLOR */
}

.main.vertical-splitpane {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.splitter {
    width: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #dfdfdf;
    cursor: ew-resize;
}

.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vertical-splitter {
    height: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #dfdfdf;
    cursor: ns-resize;
}

.body-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #5a5a5a;
}

.split-bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.split-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #96fc7d;
}

.horizontal-splitter {
    display: block;
    width: 1px !Important; /* CDK Added !Important and changed width from 4px to 1px */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #494949; /* CDK Changed background-color from #dfdfdf to #494949 */
    cursor: ew-resize;
    -o-object-fit: fill;
    object-fit: fill;
}

.vertical-splitter-copy {
    height: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #dfdfdf;
    cursor: ns-resize;
}

.split-left {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.split-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.horizontal-splitpane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #119791;
}

.text-block-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #1c9fc7;
}

.detail-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.body-4 {
    height: 100%;
}

.div-block-26 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #944141;
}

.div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
}

.div-block-28 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-block-7 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    background-color: #fff;
}

.div-block-29 {
    overflow: auto;
    background-color: #d0d2fa;
}

.text-block-8 {
    overflow: visible;
    height: 300px;
}

.detail-div-east {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.html-embed-3 {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.horizontal-splitter-right {
    display: block;
    width: 10px;
    padding-top: 2px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #dfdfdf;
    background-image: url("../images/page_icon_page_next.svg");
    background-position: 50% 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    cursor: ew-resize;
    -o-object-fit: fill;
    object-fit: fill;
}

@media screen and (max-width: 991px) {
    .sidebar-navbar-toggle-button-2 {
        display: none;
    }

    .sidebar-navbar-toggle-button-2:visited {
        background-image: url("../images/app_navbar_expand_dark.svg");
        background-size: 24px;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .sidebar-navbar-brand {
        display: none;
    }

    .sidebar-navbar-dropdown {
        width: 100%;
        max-width: 100%;
    }

    .app-main-layout-mask {
        display: none;
    }

    .sidebar-navbar-dropdown-list {
        width: 100%;
        max-width: 100%;
    }

    .sidebar-navbar-menu-button {
        width: 34px;
        height: 34px;
        margin: 0px 10px 0px 20px;
        padding: 0px;
        border-radius: 5px;
        background-image: url("../images/app_icon_hamburger_menu_w.svg");
        background-position: 0% 50%;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .sidebar-navbar-menu-button:hover {
        background-image: url("../images/app_icon_hamburger_menu_w.svg");
    }

    .sidebar-navbar-menu-button:active {
        background-image: url("../images/app_icon_hamburger_menu_w.svg");
    }

    .sidebar-navbar-menu-button:focus {
        background-image: url("../images/app_icon_hamburger_menu_w.svg");
    }

    .sidebar-navbar-menu-button.w--open {
        background-color: transparent;
        background-image: url("../images/app_icon_hamburger_menu_b.svg");
        opacity: 1;
    }

    .sidebar-navbar-container-2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sidebar-navbar-menu-2 {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        overflow: auto;
        width: 100%;
        max-height: 100vh;
        min-width: 100%;
        margin-top: 54px;
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .app-main-layout {
        min-height: 100vh;
    }

    .sidebar-navbar-link {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .sidebar-navbar-body-2 {
        padding-bottom: 0px;
    }

    .sidebar-navbar-footer-2 {
        padding-top: 0px;
        padding-bottom: 0px;
        border-top-style: none;
    }

    .sidebar-navbar-footer-2.nav-toggle {
        display: none;
    }

    .app-main-layout-container {
        display: block;
        margin-left: 0px;
    }

    .tabs-content {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .app-main-layout-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidebar-navbar-heading-2 {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
    }

    .sidebar-navbar-toggle-button-3 {
        display: none;
    }

    .sidebar-navbar-brand-2 {
        display: none;
    }

    .app-main-layout-mask-2 {
        display: none;
    }

    .sidebar-navbar-menu-button-2 {
        width: 34px;
        height: 34px;
        margin: 0px 10px 0px 20px;
        padding: 0px;
        border-radius: 5px;
        background-image: url("../images/header-menu.svg");
        background-position: 0% 50%;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .sidebar-navbar-menu-button-2:hover {
        background-image: url("../images/header-menu-active.svg");
    }

    .sidebar-navbar-menu-button-2.w--open {
        background-color: transparent;
        background-image: url("../images/header-menu-active.svg");
        opacity: 1;
    }

    .sidebar-navbar-menu-3 {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        overflow: auto;
        width: 100%;
        max-height: 100vh;
        min-width: 100%;
        margin-top: 54px;
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .app-main-layout-2 {
        min-height: 100vh;
    }

    .sidebar-navbar-link-2 {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .sidebar-navbar-body-3 {
        padding-bottom: 0px;
    }

    .sidebar-navbar-footer-3 {
        padding-top: 0px;
        padding-bottom: 0px;
        border-top-style: none;
    }

    .sidebar-navbar-footer-3.nav-toggle {
        display: none;
    }

    .app-main-layout-wrapper-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidebar-navbar-heading-3 {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
    }

    .app-main-layout-wrapper-cards {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidebar-page-link {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-navbar-brand-logo {
        display: none;
    }

    .section {
        margin-bottom: 0px;
    }

    .search {
        position: relative;
    }

    .card {
        padding: 30px 20px 20px;
    }

    .sidebar-navbar-menu-button {
        z-index: 100;
    }

    .sidebar-navbar-menu-button:hover {
        background-image: url("../images/app_icon_hamburger_menu_w.svg");
    }

    .sidebar-navbar-menu-button:active {
        background-image: url("../images/app_icon_hamburger_menu_b.svg");
    }

    .sidebar-navbar-menu-button.w--open {
        background-image: url("../images/app_icon_hamburger_menu_b.svg");
    }

    .sidebar-navbar-footer-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer-right {
        margin-top: 10px;
        text-align: center;
    }

    .col {
        margin-bottom: 20px;
    }

    .col.table-col {
        margin-bottom: 0px;
    }

    .sidebar-navbar-brand-logo-small {
        display: block;
    }
/*CDK Change for Dark Theme */

    .menu-dropdown-list.w--open {
        position: fixed;
        left: 0px;
        top: 53px;
        overflow: auto;
        height: auto;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 54px;
        padding-bottom: 54px;
        border-bottom: 1px solid #ebedf0;
        border-radius: 0px;
        background-color: #303030;
        box-shadow: none;
    }

    .menu-dropdown-list.search-dropdown-list.w--open {
        padding: 20px;
    }

    .footer {
        text-align: center;
    }

    .page-tab-link {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-tab-link.w--current {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        margin-right: -20px;
        margin-bottom: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .flex.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sidebar-navbar-brand-logo-2 {
        display: none;
    }

    .modal-container {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .sidebar-navbar-menu-button-2 {
        z-index: 100;
    }

    .sidebar-navbar-menu-button-2:hover {
        background-image: url("../images/header-menu-active.svg");
    }

    .sidebar-navbar-menu-button-2.w--open {
        background-image: url("../images/header-menu-active.svg");
    }

    .switcher-tab {
        display: block;
        border-style: none solid;
        border-right-width: 1px;
        border-right-color: #ebedf0;
        border-left-width: 1px;
        border-left-color: #ebedf0;
    }

    .switcher-tab.w--current {
        border-right-color: #325ae7;
        border-left-color: #325ae7;
    }

    .switcher-tab.left {
        border-top-style: solid;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0px;
    }

    .switcher-tab.left.w--current {
        border-right-color: #325ae7;
    }

    .switcher-tab.right {
        border-bottom-style: solid;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 3px;
    }

    .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .colors-row {
        margin-bottom: 0px;
    }

    .sidebar-navbar-footer-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sidebar-navbar-brand-logo-small-2 {
        display: block;
    }

    .app-main-grid-footer-right {
        display: none;
    }

    .contact-form {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 479px) {
    .l-c-loginbox {
        width: 90%;
        max-width: 460px;
    }

    .div-block-2 {
        width: 100%;
    }

    .search {
        position: relative;
    }

    .button-group {
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
    }

    .button {
        display: block;
        width: 100%;
    }

    .tabs-menu {
        border-bottom-style: none;
    }

    .tabs-menu.notification-menu {
        border-bottom-style: solid;
    }

    .tab-link {
        margin-right: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab-link.w--current {
        padding-right: 10px;
        padding-left: 10px;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #f6f7f9;
    }

    .tab-link.notification-tab.w--current {
        padding-right: 20px;
        padding-left: 20px;
        border-bottom-style: solid;
        border-radius: 0px;
    }

    .menu-dropdown-list.w--open {
        position: fixed;
        left: 0px;
        height: auto;
        border-bottom-style: solid;
        border-radius: 0px;
        background-color: #303030; /* CDK CHANGE from #FFF to #303030 */
    }

    .page-heading-action-bar {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dropdown {
        width: 100%;
    }

    .email-body-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 98%;
        height: 100%;
        min-width: 98%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grid-6 {
        grid-auto-flow: row;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#w-node-b6d55711-7d49-d548-066e-956b653a157a-59c70949 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-fe1c470d-c52b-c5a2-2032-ba19e3c0a35a-59c70949 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-_7707b2e4-4fd2-48fb-9cb6-5ecc54a1cd13-59c70949 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_2d6ab426-3474-904d-5774-ecfc08651e21-59c70949 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_8a2afc24-f589-130e-c4ed-e8ba5cebf543-59c70949 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-ec4049c2-0776-1a7b-8918-fed8d040b3f2-1638bdfa {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-ec4049c2-0776-1a7b-8918-fed8d040b3f7-1638bdfa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-ec4049c2-0776-1a7b-8918-fed8d040b419-1638bdfa {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-ec4049c2-0776-1a7b-8918-fed8d040b472-1638bdfa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-ec4049c2-0776-1a7b-8918-fed8d040b481-1638bdfa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d652186-963f38c1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218b-963f38c1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-963f38c1 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-ba0263b6-8e21-d21b-0f61-7cd9527c9a10-963f38c1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7b4621fe-9fb8-9fe4-5296-cd804d449bbe-963f38c1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_59f82c4a-9a71-871a-541e-d2e85ba94083-49fd7fb7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e7327f6-49fd7fb7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732818-49fd7fb7 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732871-49fd7fb7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732880-49fd7fb7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_2adef8df-7cee-2405-8121-2ab700e14660-14401471 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-_2adef8df-7cee-2405-8121-2ab700e14665-14401471 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_2adef8df-7cee-2405-8121-2ab700e14687-14401471 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_27a7016b-e753-6324-a661-58cf773cb659-14401471 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_27a7016b-e753-6324-a661-58cf773cb668-14401471 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d652186-c9e7b8e9 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218b-c9e7b8e9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-c9e7b8e9 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885af-c9e7b8e9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885be-c9e7b8e9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d652186-1b9d304e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218b-1b9d304e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-1b9d304e {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885af-1b9d304e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885be-1b9d304e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b3f9-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b419-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b457-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b45b-1638bdfa {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b45f-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b463-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b467-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b46e-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b476-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ec4049c2-0776-1a7b-8918-fed8d040b47a-1638bdfa {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218d-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_86c920c8-b52f-a1bb-b31c-a28ca519e6e5-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ca40234f-05fd-0400-23ce-4ca03b6f9146-963f38c1 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-dac6c219-b8b1-90c4-d496-dc70a81fcf64-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-dfaf37f0-6c67-f446-7a69-400879476a1b-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_120e1f7d-af1b-5b9c-ab6e-33d4cc21b81a-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_660e1e4d-a5c0-424f-f192-c94479a4a74b-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_2047bdf6-64c8-a845-3d27-1ce3447f3de6-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_4c66e6bf-1f47-ba5c-e493-78c11fff28b9-963f38c1 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e7327f8-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732818-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732856-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e73285a-49fd7fb7 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e73285e-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732862-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732866-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e73286d-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732875-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_90fd9743-fbdf-b8a5-f344-7b2d3e732879-49fd7fb7 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_2141310d-ba4a-c43e-a682-babc666ec1ee-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_2adef8df-7cee-2405-8121-2ab700e14687-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb63e-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb642-14401471 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb646-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb64a-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb64e-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb655-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb65d-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_27a7016b-e753-6324-a661-58cf773cb661-14401471 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218d-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d888593-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d888597-c9e7b8e9 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d88859b-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d88859f-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885a3-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885ab-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885b3-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885b7-c9e7b8e9 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d65218d-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d987f1b6-61c4-7bc0-e0ca-e1427d6521ad-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d888593-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d888597-1b9d304e {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d88859b-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d88859f-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885a3-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885ab-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885b3-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_1618cd8e-b3b8-3a5e-7702-56298d8885b7-1b9d304e {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

/*f ===================== style.css content ======================*/
/* You can add global styles to this file, and also import other style files */

/* html, body { height: 100%; } */
/* body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } */
/*f use variables for colours etc. so we can switch between light and dark mode
-- prefix defines a variable, var(--variable-name) to use it */
/*f change values in js: document.documentElement.style.setProperty('--main-color', '#2ecc71'); */

:root {
  color-scheme: light;
  --input-invalid-background-color: #ffbebe;
  --mat-table-background-color: #fff;
  --mat-table-header-cell-color: #0000008a;
  --mat-table-cell-color: #000000de;
  --table-background-color: #fff;
  --table-border-color: #e6e6e6;
  --table-alternating-row-color: #fff;
  --table-row-hover-color: #f9f9f9;
  --table-row-selected-hover-color: #e9e8e8;
  --table-row-selected-first-child-color: #1916b1;
  --table-footer-background-color: #fff;
  --main-background-color: #fff;
  --splitter-background-color: #f1f1f1;
  --embedded-group-div-background-color: #fbfbfb;
  --embedded-group-div-border-color: #e7e7e4;
  --dropdown-background-color: #fff;
  --dropdown-border-color: #808080;
  --dropdown-hover-text-color: #333333;
  --dropdown-hover-backbground-color: #e1edf7;
  --input-color: #333;
  --input-background-color: #fff;
  --label-design-mode-color: #a6cbdb;
}

body.dark-mode {
  color-scheme: dark;
  --input-invalid-background-color: var(--input-background-color); /* #df7c7c; rgba(0, 0, 0, 0.05);*/

  /* makes it all white --mat-table-background-color: inherit; */
  --mat-table-header-cell-color: inherit;
  --mat-table-cell-color: #b9b0b0;
  /* --table-background-color: #303030; */
  --table-background-color: #424242;
  --mat-table-background-color: var(--table-background-color);
  --table-border-color: #494949;
  --table-alternating-row-color: #3B3B3B;
  --table-row-hover-color: #494949;
  --table-row-selected-hover-color: #494949;
  --table-row-selected-first-child-color: #52B8CC;
  --table-footer-background-color: #303030;
  --main-background-color: #303030;
  --splitter-background-color: #494949;
  --embedded-group-div-background-color: #303030;
  --embedded-group-div-border-color: #6d6d6d;
  --dropdown-background-color: #303030;
  --dropdown-border-color: #a9a9a9;
  --dropdown-hover-text-color: #494949;
  --dropdown-hover-backbground-color: #52B8CC;
  --input-color: #333;
  --input-background-color: #494949; /* inherit doesn't look right */
  --label-design-mode-color: #f7f7f7;
  --mdc-dialog-container-color: #303030;
  color: rgba(255, 255, 255, .7);
}

/*f have to add angular-material stuff here to override */
/* .mat-mdc-table {
  background: var(--mat-table-background-color) !important;
}

th.mat-mdc-header-cell {
  color: var(--mat-table-header-cell-color) !important;
}

td.mat-mdc-cell,
td.mat-mdc-footer-cell {
  color: var(--mat-table-cell-color) !important;
} */



.tabs-current {
    background-color: #c8c8c8;
}

.wrap {
    white-space: pre-wrap;
}

[hidden] {
    display: none !important;
}

/* if the item-list is nested in a tab pane we need to adjust the top position*/
.tab-content-result-list {
    top: 0px !important;
}

/* .is-invalid {
    background-color: var(--input-invalid-background-color);
    color: #000;
} */

/*f we need to only change this if the form has been submitted */
/* .ng-invalid:not(form).ng-touched .ng-invalid:not(form).ng-dirty {
    background-color: var(--input-invalid-background-color);
    color: #000;
} */

.red {
    color: rgb(231, 12, 12);
}

.div-block-image-box {
    margin: -24px;
}

html,
body {
    height: 100%;
}
body {
    margin: 0;
    font-family: Arial, "Helvetica Neue", sans-serif;
}

/* from Chris webflow */
/* table {
    border-collapse: collapse;
    background-color: var(--table-background-color);
    margin: 5px;
}
th {
    border: 1px solid #e6e6e6;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--table-background-color);
    padding: 10px 5px 5px 10px !important;
    font-weight: bold !important;
}
td {
    border: 1px solid var(--table-border-color);
    padding: 10px 5px 5px 10px;
    /* background-color: #ffffff; * /
}
tr {
    cursor: pointer;
}
tr:nth-child(even) {
    background-color: var(--table-alternating-row-color);
}
tr:hover {
    background-color: #f9f9f9;
}
tr.selected {
    background-color: #f9f9f9;
}
tr.selected:hover {
    background-color: #e9e8e8;
}
tr.selected td:nth-child(1) {
    border-left: #1916b1;
    border-left-style: solid;
}
tfoot {
    cursor: auto;
    background-color: #ffffff;
    border: 0px;
}
thead {
}
tbody {
    overflow: auto;
} */

tr {
    white-space: nowrap;
}
.table-head-filter-input {
  width: 100%;
}

.grid-width-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
}

.grid-width-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
}

.grid-width-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
}

.grid-height-2 {
  grid-row-start: span 2;
  grid-row-end: auto;
}

.grid-height-3 {
  grid-row-start: span 3;
  grid-row-end: auto;
}

.page-heading-action-bar > a {
    text-decoration: none;
    color: inherit;
}
.label-link {
    /* text-decoration: none; */
    color: inherit;
    cursor: pointer !important;
}

/* h5, 6 and product-card-item-heading copied here from Webflow design to counteract Material indigo-pink default css.  might need to disable that
doesn't work.  removed mat-topography from root to help*/
/* h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
} */

h6.product-card-item-heading {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.sidebar-navbar-link:hover {
    background-color: #009ada;
}
.sidebar-navbar-dropdown-list {
    padding-left: 20px;
}
.menu-with-sub-menu-items {
    padding: 0px;
}

.read-only-label {
    font-weight: normal;
    /*f copied from w-input. changed background color */
    display: block;
    width: 100%;
    min-height: 28px;
    padding: 0px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    /* vertical-align: middle; */
    /* background-color: #ebebeb; */
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
}

.page-action-button-icon-image {
    cursor: pointer;
}

/* make tabs vertical instead of horizontal */
/* what we really need is to keep the first tab button as is, but all other buttons must render below the first tab contents */
/* .w-tab-menu {
    float: left;
    width: auto;
}

.w-tab-menu a {
    display: block;
} */

.app-main-layout-wrapper {
    background: var(--main-background-color);
}

.main {
    height: calc(100vh - 50px);
    overflow: auto;
}

.horizontal-splitter {
    width: 2px;
    flex: none;
}
.horizontal-splitter-right {
    background-image: url("assets/images/page_icon_page_next.svg");
    background-color: var(--splitter-background-color);
    cursor: pointer;
    flex: none;
    border-style: solid;
    border-width: thin;
    border-color: #bbbbbb;
}
.vertical-splitter {
    height: 2px;
    flex: none;
    background-color: var(--splitter-background-color);
}
.vertical-splitter-north {
    height: 10px;
    background-color: var(--splitter-background-color);
    background-image: url("assets/images/page_icon_split_north.svg");
    background-position: 50% 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    flex: none;
    border-style: solid;
    border-width: thin;
    border-color: #bbbbbb;
}
.vertical-splitter-north:hover {
    background-color: var(--splitter-background-color);
}

.menu-minimized {
    width: 60px;
}

/* else it squishes the images when hiding the text */
.detail-menu-item {
    height: 34px;
}
.flip-horizontally {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.flip-vertically {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(180deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.app-main-grid-footer {
    margin-top: auto;
}

.split-content {
    /* height: 100%; */
    width: 100%;
    /* background-color: #1916b1; */
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
}

.list-container {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    /* background-color: #009ada; */
}

/* update this in WF */
.page-heading-action-bar {
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: inherit;
}

.page-heading-action-bar-title {
    margin-left: 10px;
    color: #0093cf !important;
    font-size: large;
    /* font-weight: bold; */
    margin-top: 10px;
    margin-bottom: 10px;
}

/* update in WF */
.detail-menu-text {
    margin-right: 20px;
}

.table.list {
    height: calc(100vh - 208px);
}

.split-content .table.list {
    /* height: calc(100vh - 380px); */
}
.split-content .table.list.childList {
    /* height: min-content; */
    max-height: 50vh;
}

.flex-full {
    display: flex;
    flex-basis: 100%;
}

.embedded-groupDiv {
  display: grid;
  grid-column: 1 / span 2;
  background-color: var(--embedded-group-div-background-color);
  border: var(--embedded-group-div-border-color);
  border-style: solid;
  border-width: thin;
  margin: 0px -5px 0px -5px;
  padding: 0px 5px 5px 5px;
  column-gap: 8px;
  row-gap: 8px;
}
.embedded-groupDiv > select {
  margin-bottom: 0px;
}

.groupDiv {
    grid-column: 1 / span 2;
    background-color: var(--embedded-group-div-background-color);
    border: var(--embedded-group-div-border-color);
    border-style: solid;
    border-width: thin;
    margin: 10px -5px 0px -5px;
    padding: 5px;
}

.groupLabel {
  font-size: large;
  text-underline-position: under;
  text-decoration: underline;
}

.main-page-header-grid {
    /* padding-top: 20px; */
    padding-right: 5px;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    grid-template-columns: 1fr 0.1fr;
}

.detail-menu-list {
    padding-top: 0px;
}
.sidebar-heading {
    height: 42px;
}
/* it's embedded, so remove duplicate margin */
.page-heading-action-toolbar {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
}
.heading {
    margin-right: 8px;
}
.list-heading {
    margin-top: 10px;
    /* font-size: 18px; */
}



/* .select-field-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin: 0px 2px 0px 0px;
  padding: 0px 2px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #ecedf0;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 12px;
} */

/* .ng-dropdown-panel-items {
  border: #d7d7d7;
  background-color: whitesmoke;
  border-style: solid;
  border-width: thin;
  width: fit-content;
} */

.ng-dropdown-panel-items {
  background: var(--dropdown-background-color) !important;
  width: fit-content;
}

.ng-option {
  margin-left: 4px;
  margin-right: 4px;
}

.ng-option:hover {
  background-color: var(--dropdown-hover-backbground-color);
  color: var(--dropdown-hover-text-color);
}

.ng-dropdown-panel .scroll-host {
  /* width: auto; */
  width: fit-content;
  border-color: var(--dropdown-border-color);
  border-style: solid;
  border-width: thin;
}
.ng-select-container {
  height: 100%;
}

.ng-value-container {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

/* for ng-select to not stretch input based on content length, so it works like object select */
.ng-select.ng-select-single .ng-select-container .ng-value-container, .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: normal !important;
}

.ng-clear {
  margin-top: 4px;
}
.ng-arrow {
  margin-top: 4px;
  width: 20px !important;
  height: 20px  !important;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url('assets/images/arrow.png'); */
  background-image: url('../images/arrow.png');
}

button:disabled {
  opacity: 0.3;
  cursor: inherit;
}
img.disabled {
  opacity: 0.3;
  cursor: default;
}

/* check these changes.  Chris might not like it but I think the input components take up too much space */
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.428571429;
  /* color: #333333; */
  color: #efefef;
  /* vertical-align: middle; */
  background-color: var(--input-background-color);
  border: 1px solid #858585;
}

/* .document-upload {
  background-image: url(../images/icon_upload.svg);
  height: 16px;
  width: 16px;
  margin: 4px;
}
.document-download {
  background-image: url(../images/icon_download.svg);
  height: 16px;
  width: 16px;
  margin: 4px;
}
  .document-delete {
  background-image: url(../images/page_icon_close_red.svg);
  height: 16px;
  width: 16px;
  margin: 4px;
}
  */

.document-download {
  background-image: url("../images/app-icon-document-download-2.svg") !important;
background-repeat: no-repeat;
background-position: 50% 50%;
padding-top: 16px !Important;
padding-bottom: 16px !Important;
padding-left: 24px !Important;
padding-right: 24px !Important;

}
.document-download:hover{
  background-color: #3B82A0;
border-color: #52B8CC;
}

.document-upload{
  background-image: url("../images/page_icon_new.svg") !important;
background-repeat: no-repeat;
background-position: 50% 50%;
padding-top: 16px !Important;
padding-bottom: 16px !Important;
padding-left: 24px !Important;
padding-right: 24px !Important;
}

.document-upload:hover{
  background-color: #3B82A0;
border-color: #52B8CC;
}

.document-delete {
  background-image: url("../images/app-icon-document-delete.svg") !important;
background-repeat: no-repeat;
background-position: 50% 50%;
padding-top: 16px !Important;
padding-bottom: 16px !Important;
padding-left: 24px !Important;
padding-right: 24px !Important;

}
.document-delete:hover{
  background-color: #3B82A0;
border-color: #52B8CC;
}

input[type=date],
input[type=number],
input[type=time] {
  max-width: 132px;
}

input[type=datetime-local] {
  max-width: 178px;
}

