/* input(172,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(355,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(987,12): run-time error CSS1035: Expected colon, found '{' */
/* input(169,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(352,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(984,12): run-time error CSS1035: Expected colon, found '{' */
body {
    /*padding-top: 80px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#fileuploader-container {
    border: 1px solid var(--main-border-color);
    border-radius: 5px;
    margin: 20px 20px 0 20px;
}

#form h3 {
    margin-left: 20px;
    font-weight: normal;
    font-size: 22px;
}

/* Dark mode for microphone in new Case page*/
body.dark-mode .speechrec-microphone-button svg {
    filter: invert(1);
}
@font-face {
    font-family: 'TwemojiMozilla';
    src: url('/fonts/Twemoji.Mozilla.ttf?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-color: #CD3B44;
    --main-color-dark: #A11925;
    --main-color-outline: #D45F67;
    --main-color-highlight: #EACDCE;
    --main-color-disabled: #E18B91;

    --warning-color: #F78B37;
    --success-color: #34AE2C;
    --success-color-dark: #298722;
    --success-color-darker: #1C5E17;
    --error-color: #F44336;
    --error-color-dark: #B52A21;
    --error-color-light: #FBC4C0;
    --main-text-color: #1E1E1E;
    --main-background-color: #FFFFFF;
    --main-background-color-subtle: #F1F1F1;
    --main-background-color-subtle-highlight: #DDDDDD;
    --main-background-color-subtle-lowlight: #D0D0D0;
    --main-border-color: #E0E0E0;
    --chat-message-background-color: #FFFFFF;
    --light-grey-color: #565656;
    --dark-grey-color: #1E1E1E;
    --blue-color: #2D8FD2;
    --blue-link-color: #2D8FD2;
    --blue-link-hover-color: #2372a4;
    --notification-select-color: #D9D9D957;

    --chart-color-red: #CD3B44;
    --chart-color-yellow: #F78B37;
    --chart-color-green: #298722;
    --chart-color-blue: #2D8FD2;


    /* only update these if the hex colors are modified */
    --main-color-rgb: 205, 59, 68;
    --success-color-rgb: 52, 174, 44;
    --error-color-rgb: 244, 67, 54;
    --main-background-color-subtle-rgb: 241, 241, 241;
    --main-border-color-rgb: 224, 224, 224;
    --black-color-rgb: 0, 0, 0;
    --white-color-rgb: 255, 255, 255;
    --modal-background-color-rgb: 0, 0, 0;
    /* ------------------------------------------------ */

    --white-color: white;
    --white-color-a50: rgba(255, 255, 255, 0.5);
    --black-color: black;
    --main-text-color-a25: rgba(30, 30, 30, 0.25);
    --main-text-color-a75: rgba(30, 30, 30, 0.75);

    --font-extra-bold: 700;
    --font-bold: 600;
    --font-semi-bold: 500;
    --font-regular: 400;

    --box-shadow-color: rgba(0, 0, 0, 0.25);
    --box-shadow-40-color: rgba(0, 0, 0, 0.4);
    --box-shadow-user-details: 0 0 0 .25rem rgba(13, 110, 253, .25);

    --notification-button: #1E1E1E;
    --notification-button-text: #FFFFFF;
    --notification-button-hover: #444444;

    --nav-progress-bar-height: 16px;
    --bs-primary: var(--main-color);
    --bs-primary-rgb: 205, 59, 68;
}

/* Global (Base Elements + Templates) */

.dark-mode {
    --main-color: #F24652;
    --main-color-highlight: #553739;
    --main-color-outline: #963d45;
    --main-text-color: #F1F1F1;
    --main-background-color: #1E1E1E;
    --main-background-color-subtle: #2C2C2C;
    --main-background-color-subtle-highlight: #202020;
    --main-background-color-subtle-lowlight: #444444;
    --main-border-color: #3D3D3D;
    --light-grey-color: #A8A8A8;
    --dark-grey-color: #101010;
    --chat-message-background-color: #444444;
    --blue-link-color: #75c7ff;
    --blue-link-hover-color: #66b1e3;

    /* only update these if the hex colors are modified */
    --main-background-color-rgb: 30, 30, 30;
    --main-background-color-subtle-rgb: 44, 44, 44;
    --main-border-color-rgb: 61, 61, 61;
    --black-color-rgb: 255, 255, 255;
    --white-color-rgb: 0, 0, 0;
    /* ------------------------------------------------ */

    --main-text-color-a25: rgba(241, 241, 241, 0.25);
    --main-text-color-a75: rgba(241, 241, 241, 0.75);
    --white-color: white;
    --white-color-a50: rgba(255, 255, 255, 0.5);
    --black-color: black;

    --box-shadow-color: rgba(0, 0, 0, 0.6);
    --box-shadow-40-color: rgba(0, 0, 0, 0.75);
    --box-shadow-user-details: 0 0 0 .25rem rgba(13, 110, 253, .65);
    
    --notification-button: #FFFFFF;
    --notification-button-text: #000000;
    --notification-button-hover: #ddd;
    --notification-button-shadow: 0, 0, 0;
}

.reseller-mode {
    --main-color: #388023;
    --main-color-dark: #286717;
    --main-color-outline: #4D9D37;
    --main-color-highlight: #AFC9A8;
    --main-color-disabled: #83AB81;
    --bs-primary: var(--main-color);
    --bs-primary-rgb: 56, 128, 35;

    &.dark-mode {
        --main-color-highlight: var(--bs-gray-700);
    }
}

html {
    font: normal 16px "Nunito Sans", sans-serif !important;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito Sans', sans-serif !important;
}

html, body {
    margin: 0;
    padding-bottom: 0;
    font-family: 'Nunito Sans', sans-serif !important;
}

.twemoji {
    font-family: TwemojiMozilla, 'Nunito Sans', sans-serif !important;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: var(--main-background-color) !important;
    color: var(--main-text-color);
}

.indicators {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main {
    flex: 1;
}

h1 {
    font-size: 32px;
    font-weight: var(--font-bold);
}

h2 {
    font-size: 28px;
    font-weight: var(--font-semi-bold);
}

h2 a {
    text-decoration: none;
}

h3 {
    font-size: 24px;
    font-weight: 300 !important;
}

h4 {
    font-size: 1.25em;
    font-weight: 300 !important;
}

h5 {
    font-size: 2em;
    font-weight: var(--font-semi-bold);
    margin: .5em 0 0;
}

h6 {
    font-size: 1em;
    font-weight: var(--font-semi-bold);
    margin: .5em 0 0;
}

code {
    color: var(--main-color);
}

.text-muted {
    color: var(--main-text-color-a75) !important;
}

.default-shadow {
    box-shadow: 1px 2px 4px 0 var(--box-shadow-color);
}

.main-padding {
    margin-bottom: 4%;
    padding-top:2%;
}

.center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 420px) {
    .center {
        width: 95%;
    }
}

.top-header {
    color: var(--main-color);
    font-weight: var(--font-bold);
    font-size: 32px;
    margin-bottom: 30px;
}

.underline {
    text-decoration: underline;
}

/* Navbar Styling */

#navbar-collapsible {
    justify-content: space-between;
}

#navbar-brand-img {
    margin-right: 30px;
}

