/*
Author URI: http://webthemez.com/
Note: 
Licence under Creative Commons Attribution 3.0 
Do not remove the back-link in this web template 
-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap');
@import url('fonts/font-awesome.css');
@import url('animate.css');

@font-face {
    font-family: 'Rubik', sans-serif;
    src: url("fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: 'app_fonticons';
    src: url('fonts/app_fonticons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-home::before {
    content: "\e90c";
}

.icon-notes::before {
    content: "\e90e";
}

.icon-info::before {
    content: "\e90f";
}

.icon-scrap::before {
    content: "\e900";
}

.icon-user::before {
    content: "\e901";
}

.icon-production::before {
    content: "\e904";
}

.icon-dispatch::before {
    content: "\e905";
}

:root {
    /*common colors*/
    --primary-color: #2A8FDB;
    --on-primary-color: #FFFFFF;
    --secondary-color: #121A3A;
    --on-secondary-color: #FFFFFF;
    --secondary-color-50-percent-opacity: rgb(18 26 58 / 50%);
    --tertiary-color: #A7D6FF;
    --on-tertiary-color: #121A3A;
    --primary-color-5-percent-opacity: rgb(42 143 219 / 5%);
    --primary-color-10-percent-opacity: rgb(42 143 219 / 10%);
    --primary-color-20-percent-opacity: rgb(42 143 219 / 20%);
    --primary-color-30-percent-opacity: rgb(42 143 219 / 30%);
    --disable-primary-color: rgb(42 143 219 / 70%);
    --primary-box-shadow-color: rgb(42 143 219 / 30%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    --box-shadow-color: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    --text-color-one: #121A3A;
    --text-color-two: #717689;
    --text-color-three: #D0D1D8;
    --separator-line-color-50-percent-opacity: rgb(231 232 235 / 50%);
    --separator-line-color: #E7E8EB;
    --success-color: #00C900;
    --on-success-color: #FFFFFF;
    --warning-color: #FFCC00;
    --on-warning-color: #121A3A;
    --danger-color: #C5253A;
    --danger-color-10-percent-opacity: rgb(255 0 0 / 10%);
    --danger-color-5-percent-opacity: rgb(255 0 0 / 5%);
    --on-danger-color: #FFFFFF;
    --disabled-status-color: #D0D1D8;
    /*colors*/
    --header-height: 3.5rem;
    --border-radius: 8px;
}

html, body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    height: 100%;
    color: var(--text-color-one)
}

@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0;
        font-weight: 250;
        line-height: 1em;
    }
}

@media only screen and (max-width: 450px) {
    .col {
        display: block;
        width: 100%;
        padding: inherit;
    }
}

.header {
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    padding: 10px;
}

header .navbar {
    margin-bottom: 0;
    --bs-navbar-padding-y: 0;
}

.bold-button-li {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    margin: 0px 12px !important;
    margin-bottom: 12px !important;
}

.navbar-brand > img {
    width: 60%;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0;
}

.navbar-brand {
    width: 25%;
    padding: 5px;
    margin-right: unset;
}

.navbar-toggler {
    border-radius: 2rem;
    border: none;
    padding: 1rem;
}

    .navbar-toggler:focus {
        --bs-navbar-toggler-focus-width: 0.10rem;
        box-shadow: none;
    }

.navbar-collapse {
    border: none;
    max-height: 220px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

    .navbar-nav > li > a {
        text-transform: uppercase !important;
        background-color: unset !important;
        color: var(--secondary-color);
        border: none;
        font-weight: 500;
    }

    .navbar-nav .active {
        text-decoration-line: underline !important;
        text-decoration-color: var(--primary-color) !important;
        text-decoration-thickness: 4px !important;
        text-underline-offset: 50% !important;
        background-color: unset !important;
        text-decoration: underline;
        text-decoration-style: solid;
    }

    .navbar-nav > li > a:hover {
        text-decoration-line: underline !important;
        text-decoration-color: var(--primary-color) !important;
        text-decoration-thickness: 4px !important;
        text-underline-offset: 50% !important;
        background-color: unset !important;
        text-decoration: underline;
        text-decoration-style: solid;
    }

@media (min-width: 768px) {

    .navbar-nav {
        display: flex;
        align-items: start;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.btn-group .dropdown-toggle {
    background-color: transparent !important;
    color: var(--text-color-one) !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: var(--text-color-one) !important;
}

.dropdown-menu-right-auto {
    left: auto;
    right: 0;
}

/* #region layout-side-menu */
#layout-side-menu.minimized .d-sm-inline {
    display: none !important;
}

#layout-side-menu {
    --bs-bg-opacity: 1;
    background-color: var(--secondary-color) !important;
}

.dropdown-toggle {
}

.sidebar-nav .nav-link {
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 0;
    padding: 10px;
    text-decoration: none;
    margin: 2px 5px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .sidebar-nav .nav-link:hover {
        background-color: var(--primary-color-30-percent-opacity);
        color: var(--on-primary-color);
        border-color: var(--primary-color);
    }

        .sidebar-nav .nav-link:hover > i {
            color: var(--on-primary-color);
        }

    .sidebar-nav .nav-link.active {
        background-color: var(--primary-color-30-percent-opacity) !important;
        color: var(--on-primary-color) !important;
        border-color: var(--primary-color) !important;
    }

        .sidebar-nav .nav-link.active > i {
            color: var(--on-primary-color);
            padding: 0px 0px 0px 2px !important;
        }


@media (max-width: 768px) {
    .sidebar-nav {
        width: 100%;
        border-right: none;
        /* border-bottom: 1px solid #ddd;*/
    }
}


.sidemenu-icon {
    font-family: 'app_fonticons';
    font-size: 1.3rem;
    text-align-last: center;
    vertical-align: sub;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    speak: none;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
}

.sidemenu-text {
    margin-right: 30px;
    margin-left: 10px;
    color: var(--on-secondary-color);
}

@media (max-width: 768px) {
    .sidebar-nav {
        width: 100%;
        border-right: none;
    }
}
/* #endregion */
a:hover, a:focus {
    color: var(--primary-color);
    text-decoration: underline;
}

#toggle-buttons-side-menu {
    margin: 0px 8px 8px 5px;
    padding: 8px;
    margin-left: 0px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    height: fit-content;
    width: fit-content !important;
    width: 50px;
    align-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--primary-color-30-percent-opacity);
}

    #toggle-buttons-side-menu:hover {
        transform: scale(1.01);
        transition: 0.2s ease;
        border: 1px solid var(--primary-color-30-percent-opacity);
        box-shadow: var(--primary-color-30-percent-opacity) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    }
/*TODO::Will change sprimary button style form resolve conflict */
.btn-primary {
    min-width: 110px;
    border-width: 2px;
    --bs-btn-color: var(--text-color-two);
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--text-color-two);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--text-color-two);
    --bs-btn-active-bg: var(--primary-color) !important;
    --bs-btn-active-border-color: var(--primary-color) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: var(--text-color-two);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
    --bs-primary: var(--primary-color);
    --bs-blue: var(--primary-color);
}

.btn-tertiary {
    background-color: var(--secondary-color);
    color: var(--on-secondary-color) !important;
}

    .btn-tertiary:hover {
        background-color: var(--secondary-color);
        color: var(--on-secondary-color) !important;
    }

    .btn-tertiary:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color) !important;
    }


.btn-switch-on {
    padding: 10px !important;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color) !important;
    border-radius: var(--border-radius);
    cursor: pointer !important;
    position: relative !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' transform='scale(1) rotate(90)'%3e %3cpath fill='%23FFFFFF' fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    max-width: 60px !important;
    transition: 0.4s;
}

    .btn-switch-on:hover {
        background-color: var(--secondary-color) !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' transform='scale(1) rotate(90)'%3e %3cpath fill='%23FFFFFF' fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3e%3c/svg%3e") !important;
    }

.btn-switch-off {
    padding: 10px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' transform='scale(1) rotate(180)'%3e %3cpath fill='%23121A3A' fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border: 1px solid var(--secondary-color) !important;
    border-radius: var(--border-radius);
    max-width: 60px !important;
    transition: 0.4s;
}

.node-container-wraper {
    position: relative;
    height: 600px;
    padding-bottom: 10px;
}

.node-container-content {
    position: relative;
    overflow: auto;
    height: 600px;
}

.btn-switch-container {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .btn-switch-container {
        height: 35px;
        margin: 5px 0px 5px 7px;
        display: flex;
        justify-content: flex-end;
    }

    .btn-switch-on {
        min-height: 35px;
        min-width: 60px !important;
    }

    .btn-switch-off {
        min-height: 35px;
        min-width: 60px !important;
    }
}