.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--white-color-a50);
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-brand:hover {
    color: var(--main-color);
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

.navbar-inverse {
    background-color: var(--dark-grey-color);
    flex-direction: column;
}

.nav-link.show {
    color: var(--main-color) !important;
}

.navbar-img {
    height: 60px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 50px;
}

.navbar-horizontal {
    margin: 3% 6%;
}

.language-dropdown-menu.dropdown-menu {
    left: auto;
    right: 0;
    max-height: calc(100vh - 114px);
    overflow-y: scroll;
    
    & hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

#progress-container {
    width: 100%;
    height: var(--nav-progress-bar-height);
    position: absolute;
    top: auto;
}

@media (max-width: 380px) {
    .login-container {
        margin-top: -10%;
    }

    .container {
        width: 95% !important;
    }

    #navbar-brand-img {
        margin-right: 0 !important;
    }
}

@media (max-width: 400px) {
    .dropdown-menu {
        width: 85% !important;
        margin-left: 15% !important;
    }
}

@media (max-width: 435px) {
    .center {
        margin-left: 0;
        margin-right: 0;
    }

    a.dropdown-item {
        font-size: 14px;
    }

    .login-site-branding-header {
        display: flex;
        justify-content: center;
    }

    .container {
        width: 85% !important;
    }
}

@media (max-width: 780px) {
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-buttons {
        padding-left: 5% !important;
        margin-left: 0 !important;
    }

    a.dropdown-item {
        text-wrap: wrap;
    }
}

@media (min-width: 780px) {
    .navbar-img {
        height: 50px;
    }
}

@media (max-width: 855px) {
    a.navbar-brand {
        font-size: 14px !important;
    }

    .dropdown-item {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 990px) {
    .dropdown-item {
        padding: 0 10px !important;
        font-size: 14px;
    }

    .container {
        width: 75%;
    }

    .navbar-nav {
        text-align: right;
    }

    .dropdown-menu {
        text-align: right;
        width: 60%;
        margin-left: 40%;
    }

    #navbar-collapsible {
        margin-top: 10px;
    }

    .navbar-horizontal {
        margin: 10px 12px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1380px !important;
        padding-left: 38px !important;
        padding-right: 38px !important;
    }

    #padding-anchor {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
        margin: 0;
        justify-content: flex-end;
        display: flex;
        float: none;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .language-dropdown-menu.dropdown-menu {
        max-height: calc(100vh - 320px);
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 2200px !important;
        padding-left: 38px !important;
        padding-right: 78px !important;
    }
    
    .center {
        width: 80%;
    }

    .navbar-nav {
        margin: 0;
        justify-content: flex-end;
        display: flex;
        float: none;
        align-items: center;
    }
}

a.navbar-brand {
    font-size: 16px;
    font-weight: var(--font-bold);
    position: relative;
}

img.navbar-brand {
    margin-right: 20px;
    height: 38px;
    padding: 0;
}

@media (min-width:993px) {
    .nav > li > a {
        margin-left: 20px !important;
    }
}

.navbar-brand {
    margin-right: 0 !important;
}

.dropdown-menu {
    background-color: var(--main-background-color);
    border-color: var(--main-text-color-a25);
    color: var(--main-text-color);
}

a.dropdown-item {
    color: var(--main-text-color);
}

a.dropdown-item:hover,
a.dropdown-item:active,
a.dropdown-item:focus {
    color: var(--main-color);
    background-color: transparent;
}

/* messages styling*/
.case-message-container {
    min-height: 400px;
    max-height: 530px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
}

.case-message {
    max-width: 100%;
    border-radius: 5px;
    background-color: var(--main-background-color);
}

#NewMessage .dx-htmleditor-content {
    font-size: 12pt;
}

.case-message-header {
    padding: 2px 10px;
    background-color: rgba(var(--main-color-rgb), .4);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.case-message-header p {
    font-weight: var(--font-bold);
    margin-bottom: 0;
}

.case-message-content {
    padding: 10px;
}

.case-message-content p,
.case-message-content ul {
    margin-bottom: 0;
}

.final-case-message {
    text-align: center;
}

.final-case-message p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8A8A8A;
}

.case-message-content table {
    box-shadow: none;
}

.case-message-content a {
    color: var(--main-color);
}

.case-message-content p {
    color: var(--main-text-color);
}

.case-message-content img {
    max-width: 100%;
    height: auto;
}

.case-message-content * {
    max-width: 100%;
    box-sizing: border-box;
}

.message-container {
    background-color: var(--main-background-color-subtle);
    padding: 20px;
    width: 100%;
    border-radius: 5px;
}

/* case assignment history */

#details-and-history-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

#description-and-messages-container {
    width: 75%;
}

#history-container {
    width: 25%;
}

.assignment-history-container {
    min-height: 400px;
    max-height: 530px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: scroll;
}

.history-log .log-name {
    color: var(--main-color);
    font-weight: bold;
}

.history-log .log-time {
    font-style: italic;
}

/* customer styling*/

.searchErrorStyle {
    display: block !important;
    color: red;
}

.new-description {
    height: 100px !important;
}

#netsuitedata > div,
#connectdata > div,
.label-format > div {
    margin-bottom: 4px;
}

.label-format > span {
    color: var(--main-color);
    margin-top: 3%;
    margin-bottom: 3%;
}

.label-format.multi-line > span {
    margin-top: 0;
    margin-bottom: 0;
}

.label-format.multi-line > span:first-of-type {
    margin-top: 3%;
}

.label-format.multi-line > span:last-of-type {
    margin-bottom: 3%;
}

.label-format > span > a {
    color: var(--main-color);
}

p a, h2 a, li a {
    color: var(--main-color)
}

.label-format {
    display: flex;
    flex-direction: column;
}

.label-format > label {
    margin: unset;
}

#additional-details-accordion .dx-accordion-item-title-caption {
    font-size: 16px;
}

.additional-details-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 0;
}

.detail-group-label:first-child,
.detail-group-value:first-child {
    margin-top: 0;
}

.detail-group-value:first-child {
    margin-top: 0;
}

.detail-group-label {
    margin: 0;
    display: inline;
    font-size: 16px;
}

.detail-group-value {
    color: var(--main-color);
    font-size: 16px;
}

.detail-group-value a {
    color: var(--main-color);
}

.detail-group-value > a {
    font-size: 16px !important;
    font-weight: normal !important;
}

.additional-details-data .detail-group-label,
.additional-details-data .detail-group-value {
    flex-basis: 35% !important;
}

.additional-details-data .detail-group-label {
    flex: 1;
}

.additional-details-data .detail-group-value {
    flex: 10;
}

.details-header-container a {
    color: var(--main-color);
    font-size: 12px;
    font-weight: var(--font-bold);
}

.details-header-container h1 {
    color: var(--main-color);
    margin-top: 18px;
    margin-bottom: 30px;
    font-weight: var(--font-bold);
}

.details-header-container h2 {
    font-style: italic;
    font-weight: var(--font-bold);
}

.details-header-text a {
    color: var(--main-text-color);
    font-size: 28px;
    text-decoration: underline;
}

.details-header-subtitle-container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .details-header-subtitle-container {
        flex-direction: column;
        gap: 10px;
    }
}

.details-header-subtitle-button-container {
    display: flex;
    gap: 20px;
}

.details-header-subtitle-button-container button {
    min-width: 200px;
    font-size: 18px;
    box-shadow: 1px 2px 4px 0 var(--box-shadow-color);
    border-radius: 10px;
}

.details-headers {
    color: var(--main-color);
    font-weight: var(--font-bold) !important;
    margin-top: 60px;
    margin-bottom: 10px;
}

.details-body-container {
    max-width: 100%;
    box-sizing: border-box;
}

.details-body {
    display: flex;
    gap: 60px;
}

.details-body-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#user-details-information {
    display: flex;
    flex-direction: row;
    gap: 15%;
}

@media (max-width: 650px) {
    #user-details-information {
        flex-direction: column;
    }
}

.details-body-main.full-width {
    max-width: 100%;
}

.details-body-main-element:first-child h3.details-headers {
    margin-top: 0;
}

.details-body-main-element {
    max-width: 100%;
}

.details-body-side-bar {
    flex-shrink: 0;
    width: 388px;
}

.details-hr.sigmanest {
    border: 1px solid #989898;
    border-radius: 5px;
    align-self: normal;
}

.customer-details {
    color: var(--main-color);
    font-weight: var(--font-bold) !important;
    padding-bottom: 5%;
}

form#create-case-form div.inline-item-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    align-items: center;
}

form#create-case-form div.inline-item-group:first-of-type {
    margin-top: 0;
}

form#create-case-form div.inline-item-group label.control-label {
    margin: 0;
    width: 100px;
}

.speechrec-microphone-button {
    background: none;
    border: none;
}

.speechrec-microphone-button.recording {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(7475%) hue-rotate(-5deg) brightness(97%) contrast(110%);
}

.details-payments {
    margin-top: 3%;
    margin-bottom: 3%;
}

#actions-dropdown .dx-dropdownbutton-action {
    height: 40px;
}

#actions-dropdown .dx-button-content {
    font-size: 16px;
}

#actions-dropdown .dx-button-text {
    text-transform: none;
}

#additional-details-accordion {
    margin: 0;
    background-color: transparent;
    width: 50%;
}

@media (max-width: 1000px) {
    #additional-details-accordion {
        width: 75%;
    }

}

@media (max-width: 650px) {
    #additional-details-accordion {
        width: 100%;
    }
}

/* utility styling*/

.utility-back {
    color: var(--main-color); 
    font-weight: var(--font-regular);
    margin-bottom: 1%;
}

/* case styling*/

.text-danger {
    color: red;
}

.btn-case {
    margin: auto 0;
}

.form-width {
    max-width: none;
}

.form-dropdown {
    position: relative;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--main-background-color);
    
    select {
        cursor: pointer;
        width: 100%;
        height: 36px;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        padding: 8px;
        outline: none 0;
        font-size: 1rem !important;
        color: var(--main-text-color);
        
        & option {
            color: initial;
        }
    }
    
    .dx-dropdowneditor-icon {
        position: absolute;
        right: 0;
    }
}

.caseStatus select {
    -moz-appearance: none; /* Disables default Firefox styling */
    -webkit-appearance: none; /* For consistency on WebKit browsers */
    appearance: auto;
    border: 1px solid #000000; /* Ensure border properties are fully defined */
    border-radius: 10px;
    width: 355px;
    padding: .175rem .75rem;
    background: var(--main-color);
    color: var(--white-color);
}
/* margin */
.margin-none {
    margin: 0;
}

/* flex box */
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 5%;
}

.flex-row-case {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-row-search-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 48px;
    margin-bottom: 30px;
}

.search-checkbox-container {
    padding-left: 20px;
}

.flex-row-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.5em;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flex-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    margin: 4em 0;
}

/* color styling*/

.red-background {
    background-color: var(--main-color);
    color: var(--white-color);
}

.button-style {
    display: inline-block;
    margin-top: 2em;
    text-transform: none;
    padding: .75em 1em;
    border-radius: 2px;
    border: none;
    color: #F6F6F6;
}

.button-margin-top {
    margin-top: 20px;
}

#button-margin {
    margin-bottom: 0.5em;
}

.button-margin {
    margin-bottom: 0.5em;
}

.multiColumn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.black {
    color: black;
}

/* table styling*/

.modern {
    min-width: 100%;
    margin-top: 2%;
}

    .modern th {
        border: 0 solid #939597;
        border-bottom-width: 2px;
        background-color: transparent;
        padding: 0 3em;
    }

    .modern td {
        border: 0 solid #D1D2D4;
        border-bottom-width: 2px;
        padding: 0 3em;
        color: #6D6E70;
    }
    
table {
    border-radius: 5px;
    box-shadow: 4px 4px 10px 0 var(--box-shadow-color);
}

/*Invoice PDF Table*/

.row-padding td, th {
    padding: 8px;
}

.row-border {
    border: 1px solid var(--main-text-color);
}

.header-border {
    border-right: none;
    border-left: none;
}

.paragraph-margin p {
    margin-bottom: 0;
}