.btn-secondary {
    min-width: 110px;
    background-color: var(--on-secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

    .btn-secondary:hover {
        background-color: var(--secondary-color) !important;
        border: 2px solid var(--secondary-color) !important;
        color: var(--on-secondary-color) !important;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--on-primary-color);
    pointer-events: none;
    background-color: var(--disable-primary-color);
    border-color: var(--disabled-status-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: var(--on-primary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary > i {
    padding-right: 5px;
}

.btn-dropdown-secondary {
    border-radius: 5px !important;
    margin: 0 !important;
    padding: 0px !important;
    min-width: 250px !important;
    width: 70% !important;
}

    .btn-dropdown-secondary :active, .btn-dropdown-secondary :hover {
        background-color: var(--primary-color-10-percent-opacity);
        border-radius: 5px 5px 0px 0px;
        border-color: var(--primary-color-10-percent-opacity);
        --bs-btn-active-border-color: var(--primary-color-10-percent-opacity) !important;
    }

    .btn-dropdown-secondary > div {
        display: flex;
        color: var(--text-color-one);
        background: var(--primary-color-5-percent-opacity)
    }

        .btn-dropdown-secondary > div > i {
            width: 35px;
            align-content: center;
            color: var(--primary-color);
            border-radius: 0 3px 3px 0;
            margin: -1px;
        }

.custom-dropdown-filter {
    padding: 4px 12px;
    background: var(--on-primary-color);
    color: var(--primary-color);
    align-items: center;
    width: fit-content;
}

    .custom-dropdown-filter:hover, .custom-dropdown-filter:focus {
        text-decoration: none;
    }

#site-dropdown.show {
    text-align: end;
}

.page-content {
    min-height: 400px;
    z-index: -1;
    padding-top: 30px;
}

.page-button-group {
    gap: 20px;
    padding: 1rem;
}

.section-card {
    background-color: var(--primary-color-30-percent-opacity) !important;
    border-width: 0.5px !important;
    border-color: var(--primary-color-10-percent-opacity) !important;
    border-radius: 8px !important;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px !important;
    padding: 0px 0px 10px 0px !important;
    width: 100%;
}

.section-header {
    font-size: 0.50rem;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0px -2px 10px -2px;
}

.section-header-icon {
    font-family: 'app_fonticons';
    font-size: 2rem;
    text-align-last: center;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    speak: none;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
}

.section-header > span {
    margin-inline-start: 1rem;
    font-weight: 500;
    font-size: 15px;
}

@media (min-width: 1200px) {

    .section-card {
        height: 65vh;
    }
}

.section-header {
    font-size: 0.85rem;
    background-color: var(--primary-color-10-percent-opacity);
    border-radius: 5px 5px 0px 0px;
    border-color: var(--primary-color-10-percent-opacity);
    color: var(--text-color-one);
    display: flex;
    align-items: center;
    padding: 18px 15px;
    text-decoration-line: none !important;
    box-shadow: none;
}

@media (min-width: 576px) {
    .section-header > span {
        display: inline;
        text-decoration-line: none !important;
    }
}

.section-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid var(--on-primary-color);
    background-color: var(--on-primary-color);
    border-radius: 5px;
    margin: 5px 10px;
}

    .section-item > span {
        display: inline;
        font-size: 13px;
        margin: 0px 5px;
        flex: 1 1 auto;
        color: var(--secondary-color);
    }

    .section-item > i:first-child {
        margin-right: 5px;
        font-size: 15px;
        align-content: center;
        color: var(--text-color-one);
    }

    .section-item > i:nth-child(3) {
        font-size: smaller;
        color: var(--text-color-two);
    }

    .section-item:hover {
        color: var(--primary-color);
        transform: scale(1.01);
        transition: 0.2s ease;
        border: 1px solid var(--primary-color-30-percent-opacity);
        box-shadow: var(--primary-color-30-percent-opacity) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    }
/* --- button --- */
.btn {
    text-align: center;
    color: var(--on-primary-color);
    padding: 0.5rem 1rem;
}

.btn-default {
    background-color: var(--on-primary-color);
    border-color: var(--text-color-two) !important;
    border: 1px solid var(--separator-line-color) !important;
}

.btn-delet {
    background-color: var(--danger-color-10-percent-opacity) !important;
    color: var(--danger-color) !important;
    padding: 3px 10px;
    margin: 0px 2px;
    border: 1px solid var(--danger-color-10-percent-opacity);
}

    .btn-delet:hover, .btn-delet:hover {
        background-color: var(--danger-color) !important;
        color: var(--on-primary-color) !important;
    }


.btn-theme {
    color: var(--text-color-two);
}

    .btn-theme:hover {
        color: var(--text-color-three);
    }

.label-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.label-button {
    padding: 3px 10px;
    margin: 0px 2px;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color-30-percent-opacity) !important;
    background: var(--primary-color-5-percent-opacity);
}

.delete-label-button {
    background-color: var(--danger-color-10-percent-opacity) !important;
    color: var(--danger-color) !important;
    padding: 3px 10px;
    margin: 0px 2px;
    border: 1px solid var(--danger-color-10-percent-opacity);
}

    .delete-label-button:hover, .delete-label-button:hover {
        background-color: var(--danger-color) !important;
        color: var(--on-primary-color) !important;
    }

.label-button > i {
    color: var(--primary-color) !important;
}

.label-button:hover {
    color: var(--on-primary-color) !important;
    background-color: var(--primary-color);
}

    .label-button:hover > i {
        color: var(--on-primary-color) !important;
        background-color: var(--primary-color);
    }

.pill-lable {
    border-radius: 15px;
    font-size: 12px;
    color: var(--on-primary-color);
    padding: 2px 10px;
}

control-label {
    font-weight: 200 !important;
}

.login-button {
    text-align: center;
    color: var(--on-primary-color) !important;
    padding: 0.75rem 1.5rem;
    width: 100%;
    margin-top: 15px;
    background: var(--primary-color) !important;
    border: var(--primary-color) !important;
}

.login-dropdown {
    float: right;
    margin-top: 8px;
    list-style-type: none;
}

.bold-button {
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px;
    height: 37px;
    display: flex !important;
    flex-direction: column;
    margin-top: 5px;
    color: var(--primary-color) !important;
    max-width: 200px;
    height: 32px;
    background: none;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
}

.card {
    /*  width: 100%;*/
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    margin: 10px 10px;
    border: 1px solid var(--on-primary-color);
    padding: 5px;
    border-radius: 10px;
    border-width: 0;
    background-color: var(--separator-line-color-50-percent-opacity) !important;
}

.card-list-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 8px;
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    padding: 12px;
    border: 1px solid whitesmoke;
    border-radius: 8px;
    margin: 10px 10px;
}

.label-and-icon-button-set {
    display: flex !important;
    border: 1px solid var(--separator-line-color);
    border-radius: var(--border-radius);
    background-color: var(--on-primary-color);
    padding: 5px 10px;
    min-height: 35px;
    margin: 0px 10px;
    align-items: center;
}

    .label-and-icon-button-set > span {
        flex-grow: 1;
    }

    .label-and-icon-button-set > i {
        color: var(--primary-color)
    }

.label-or-input-button-set {
    display: flex !important;
}

    .label-or-input-button-set .input-value {
        background-color: var(--on-primary-color);
        color: var(--text-color-two);
        border: .1rem solid var(--text-color-three);
        width: 75%;
        min-width: 180px;
        border-radius: 6px;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

.view-report-button-div {
    padding: 0px 10px;
}

@media (max-width: 768px) {
    .label-or-input-button-set {
        display: block !important;
    }

        .label-or-input-button-set .input-value {
            width: 100%;
        }

    .view-report-button-div {
        width: 100%;
        text-align: right;
        padding: 10px 0px;
    }
}
/*.card-list-header div:nth-child(odd) {
        display: flex;
        justify-content: flex-start;
    }

    .card-list-header div:nth-child(even) {
        display: flex;
        justify-content: flex-end;
    }
*/
.card-list {
}

.card-list-center {
}

.card-content-item label {
    font-size: 14px;
    font-weight: normal;
    margin: 0px -2px 5px 0px;
    padding-right: 5px;
    color: var(--text-color-one);
}

.card-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.card-content-item {
    flex: 2;
}

    .card-content-item .value {
        background: var(--on-primary-color);
        padding: 7px;
        border-radius: 6px;
        min-height: 35px;
        border: 1px solid var(--separator-line-color-50-percent-opacity);
    }

.card-content-multi-item {
    flex: 2;
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
}

    .card-list-header-item label,
    .card-content-multi-item label {
        font-size: 14px;
        font-weight: 450;
        color: var(--primary-color);
        margin: 10px 10px 10px 0px !important;
    }


.card-list-header-item {
    text-align: initial;
    padding-left: 5px;
    padding-right: 5px;
    /* display: flex;*/
}

.card-form-item {
    text-align: initial;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.card-content-multi-item .value {
    background: var(--on-primary-color);
    padding: 7px;
    border-radius: 6px;
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    flex: 2;
}

.label-design-card-list {
    width: 100%;
}

@media (max-width: 768px) {
    /* .card-list-header div:nth-child(odd) {
        display: block;
    }

    .card-list-header div:nth-child(even) {
        display: block;
    }*/

    .card-list-header-item {
        text-align: initial;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
    }

        .card-list-header-item label {
            margin: 10px 10px 0px 0px;
        }
}

.table thead:first-child tr:first-child th {
    font-weight: 450;
}

.dataTables_wrapper .dataTables_filter input {
    float: right;
    text-align: right;
    background-color: var(--on-primary-color);
    color: var(--text-color-two);
    border: .1rem solid var(--text-color-three) !important;
}

.dataTables_filter input:focus {
    outline: none !important;
    border-color: var(--primary-color-30-percent-opacity);
    box-shadow: var(--primary-color-10-percent-opacity) 0px 6px 12px -2px,var(--primary-color-10-percent-opacity) 0px 3px 7px -3px;
    color: var(--text-color-two);
}

.dataTables_length select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: max-content !important;
    min-width: 50px;
    padding: 5px;
    text-align: center;
    background-color: var(--on-primary-color);
    color: var(--text-color-two);
    border: .1rem solid var(--text-color-three);
    border-radius: 6px;
    background-image: none !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin: 0 10px;
    display: inline-flex;
}

.label-design-card-list table.dataTable thead th,
.label-design-card-list table.dataTable thead td {
    padding: 10px 18px 10px 8px;
    border-bottom: none;
    color: var(--text-color-one);
    background-color: var(--on-primary-color);
}

.label-design-card-list .card-list-header-item .value {
    border-radius: 6px;
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    height: 32px;
    padding: 4px 12px;
}

.label-design-card-list input[type="search"] {
    border-radius: 6px;
    padding: 4px 6px !important;
    font-size: 15px;
    height: 32px;
    margin-bottom: 8px;
    margin-top: -4px;
    text-align: start;
    color: var(--text-color-one);
}

.select {
    color: var(--text-color-one);
    background: var(--primary-color-5-percent-opacity);
}

    .select:focus {
        outline-offset: -2px;
        border: 1px solid var(--primary-color);
        outline: 1px solid var(--primary-color);
    }

select option:hover {
    background-color: var(--primary-color-5-percent-opacity);
}

[type=search]:focus {
    outline-offset: -2px;
    /* border: 1px solid var(--primary-color) !important;
    outline: 1px solid var(--primary-color);*/
}

.label-design-card-list .header-label {
    color: var(--primary-color) !important;
    font-size: 18px;
    width: 100%;
    padding-bottom: 4px;
}

.label-design-card-list #productsTable {
    border-top: 1px solid var(--separator-line-color);
}