/*Pay Table*/
.fieldset-style {
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

.multiColumn > * {
    flex-grow: 1;
}

label {
    display: block;
    font-weight: var(--font-bold);
    margin-top: 1em;
}

input, select {
    width: 90%;
}

#invoiceLinesPanel {
    display: table;
}

    #invoiceLinesPanel > div {
        display: table-row;
    }

        #invoiceLinesPanel > div > span {
            display: table-cell;
        }

/* Footer */
#footer {
    color: white;
    left: 0;
    width: 100%;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerContent {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
    margin: 0 auto 1em;
    font-size: 12px;
    font-weight: var(--font-regular);
}

#footer p {
    color: var(--white-color);
    margin: 0;
    line-height: 100%;
    font-weight: var(--font-bold);
}

#footer a {
    color: inherit;
}

.footerCopyright {
    background-color: var(--black-color);
    /*height: 40px;*/
    padding-top: 20px;
}

    .footerCopyright span {
        display: block;
        max-width: 1160px;
        margin: 0 auto;
        color: #6D6E70;
    }

.footer-icon-container {
    margin-top: 1em;
}

    .footer-icon-container a {
        text-decoration: none;
    }

div.footer-icon {
    font-size: 16px;
    background-color: #333333;
    color: #939598;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 15px;
}

@media (max-width:1160px) {
    .categories a {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .footerContact {
        min-width: 200px;
    }

    .footerProducts {
        min-width: 120px;
    }

    .footer-links {
        color: var(--white-color);
        font-size: .7em;
    }

    #main .bannerButtons {
        margin: 0;
    }

    #headerLinks,
    #headerNav {
        padding: .2em 1em;
    }
}

@media (max-width: 850px) {
    #header {
        flex-direction: column;
    }

    #headerLogo {
        margin: auto;
    }

    #footer {
        height: auto;
        position: static;
    }

    #main {
        padding-bottom: 0;
    }

    .footerColumns {
        flex-direction: column;
        align-items: center;
    }

    .footerColumn {
        min-width: 250px;
    }
}

#welcome-container h2, #welcome-container h3, #welcome-container h4 {
    text-align: center;
}

.maintenance-message {
    text-align: center;
}

/*impersonation header styling*/
.impersonation-header-container {
    background-color: #DC3545;
    height: 50px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.impersonation-header-container button.btn.btn-secondary {
    background-color: #1E1E1E !important;
    border-color: #1E1E1E !important;
}

.impersonation-header-container button.btn.btn-secondary:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

/*impersonation header styling*/
.impersonation-on-page-container {
    color: #dc3545;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*category styling*/

.categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    margin: 4em 0;
}

    .categories a {
        min-width: 48%;
        width: 48%;
        max-width: 48%;
        text-decoration: none;
        margin-bottom: 3em;
    }

.categoryBanner {
    height: 5em;
    background-color: #58595B;
    display: flex;
    align-items: center;
}

.categorySquareBlank * {
    visibility: hidden;
}

.categoryBanner img {
    display: block;
    max-height: 80%;
    margin: auto 1em;
}

.categoryAngle {
    width: 3.5em;
    min-width: 3.5em;
    max-width: 3.5em;
    height: 3.5em;
    min-height: 3.5em;
    max-height: 3.5em;
    margin-top: .05em;
    margin-left: -1.75em;
    transform: rotate(45deg);
}

.categories.sigmanest .categoryAngle {
    background-color: #d92632;
}

.categoryHeader {
    font-size: 1.5em;
    width: 10em;
    min-width: 10em;
    max-width: 10em;
    height: 100%;
    padding-left: 1em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.sigmanestBrandText {
    color: #d92632;
}

.other-products-footer {
    gap: 50px;
}

.other-products-footer > div {
    flex-basis: 100%;
}

.productBrandText {
    color: #FFFFFF;
}

.solidworksBrandText {
    color: #e31818;
}

.categories.sigmanest .categoryHeader {
    background-color: #d92632;
}

.categoryLine {
    border: 2px solid #CC1010;
    width: 40%;
    text-align: center;
    margin: 1em auto;
    height: 0;
}

.categoryDescription {
    color: #EDEDEE;
    max-height: 100%;
    padding: 1em 1em 1em 0;
}

.categories a:hover .categoryBanner {
    box-shadow: 0 .25em 1em 0 rgba(0, 0, 0, 0.5);
}

/*product styling*/
.products-container {
    max-width: 1200px;
    width: 90%;
}

.products-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 10em;
    padding-right: 10em;
}

@media (min-width: 1200px) {
    .products-wrapper {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

#products .product {
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: .1s ease;
    border-radius: 0;
    width: 400px;
}

#products.login-no-brand-products .product {
    width: unset;
}

#products .product:hover {
    transform: scale(1.1);
}

.product img {
    max-width: 100%;
}

.line-title > h2 {
    font-size: 18px;
    color: var(--main-color);
}

.product-text {
    color: var(--main-color);
}

/*product page*/
.productSection {
    background-color: #EDEDEE;
    min-width: 80%;
    max-width: 100%;
    padding: 14px;
    margin-bottom: 14px;
}

.productVersion {
    font-size: 1.5em;
}

.productBlocks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24em, 1fr));
    justify-content: space-between;
    grid-gap: 2em;
    margin-top: 1em;
}

    .productBlock.older {
        margin: 0;
    }

.productBlockPadding {
    padding-left: 1em;
    padding-right: 4em;
}

.olderHeader {
    margin-top: -.5em;
    margin-bottom: .25em;
    font-size: 1.25em;
    font-weight: var(--font-bold);
}

.rcHeader {
    margin-top: .5em;
    margin-bottom: .25em;
    font-size: 1.25em;
    font-weight: var(--font-bold);
}

.productHeader {
    margin-bottom: 1em;
}

.topProductLeft {
    width: 64px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}

.productLeft {
    width: 44px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

.productRight {
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.employeeLeft {
    width: 5em;
    display: inline-block;
}

.employeeRight {
    margin-left: 2em;
    display: inline-block;
    position: relative;
    height: 100%;
}

.productImage {
    max-width: 100%;
    max-height: 100%;
}

.productFullName {
    font-size: 1.3em;
    display: inline-block;
    font-weight: var(--font-semi-bold);
}

.productSize {
    margin-top: .5em;
}

.productsAll {
    position: absolute;
    left: -74px;
    top: 60px;
    font-weight: var(--font-bold);
    /*width: 180px; comment this out if you cant fix*/
    min-width: 180px;
    /*max-width: 180px; comment this out if you cant fix*/
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}

.productDownload {
    padding: .5em 1em;
    color: var(--white-color);
    font-weight: var(--font-bold);
    box-shadow: 0 0 5px 1px var(--box-shadow-color);
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.productsDescription {
    margin-right: 5%;
    max-width: 1000px;
}

.content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
}

.page-header-dividing-line {
    margin-top: 2%;
    margin-bottom: 4rem;
}

.version-section {
    margin-bottom: 2em;
}

.version-name-and-date,
.release-notes-url {
    color: var(--main-color);
}

.release-message {
    margin-bottom: 1em;
}

.product-link {
    margin-bottom: 2em;
}

/***Release Candidate Styling***/

.release-container {
    margin: 0 auto;
    margin-top: 2em !important;
    max-width: 1200px;
}

.releaseMessage {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: var(--font-bold);
}

.releasePadding {
    padding-left: 3em;
}

.release-title {
    flex: 1;
    margin-left: 1em;
}

    .release-title h1 {
        font-weight: var(--font-bold);
        font-size: 20px;
    }

    .release-title h2 {
        font-weight: var(--font-bold);
        font-size: 16px;
    }

.release-image {
    max-height: 75px;
    max-width: 75px;
    margin: auto;
}

@media (max-width: 999px) {
    .release-title h1 {
        font-size: 17px;
    }

    .release-title h2 {
        font-size: 14px;
    }

    .release-image {
        max-height: 60px;
        max-width: 60px;
    }
}

.productMessage {
    font-size: 19px;
}

.productLink {
    font-size: 28px;
    font-weight: var(--font-bold);
}

.disable-product-cursor {
    cursor: not-allowed;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 4em;
    margin-left: 5em;
    margin-right: 5em;
}

.product-image {
    height: 150px;
}

/**Login page */

.field-validation-error {
    color: red;
    font-size: 14px;
}

.login-no-brand {
    width: 622px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.login-no-brand-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-main {
    width: 100%;
    display: flex;
    background: #FFFFFF;
}

.login-left-side {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    width: 0;
}

.saml-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*only include 80% height on pages that aren't register pages*/
.login-content:not(:has(.register-container)) {
    height: 80%;
}


.login-content > div {
    max-width: 100%;
}

.login-site-branding {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    width: 0;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .login-site-branding {
        display: none;
    }
}

.login-site-branding-header img {
    width: 233px;
    height: auto;
    margin: 39px;
}

.login-site-branding.sigmanest {
    background-color: #1E1E1E;
}

.login-site-branding img {
    width: 381px;
    height: auto;
}

.login-small {
    color: var(--main-color);
    font-size: 16px;
    font-weight: var(--font-semi-bold);
    line-height: 31px;
    text-decoration-line: none;
}

.login-span {
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-regular);
    margin: 10px 0;
}

.account-span {
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-regular);
}

.placeholder-text > div {
    font-size: 18px;
}

.login-links {
    font-size: 20px !important;
}

.login-header {
    display: flex;
    flex-direction: column;
    height: 30vh;
}

.login-header-banner {
    display: flex;
    flex-direction: column;
    flex-grow: 0.4;
    align-items: center;
    justify-content: center;
    background: url(../Images/banner-backgroud.jpg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU) no-repeat center;
    width: 100%;
    min-height: 290px;
    max-height: 350px;
    background-size: cover;
}

.login-header-tagline {
    color: #FFFFFF;
    text-align: center;
    font-weight: var(--font-bold);
    font-size: 48px;
    text-shadow: 1px 1px black;
    max-width: 900px;
}

.login-header-logo {
    width: 100%;
    max-width: 576px;
    height: auto;
}

.login-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 500px;
}

.login-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.login-products a:hover {
    opacity: 0.8;
}

.login-product {
    max-width: 500px;
    width: 100%;
}

.login-products img {
    max-width: 500px;
    width: 100%;
}