.label-design-card-list .card-content-item label {
    color: var(--text-color-one);
}

.label-design-card-list .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 1px solid var(--separator-line-color-50-percent-opacity);
}

.label-design-card-list table.dataTable.no-footer {
    border-bottom: 1px solid var(--separator-line-color-50-percent-opacity);
}

.label-design-card-list table.dataTable tbody td {
    padding: 8px 10px;
    align-content: center !important;
}

.card-content-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

    .card-content-item-header h4 {
        color: var(--primary-color);
        margin: 0;
    }

.card-content-button {
}

.card-content-custom-table {
    background: var(--on-primary-color);
}

.card-content-custom-table-header {
    border-bottom: 1px solid var(--separator-line-color-50-percent-opacity) !important;
    color: var(--text-color-one);
    padding: 8px 10px !important;
    font-weight: 500;
    background: var(--on-primary-color) !important;
    margin: unset;
}

.card-content-custom-table-item {
    border-bottom: 1px solid var(--separator-line-color-50-percent-opacity) !important;
    padding: 8px 10px !important;
    align-content: center !important;
}

.dropdown-menu.show {
    margin: 3px 0px;
    border-radius: var(--border-radius);
    --bs-dropdown-padding-y: 0 !important;
    --bs-dropdown-border-radius: var(--border-radius);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--on-primary-color) !important;
    text-decoration: none;
    background-color: var(--primary-color);
}

    .dropdown-item.active:hover {
        color: var(--on-primary-color) !important;
        text-decoration: none;
        background-color: var(--primary-color);
    }

.form-control {
    background-color: var(--on-primary-color);
    color: var(--text-color-one);
    border: .1rem solid var(--text-color-three);
    min-width: 180px;
}
/* styles.css */
input[type="search"] {
    -webkit-box-sizing: border-box; /* For older Safari/Chrome */
    -moz-box-sizing: border-box; /* For older Firefox */
    box-sizing: border-box; /* Standard property */
}

.search-container {
    display: flex;
    padding: 0px 7px 0px 0px;
    background-color: var(--on-primary-color);
    color: var(--text-color-one);
    border: .1rem solid var(--text-color-three);
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .search-container input {
        flex: 1;
        box-shadow: none;
        border: none;
    }

    .search-container i {
        padding: 10px 0px 0px 0px;
        border: none;
        margin-right: -7px;
        background: var(--secondary-color);
        border-radius: 0px 4px 4px 0px;
        font-size: 15px;
        min-width: 31px;
        cursor: pointer;
        color: var(--on-primary-color) !important;
        transition: background 0.3s ease;
    }

.form-control:focus {
    border-color: var(--primary-color-30-percent-opacity);
    box-shadow: var(--primary-color-10-percent-opacity) 0px 6px 12px -2px,var(--primary-color-10-percent-opacity) 0px 3px 7px -3px;
}

@media (max-width: 767px) {
    .form-control {
        font-size: 14px !important;
        max-width: 100%;
    }

    .section-card {
        height: unset;
        padding-bottom: 10px !important;
    }
}

.custom-flex-basis {
    flex-basis: 50vh;
}

.form-label {
    padding-left: 0.5rem !important;
    padding-top: 1rem !important;
    font-weight: 300;
}

.form-group {
    margin-bottom: unset !important;
    margin-top: 5px !important;
}

.form-footer-buttons {
    display: flex;
    /* padding: 20px; */
    gap: 12px;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    /* text-align: right; */
    justify-content: flex-end;
}
/* footer */
/*.menu-footer-menu-container {
    row-gap: 2px !important;
    font-size: 12px;
}*/
/*  Media queries 
============================= */

@media (max-width: 344px) {
    .label-design-card-list .card-content-item label {
        display: grid;
        margin-bottom: 10px;
    }

    .label-design-card-list select, .label-design-card-list input[type="search"] {
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: start;
    }
}


@media (max-width: 767px) {
    .navbar-brand {
        width: 80%;
        padding: 0px;
    }

        .navbar-brand > img {
            width: 80%;
            padding-left: 0;
            padding-right: 0;
        }

    .navbar-collapse {
        border-radius: .2rem;
    }

    header .navbar-collapse ul.navbar-nav {
        display: inline-block;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: var(--on-primary-color);
        position: absolute;
        border: 1px solid rgba(0, 0,0, 0.3);
        margin-top: 5px
    }

    header .navbar-nav > li {
        float: unset;
    }

    .offcanvas-header {
        padding: 0px;
    }

        .offcanvas-header > a {
            width: -webkit-fill-available;
            background: var(--on-primary-color);
            padding: 20px 0px 10px 20px !important;
        }

    #toggleButtonMob {
        z-index: 1000;
        position: absolute !important;
        text-align: center;
        cursor: pointer;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
        width: 2.2rem;
        height: 2.2rem;
        margin-top: 5px;
        padding: 5px;
        display: inline-block;
        border: 1px solid var(--primary-color);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        align-content: center;
    }

    .offcanvas {
        width: 60% !important;
        top: calc(--header-height);
        background-color: rgba(0,0,0, 0.9);
        height: auto;
    }

    .offcanvas-body {
        padding: 0;
        height: 100%;
        background-color: var(--secondary-color) !important;
    }

    .btn {
        font-size: 13px;
        text-align: center;
        color: var(--on-primary-color);
        padding: 0.5rem .75rem;
    }

    .btn-primary {
        min-width: 130px !important;
    }

    .btn-dropdown-secondary {
        min-width: 200px !important;
    }



    #site-dropdown.show {
        text-align: end;
    }

    .page-button-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px;
        gap: 15px;
    }

    .page-button {
        box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
        text-align: center;
        max-width: 120px !important;
        max-height: 120px !important;
        min-width: 100px !important;
        min-height: 100px !important;
        display: flex;
        flex-direction: column;
        padding: 8px;
        gap: 4px;
        border-radius: 12px;
        justify-content: space-between;
    }

        .page-button > img {
            width: 100px !important;
            height: 80px !important;
        }

    .card {
        margin: 5px 5px;
        padding: 5px;
    }

    .card-list-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        row-gap: 8px;
        padding: 5px;
    }

    .card-list-center {
        width: 100%;
    }

    .card-content {
        padding: 0px;
    }

    .card-content-item {
        padding: 10px;
    }

    .label-design-card-list .card-list-header-item .value {
        padding: 8px 12px;
    }

    .dropdown-menu.show {
        width: 97% !important;
    }

    .dataTables_length {
        display: table-cell !important;
        margin: 0 !important;
        float: left !important;
        word-wrap: break-word;
    }

    .dataTables_filter {
        display: table-cell;
        margin: 0 !important;
        float: right !important;
    }

    .dataTables_wrapper {
        margin-top: -10px;
    }

        .dataTables_wrapper .dataTables_filter input:focus-visible {
            border-color: var(--primary-color);
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185 110 42, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 110, 42, 0.6);
        }

        .dataTables_wrapper .dataTables_length select:focus-visible {
            border-color: var(--primary-color);
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185 110 42, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 110, 42, 0.6);
        }

        .dataTables_wrapper .dataTables_filter input {
            border-color: var(--text-color-three);
            outline: 0;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_length select {
            border-color: var(--text-color-three);
            outline: 0;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
            margin: 0 -5px !important;
            display: inline-flex;
        }

    .label-design-card-list select,
    .label-design-card-list input[type="search"] {
        border-radius: 6px;
        border: 1px solid var(--text-color-three);
        padding: 4px 6px;
        font-size: 15px;
        height: 32px;
    }

    .table.dataTable > tbody > tr.child ul.dtr-details {
        width: -webkit-fill-available;
    }

        .table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data > .label-buttons {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data {
            padding-left: 5px;
        }

    .table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
        /*background: rgba(185, 110, 42, 0.2);*/
        border: rgba(185, 110, 42, 0.2) 1px;
    }

    .card-content-custom-table > div {
        border-bottom: 1px solid var(--separator-line-color-50-percent-opacity) !important;
        padding: 10px 10px !important;
        /* background: rgba(185, 110, 42, 0.2);*/
        border: rgba(185, 110, 42, 0.2) 1px;
        margin: unset;
    }

    .card-content-custom-table div > div:nth-child(1) {
        font-weight: 500;
    }

    .custom-flex-basis {
        flex-basis: 100vh;
    }
}


a: active {
    outline: 0;
}

.clear {
    clear: both;
}

p {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    line-height: 1.1em;
    color: var(--text-color-one)
}

.container {
    position: relative;
    --bs-gutter-x: 0.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    --bs-gutter-x: 0;
}

    .row.nomargin, .row-fluid.nomargin {
        margin-bottom: 0;
    }

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}

select.selectmenu {
    display: none;
}