.login-form {
    margin-left: 20px;
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

    .login-form h2 {
        color: #000;
        font-size: 36px;
        font-weight: 800;
        line-height: 31px;
    }

    .login-form h4 {
        color: #000;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
    }

    .login-form .login-form-bottom-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.login-hr {
    border-radius: 5px;
    stroke-width: 2px;
    stroke: #CBD1D7;
    align-self: normal;
}

.login-container input {
    max-width: 100%;
    min-width: 400px;
}

.login-register {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F6F6;
    padding-bottom: 50px;
}

.login-button {
    width: 200px;
    max-width: 200px;
    min-width: 100px;
    padding: 0 0;
}

.login-label {
    font-weight: var(--font-semi-bold);
    font-size: 20px;
    font-style: normal;
    color: black;
    line-height: 31px;
    margin-bottom: 0.5em;
}

.control-label {
    font-weight: var(--font-semi-bold);
    font-size: 20px;
    font-style: normal;
    color: var(--main-text-color);
    line-height: 31px;
    margin-bottom: 0.5em;
}

.login-privacy {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F6F6;
    padding-bottom: 20px;
    margin-top: 20px;
}

.login-employee {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F6F6;
    padding-bottom: 50px;
    margin-top: 20px;
}

.login-employee-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-icon-field {
    background-image: url('../Images/MailIcon.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU'); 
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

.password-icon-field {
    background-image: url('../Images/PassLock.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.password-toggle img {
    width: 20px;
    height: 20px;
}

.home-content-main-link-with-icon {
    display: flex;
    align-items: center;
    gap: 12px
}

.home-content-main-link-with-icon i {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: block;
}

.home-section-headers i {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: block;
}

.search-icon-field {
    background-color: var(--main-color);
    mask-image: url('../Images/Magnify.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

.download-icon-field {
    background-color: var(--main-color);
    mask-image: url('../Images/Download.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

.knowledge-icon-field {
    background-color: var(--main-color);
    mask-image: url('../Images/Knowledge.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

i.eye-icon-field {
    background-color: var(--main-color);
    mask-image: url('../Images/eye-open-red.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

.report-icon-field {
    background-color: var(--main-color);
    mask-image: url('../Images/Report.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

.copilot-icon-field {
    background-image: url('../Images/Branding/Copilot/Copilot_icon_round button_white_128px.png?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
}

.large-icon-container {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: block;
}

@media only screen and (min-width: 1000px) {
    .login-products img {
        min-height: 203px;
        max-width: 540px;
    }

    .login-form {
        margin-top: .5%;
    }

    .login-employee-container {
        margin-top: 80px;
    }
}


@media only screen and (max-width: 999px) {
    .login-header-tagline {
        font-size: 2em;
    }

    .login-container {
        flex-direction: column;
        align-items: center;
    }

    .login-products {
        order: 2;
    }

    .login-form {
        max-width: 485px;
    }

    .login-form {
        order: 1;
        margin-left: 0;
    }

    .login-container input {
        max-width: 100%;
        min-width: 240px;
    }
}

/** Register page */
.register-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.register-form {
    margin-right: 20px;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.register-container hr {
    width: 300px;
    border-top: 4px solid #ca0d1c;
    margin-left: 0;
    margin-right: 0;
}

.register-container input {
    max-width: 100%;
    min-width: 400px;
}

@media (max-width: 900px) {
    .register-container input {
        min-width: 260px;
    }
}

.email-confirmation-message {
    margin: 20px 5%;
    text-align: center;
    line-height: 150%;
}

.register-width {
    max-width: 67%;
}

.error-padding {
    display: block;
    padding: 2%;
}

.register-hr.sigmanest {
    width: 300px;
    border-top: 4px solid var(--main-color);
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}

/**Password page*/

.password-container {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.password-form {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    height: 500px;
}

.password-container hr {
    width: 300px;
    border-top: 4px solid #ca0d1c;
    margin-left: 0;
    margin-right: 0;
}

.password-container input {
    max-width: 100%;
    min-width: 400px;
}

/**Home page*/
#home-page hr {
    border-top: 3px solid #777;
}

#home-header-navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#home-header-navpadding {
    height: var(--nav-progress-bar-height);
}

.home-header-hero {
    position: relative;
    z-index: 1;
    background-color: var(--black-color);
}

.home-header-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../Images/SigmaNEST-Hero.png?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
    opacity: 0.4;
    z-index: -1;
    
    /* positioning */
    background-size: cover;
    background-position: center;
}

.home-header-hero .navbar-inverse {
    background-color: transparent;
}

#home-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    min-height: 16vh; /* (308 - 50 - 16)/1080 (mockup - navbar - navbar_margin)/canvas */
    justify-content: center;
}

#home-header-sales-rep {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 55px;
    background-color: #535353;
    height: 67px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#home-header-sales-rep span,
#home-header-sales-rep a
{
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--font-bold);
}

#home-header-sales-rep div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#home-header-sales-rep i {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    margin-right: 22px;
}

.phone-icon-field {
    background-image: url('../Images/PhoneWhite.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
    width: 22px;
    height: 22px;
}

.mail-icon-field {
    background-image: url('../Images/MailWhite.svg?v=UPxDxtpIvVjE1kKUOlnhWOzXltU&v=UPxDxtpIvVjE1kKUOlnhWOzXltU');
    width: 22px;
    height: 18px;
}

.home-section-headers {
    display: flex;
    gap: 28px;
}

.home-section-headers h2 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: var(--font-bold);
}

.home-content-main-links-column a {
    margin-left: 60px; /*32px icon + 28px gap*/
    margin-top: 28px;
    font-size: 20px;
    font-weight: var(--font-semi-bold);
    text-decoration: none;
    color: var(--main-text-color);
}

.home-link-disabled {
    color: #959595 !important;
}

@media (max-width: 576px) {
    #home-page {
        padding-left: 3%;
        padding-right: 3%;
    }

    #home-content-sidebar {
        margin-top: 10%;
    }
}

#home-content-main-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#home-content-main-links-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.home-content-main-links-column {
    display: flex;
    flex-direction: column;
    max-width: 25%;
}

.home-content-main-links-column.employee {
    width: 24%;
}

@media (max-width: 1100px) {
    #home-content-main-links {
        flex-direction: column;
        align-items: center;
    }

    #home-content-main-links-container {
        flex-direction: column;
        align-items: start;
        gap: 75px;
        width: max-content;
    }

    .home-content-main-links-column {
        display: flex;
        flex-direction: column;
        min-width: max-content;
        width: 100%;
    }

    .home-content-main-links-column.employee {
        width: max-content;
        min-width: max-content;
    }
}

.home-content-main-links-column a:hover, .home-content-main-links-column a:focus {
    color: var(--main-color);
}

@media (min-width: 577px) {
    #home-content-sidebar {
        margin-left: 40px;
        min-width: 380px;
        max-width: 400px;
    }
}

#welcome-container {
    background-color: #F6F6F6;
    padding: 20px 20px 40px;
    margin-bottom: 20px;
}

#contact-container {
    background-color: #F6F6F6;
    padding: 40px 20px;
}

#home-product-container {
    margin: 0 25%;
}

    #home-product-container #home-products-list #products {
        display: grid;
        grid-gap: 0;
        grid-template-columns: repeat(3, 1fr);
    }

#dividing-line-version {
    color: #333;
    background-color: #333;
}

.header-center {
    text-align: center;
}

.package-container {
    background-color: var(--main-background-color-subtle);
    box-shadow: 0 3px 3px 1px var(--box-shadow-40-color);
    border-radius: 6px;
    padding: 1em;
    display: flex;
    flex-direction: row;
    max-width: 467px;
    min-height: 6.5em;
    min-width: 270px;
}

.lines-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}

.line {
    flex: 1 1 auto;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.line-title {
    word-wrap: break-word;
    margin-bottom: 1em;
}

.block-container {
    display: flex;
    flex-direction: column;
    min-width: 19em;
}

.block {
    flex: 1 1 auto;
    min-width: 200px;
    margin-bottom: 1em;
}

.productBlock {
    font-size: 10px;
    font-weight: var(--font-semi-bold);
    border-radius: 6px;
    margin: 30px 0;
    box-shadow: 0 3px 3px 1px var(--box-shadow-color);
    padding: 2.5em 1em;
    background-color: var(--main-background-color-subtle);
    height: 9.5em;
    min-height: 9.5em;
    max-height: 9.5em;
    max-width: 302px;
    min-width: 270px;
}

.productBlock .patch-note {
    position: relative;
    background-color: var(--main-background-color-subtle-lowlight);
    text-align: center;
    margin-top: 10px;
    margin-left: -10px;
    min-width: inherit;
    max-width: inherit;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: -10px;
}

.patch-note {
    color: var(--main-text-color) !important;
}

.patch-note:hover {
    cursor: text;
}

.patch-note span {
    cursor: pointer;
    color: var(--main-color);
    text-decoration: underline;
}

p.patch-info-disclaimer {
    margin-bottom: 50px;
}

#patch-info-modal .hidden {
    display: none;
}

div#patches-loading {
    width: 100%;
    height: min-content;
    text-align: center;
    margin: 40% 0;
    font-size: 18px;
}

div#patches-loading.error {
    color: var(--error-color);
}

.patch-info-block {
    font-size: 14px;
}

.patch-info-block label {
    color: var(--main-color);
    font-weight: bold;
    margin: 0;
}

a.download-link {
    display: contents;
    max-width: 467px;
}

a.download-link, a.download-link:hover, a.download-link:active {
    color: inherit;
    text-decoration: none;
}

a.download-link:hover {
    text-decoration: none;
    color: var(--main-color);
}

.package-image {
    max-height: 100%;
    max-width: 100%;
}

.package-title {
    font-weight: var(--font-bold);
}

    .package-title h1 {
        font-size: 14px;
        font-weight: var(--font-bold);
    }

    .package-title h2 {
        font-size: 12px;
        font-weight: var(--font-semi-bold);
    }

.package-size {
    font-size: 14px;
    margin-top: 0;
}

.version-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6em;
}

@media (max-width: 999px) {
    .version-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
}

.version {
    margin-bottom: 2em;
}

.version-lower {
    margin-bottom: 2em;
    margin-right: 1em;
}

.version-title {
    font-size: 25px;
    font-weight: var(--font-bold);
    margin-bottom: 2%;
}

.version-release-type {
    font-weight: var(--font-bold);
    font-size: 18px;
    display: inline-block;
    color: var(--main-color);
}

.version-title h3 {
    display: inline-block;
}

.version hr {
    border: none;
    height: 1px;
    color: var(--main-text-color);
    background-color: var(--main-text-color);
    margin: .5em 0 3em;
}

.page-header-dividing-line {
    border: none;
    height: 1px;
    color: #D3D2D2;
    background-color: #D3D2D2;
    margin: 0 auto 4em;
}

.gibbs-product-languages {
    margin-top: 30px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    display: none;
}

    .gibbs-product-languages a {
        margin-left: 10px;
        margin-right: 10px;
        flex-basis: 30%;
    }

.reregBanner {
    font-size: .75em;
    background-color: rgba(255, 0, 0, .1);
    border: 1px solid rgba(255, 0, 0, .3);
    margin-bottom: 10px;
    padding: 10px;
}

#configurationBanner {
    background-color: #FF9999;
    color: #330000;
    border: 1px solid #FF0000;
    margin-bottom: 1em;
    padding: .5em .75em;
    box-shadow: 1px 1px 4px 0 rgba(128, 0, 0, .4);
}

/*Search box area*/
.searchArea {
    position: relative;
    width: 50%;
    max-width: 518px;
}

.searchArea input {
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 16px;
    height: 38px;
    padding-left: 40px;
    border: 1px solid var(--main-text-color);
    border-radius: 50px;
    background-color: var(--main-background-color);
    color: var(--main-text-color);
}

.searchArea input:focus,
.searchArea input:focus-within {
    outline: none;
}

.searchIcon button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 40px;
}

.search-button {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -33px;
}

.search-button img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.search-checkbox {
    margin: 0;
    font-size: 16px;
}

/*User Things*/

.user-label > label {
    font-weight: var(--font-bold);
    font-size: 18px;
    margin-bottom: 3%;
}

.user-edit-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.user-form .form-group {
    min-width: 500px;
}

.user-form .form-control {
    max-width: 500px;
}

.role-form {
    display: flex;
    flex-direction: column;
}

.role-form div {
    padding-top: 5px;
}

.role-checkbox {
    display: flex;
    flex-direction: row;
}

.role-label {
    min-width: 200px;
}

.role-checkbox .checkbox-inline {
    margin-top: 1em;
    margin-right: 0.5em;
}

.editorFields legend {
    margin-bottom: 0;
}

.editorFields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .editorFields input {
        max-width: 100%;
    }

    .editorFields fieldset {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        max-width: 45%;
    }

        .editorFields fieldset label + div {
            padding: 1px 2px;
        }


.noneMaint {
    color: var(--main-text-color);
}

.expiredMaint {
    color: var(--main-color) !important;
    font-weight: var(--font-extra-bold);
}

.active30Maint {
    color: var(--warning-color) !important;
    font-weight: var(--font-extra-bold);
}

.active60Maint,
.active90Maint,
.activeMaint {
    color: var(--success-color) !important;
    font-weight: var(--font-extra-bold);
}

.form-check-input {
    accent-color: var(--bs-primary);
    border: 2px solid var(--main-color);
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }

/* Custom Checkbox Styling  */

/* Hide the original checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom style for the fake checkbox */
.custom-checkbox label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
}

/* Box for the custom checkbox */
.custom-checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    background-color: var(--main-background-color);
}

/* When the checkbox is checked, add a red background */
.custom-checkbox input:checked + label:before {
    background-color: var(--main-color);
}

/* Checkmark to show when checked */
.custom-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Style for the fake checkbox when the actual checkbox is disabled */
.custom-checkbox input:disabled + label {
    color: #999; /* Dim the label text to indicate disabled state */
}

/* Style for the box of the custom checkbox when it's disabled */
.custom-checkbox input:disabled + label:before {
    border-color: var(--main-color-disabled); /* Lighter border to indicate it's disabled */
}

/* Optionally, if you want a specific style for the checkmark when disabled */
.custom-checkbox input:disabled:checked + label:after {
    background-color: var(--main-color-disabled); /* Lighter background for disabled and checked state */
    border-color: white; /* Lighter checkmark for disabled and checked state */
}

/* Optionally, if you want a specific style for the checkmark when disabled and checked */
.custom-checkbox input:disabled:checked + label:before {
    background-color: var(--main-color-disabled); /* Lighter background for disabled and checked state */
}

/* Start of new custom branding elements */

.btn.wide {
    width: 100%;
    max-width: unset;
}

.btn.branded {
    border-width: 2px;
    border-radius: 10px;
}

    .btn.branded > p {
        margin: 5px 0;
        font-size: 20px;
    }

.btn-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.btn-secondary.branded {
    color: #0F0F0F;
    border-color: var(--main-color);
    background-color: transparent;
}

.btn-success {
    background-color: var(--success-color) !important;
    border-color: var(--success-color) !important;
}

input[type=password].branded,
input[type=email].branded,
input[type=text].branded {
    background-color: transparent;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #CBD1D7;
}

/* File Manager Styling */
.header-cell {
    border-left: solid 1px #9F9F9F !important;
}

.suspicious-file {
    background-color: rgba(252, 165, 165, 0.8);
}