#featured {
    width: 100%;
    background: var(--secondary-color);
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 8px solid var(--separator-line-color);
}
    /*  Sliders
==================================== */
    /* --- flexslider --- */

    #featured .flexslider {
        padding: 0;
        background: var(--on-primary-color);
        position: relative;
        zoom: 1;
        border-bottom: 1px solid var(--on-primary-color);
    }

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flex-caption {
    zoom: 1;
    bottom: 0px;
    background-color: var(--success-color);
    color: var(--text-color-two);
    margin: 0;
    padding: 15px 25px 15px 30px; /* position: absolute; */
    left: 0;
    right: 0; /* text-align: center; */ /* display: inline-block; */
    margin: 0 auto;
    width: 420px;
    bottom: -1px;
}

    .flex-caption h3 {
        color: var(--on-primary-color);
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .flex-caption p {
        margin: 0 0 15px;
        color: var(--on-primary-color);
        font-size: 18px !important;
    }

.skill-home {
    margin-bottom: 50px;
}

.c1 {
    border: var(--danger-color) 1px solid;
    background: var(--danger-color);
}

.c2 {
    border: #24c4db 1px solid;
    background: #24c4db;
}

.c3 {
    border: var(--primary-color) 1px solid;
    background: var(--primary-color);
}

.c4 {
    border: #609cec 1px solid;
    background: #609cec;
}

.skill-home .icons {
    padding: 30px 0 0 0;
    width: 100px;
    height: 100px;
    color: var(--text-color-two);
    font-size: 42px;
    font-size: 42px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-table;
}

.skill-home h2 {
    padding-top: 20px;
    font-size: 36px;
    /*font-weight: 700;*/
}

.testimonial-solid {
    padding: 50px 0 60px 0;
    margin: 0 0 0 0;
    text-align: center;
    background: rgba(153, 191, 56, 0.74);
}

.testi-icon-area {
    text-align: center;
    position: absolute;
    top: -84px;
    margin: 0 auto;
    width: 100%;
}

    .testi-icon-area .quote {
        padding: 15px 0 0 0;
        margin: 0 0 0 0;
        background: var(--on-primary-color);
        text-align: center;
        color: var(--primary-color);
        display: inline-table;
        width: 70px;
        height: 70px;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 42px;
        border: 1px solid var(--primary-color);
    }

    .testi-icon-area .carousel-inner {
        margin: 20px 0;
    }

.carousel-indicators {
    bottom: -30px;
}
/* Testimonial
----------------------------------*/
.testimonial-area {
    padding: 0 0 0 0;
    margin: 0;
    background: url(../img/low-poly01.jpg) fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background: url('../img/slides/1.jpg') -70px -193px;
}

.testimonial-solid p {
    color: var(--on-primary-color);
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-area .carousel-indicators li {
    border: 1px solid var(--on-primary-color);
}

.testimonial-area .carousel-indicators .active {
    border: 1px solid var(--on-primary-color);
    background: var(--on-primary-color);
}

section.callaction {
    background: var(--on-primary-color);
    padding: 50px 0 0 0;
}

.panel-title > a {
    color: inherit;
    font-size: 15px;
}

    .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
        text-decoration: none;
        color: var(--primary-color);
    }
/* Content
==================================== */

#content {
    position: relative;
    background: var(--on-primary-color);
    padding: 50px;
}

    #content img {
        max-width: 100%;
        height: auto;
    }

.cta-text {
    text-align: center;
    margin-top: 10px;
}


.big-cta .cta {
    margin-top: 10px;
}

.box {
    width: 100%;
}

.box-gray {
    background: var(--separator-line-color);
    padding: 20px 20px 30px;
}

    .box-gray h4, .box-gray i {
        margin-bottom: 20px;
    }

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

    .box-bottom a {
        color: var(--text-color-two);
        /*   font-weight: 700;*/
    }

        .box-bottom a:hover {
            color: var(--text-color-three);
            text-decoration: none;
        }
/* Bottom
==================================== */

#bottom {
    background: var(--on-primary-color);
    padding: 50px 0 0;
}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

    #twitter em.twitterTime a {
        font-weight: 500;
    }

#twitter ul {
    padding: 0;
    list-style: none;
}

    #twitter ul li {
        font-size: 20px;
        line-height: 1.6em;
        font-weight: 300;
        margin-bottom: 20px;
        position: relative;
        word-break: break-word;
    }
/* page headline
==================================== */

#inner-headline {
    background-color: var(--secondary-color);
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--primary-color);
    background-size: cover;
    height: 150px;
}


    #inner-headline .inner-heading h2 {
        color: var(--text-color-two);
        margin: 20px 0 0 0;
    }
    /* --- breadcrumbs --- */
    #inner-headline ul.breadcrumb {
        margin: 30px 0 0;
        float: left;
    }

        #inner-headline ul.breadcrumb li {
            margin-bottom: 0;
            padding-bottom: 0;
        }

        #inner-headline ul.breadcrumb li {
            font-size: 13px;
            color: var(--text-color-two);
        }

            #inner-headline ul.breadcrumb li i {
                color: var(--text-color-three);
            }

            #inner-headline ul.breadcrumb li a {
                color: var(--text-color-two);
            }

ul.breadcrumb li a:hover {
    text-decoration: none;
}
/* Forms
============================= */
/* --- contact form  ---- */
form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform textarea {
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid var(--separator-line-color);
    background: var(--on-primary-color);
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 500;
    margin-bottom: 30px;
}

    #sendmessage.show, .show {
        display: block;
    }

form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
/* --- search form --- */
.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}
/*  Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .work-nav #filters li {
        margin: 0 10px 30px 0;
        padding: 0;
        float: left;
    }

        .work-nav #filters li a {
            color: var(--text-color-two);
            font-size: 16px;
            display: block;
        }

            .work-nav #filters li a:hover {
            }

            .work-nav #filters li a.selected {
                color: var(--danger-color);
            }

#thumbs {
    margin: 0;
    padding: 0;
}

    #thumbs li {
        list-style-type: none;
    }

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

    .item-thumbs a + img {
        width: 100%;
    }

    .item-thumbs .hover-wrap {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 450ms ease-out 0s;
        -moz-transition: all 450ms ease-out 0s;
        -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
        -webkit-transform: rotateY(180deg) scale(0.5,0.5);
        -moz-transform: rotateY(180deg) scale(0.5,0.5);
        -ms-transform: rotateY(180deg) scale(0.5,0.5);
        -o-transform: rotateY(180deg) scale(0.5,0.5);
        transform: rotateY(180deg) scale(0.5,0.5);
    }

    .item-thumbs:hover .hover-wrap,
    .item-thumbs.active .hover-wrap {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1,1);
        -moz-transform: rotateY(0deg) scale(1,1);
        -ms-transform: rotateY(0deg) scale(1,1);
        -o-transform: rotateY(0deg) scale(1,1);
        transform: rotateY(0deg) scale(1,1);
    }

    .item-thumbs .hover-wrap .overlay-img {
        position: absolute;
        width: 90%;
        height: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        background: var(--success-color);
    }

    .item-thumbs .hover-wrap .overlay-img-thumb {
        position: absolute;
        border-radius: 60px;
        top: 50%;
        left: 45%;
        margin: -16px 0 0 -16px;
        color: var(--text-color-two);
        font-size: 32px;
        line-height: 1em;
        opacity: 1;
        filter: alpha(opacity=100);
    }

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

    ul.portfolio-categ li {
        margin: 0;
        float: left;
        list-style: none;
        font-size: 13px;
        font-weight: 500;
        border: 1px solid var(--separator-line-color);
        margin-right: 15px;
    }

        ul.portfolio-categ li a {
            display: block;
            padding: 8px 20px;
            color: var(--text-color-one);
        }

        ul.portfolio-categ li.active {
            border: 1px solid var(--success-color);
            color: var(--on-primary-color);
            background: var(--success-color);
        }

            ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
                text-decoration: none;
                outline: 0;
            }

#accordion-alt3 .panel-heading h4 {
    font-size: 13px;
    line-height: 28px;
}

.panel .panel-heading h4 {
    font-weight: 400;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.panel {
    margin-bottom: 18px;
    background-color: var(--on-primary-color);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
}

#accordion-alt3 .panel-heading h4 a i {
    font-size: 20px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
    font-weight: bold;
}

.progress.pb-sm {
    height: 6px !important;
}

.progress {
    box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: var(--separator-line-color-50-percent-opacity);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

    .progress .progress-bar.progress-bar-red {
        background: var(--danger-color);
    }

    .progress .progress-bar.progress-bar-green {
        background: var(--success-color);
    }

    .progress .progress-bar.progress-bar-lblue {
        background: var(--primary-color);
    }
/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

.info-blocks {
    margin-bottom: 15px;
}

    .info-blocks i.icon-info-blocks {
        float: left;
        color: var(--success-color);
        font-size: 30px;
        min-width: 50px;
        margin-top: 10px;
        text-align: center;
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden;
    }

        .info-blocks .info-blocks-in h3 {
            color: var(--text-color-two);
            font-size: 20px;
            line-height: 28px;
            margin: 0px;
        }

        .info-blocks .info-blocks-in p {
        }

blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    padding-left: 0;
    color: var(--text-color-one);
    line-height: 1.6em;
    border: none;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: var(--text-color-two);
        margin-top: 10px;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited,
        blockquote cite a:visited {
            color: var(--text-color-two);
        }
/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: var(--text-color-one);
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: var(--text-color-one);
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}
/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.link-list li {
        margin: 0;
        padding: 2px 0 2px 0;
        list-style: none;
    }

footer {
    background: var(--secondary-color);
}

    footer ul.link-list li a {
        color: var(--text-color-three);
    }

        footer ul.link-list li a:hover {
            color: var(--text-color-three);
        }
/* --- Heading style --- */

h4.heading {
    /* font-weight: 700;*/
}

.heading {
    margin-bottom: 30px;
}

.heading {
    position: relative;
}


.widgetheading {
    width: 100%;
    padding: 0;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: var(--separator-line-color) 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: var(--separator-line-color) 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}

.box-area {
    border: 1px solid #E7E7E7;
    padding: 0 15px;
    padding-top: 41px;
    margin-top: -42px;
}


#service {
    padding: 40px 0 40px;
}

    #service .service-tab {
    }

        #service .service-tab ul {
            float: left;
            list-style: outside none none;
            padding: 0;
            margin-right: 55px;
        }

            #service .service-tab ul li {
                border-right: 2px solid var(--success-color);
            }

                #service .service-tab ul li a {
                    color: var(--text-color-two);
                    font-size: 20px;
                    font-weight: 400;
                    display: block;
                    padding: 10px 60px 20px 20px;
                }

                    #service .service-tab ul li a i {
                        font-size: 37px;
                        position: relative;
                        top: 4px;
                        width: 68px;
                    }

    #service .tab-content > .tab-pane {
        padding-top: 10px;
    }

    #service .service-tab ul li a:hover i {
    }

.tab-icon-edit {
    float: left;
    margin: 20px 15px 0 0;
    font-size: 28px;
}

#service .service-tab ul li.active, #service .service-tab ul li a:hover, #service .service-tab ul li a:hover i, #service .service-tab ul li.active a, #service .service-tab ul li.active i {
    background: rgb(153, 191, 56) !important;
    color: var(--on-primary-color);
    text-decoration: none;
}