.locked-file .dx-filemanager-details-item-name::after {
    content: "🔒"; /* Using emoji for lock */
    margin-left: 4px;
}

/* Loading Bar Styling */

.loading-bar {
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: width 0.2s ease-out;
}

/* Applied just for the reset-to-0 step so the bar snaps back instead of visibly rewinding */
.loading-bar.no-transition {
    transition: none;
}

/* Invoice Table Styling */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-family: "Nunito Sans", sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.table-background.sigmanest {
    background-color: var(--main-color);
}

.table-header-color {
    color: #FFFFFF;
}

.cell-alignment {
    text-align: end;
}

#invoice-table-header {
    background-color: var(--main-background-color-subtle-lowlight);
}

#invoice-table-body {
    border-collapse: collapse;
    border: 2px solid var(--main-text-color);
    letter-spacing: 1px;
}

a.receipt-download-link[disabled="disabled"] {
    cursor: not-allowed;
}

#file-manager {
    box-shadow: 1px 2px 4px 0 var(--box-shadow-color);
    height: 380px;
    margin-top: 10px;
}

.file-uploader-storage-remaining-container {
    background-color: var(--main-background-color-subtle);
    margin-top: -4px; /* move background up slightly to be cohesive with DX element */
    border: 1px solid var(--main-border-color);
    border-top: 0;
    padding: 10px 30px;
    color: var(--main-color);
    font-size: 14px;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 4px 0 var(--box-shadow-color);
}

.file-uploader-storage-remaining-container .file-uploader-storage-remaining-space {
    font-weight: var(--font-extra-bold); /* intentionally using true bold instead of 600 bold to better match mockups*/
    margin-bottom: 10px;
}

.file-uploader-storage-remaining-container .file-uploader-storage-location {
    font-weight: var(--font-semi-bold);
    font-style: italic;
}

/* SigmaNEST ADO Styling */

.ado-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.ado-container h2 {
    font-weight: var(--font-extra-bold);
}

.ado-container p {
    font-weight: var(--font-semi-bold);
}

.ado-container a {
    color: var(--main-color);
    padding-bottom: 3%;
}

.form-dropdown-container {
    display: flex;
    gap: 20px;
}

.form-dropdown-container.form-dropdown-container-wide {
    justify-content: space-evenly;
}

.form-dropdown-option {
    display: flex;
    gap: 5px;
    align-items: center;
}

.form-dropdown-option-vertical {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.form-dropdown-option label,
.form-dropdown-option-vertical label {
    margin-top: 0;
    font-size: 16px;
}

/* User Button Styling */

.user-button {
    width: 235px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0 rgb(50 50 50/50%);
}

.close-button {
    background-color: #F1F1F1;
    color: #989898;
    border-color: #F1F1F1;
}

/* Notifications Styling */

.spaced-columns-container {
    display: flex;
    flex-direction: row;
    gap: 15%;
}

.form-action-buttons-container {
    margin-top: 5em;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    justify-content: space-evenly;
    gap: 25px
}

@media (max-width: 950px) {
    .spaced-columns-container {
        flex-direction: column;
    }
    
    .form-action-button {
        width: 160px;
    }
    
    .form-action-buttons-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1050px) {
    .spaced-columns-container {
        gap: 5%;
    }
}

#notification-acknowledge-button {
    background-color: var(--notification-button);
    color: var(--notification-button-text);
    box-shadow: 0 1px 3px rgba(var(--notification-button-shadow), 0.24);
}

#notification-acknowledge-button:hover {
    background-color: var(--notification-button-hover);
}

#notification-remind-me-later-button {
    box-shadow: 0 1px 3px rgba(var(--notification-button-shadow), 0.24);
    background-color: var(--main-color);
}

.language-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.language-container select {
    width: 25%;
    max-width: 100%;
    border-radius: 10px;
    border-color: #000000;
    padding: 5px;
    background-color: var(--notification-select-color);
}

.language-container input {
    width: 90%;
    max-width: 100%;
    border-radius: 10px;
    border-color: #000000;
    padding: 10px
}

@media (max-width: 500px) {
    .language-container input {
        width: 80%;
    }
}

.message-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.message-row select,
.message-row input {
    margin-right: 10px;
}

.title-text {
    margin-top: 1em;
    height: 49px;
}

.message-text {
    margin-top: 1em;
    height: 49px;
}

.message-row button {
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
}

#add-language {
    color: var(--main-text-color);
    background: none;
    font-size: 16px;
    font-style: italic;
    font-weight: var(--font-extra-bold);
    text-decoration: underline;
    margin-top: 2em;
}

/* Partner Styling */

.edit-partner-wrapper {
    width: 100%;
}

.edit-partner-wrapper input {
    max-width: 90%;
}

.edit-partner-wrapper textarea {
    max-width: 90%;
}

.partner-headers {
    color: var(--main-color);
    font-weight: var(--font-bold) !important;
    margin-top: 30px;
    margin-bottom: 3%;
}

.dx-treelist-headers .dx-treelist-text-content {
    color: var(--main-text-color);
}

body.reseller-mode .form-check-input {
    accent-color: var(--bs-primary);
    border: 2px solid var(--main-color);
}

body.reseller-mode .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}


.site-banner {
    background-color: var(--main-color);
    color: #FFFFFF;
    width: 100%;
    position: relative;
    margin-top: -18px;
    z-index: 0;
}

.dark-mode .site-banner {
    background-color: var(--main-color);
    border-bottom-color: var(--main-color);
}

.site-banner-content {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.site-banner-content a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 600;
}

.site-banner-content a:hover {
    color: #EACDCE;
    text-decoration: none;
}

.dark-mode .site-banner-content a {
    color: #FFFFFF;
}

.dark-mode .site-banner-content a:hover {
    color: #FFD4D4;
}

.site-banner-content strong {
    font-weight: 700;
}
.card-header {
    background-color: #f8f9fa;
    color: #212529;
}

body.dark-mode .card {
    background-color: #1f1f1f;
    border: 1px solid #3a3a3a;

}

body.dark-mode .card-header {
    background-color: #2a2a2a;
    color: #f1f1f1;
}

body.dark-mode .card-body {
    background-color: #1f1f1f;
    color: #eaeaea;
}


.site-banner .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    align-content: center;
}

@media (max-width: 768px) {
    .site-banner {
        padding: 10px 0;
    }
    
    .site-banner-content {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .site-banner {
        padding: 8px 0;
    }
    
    .site-banner-content {
        font-size: 13px;
    }
}