.contactInfo {
    background: var(--success-color);
}

.contact-area {
    float: right;
    padding: 10px 0 5px;
}

    .contact-area ul li {
        color: var(--text-color-one);
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        color: var(--text-color-two);
        list-style: none;
    }

        .contact-area ul li i {
            margin-right: 10px;
        }
/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

    .map iframe {
        width: 100%;
        height: 450px;
        border: none;
    }

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}


ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

    ul.team-detail li {
        border-bottom: 1px dotted var(--separator-line-color);
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        list-style: none;
    }

        ul.team-detail li label {
            font-size: 13px;
        }

        ul.team-detail li h4, ul.team-detail li label {
            margin-bottom: 0;
        }

        ul.team-detail li ul.social-network {
            border: none;
            margin: 0;
            padding: 0;
        }

            ul.team-detail li ul.social-network li {
                border: none;
                margin: 0;
            }

                ul.team-detail li ul.social-network li i {
                    margin: 0;
                }


.pricing-title {
    background: var(--on-primary-color);
    text-align: center;
    padding: 10px 0 10px 0;
}

    .pricing-title h3 {
        font-weight: 500;
        margin-bottom: 0;
    }

.pricing-offer {
    background: var(--on-primary-color);
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid var(--separator-line-color);
    border-bottom: 1px solid var(--separator-line-color);
}

.pricing-box.activeItem .pricing-offer {
    color: var(--text-color-two);
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-container {
    background: var(--on-primary-color);
    text-align: center;
    font-size: 14px;
}

    .pricing-container strong {
        color: var(--text-color-one);
    }

    .pricing-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pricing-container ul li {
            border-bottom: 1px solid var(--separator-line-color);
            list-style: none;
            padding: 15px 0 15px 0;
            margin: 0 0 0 0;
            color: var(--text-color-one);
        }

.pricing-action {
    margin: 0;
    background: var(--separator-line-color);
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: var(--danger-color);
}

.pricing-box-item {
    border: 1px solid var(--separator-line-color);
    background: var(--on-primary-color);
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .pricing-box-item .pricing-heading {
        background: var(--on-primary-color);
        text-align: center;
        padding: 0px 0 0px 0;
        display: block;
    }

    .pricing-box-item.activeItem .pricing-heading {
        background: var(--on-primary-color);
        text-align: center;
        padding: 0px 0 1px 0;
        border-bottom: none;
        display: block;
        color: var(--text-color-two);
    }

        .pricing-box-item.activeItem .pricing-heading h3 {
        }

    .pricing-box-item .pricing-heading h3 strong {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .pricing-box-item .pricing-heading h3 {
        font-size: 32px;
        /* font-weight: 300;*/
        letter-spacing: -1px;
    }

    .pricing-box-item .pricing-terms {
        text-align: center;
        background: var(--separator-line-color-50-percent-opacity);
        display: block;
        overflow: hidden;
        padding: 11px 0 5px;
        border-radius: 50px;
        color: var(--text-color-one);
        margin: 0 15px;
    }

        .pricing-box-item .pricing-terms h6 {
            font-style: italic;
            margin-top: 10px;
            color: var(--success-color);
            font-size: 17px;
            font-family: 'Noto Serif', serif;
        }

    .pricing-box-item .icon .price-circled {
        margin: 10px 10px 10px 0;
        display: inline-block !important;
        text-align: center !important;
        color: var(--text-color-two);
        width: 68px;
        height: 68px;
        padding: 12px;
        font-size: 16px;
        /* font-weight: 700;*/
        line-height: 68px;
        text-shadow: none;
        cursor: pointer;
        -moz-border-radius: 64px;
        -webkit-border-radius: 64px;
        border-radius: 64px;
        background-color: var(--text-color-two);
    }

    .pricing-box-item .pricing-action {
        margin: 0;
        text-align: center;
        padding: 30px 0 30px 0;
    }
/* ===== Widgets ===== */
/* --- flickr --- */
.widget .flickr_badge {
    width: 100%;
}

    .widget .flickr_badge img {
        margin: 0 9px 20px 0;
    }

footer .widget .flickr_badge {
    width: 100%;
}

    footer .widget .flickr_badge img {
        margin: 0 9px 20px 0;
    }

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}
/*News*/
.post-item-wrap {
    border: none;
    padding: 0px 0 25px 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    /* border-bottom: 1px solid #e6e6e6; */
}

.post-author-img {
    margin: 5px 0 0 0;
    float: left;
    width: 64px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0px;
}

.post-title a {
    font-size: 19px;
    color: var(--text-color-one);
    line-height: 1.3em;
}

.post-meta-top {
    width: 100%;
    padding: 3px 0 0px 0;
}

.latest-post-wrap {
    padding: 15px 15px 15px 0;
}

.post-content2 {
    padding: 8px 15px 0px 15px;
    float: left;
    width: 83%;
}

.post-meta-top ul {
    float: left;
    padding: 0;
    margin: 0;
}

.post-item-wrap + .post-item-wrap {
    border-bottom: none;
    margin-top: 25px;
}

.post-meta-top li a {
    color: var(--primary-color);
    font-size: 13px;
    text-decoration: none;
}

.post-meta-top li {
    display: inline;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-right: 15px;
}

.post-meta-top .fa-calendar {
    font-size: 18px;
    color: var(--primary-color);
    margin: 6px 10px 0 0;
    float: left;
}
/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

    .recent-post h5 a:hover {
        text-decoration: none;
    }

    .recent-post .text h5 a {
        color: var(--text-color-one);
    }


footer {
    color: var(--text-color-three);
}

    footer a {
        color: var(--success-color);
    }

        footer a:hover {
            color: var(--text-color-three);
        }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: var(--text-color-three);
    }

    footer address {
        line-height: 1.6em;
    }

    footer h5 a:hover, footer a:hover {
        text-decoration: none;
    }

ul.social-network {
    list-style: none;
    margin: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

#sub-footer {
    text-shadow: none;
    color: var(--text-color-three);
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
    background: var(--secondary-color);
}

    #sub-footer p {
        margin: 0;
        padding: 0;
    }

    #sub-footer span {
        color: var(--text-color-three);
    }


    #sub-footer ul.social-network {
        float: right;
    }
/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: var(--secondary-color);
}

a.scrollup {
    outline: 0;
    text-align: center;
}

    a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
        opacity: 1;
        text-decoration: none;
    }

    a.scrollup i {
        margin-top: 10px;
        color: var(--text-color-two);
    }

        a.scrollup i:hover {
            text-decoration: none;
        }

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

    .aligncenter span {
        margin-left: 0;
    }

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}

============================= */ .clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

div#main-slider:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.flex-control-nav {
    display: none;
}

.fancybox-title-inside-wrap {
    padding: 3px 30px 6px;
    background: var(--primary-color);
}

span.post-meta-bottom a {
    background: var(--primary-color-30-percent-opacity);
    color: var(--text-color-one);
    padding: 4px 14px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 50%;
}

.list.list-3 {
    font-weight: 300;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list li {
        padding: 2px 0;
    }

    .list.list-3 li:before {
        content: "\f0a9";
        float: left;
        font-family: fontAwesome;
        color: var(--success-color);
        font-size: 14px;
        margin-top: -1px;
        margin-right: 7px;
        margin-left: 1px;
    }

    .list.list-4 li:before {
        content: "\f0a9";
        float: left;
        font-family: fontAwesome;
        color: var(--success-color);
        font-size: 14px;
        margin-top: 10px;
        margin-right: 7px;
        margin-left: 1px;
    }

ul.social-network a {
    color: var(--success-color);
}
/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

    a.detail {
        background: none;
        width: 100%;
    }



    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 767px) {
    .box {
        border-bottom: 1px solid var(--separator-line-color);
        padding-bottom: 20px;
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted var(--separator-line-color);
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }

    footer .col-lg-1, footer .col-lg-2, footer .col-md-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }

    #sub-footer ul.social-network {
        float: left;
    }
}

@media (max-width: 480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }

    #service {
        padding: 0 0 20px;
    }

        #service .service-tab ul {
            margin: 15px 0px;
            width: 100%;
        }

            #service .service-tab ul li a {
                color: var(--text-color-two);
                font-size: 20px;
                font-weight: 400;
                display: block;
                padding: 10px 0;
            }

    .search {
        float: left;
    }

    .flexslider .flex-caption {
        display: none;
    }


    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

.contactInfo a {
    color: var(--text-color-two);
    text-decoration: none;
}

.alert {
    position: fixed;
    top: 0;
    width: 35%;
    z-index: 1040;
}

.question {
    display: inline-block;
    height: auto;
    margin: 10px 0 !important;
    padding: 5px 0;
    width: 100%;
}

.formSepDiv {
    border: 1px solid var(--separator-line-color);
    margin: 15px 0;
    padding: 0 10px;
}

.form-inline {
    width: 100%;
}

.text-style1 {
    color: var(--success-color);
}

.fullwidth {
    margin-left: 20px;
    margin-right: 20px;
}

.report-color-1 {
    background-color: var(--primary-color-10-percent-opacity) !important;
    color: black;
}

.report-color-2 {
    background-color: darkslategrey !important;
}

.report-color-3 {
    background-color: var(--primary-color-10-percent-opacity);
}

.report-color-4 {
    background-color: var(--primary-color-10-percent-opacity);
}

.report-color-5 {
    background-color: var(--primary-color-10-percent-opacity);
}

table:not(.dataTable) {
    border: 2px solid var(--secondary-color);
}

    table:not(.dataTable) tr:first-child {
        border: 2px solid var(--secondary-color);
    }

    table:not(.dataTable) tr > th:first-child {
        border-right: 2px solid var(--secondary-color);
    }

tr.total, td.total {
    /* font-weight: 700;*/
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.inline-flex {
    display: inline-flex;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: inherit;
    outline: inherit;
    outline-offset: inherit;
}

.autoheight {
    max-height: unset !important;
}

.tdManualProductionMaterialUsage {
    background-color: #ffeb9c;
}

.treegrid-expander {
    cursor: pointer;
    margin-right: 5px;
}

.glyphicon-chevron-down:before {
}

.required-field:after {
    content: " *";
    font-weight: 500;
    color: red;
}

.center-content {
    margin-left: auto;
    margin-right: auto;
}

tr.group-row {
    background-color: var(--success-color) !important;
}

    tr.group-row a {
        color: black !important;
    }

table.table-popup-data {
    position: absolute;
    z-index: 100000;
    background-color: var(--on-primary-color);
    color: black;
    border: 2px solid rgb(124, 181, 236);
    padding: 10px;
    margin-left: 20px;
    font-weight: normal;
    display: inline-block;
}

    table.table-popup-data tr:first-child {
        border: none;
    }

table.table-popup-data {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.final-product-name:hover + table.table-popup-data {
    opacity: 1;
}

.tooltip {
    position: relative;
    border: 1px solid var(--primary-color);
    margin-left: 20px;
    padding: 5px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -0px 0px 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
}

    .tooltip:before {
        content: ' ';
        display: block;
        position: absolute;
        left: -8px;
        top: 15px;
        width: 14px;
        height: 14px;
        border-color: var(--primary-color);
        border-width: 1px;
        border-style: none none solid solid;
        background-color: var(--text-color-two);
        -webkit-box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);
        -moz-box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);
        box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*New Changes*/

.table-responsive td, .table-responsive th {
    text-align: right;
}

.contactInfo {
    background: var(--primary-color);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: var(--primary-color-20-percent-opacity);
}

#toggle-buttons-side-menu .fa {
    color: var(--primary-color);
}

.panel-success > .panel-heading {
    color: var(--on-primary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

table.input-right-align input {
    text-align: right;
}

.contactInfo {
    background: var(--on-primary-color);
    border-bottom: 1px solid var(--separator-line-color);
}

    .contactInfo a {
        color: var(--primary-color);
        text-decoration: none;
    }

.top_address {
}

.top_phone {
    margin-left: 20px;
}

.top_mail {
    margin-left: 20px;
}

.custom-html-widget {
    padding: 10px 0 5px;
    color: var(--text-color-one);
}

.footer_ul > li > i {
    padding-right: 5px;
    padding-top: 3px;
    color: var(--primary-color);
}

.footer_block {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--on-primary-color);
    padding: 0.5rem;
}

    .footer_block > p > span a {
        color: var(--primary-color) !important;
    }

.centered-content {
    max-width: 1180px;
    margin: 0 auto;
}

ul.footer_ul {
    display: inline-block;
    text-align: left;
    list-style-type: none;
    min-width: 130px;
    margin-bottom: 5px;
}

    ul.footer_ul > li {
        color: var(--text-color-three) !important;
        padding: 2px;
    }

        ul.footer_ul > li > a {
            color: var(--text-color-three) !important;
        }

        ul.footer_ul > li > h4 {
            color: var(--text-color-three) !important;
        }

.footer_text {
    margin-bottom: 30px;
}

.footer_title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: var(--on-primary-color);
    margin: 20px 10px 10px 10px;
    text-align: center;
    justify-content: center;
}

.width80perc {
    width: 80%;
}

.form-inline table input[type=checkbox].width10perc {
    width: 10% !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

#chkProductsFilterHistoryReport label {
    font-size: 12px;
}

#chkProductsFilterHistoryReport table {
    border: 0px;
    width: 100% !important;
}

    #chkProductsFilterHistoryReport table:not(.dataTable) tr:first-child {
        border: 0px;
    }

.text-center-force {
    text-align: center !important;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}

.width400 {
    width: 400px !important;
}

.width100perc {
    width: 100% !important;
}

.display-block {
    display: block !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

table.header-with-border th {
    border-right: 2px solid var(--secondary-color);
}

table.table-with-sort th {
    cursor: pointer;
}

table.text-left th {
    text-align: left;
}

table.text-left td {
    text-align: left;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-80 {
    max-width: 80px;
}

.high-z-index {
    z-index: 99999;
}

.high-z-index1 {
    z-index: 999999;
}

.high-z-index2 {
    z-index: 9999999;
}

.margin-right-20 {
    margin-right: 20px;
}

.width50 {
    width: 50%;
    float: left;
}

.width10 {
    width: 10%;
    float: left;
}

.widthModal {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    .widthModal {
        width: 100%;
    }
}

.bootstrap-select > select {
    left: 0%;
}

iframe {
    display: block; /* iframes are inline by default */
    background: var(--secondary-color);
    border: none; /* Reset default border */
    height: 85vh; /* Viewport-relative units */
    width: 100%;
}

.input-bar {
    display: table;
    width: 100%;
}

    .input-bar input {
        height: 40px;
    }

.input-bar-item {
    display: table-cell;
}

    .input-bar-item > button {
        margin-left: 5px;
    }

.width100 {
    width: 100%;
}
/*New Changes*/

.embedded-report {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
}

.form-container {
    border: 1px solid var(--separator-line-color);
    border-radius: 10px;
    padding: 20px;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: rgb(50 50 93 / 18%) 0px 6px 12px -2px, rgb(0 0 0 / 8%) 0px 3px 7px -3px;
}

.paginate_button.current {
    background: var(--primary-color) !important;
    color: var(--on-primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.login-form-title {
    color: var(--primary-color) !important;
    margin-bottom: 15px;
}

.login-dropdown i.fa.fa-user {
    color: var(--text-color-one);
    margin: 4px 2px;
    font-size: 18px;
}

.page-title {
    text-align: center;
    padding: 10px 10px 10px 15px;
    color: var(--text-color-one);
}

.side-nav-content-page-Title {
    color: var(--secondary-color);
    text-align: left;
    font-weight: 500;
}



.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.report-container {
    height: calc(100vh - 90px);
    min-height: 400px;
}

.copyright a {
    color: var(--primary-color) !important;
}

.coming-soon {
    background-image: url('../Images/coming_soon.svg');
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.close-icon-light {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: var(--on-primary-color);
    align-self: center;
    background-position: center;
    -webkit-mask-image: url(../Images/close.svg);
    background-repeat: no-repeat;
}

.close-icon-dark {
    margin: -5px 0px 0px 0px;
    float: right;
    width: 30px;
    height: 30px;
    align-self: center;
    background-color: black;
    background-position: center;
    -webkit-mask-image: url(../Images/close.svg);
    -webkit-mask-repeat: no-repeat;
    background-repeat: no-repeat;
}

div#dataset-refresh-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -12px;
    position: absolute;
    right: 4px;
    background: var(--on-primary-color);
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px;
    padding: 4px 6px 0px 4px;
    border-radius: 10px;
    border: 1px solid var(--separator-line-color);
}

button#refresh-button {
    background: var(--primary-color);
    border: none;
    color: var(--on-primary-color);
    border-radius: 6px;
    padding: 2px 16px;
    font-size: 13px;
    width: 176px;
}

    button#refresh-button:disabled {
        background-color: var(--primary-color-30-percent-opacity);
    }

label#last-refresh-label {
    color: var(--text-color-one);
    font-size: 11px;
    margin: -2px 0px 0px 0px;
    padding: 0 !important;
}

#loading {
    display: none;
}

button#refresh-button:disabled #loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: var(--text-color-two);
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    left: 6px;
    top: 10px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#report-download-bar {
    padding: 4px;
    background: var(--on-primary-color);
    border-radius: 0px 0px 6px 6px;
    max-width: 400px;
    margin-top: -20px;
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
}

.report-download-button {
    padding: 2px 8px !important;
    background-color: var(--primary-color) !important;
    margin: 0 !important;
    flex: 1 !important;
    min-height: 24px;
}

#report-download-status-label {
    border-radius: 6px;
    padding: 2px 6px;
    min-height: 24px;
    text-align: center;
    background: var(--on-primary-color);
}

#report-download-button-panel {
    display: flex;
    gap: 4px;
}

#report-download-bar .busy {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid var(--primary-color-30-percent-opacity);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: absolute;
    left: 8px;
    top: 10px;
}

.hint-message-title-text {
    text-align: center;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.hint-message-text {
    text-align: center;
    color: var(--secondary-color);
    font-size: 14px;
}

#report-download-menu {
    display: flex;
    align-content: center;
    height: 35px;
    align-items: center;
}

    #report-download-menu > a {
        border: 1px solid var(--primary-color) !important;
        border-radius: 5px;
        font-size: large;
        padding: 5px !important;
    }

        #report-download-menu > a > b {
            margin-left: 4px;
        }

    #report-download-menu .dropdown-menu {
        margin: 3px 0px;
        border-radius: var(--border-radius);
        --bs-dropdown-padding-y: 0 !important;
    }

    #report-download-menu .dropdown-item-text {
        color: var(--primary-color) !important;
        font-size: medium;
        padding: 2px 2px 2px 10px;
        background: var(--primary-color-10-percent-opacity);
    }

#report-refresh-button,
#report-print-button {
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px;
    padding: 0px 8px;
    background: var(--on-primary-color);
    height: 25px;
    pointer-events: all;
}

    #report-refresh-button a,
    #report-print-button a {
        display: flex;
        column-gap: 8px;
        align-items: center;
    }

    #report-refresh-button[disabled] a {
        color: var(--text-color-two);
        cursor: default;
        text-decoration: none;
    }

    #report-refresh-button[disabled] svg {
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        color: var(--text-color-two);
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

#embedToolbar {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 8px;
    top: -4px;
    padding-right: 20px;
    padding-left: 20px;
    height: 28px;
    pointer-events: none;
}

#slideshow-navigation {
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px;
    padding: 0px 8px;
    background: var(--on-primary-color);
    display: flex;
    align-items: center;
    column-gap: 12px;
    pointer-events: all;
}

    #slideshow-navigation .slide-btn {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        background: var(--primary-color);
        cursor: pointer;
    }

        #slideshow-navigation .slide-btn.active {
            background: var(--primary-color) !important;
        }

    #slideshow-navigation .slide-btns {
        display: flex;
        column-gap: 4px;
        align-items: center;
    }

    #slideshow-navigation .play-btn,
    #slideshow-navigation .pause-btn {
        display: flex;
        column-gap: 4px;
        border-radius: 50%;
        background: var(--primary-color);
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

#report-refresh-button a {
    display: flex;
    column-gap: 8px;
    align-items: center;
    pointer-events: all;
}

.floating-container {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
}

    .floating-container .floating-button {
        position: absolute;
        width: 55px;
        height: 55px;
        background: var(--primary-color);
        bottom: 0;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: var(--on-primary-color);
        line-height: 55px;
        text-align: center;
        font-size: 20px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9;
}
/* Add styles to the form container */
.form-popup-container {
    border: 1px solid var(--separator-line-color);
    border-radius: 10px;
    padding: 20px;
    min-width: 500px;
    margin: 0 auto;
    background: var(--on-primary-color);
    box-shadow: var(--box-shadow-color);
}

@media only screen and (max-width: 540px) {
    .form-popup-container {
        padding: 15px;
        min-width: 200px;
        margin: auto auto;
    }
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    max-width: 50%;
    margin-left: 25px;
    background-color: var(--primary-color);
    color: var(--on-primary-color);
    text-align: left;
    border-radius: 5px;
    padding: 16px 25px 16px 25px;
    position: fixed;
    z-index: 1;
    bottom: 25px;
    font-size: 17px;
}

    #snackbar.showError {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
        background-color: var(--danger-color);
    }

    #snackbar.showWarning {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
        background-color: var(--warning-color)
    }

    #snackbar.showSuccess {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
        background-color: var(--success-color);
    }

#report-refresh-status {
    border-radius: 5px;
    padding: 0px 8px;
    background: var(--on-primary-color);
    height: 25px;
    border: 1px solid var(--separator-line-color);
    pointer-events: all;
}

    #report-refresh-status small {
        margin-right: 7px;
        color: var(--primary-color);
    }

    #report-refresh-status label {
        font-size: 12px;
        color: var(--text-color-one);
        font-weight: normal;
    }

.app-header-slide-out {
    border: 1px solid var(--separator-line-color);
    padding: 0px 8px;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    color: var(--primary-color);
    width: fit-content;
    margin: 0 auto;
    border-top: none;
}

.selected-table-row {
    background: var(--primary-color-10-percent-opacity);
}

.checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: var(--primary-color);
    --c-primary-20-percent-opacity: var(--primary-color-20-percent-opacity);
    --c-primary-10-percent-opacity: var(--primary-color-10-percent-opacity);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
}

    .checkbox-wrapper-33 .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .checkbox-wrapper-33 .checkbox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 4px;
        cursor: pointer;
    }

        .checkbox-wrapper-33 .checkbox + .checkbox {
            margin-top: var(--s-small);
        }

    .checkbox-wrapper-33 .checkbox__symbol {
        display: inline-block;
        display: flex;
        margin-right: calc(var(--s-small) * 0.7);
        border: var(--border-width) solid var(--c-primary);
        position: relative;
        border-radius: 0.3em;
        width: 1.5em;
        height: 1.5em;
        transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
        box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
    }

        .checkbox-wrapper-33 .checkbox__symbol:after {
            content: "";
            position: absolute;
            top: 0.5em;
            left: 0.5em;
            width: 0.25em;
            height: 0.25em;
            background-color: var(--c-primary-20-percent-opacity);
            opacity: 0;
            border-radius: 3em;
            transform: scale(1);
            transform-origin: 50% 50%;
        }

    .checkbox-wrapper-33 .checkbox .icon-checkbox {
        width: 1rem;
        height: 1rem;
        margin: auto;
        fill: none;
        stroke-width: 3;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
        color: var(--c-primary);
        display: inline-block;
    }

        .checkbox-wrapper-33 .checkbox .icon-checkbox path {
            transition: stroke-dashoffset var(--t-fast) var(--e-in);
            stroke-dasharray: 30px, 31px;
            stroke-dashoffset: 31px;
        }

    .checkbox-wrapper-33 .checkbox__textwrapper {
        margin: 0;
        color: var(--text-color-one);
        font-weight: 300;
    }

    .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
        -webkit-animation: ripple-33 1.5s var(--e-out);
        animation: ripple-33 1.5s var(--e-out);
    }

    .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
        transition: stroke-dashoffset var(--t-base) var(--e-out);
        stroke-dashoffset: 0px;
    }

    .checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
        box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
    }

@-webkit-keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(20);
    }
}

@keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(20);
    }
}

@media (max-width: 768px) {
    .custom-form-title {
        font-size: 18px;
        padding: 0px 4px 8px 2px;
        margin: 0;
        color: var(--primary-color);
        text-align: center;
        font-weight: 500;
    }

    .custom-form-panel {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.custom-form-title {
    font-size: 18px;
    padding: 0px 4px 8px 2px;
    margin: 0;
    color: var(--primary-color);
    text-align: center;
    font-weight: 500;
}

.custom-form-fields {
}

.custom-form-field {
    background: var(--on-primary-color);
    border-radius: 8px;
    padding: 8px;
    margin-top: 12px;
}

span.field-validation-error.text-danger {
    font-size: 13px;
    border: 1px solid var(--danger-color-10-percent-opacity);
    width: max-content;
    padding: 2px 5px;
    background: var(--danger-color-5-percent-opacity);
    border-radius: 3px;
    line-height: normal;
    margin: 2px 0px;
}

span.field-validation-valid.text-danger:empty {
    display: none;
}

span.field-validation-valid.text-danger {
    font-size: 13px;
    border: 1px solid var(--danger-color-10-percent-opacity);
    width: max-content;
    padding: 2px 5px;
    background: var(--danger-color-5-percent-opacity);
    border-radius: 3px;
    line-height: normal;
    margin: 2px 0px;
}

.custom-form-field-validators {
    display: flex;
    gap: 0px 4px;
    margin-top: 2px;
    flex-wrap: wrap;
}

.custom-form-field-title {
    color: var(--primary-color);
}

.dropdown-menu > li > a i.fa {
    margin-right: 6px;
}

.dropdown-menu > li > a {
    color: unset !important;
    padding: 3px 20px;
}

.custom-panel-new {
    margin: 20px 0;
    padding: 12px;
}

.custom-panel {
    box-shadow: rgb(50 50 93 / 9%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    margin-bottom: 20px;
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    padding: 12px;
    border-radius: 10px;
}

.custom-panel-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.custom-panel-title {
    color: var(--primary-color);
    font-size: 18px;
}
/*if not used then remove*/
.custom-panel-content {
}

.custom-panel-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px;
}

.custom-table-wrapper {
    padding: 12px;
    border-radius: 6px;
}

.custom-table {
    border: none !important;
    width: 100%;
    background: var(--on-primary-color);
}

    .custom-table th {
        color: var(--text-color-one);
        border: none !important;
        padding: 10px !important;
        font-size: 14px;
        font-weight: 450;
    }

.custom-table-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: -2px 0px 10px 0px;
}

.form-select:focus {
    box-shadow: none;
    border-color: var(--primary-color-30-percent-opacity);
    box-shadow: var(--primary-color-10-percent-opacity) 0px 6px 12px -2px, var(--primary-color-10-percent-opacity) 0px 3px 7px -3px;
    color: var(--text-color-one);
}

.form-select {
    height: 35px;
    background-position: right 0.5rem center !important;
    color: var(--text-color-one);
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300aaff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

select:not(-internal-list-box) option:enabled:hover {
    background-color: var(--primary-color-30-percent-opacity) !important;
}

.ts-control {
    border: .1rem solid var(--text-color-three) !important;
    background-color: var(--on-primary-color) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--text-color-one);
}

.focus .ts-control {
    box-shadow: var(--primary-color-20-percent-opacity) 0px 6px 12px -2px, var(--primary-color-20-percent-opacity) 0px 3px 7px -3px !important;
    border-color: var(--primary-color-30-percent-opacity) !important;
}

.ts-control > input:focus {
    font-size: 1rem;
    font-weight: 400;
}

.ts-dropdown .active.create {
    background-color: var(--primary-color) !important;
    color: var(--on-primary-color) !important;
}

.ts-dropdown .option:hover {
    background-color: var(--primary-color-30-percent-opacity) !important;
    color: var(--on-primary-color) !important;
}

.ts-dropdown .option.selected {
    background-color: var(--bs-success) !important;
    color: var(--on-primary-color) !important;
}

.ts-control .item {
    background-color: var(--primary-color) !important;
    color: var(--on-primary-color) !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
}

.row-expanded-fa-icon {
    color: green;
    font-size: 18px;
}

.row-collapse-fa-icon {
    color: red;
    font-size: 18px;
}



@media (max-width: 768px) {
    .custom-table-wrapper {
        padding: unset;
    }
    /*Hide input mobile screen*/
    .custom-table thead {
        display: none;
    }

    .custom-table tbody tr {
        display: inline-grid;
        width: 98%;
    }

        .custom-table tbody tr td span:first-child {
            padding: 0px 10px !important;
            font-weight: 500;
            background: var(--on-primary-color) !important;
            display: inline-block !important;
            width: 30vw;
        }

        .custom-table tbody tr td {
            padding: 5px !important;
        }

    .custom-table-action {
        justify-content: right !important;
        margin: 0 0 5px 0
    }

    .custom-table-collapsible-parent {
        display: block
    }

    .pagination {
        margin: 0px;
    }
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.signed-img {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../Images/ico_signed.png');
    background-color: var(--primary-color);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../Images/ico_signed.png');
    background-color: var(--primary-color);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.unsigned-img {
    width: 20px;
    height: 20px;
    background-image: url('../Images/ico_signed.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    opacity: 50%;
}

.custom-table-mobile-inline-container {
    display: flex;
    align-items: center;
}

.custom-table tbody tr td i:is(.fa-grip-lines) {
    color: var(--text-color-three);
}

.custom-table tbody tr td span:first-child:not(.fa-spinner) {
    display: none;
}

.custom-table-footer {
    display: flex;
    align-items: space-between;
}

.custom-table-current-page {
    text-align: center;
    margin: 0px 4px;
    min-width: max-content;
}

.custom-table tr {
    border: none !important;
}

.custom-table thead tr {
    border: none !important;
    border-bottom: 1px solid var(--separator-line-color-50-percent-opacity) !important;
}

.custom-table tbody tr {
    border: none !important;
    border-bottom: 1px solid var(--separator-line-color) !important;
}

.custom-table-paging-size {
    display: flex;
    align-items: baseline;
    padding: .2rem;
}

@media (max-width: 768px) {
    .custom-table-paging-size {
        padding: 0px;
    }
}

.custom-table-search-filter {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.custom-table-paging-size .form-control {
    min-width: max-content;
}

.custom-table tbody tr td {
    padding: 10px;
}

.custom-table tbody tr:hover {
    border-color: var(--primary-color);
}

.custom-panel-header .btn-xs,
.custom-table tbody tr td .btn-xs {
    color: var(--text-color-one) !important;
    padding: 3px 10px;
    margin: 0px 2px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color-30-percent-opacity);
    background: var(--primary-color-5-percent-opacity);
}

    .custom-panel-header .btn-xs:hover,
    .custom-table tbody tr td .btn-xs:hover {
        background: var(--primary-color);
        color: var(--on-primary-color) !important;
    }


.custom-table-action {
    display: flex;
    justify-content: right !important;
    gap: 4px;
}

.custom-panel-header .btn-xs:focus,
.custom-table tbody tr td .btn-xs:focus {
    outline: none !important;
}

.custom-table-row-no {
    color: var(--text-color-three) !important;
    padding: 0 !important;
    text-align: center;
    font-size: smaller;
}

.custom-table-no-records {
    font-size: 16px;
    color: var(--text-color-three);
    text-align: center;
    font-style: italic;
}

.btn-xs > i {
    color: var(--primary-color) !important;
}

.btn-xs:hover > i {
    color: var(--on-primary-color) !important;
}

.pagination {
    margin: 10px;
    padding-top: 0.25em;
    background: none;
    border: 0px;
    --bs-pagination-focus-box-shadow: 0 transparent !important;
}

    .pagination > li > a {
        cursor: default;
        color: var(--text-color-two) !important;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .active > .page-link, .page-link.active,
    .pagination > .active > a {
        background-color: var(--on-primary-color) !important;
        color: var(--text-color-two);
        border: .1rem solid var(--text-color-three);
        border-radius: var(--bs-border-radius);
    }

.page-item:last-child {
    margin-left: 10px;
}

.page-item a:hover a:active {
    background: var(--primary-color) !important;
    color: var(--on-primary-color) !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid var(--separator-line-color);
    display: flex;
    justify-content: flex-end;
}

.modal-header {
    justify-content: space-between;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

button.btn.btn-xs {
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 8px;
}

btn btn-xs i.fa.fa-lg.fa-floppy-o {
}

.custom-table-paging {
    color: var(--text-color-one);
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-table-paging-status {
    color: var(--text-color-two);
    align-self: center;
}

    .custom-table-paging-status small {
        color: var(--primary-color);
        margin-left: 4px;
    }

.custom-table-paging-size label {
    padding-right: 5px;
    color: var(--text-color-one);
}

@media (max-width:576px) {
    .custom-table-paging-size select {
        min-width: 40px !important;
    }
}

.custom-table-paging-size select {
    flex: 1;
    min-width: 50px;
    padding: 5px;
    text-align: center;
}

h5.modal-title {
    color: var(--primary-color);
    font-size: 18px;
}

span.separator {
    border-top: 1px solid var(--separator-line-color);
    width: 100%;
    height: 0.5px;
    display: block;
}

* {
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
}

#report-download-menu a:hover .caret {
    display: none;
}

.app-header-slide-out {
    display: none;
}

#pageContent {
    min-height: calc(100vh - 200px);
}

#main-menu-container {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

@media (max-width:576px) {

    #main-menu-container {
        flex-direction: column;
    }
}

#supervisor-login .modal-header {
    display: flex;
    justify-content: space-between !important;
}

.modal-message-label {
    text-align: center;
    width: 100%;
    color: var(--text-color-one);
    background: var(--on-primary-color);
    border-radius: 0px;
    padding: 8px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.supervisor-login-modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    gap: 8px;
}

#supervisorCancelButton,
#supervisorLoginButton {
    flex: 1;
}

#supervisorLoginButton {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.ts-wrapper.multi .ts-control > div {
    border-radius: 6px;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: var(--primary-color-10-percent-opacity);
    color: var(--text-color-one);
    border: 0 solid var(--separator-line-color);
}

#busy-sign {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -4px;
    pointer-events: none;
    flex-direction: row;
}

#busy-sign-content {
    display: flex;
    column-gap: 22px;
    border-radius: 5px;
    padding: 1px 8px;
    background: var(--on-primary-color);
    pointer-events: all;
    border: 1px solid var(--primary-color) !important;
}


#busy-sign .busy-icon {
}

#busy-sign .busy-label {
    font-size: 14px;
    color: var(--primary-color);
}

#busy-sign .busy-close-btn {
}

a {
    cursor: pointer;
}

#supervisorCancelButton {
    color: var(--text-color-two);
}

#supervisorLoginButton {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#supervisor-login .modal-dialog {
    max-width: 350px;
}

button.btn.btx-xs.note-ext-status {
    border: 1px solid gray;
    color: gray;
    margin-left: 8px;
    width: 120px;
}

    button.btn.btx-xs.note-ext-status:hover {
        background-color: gray;
        color: var(--on-primary-color);
    }

#cin7-details-popup {
    width: 720px;
}

    #cin7-details-popup .modal-body .prop-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 12px;
        margin-bottom: 8px;
    }

    #cin7-details-popup .modal-body .prop-label {
        width: 160px;
        text-align: right;
        padding: 3px;
    }

    #cin7-details-popup .modal-body .prop-value {
        width: 500px;
        border: 1px solid var(--on-primary-color);
        border-radius: 4px;
        padding: 3px 8px;
        margin-bottom: 4px;
        background: var(--on-primary-color);
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

    #cin7-details-popup .modal-body {
        padding: 20px 20px 0px 10px;
    }

.list-status {
    display: flex;
    column-gap: 8px;
    border: 1px solid var(--separator-line-color-50-percent-opacity);
    padding: 4px 8px 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
}

.list-status-pending:hover {
    border-color: var(--separator-line-color);
    color: var(--text-color-three);
}

.list-status-draft:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.list-status-completed:hover {
    border-color: var(--success-color);
    color: var(--success-color);
}

.list-status-error:hover {
    border-color: var(--danger-color);
    color: var(--danger-color);
}

.prop-value-clear {
    display: flex;
    width: 500px;
    align-content: center;
    justify-content: space-between;
    column-gap: 8px;
}

.btn-primary-outlined {
    width: 100%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}

.cin7-status-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.cin7-status-draft {
    background-color: var(--primary-color);
}

.cin7-status-pending {
    background-color: var(--box-shadow-color);
}

.cin7-status-completed {
    background-color: var(--success-color);
}

.cin7-status-error {
    background-color: var(--danger-color);
}

.spacer-v-20 {
    border-bottom: 1px solid var(--text-color-three);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modal-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--secondary-color-50-percent-opacity);
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-loader-info {
    display: flex;
    border: 1px solid var(--on-primary-color);
    border-radius: 5px;
    padding: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    column-gap: 8px;
    background: var(--on-primary-color);
}

div#cin7-sale-search-popup {
    max-width: 720px;
}

.pill-button-container {
    gap: 8px;
    box-shadow: var(--box-shadow-color);
    padding: 4px;
    border-radius: 18px;
    border: 1px solid var(--separator-line-color);
    background: var(--on-primary-color);
}

.pill-button-active {
    background: var(--primary-color);
    color: var(--on-primary-color);
    border: none;
}

.pill-button-inactive {
    background: var(--on-primary-color);
    color: var(--secondary-color);
    border: none;
}

.card-connector {
    height: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.card-connector-vertical-line {
    width: 2px;
    background: var(--text-color-three);
    height: 20px;
}

.no-margin {
    margin: 0;
}

.node-border {
    border: 1px solid var(--text-color-three);
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0; /* Creates the two visible borders for the arrow point */
    display: inline-block; /* Allows for width, height, and transform properties */
    padding: 3px; /* Adjusts the size of the arrow */
}

.down {
    transform: rotate(45deg); /* Rotates the element to form a down arrow */
    -webkit-transform: rotate(45deg); /* For Webkit browsers */
}


.connector-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Adjust size as needed */
    border-right: 10px solid transparent; /* Adjust size as needed */
    border-top: 10px solid #dbdbdb; /* Color of the arrow, adjust size as needed */
    position: relative; /* For precise positioning if placed within another element */
    margin: 0 auto; /* To center the arrow if desired */
}

.node-container {
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}


.fixed_header tbody {
    display: block;
    overflow-y: auto;
    height: 200px; /* Adjust as needed */
    width: 100%;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header th,
.fixed_header td {
    width: 100px; /* Example fixed width, adjust as needed */
    /* Other styling */
}

.node-line-container {
    display: none;
    position: absolute;
    width: 28px;
    height: 100%;
    left: -4px;
    z-index: -100;
}

.node-line-upper {
    border-bottom: 2px solid red;
    height: 50%;
    border-left: 2px solid red;
}

.node-line-lower {
    height: 50%;
    border-right: 2px solid green;
}

.graph-node,
.graph-node-option {
    margin: 0px;
    background-color: var(--on-primary-color);
    position: absolute;
    border-radius: 8px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 180px;
    height: 60px;
    box-shadow: var(--box-shadow-color);
    padding: 12px;
    border: 1px solid var(--separator-line-color);
    cursor: pointer;
    color: var(--text-color-one);
}

    .graph-node span,
    .graph-node-option span {
        user-select: none;
    }

.graph-node-option {
    background-color: var(--on-primary-color);
    width: 50px;
    height: 50px;
}
